mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Fix typo in agent configuration: change 'user-invokable' to 'user-invocable'
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
description: "Research specialist: gathers codebase context, identifies relevant files/patterns, returns structured findings"
|
||||
name: gem-researcher
|
||||
disable-model-invocation: false
|
||||
user-invokable: true
|
||||
user-invocable: true
|
||||
---
|
||||
|
||||
<agent>
|
||||
@@ -36,7 +36,7 @@ Codebase navigation and discovery, Pattern recognition (conventions, architectur
|
||||
- level: high | medium | low
|
||||
- coverage: percentage of relevant files examined
|
||||
- gaps: list of missing information
|
||||
- Save report to `docs/plan/{PLAN_ID}/research_findings_{focus_area_normalized}.md` (or `_main.md` if no focus area).
|
||||
- Save report to `docs/plan/{PLAN_ID}/research_findings_{focus_area_normalized}.md`.
|
||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
||||
</workflow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user