Commit graph

10 commits

Author SHA1 Message Date
3a2d565aaa chore(config): harden shared agent rules 2026-04-03 12:31:48 -04:00
2a2cd3ca22 Refine agent escalation contracts 2026-04-02 14:05:51 -04:00
758ebd23bb updated 2026-04-02 09:19:17 -04:00
341f500396 feat: add typed inter-agent communication schema
Replace freetext signals (RFR, LGTM, VERDICT: PASS) with YAML
frontmatter envelopes routed by a `signal` field. New message-schema
skill defines 12 message types covering worker submissions, review/audit
verdicts, triage/plan results, research results, and orchestrator
commands. All agents load the skill; qa-checklist enforces compliance;
orchestrate routes by envelope signal.
2026-04-02 07:38:02 -04:00
cba5f5d99e feat(worker): default to worktree isolation for safe parallel execution 2026-04-02 07:09:39 -04:00
5f534cbc64 refactor: compress 14-agent team to 7 with wave-based parallelism
- Merge grunt + worker + senior-worker → worker (model scaled by orchestrator)
- Merge code-reviewer + karen → reviewer (quality + claim verification)
- Merge security-auditor + verification → auditor (security + runtime, background)
- Architect absorbs requirements-analyst + decomposer (two-phase: triage then plan)
- Rename docs-writer → documenter
- Remove review-coordinator (logic absorbed into orchestrate skill)
- Orchestrate skill: wave-based dispatch, parallelism as hard protocol requirement
  with explicit cost rationale (~10% token cost for shared cached context)
2026-04-01 22:09:30 -04:00
5095de1fea feat: add behavioral constraints to worker agent prompt 2026-04-01 16:56:54 -04:00
41e2e68f05 Update existing agents: trigger-condition descriptions, memory scope, decoupled from kevin 2026-04-01 15:09:38 -04:00
5c2fa9dfa6 feat: project skill, Kevin bash access, turn limit tuning, grunt self-check
- Add project skill — all agents check for .claude/skills/project.md and ingest if present
- Add Bash to Kevin's tools, scoped to git ops and project inspection
- Increase Kevin maxTurns 40 → 100 (safety net, not operational limit)
- Reduce worker/senior-worker maxTurns 25 → 20
- Add lightweight self-check to grunt before RFR
- Add tier classification examples to Kevin's instructions
- Document project skill in README
2026-03-08 10:17:11 -04:00
49dec3df12 chore: initial agent team setup 2026-03-07 09:39:29 -05:00