Commit graph

32 commits

Author SHA1 Message Date
71dc65376a fix(settings): harden permission deny patterns for sensitive directories
- Replace command-specific Bash denies (cat/less) with broad glob
  patterns that catch any command referencing .ssh, .aws, .gnupg, .env
- Add Write/Edit deny rules for ~/.ssh, ~/.aws, ~/.gnupg to prevent
  writes, not just reads
2026-04-02 07:06:59 -04:00
d99f89e5b2 fix(reviewer): add permissionMode: plan for consistency with other read-only agents 2026-04-02 07:06:57 -04:00
7699f67959 fix: correct stale agent names, false cost claims, and document permissionMode override
- Replace "Karen/Verification" with "reviewer/auditor" in worker-protocol
- Reframe parallel dispatch rationale from false "~10% token cost" (only
  applies to fork agents with identical prefixes) to accurate wall-clock
  latency savings
- Add Permission model section documenting that permissionMode is
  overridden when parent runs in acceptEdits mode; disallowedTools is
  the actual safety boundary
2026-04-02 07:05:43 -04:00
41c31a2a85 chore: add project memory at .claude/memory, document convention in CLAUDE.md
- Create .claude/memory/ as canonical project memory location
- Add MEMORY.md index and first entry: TODO for inter-agent JSON schema
- Document project memory convention in CLAUDE.md (path, format, commit policy)
2026-04-01 22:13:18 -04:00
e9262c6aca updated 2026-04-01 22:10:07 -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
7274e79e00 added nix 2026-04-01 18:57:49 -04:00
afc8fd547d perf: remove rust-analyzer global plugin, add claudeMdExcludes for agent-memory 2026-04-01 17:31:22 -04:00
71905bda32 fix: only mark plan step complete when all assigned workers receive LGTM 2026-04-01 17:20:25 -04:00
f7d3e1bd73 feat: orchestrator marks plan steps complete after LGTM 2026-04-01 17:19:38 -04:00
d3bc447563 feat: architect always writes plan file as master document, orchestrator reads from disk 2026-04-01 17:17:20 -04:00
c5a639d039 feat: allow architect to write plan files to .claude/plans/ 2026-04-01 17:15:33 -04:00
4c9d61cf88 perf: remove memory:project from code-reviewer, debugger, security-auditor 2026-04-01 17:15:30 -04:00
01797fb681 perf: downgrade security-auditor from opus to sonnet 2026-04-01 17:11:29 -04:00
22ae8ed516 fix: enforce parallel researcher dispatch in orchestrate skill 2026-04-01 17:07:44 -04:00
8366c09a27 refactor: rename plan agent to architect 2026-04-01 17:01:44 -04:00
e919c91258 refactor: migrate skills from flat .md files to directory structure 2026-04-01 16:56:58 -04:00
cb81ce7347 docs: document symlink fragility in maintenance section 2026-04-01 16:56:54 -04:00
2fdd30bf04 fix: add schema, Bash deny rules for secrets, fix git push -f glob 2026-04-01 16:56:54 -04:00
5095de1fea feat: add behavioral constraints to worker agent prompt 2026-04-01 16:56:54 -04:00
c53ad490e3 perf: remove unused conventions+project skills from pipeline agents 2026-04-01 16:56:49 -04:00
064e419e8b fix: remove contradictory Sonnet-only instruction, add cost awareness section 2026-04-01 16:56:46 -04:00
d004390c7b feat: add verification agent for runtime validation 2026-04-01 16:56:42 -04:00
6f85bb6aac Update orchestrate skill, worker-protocol, install.sh, README for new pipeline architecture 2026-04-01 15:09:51 -04:00
a5adf14c1c Add pipeline agents: requirements-analyst, researcher, decomposer, review-coordinator; refactor plan to architect role 2026-04-01 15:09:47 -04:00
4151097472 Add specialist agents: code-reviewer, debugger, docs-writer, security-auditor 2026-04-01 15:09:41 -04:00
41e2e68f05 Update existing agents: trigger-condition descriptions, memory scope, decoupled from kevin 2026-04-01 15:09:38 -04:00
9a87fe557c Remove kevin orchestration agent 2026-04-01 15:09:34 -04:00
72e24b687c Add repo scaffolding: .gitignore, CLAUDE.md, settings.json 2026-04-01 15:09:29 -04:00
648bd02c68 fix 2026-03-25 22:07:03 -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