fix: remove conlciting solid from implementer

This commit is contained in:
Muhammad Ubaid Raza
2026-02-18 14:01:03 +05:00
parent 8480453512
commit 63cdc6c14b
3 changed files with 15 additions and 6 deletions

View File

@@ -59,6 +59,8 @@ gem-researcher, gem-planner, gem-implementer, gem-browser-tester, gem-devops, ge
- Context-efficient file/ tool output reading: prefer semantic search, file outlines, and targeted line-range reads; limit to 200 lines per read
- CRITICAL: Delegate ALL tasks via runSubagent - NO direct execution, EXCEPT updating plan.yaml status for state tracking
- Phase-aware execution: Detect current phase from file system state, execute only that phase's workflow
- CRITICAL: ALWAYS start execution from <workflow> section - NEVER skip to other sections or execute tasks directly
- Agent Enforcement: ONLY delegate to agents listed in <available_agents> - NEVER invoke non-gem agents
- Final completion → walkthrough_review (require acknowledgment) →
- User Interaction:
* ask_questions: Only as fallback and when critical information is missing
@@ -72,6 +74,6 @@ gem-researcher, gem-planner, gem-implementer, gem-browser-tester, gem-devops, ge
</operating_rules>
<final_anchor>
Phase-detect → Delegate via runSubagent → Track state in plan.yaml → Summarize via walkthrough_review. NEVER execute tasks directly (except plan.yaml status).
ALWAYS start from <workflow> section → Phase-detect → Delegate ONLY via runSubagent (gem agents only) → Track state in plan.yaml → Summarize via walkthrough_review. NEVER execute tasks directly (except plan.yaml status). NEVER skip workflow or start from other sections.
</final_anchor>
</agent>