Files
YeonGyu-Kim d994abee5d test(omo-claude): add real-install cache QA harness + publish no-auto-trigger invariant
qa-real-install.mjs builds the plugin, copies it to a node_modules-free cache, and
exercises every hook + boots both MCP servers (F3 gate). publish-claude-invariant
test pins the no-accidental-publish guardrails (workflow_dispatch-only, identity
guard, missing-secret hard-fail) and is wired into test:claude.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 14:17:32 +09:00
..

omo

omo is the single local Claude Code plugin namespace for Yeongyu's Claude Code components.

Internally each component remains isolated under components/:

  • components/comment-checker
  • components/rules
  • components/lsp
  • components/ultrawork
  • components/ultragoal
  • components/start-work-continuation
  • components/telemetry

The root plugin manifest (.claude-plugin/plugin.json) exports one Claude Code plugin named omo, with aggregate hooks (hooks/hooks.json), bundled skills (skills/), subagents (agents/), and the LSP + ast-grep MCP servers (.mcp.json).