oh-my-agent 7.14.2 → 7.16.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 +6 -1
  2. package/bin/cli.js +596 -583
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -174,7 +174,12 @@ agents:
174
174
  - **Portable** — `.agents/` travels with your project, not trapped in one IDE
175
175
  - **Role-based** — Agents modeled like a real engineering team, not a pile of prompts
176
176
  - **Token-efficient** — Two-layer skill design saves ~75% of tokens
177
- - **Quality-first** — Charter preflight, quality gates, and review workflows built in
177
+ - **Quality-first** — Charter preflight, quality gates, and review workflows built in:
178
+ - `oma verify <agent>` — 14 deterministic checks per agent type (TypeScript strict, tests, raw SQL, hardcoded secrets, Flutter analyze, inline styles, scope violation, charter alignment, …)
179
+ - `session.quota_cap` — per-session token / spawn / per-vendor budget caps in `oma-config.yaml`; `orchestrate` Step 5 blocks the next spawn when exceeded
180
+ - `ralph` workflow — independent JUDGE re-verifies every criterion each iteration to catch silent regressions; heavy-test caching for >30s suites
181
+ - Exploration Loop — after 2 retries, `orchestrate` spawns hypothesis variants in parallel and keeps the highest-scoring result
182
+ - Monorepo auto-routing — `detectWorkspace` reads pnpm / nx / turbo / lerna and routes each agent to its workspace
178
183
  - **Multi-vendor** — Mix Gemini, Claude, Codex, and Qwen per agent type
179
184
  - **Observable** — Terminal and web dashboards for real-time monitoring
180
185