When you ask a model to review its own design, it usually gives itself an A. We merged a fix for authorship bias this week.
What's new
-
Trigger accuracy harness:
oma verify triggersnow measures keyword false-fire and missed-fire rates against a 167-entry labeled corpus with zero LLM calls. -
Standards emission:
oma emitgenerates conformant Agent Skills spec folders, a.claude-pluginmarketplace manifest, and anAGENTS.mdindex directly from the.agentssingle source of truth. -
Skills linting:
oma skills lintenforces deterministic authoring-smell checks based on Anatomy-to-Smells research. -
Bundle sprawl warnings:
oma skills auditnow flags skills that exceed 20 reference files or 25,000 characters.
We also wired up SessionStart hooks for Claude Code to reload skills dynamically and handle session compaction without dropping context.
What's fixed
- Keyword matching now ranks by specificity. Longest keyword wins, then multi-word, then declaration order. This resolves self-suppression collisions.
- Relayed inter-agent messages no longer trigger false workflow keyword detections.
- Windows
atomicWriteJsonfailures (EPERM) are resolved by opening the temp file with read-write permissions. - The
opencodebridge is completely rewritten to honor the new plugin API mutation contract, restoring true persistent mode.
What's better
- Cross-context reviews: All 11 ultrawork review steps now dispatch to fresh reviewer subagents that receive only durable artifacts and the review guide. Same-session self-review is removed because isolated reviews catch more defects.
- High-stakes blind review: Brainstorm workflows now escalate to independent subagents for design artifact critique, completely removing authorship bias.
-
Marketplace consolidation: The repository root
.claude-plugindirectory is now the single source of truth for the Claude plugin marketplace.
Installation
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/first-fluke/oh-my-agent/main/cli/install.ps1 | iex
oh-my-agent is built for teams who orchestrate more than they prompt. Next up: native Antigravity plugin emission.
Top comments (0)