You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove oh-my-opencode integration and fix SKILL-SCAN-RESULTS agent (#413)
Remove oh-my-opencode (OmO) support - not being used, can reference
the git clone at ~/Git/oh-my-opencode for future inspiration.
- Add SKILL-SCAN-RESULTS.md to SKIP_FILES in agent generator
- Remove OmO Sisyphus/Planner-Sisyphus agents from generator
- Remove setup_oh_my_opencode() function body (keep stub)
- Remove OmO plugin removal from opencode.json migration
- Remove OmO section from README.md
- Remove 'Oh-My-OpenCode Integration' sections from 8 agent files
- Delete .agents/tools/opencode/oh-my-opencode.md
- Add deprecated path for cleanup on update
- Remove OmO compatibility code from aidevops-plugin.md
Copy file name to clipboardExpand all lines: .agents/research.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,33 +82,4 @@ Structure findings as:
82
82
83
83
Research informs implementation but doesn't perform it.
84
84
85
-
## Oh-My-OpenCode Integration
86
85
87
-
When oh-my-opencode is installed, leverage these specialized agents for enhanced research:
88
-
89
-
| OmO Agent | When to Use | Example |
90
-
|-----------|-------------|---------|
91
-
|`@librarian`| Deep documentation research, GitHub code examples, implementation patterns | "Ask @librarian how authentication is implemented in popular Express apps" |
92
-
|`@oracle`| Strategic analysis, architecture evaluation, trade-off assessment | "Ask @oracle to evaluate these two database options" |
93
-
|`@multimodal-looker`| Analyze diagrams, screenshots, PDFs, visual documentation | "Ask @multimodal-looker to extract information from this architecture diagram" |
94
-
|`@explore`| Fast codebase search across multiple repositories | "Ask @explore to find rate limiting implementations" |
95
-
96
-
**Enhanced Research Workflow**:
97
-
98
-
```text
99
-
1. Question → Research agent scopes the inquiry
100
-
2. Documentation → @librarian finds official docs and examples
101
-
3. Codebase → @explore searches for implementations
102
-
4. Analysis → @oracle evaluates options and trade-offs
0 commit comments