oh-my-agent 7.3.2 → 7.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/cli.js +557 -556
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,7 @@ Pick a preset and you're ready:
|
|
|
70
70
|
| **oma-coordination** | Manual step-by-step multi-agent coordination guide |
|
|
71
71
|
| **oma-db** | Schema design, migrations, indexing, vector DB |
|
|
72
72
|
| **oma-debug** | Root cause analysis, fixes, regression tests |
|
|
73
|
+
| **oma-deepsec** | Agent-powered vulnerability scanner (Vercel deepsec) with PR gates and custom matchers |
|
|
73
74
|
| **oma-design** | Design systems, tokens, accessibility, responsive |
|
|
74
75
|
| **oma-dev-workflow** | CI/CD, releases, monorepo automation |
|
|
75
76
|
| **oma-docs** | Reference integrity checks, diff-affected doc detection |
|
|
@@ -118,6 +119,7 @@ Or use slash commands for structured workflows:
|
|
|
118
119
|
| 3 | `/ultrawork` | 5-phase quality workflow with 11 review gates |
|
|
119
120
|
| 3 | `/ralph` | Wraps `/ultrawork` in an independent verifier loop until criteria pass |
|
|
120
121
|
| 4 | `/review` | Security + performance + accessibility audit |
|
|
122
|
+
| 4 | `/deepsec` | Deep agent-powered security scan (Vercel deepsec) |
|
|
121
123
|
| 5 | `/debug` | Structured root-cause debugging |
|
|
122
124
|
| 5 | `/docs` | Documentation drift verify + sync via `oma-docs` |
|
|
123
125
|
| 6 | `/scm` | SCM + Git workflow and Conventional Commit support |
|
|
@@ -153,7 +155,7 @@ Set `model_preset` in `.agents/oma-config.yaml` to choose which AI models each a
|
|
|
153
155
|
|
|
154
156
|
```yaml
|
|
155
157
|
language: en
|
|
156
|
-
model_preset: antigravity # claude-only | codex-only | gemini-only | qwen-only | antigravity
|
|
158
|
+
model_preset: antigravity # claude-only | codex-only | gemini-only | qwen-only | cursor-only | antigravity
|
|
157
159
|
|
|
158
160
|
# Optional per-agent overrides
|
|
159
161
|
agents:
|