Skip to content

Commit 8f2a24e

Browse files
chore(root): update generated agent configuration
Reconcile OMA to 8.52.5, remove redundant vendor hook copies, and delete the brain and oma-scholar evaluation directories. Co-Authored-By: First Fluke <our.first.fluke@gmail.com>
1 parent 0b35862 commit 8f2a24e

213 files changed

Lines changed: 1182 additions & 35381 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/agents/qa-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ CHARTER_CHECK:
3333

3434
1. **Security** (OWASP Top 10)
3535
2. **Performance** (N+1 queries, re-renders, bundle size)
36-
3. **Accessibility** (WCAG 2.1 AA)
36+
3. **Accessibility** (WCAG 2.2 AA)
3737
4. **Code Quality** (naming, error handling, tests)
3838

3939
## Output Format
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "./agent-variant.schema.json",
3+
"vendor": "commandcode",
4+
"destDir": ".commandcode/agents",
5+
"modelDefault": "inherit",
6+
"maxTurnsDefault": 20,
7+
"toolsDefault": "Read, Write, Edit, Bash, Grep, Glob",
8+
"protocolPath": ".agents/skills/_shared/runtime/execution-protocols/commandcode.md",
9+
"agents": {
10+
"backend-engineer": {},
11+
"frontend-engineer": {},
12+
"db-engineer": {
13+
"maxTurns": 15
14+
},
15+
"debug-investigator": {
16+
"maxTurns": 15
17+
},
18+
"architecture-reviewer": {
19+
"tools": "Read, Write, Edit, Bash, Grep, Glob",
20+
"maxTurns": 15
21+
},
22+
"tf-infra-engineer": {
23+
"tools": "Read, Write, Edit, Bash, Grep, Glob",
24+
"maxTurns": 20
25+
},
26+
"mobile-engineer": {},
27+
"pm-planner": {
28+
"tools": "Read, Write, Grep, Glob, Bash",
29+
"maxTurns": 10
30+
},
31+
"qa-reviewer": {
32+
"tools": "Read, Grep, Glob, Bash",
33+
"maxTurns": 15
34+
},
35+
"docs-curator": {
36+
"tools": "Read, Write, Edit, Bash, Grep, Glob",
37+
"maxTurns": 15
38+
}
39+
}
40+
}

.agents/brain/.gitkeep

Whitespace-only changes.

.agents/eval/oma-scholar/_rollouts/69cf97a7b7bfbc2f.json

Lines changed: 0 additions & 74 deletions
This file was deleted.

.agents/eval/oma-scholar/anti-fabrication-doi.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.agents/eval/oma-scholar/claims-only-partial-fetch.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.agents/eval/oma-scholar/lint-before-share.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.agents/eval/oma-scholar/openalex-fallback-old-paper.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.agents/eval/oma-scholar/provenance-single-actor.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.agents/eval/oma-scholar/spec-version-profile.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)