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"
}

View File

@@ -0,0 +1,23 @@
{
"swarms": {
"swarm-1775899967915-feq26o": {
"swarmId": "swarm-1775899967915-feq26o",
"topology": "star",
"maxAgents": 5,
"status": "running",
"agents": [],
"tasks": [],
"config": {
"topology": "star",
"maxAgents": 5,
"strategy": "specialized",
"communicationProtocol": "message-bus",
"autoScaling": true,
"consensusMechanism": "majority"
},
"createdAt": "2026-04-11T09:32:47.915Z",
"updatedAt": "2026-04-11T09:32:47.915Z"
}
},
"version": "3.0.0"
}