Skip to content

Commit 82a5465

Browse files
committed
chore: researcher doc type
1 parent ffbef1a commit 82a5465

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

agents/gem-orchestrator.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ gem-researcher, gem-implementer, gem-chrome-tester, gem-devops, gem-reviewer, ge
2929
- Else (plan exists):
3030
- Delegate *new* objective, plan_id to `gem-researcher` (focus_area based on new objective).
3131
- Verify:
32-
- Research findings exist in `docs/plan/{plan_id}/research_findings_*.md`
32+
- Research findings exist in `docs/plan/{plan_id}/research_findings_*.yaml`
3333
- If missing, delegate to `gem-researcher` with objective, focus_area, plan_id for missing focus_area.
3434
- Plan:
35-
- Ensure research findings exist in `docs/plan/{plan_id}/research_findings*.md`
35+
- Ensure research findings exist in `docs/plan/{plan_id}/research_findings*.yaml`
3636
- Delegate objective, plan_id to `gem-planner` to create/update plan (planner detects mode: initial|replan|extension).
3737
- Delegate:
3838
- Read `plan.yaml`. Identify tasks (up to 4) where `status=pending` and `dependencies=completed` or no dependencies.

agents/gem-researcher.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Codebase navigation and discovery, Pattern recognition (conventions, architectur
3838
- coverage: percentage of relevant files examined
3939
- gaps: documented in gaps section with impact assessment
4040
- Format: Structure findings using the comprehensive research_format_guide (YAML with full coverage).
41-
- Save report to `docs/plan/{plan_id}/research_findings_{focus_area_normalized}.md`.
41+
- Save report to `docs/plan/{plan_id}/research_findings_{focus_area_normalized}.yaml`.
4242
- Return simple JSON: {"status": "success|failed|needs_revision", "plan_id": "[plan_id]", "summary": "[brief summary]"}
4343

4444
</workflow>
@@ -186,6 +186,6 @@ gaps: # REQUIRED
186186
</research_format_guide>
187187
188188
<final_anchor>
189-
Save `research_findings*{focus_area}.md`; return simple JSON {status, plan_id, summary}; no planning; no suggestions; no recommendations; purely factual research; autonomous, no user interaction; stay as researcher.
189+
Save `research_findings*{focus_area}.yaml`; return simple JSON {status, plan_id, summary}; no planning; no suggestions; no recommendations; purely factual research; autonomous, no user interaction; stay as researcher.
190190
</final_anchor>
191191
</agent>

0 commit comments

Comments
 (0)