docs: add background agent files to AGENTS.md; update prompts; add background_agent tool and tests; detached launcher in process-runner; status counts
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
---
|
||||
description: Inspect, plan, and implement using generic subagents
|
||||
description: Inspect, plan, and implement using preset-driven subagents
|
||||
---
|
||||
Use the `subagent` tool in chain mode:
|
||||
|
||||
1. Run a generic subagent to inspect the codebase for: $@
|
||||
2. Run a generic subagent to turn `{previous}` into a concrete implementation plan for: $@
|
||||
3. Run a generic subagent to implement the approved plan using `{previous}`
|
||||
Run `subagent` to inspect and gather context using an appropriate preset.
|
||||
Then run `subagent` to produce a concrete implementation plan from that context.
|
||||
Finally run `subagent` to implement the approved plan.
|
||||
|
||||
User request: $@
|
||||
|
||||
Reference in New Issue
Block a user