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: Implement, review, then revise using generic subagents
|
||||
description: Implement, review, then revise using preset-driven subagents
|
||||
---
|
||||
Use the `subagent` tool in chain mode:
|
||||
|
||||
1. Run a generic subagent to implement: $@
|
||||
2. Run a generic subagent to review `{previous}` and identify issues
|
||||
3. Run a generic subagent to revise the implementation using `{previous}`
|
||||
Run `subagent` to implement the requested change using an implementation preset.
|
||||
Then run `subagent` to review the implementation and identify issues.
|
||||
Finally run `subagent` to revise the implementation using the review output.
|
||||
|
||||
User request: $@
|
||||
|
||||
Reference in New Issue
Block a user