oh-my-agent 12.0.2 → 12.1.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 +1 -1
  2. package/bin/cli.js +779 -779
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -267,7 +267,7 @@ agents:
267
267
  ## Why oh-my-agent?
268
268
 
269
269
  - **Role-based** — agents modeled like a real engineering team, not a pile of prompts
270
- - **Token-efficient** — two-layer skill design saves ~75% of tokens ([how it works](https://github.com/first-fluke/oh-my-agent/blob/main/web/docs/guide/usage.md))
270
+ - **Token-efficient** — skills load in two layers, so a 5-agent session holds ~17-19K tokens of skill context on ordinary tasks instead of the 72K it would take to load every resource ([measured, with the script](https://github.com/first-fluke/oh-my-agent/blob/main/web/docs/core-concepts/skills.md#token-savings-math))
271
271
  - **Recoverable** — after 2 failed retries, `orchestrate` spawns hypothesis variants in parallel and keeps the highest-scoring result instead of retrying a wrong approach forever
272
272
  - **Monorepo-aware** — `detectWorkspace` reads pnpm / nx / turbo / lerna and routes each agent to its workspace
273
273
  - **Multi-vendor** — mix Antigravity, Claude, Codex, Cursor, Kiro, and Qwen per agent type