9ddb2b9819
sync-mcp rebuilds the lsp component if a prior sync wiped its dist; sync-mcp.test builds in a before hook; checkVendored flags only real unbundled imports (a guarded require.resolve fallback is allowed); test:claude runs the destructive sync-components test in its own node --test pass so it never races the build-checking tests. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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-checkercomponents/rulescomponents/lspcomponents/ultraworkcomponents/ultragoalcomponents/start-work-continuationcomponents/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).