Files
oh-my-opencode/packages/omo-claude/plugin
YeonGyu-Kim 71e4e2a6d0 feat(omo-claude): port ultragoal to per-session file-based goals
Goal content under ./.omo/ultragoal/sessions/claude-<id>/ keyed by Claude Code
session_id (claude: prefix); UltragoalScope struct threaded; plan version 2 +
index.json registry with read-only v1 forward-migration (never deletes v1);
create_goal/get_goal/update_goal dependency dropped (file/steering-based); the
PreToolUse create_goal budget guard kept compiled+unit-tested but its hooks.json
registration removed (inert in CC). 26 tests pass. ultragoal removed from
sync-components HANDLED set — it is a hand-fork, not patch-synced.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 13:40:11 +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).