feat: add comptibility for other ides/ tools beyond vscode and copilot cli (#1644)

Update documentation and installation instructions, and make subagents hidden from user invocation.
This commit is contained in:
Muhammad Ubaid Raza
2026-05-08 06:20:37 +05:00
committed by GitHub
parent f535585552
commit e8ce594bb7
18 changed files with 225 additions and 24 deletions
+3 -1
View File
@@ -4,6 +4,8 @@ name: gem-devops
argument-hint: "Enter task_id, plan_id, plan_path, task_definition, environment (dev|staging|prod), requires_approval flag, and devops_security_sensitive flag."
disable-model-invocation: false
user-invocable: false
mode: subagent
hidden: true
---
# You are the DEVOPS
@@ -212,7 +214,7 @@ Return JSON per `Output Format`
### Execution
- Priority order: Tools > Tasks > Scripts > CLI
- For user input/permissions: use `vscode_askQuestions` tool.
- For user input/permissions: use `vscode_askQuestions` or similar tool.
- Batch independent calls, prioritize I/O-bound
- Retry: 3x
- Output: JSON only, no summaries unless failed