oh-my-agent 9.2.0 → 9.3.1
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 +1 -1
- package/bin/cli.js +745 -740
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -234,7 +234,7 @@ agents:
|
|
|
234
234
|
- **Role-based** — Agents modeled like a real engineering team, not a pile of prompts
|
|
235
235
|
- **Token-efficient** — Two-layer skill design saves ~75% of tokens
|
|
236
236
|
- **Quality-first** — Charter preflight, quality gates, and review workflows built in:
|
|
237
|
-
- `oma verify <agent>` —
|
|
237
|
+
- `oma verify <agent>` — a deterministic check battery per agent type: a shared core (scope violation, charter alignment, hardcoded secrets, TODO scan, declared outputs) plus type-specific checks (TypeScript strict, tests, raw SQL, Flutter analyze, inline styles, …)
|
|
238
238
|
- `session.quota_cap` — per-session token / spawn / per-vendor budget caps in `oma-config.yaml`; `orchestrate` Step 5 blocks the next spawn when exceeded
|
|
239
239
|
- `ralph` workflow — independent JUDGE re-verifies every criterion each iteration to catch silent regressions; heavy-test caching for >30s suites
|
|
240
240
|
- Exploration Loop — after 2 retries, `orchestrate` spawns hypothesis variants in parallel and keeps the highest-scoring result
|