Added QA process - subagent, md template, scorecards.

This commit is contained in:
2026-04-11 06:31:01 -04:00
parent 40c8b0f132
commit 794de9c721
11 changed files with 740 additions and 6 deletions

View File

@@ -0,0 +1,27 @@
{
"agents": {
"qa-scorer-1": {
"agentId": "qa-scorer-1",
"agentType": "quality-scorer",
"status": "idle",
"health": 1,
"taskCount": 0,
"config": {
"workingDirectory": "/Users/noise/Code/impakt",
"tools": [
"Bash",
"Read",
"Write",
"Grep",
"Glob"
],
"model": "sonnet"
},
"createdAt": "2026-04-11T09:33:35.118Z",
"domain": "quality-assurance",
"model": "sonnet",
"modelRoutedBy": "explicit"
}
},
"version": "3.0.0"
}