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,9 +1,7 @@
|
||||
---
|
||||
description: Inspect the codebase, then produce a plan using generic subagents
|
||||
description: Inspect the codebase, then produce a plan 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: $@
|
||||
Run `subagent` to inspect the codebase with an appropriate preset.
|
||||
Then run `subagent` again with a planning preset, using the first result as context.
|
||||
|
||||
User request: $@
|
||||
|
||||
Reference in New Issue
Block a user