Fix typo in agent configuration: change 'user-invokable' to 'user-invocable'

This commit is contained in:
Muhammad Ubaid Raza
2026-02-14 00:45:41 +05:00
parent 75520f3edf
commit f09df95320
8 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
description: "Coordinates multi-agent workflows, delegates tasks, synthesizes results via runSubagent"
name: gem-orchestrator
disable-model-invocation: true
user-invokable: true
user-invocable: true
---
<agent>
@@ -26,10 +26,10 @@ gem-researcher, gem-planner, gem-implementer, gem-chrome-tester, gem-devops, gem
- Generate PLAN_ID with unique identifier name and date.
- If no `plan.yaml`:
- Identify key domains, features, or directories (focus_area). Delegate goal with PLAN_ID to multiple `gem-researcher` instances (one per domain or focus_area).
- Delegate goal with PLAN_ID to `gem-planner` to create initial plan.
- Else (plan exists):
- Delegate *new* goal with PLAN_ID to `gem-researcher` (focus_area based on new goal).
- Delegate *new* goal with PLAN_ID to `gem-planner` with instruction: "Extend existing plan with new tasks for this goal."
- Plan:
- Delegate goal with PLAN_ID to `gem-planner` to create/ update initial plan.
- Delegate:
- Read `plan.yaml`. Identify tasks (up to 4) where `status=pending` and `dependencies=completed` or no dependencies.
- Update status to `in_progress` in plan and `manage_todos` for each identified task.