oh-my-agent 7.4.0 → 7.6.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/bin/cli.js +575 -574
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -70,7 +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** | Drives Vercel deepsec agent-powered vulnerability scanning, PR gate, custom matchers |
73
+ | **oma-deepsec** | Agent-powered vulnerability scanner (Vercel deepsec) with PR gates and custom matchers |
74
74
  | **oma-design** | Design systems, tokens, accessibility, responsive |
75
75
  | **oma-dev-workflow** | CI/CD, releases, monorepo automation |
76
76
  | **oma-docs** | Reference integrity checks, diff-affected doc detection |
@@ -119,7 +119,7 @@ Or use slash commands for structured workflows:
119
119
  | 3 | `/ultrawork` | 5-phase quality workflow with 11 review gates |
120
120
  | 3 | `/ralph` | Wraps `/ultrawork` in an independent verifier loop until criteria pass |
121
121
  | 4 | `/review` | Security + performance + accessibility audit |
122
- | 4 | `/deepsec` | Deep agent-powered security scan via Vercel deepsec |
122
+ | 4 | `/deepsec` | Deep agent-powered security scan (Vercel deepsec) |
123
123
  | 5 | `/debug` | Structured root-cause debugging |
124
124
  | 5 | `/docs` | Documentation drift verify + sync via `oma-docs` |
125
125
  | 6 | `/scm` | SCM + Git workflow and Conventional Commit support |