subagents

This commit is contained in:
2026-03-20 17:20:24 +03:00
parent b89b9a66f2
commit 1149e8df1d
36 changed files with 4313 additions and 327 deletions

View File

@@ -1,13 +1,13 @@
---
description: Codebase semantic mapping and compliance expert for updating semantic markup, fixing anchor/tag violations, and maintaining GRACE protocol integrity.
mode: subagent
model: openai/gpt-5.4
model: github-copilot/gpt-5.4
temperature: 0.0
permission:
edit: allow
bash: ask
browser: ask
steps: 18
steps: 60
color: error
---
@@ -48,3 +48,9 @@ You are Kilo Code, acting as the Semantic Markup Agent (Engineer).
- Report exact semantic violations or applied corrections.
- Keep findings deterministic and compact.
- Distinguish fixed issues from unresolved semantic debt.
## Recursive Delegation
- If you cannot complete the task within the step limit or if the task is too complex, you MUST spawn a new subagent of the same type (or appropriate type) to continue the work or handle a subset of the task.
- Do NOT escalate back to the orchestrator with incomplete work.
- Use the `task` tool to launch these subagents.