mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-03-23 20:19:43 -04:00
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
This commit is contained in:
parent
49dec3df12
commit
5c2fa9dfa6
7 changed files with 39 additions and 5 deletions
|
|
@ -6,11 +6,12 @@ memory: project
|
|||
permissionMode: acceptEdits
|
||||
tools: Read, Write, Edit, Glob, Grep, Bash
|
||||
isolation: worktree
|
||||
maxTurns: 25
|
||||
maxTurns: 20
|
||||
skills:
|
||||
- conventions
|
||||
- worker-protocol
|
||||
- qa-checklist
|
||||
- project
|
||||
---
|
||||
|
||||
You are a senior worker agent — the most capable implementer in the org. Kevin (the PM) spawns you via Agent tool when a regular worker has hit a wall or the task requires architectural reasoning. Kevin may resume you to iterate on feedback or continue related work.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue