oh-my-agent 7.6.0 → 7.8.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 +2 -3
- package/bin/cli.js +380 -380
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,10 +67,9 @@ Pick a preset and you're ready:
|
|
|
67
67
|
| **oma-architecture** | Architectural tradeoffs, boundaries, ADR/ATAM/CBAM-aware analysis |
|
|
68
68
|
| **oma-backend** | APIs in Python, Node.js, or Rust |
|
|
69
69
|
| **oma-brainstorm** | Explores ideas before you commit to building |
|
|
70
|
-
| **oma-coordination** | Manual step-by-step multi-agent coordination guide |
|
|
71
70
|
| **oma-db** | Schema design, migrations, indexing, vector DB |
|
|
72
71
|
| **oma-debug** | Root cause analysis, fixes, regression tests |
|
|
73
|
-
| **oma-deepsec** | Agent-powered vulnerability scanner
|
|
72
|
+
| **oma-deepsec** | Agent-powered vulnerability scanner with PR gates and custom matchers |
|
|
74
73
|
| **oma-design** | Design systems, tokens, accessibility, responsive |
|
|
75
74
|
| **oma-dev-workflow** | CI/CD, releases, monorepo automation |
|
|
76
75
|
| **oma-docs** | Reference integrity checks, diff-affected doc detection |
|
|
@@ -119,7 +118,7 @@ Or use slash commands for structured workflows:
|
|
|
119
118
|
| 3 | `/ultrawork` | 5-phase quality workflow with 11 review gates |
|
|
120
119
|
| 3 | `/ralph` | Wraps `/ultrawork` in an independent verifier loop until criteria pass |
|
|
121
120
|
| 4 | `/review` | Security + performance + accessibility audit |
|
|
122
|
-
| 4 | `/deepsec` | Deep agent-powered security scan
|
|
121
|
+
| 4 | `/deepsec` | Deep agent-powered security scan |
|
|
123
122
|
| 5 | `/debug` | Structured root-cause debugging |
|
|
124
123
|
| 5 | `/docs` | Documentation drift verify + sync via `oma-docs` |
|
|
125
124
|
| 6 | `/scm` | SCM + Git workflow and Conventional Commit support |
|