feat(omo-claude): scaffold package skeleton

Mirror packages/omo-codex layout for the Claude Code port: package.json
(@oh-my-opencode/omo-claude), tsconfig, index.d.ts, src/ + src/telemetry
stubs, and the plugin/ tree (.claude-plugin, components, agents, hooks,
scripts, skills, test, mcp) with a CC-worded plugin README + placeholder
package.json.

Plan: .omo/plans/omo-claude-plugin-port.md

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
YeonGyu-Kim
2026-05-29 12:41:23 +09:00
parent 26ec219bcd
commit 9ecbbd443f
16 changed files with 96 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// @oh-my-opencode/omo-claude — Claude Code harness adapter for oh-my-openagent.
//
// Public surface (installer entry + telemetry) is populated by later tasks.
// Telemetry is also reachable via the "./telemetry" export.
export {};
@@ -0,0 +1,4 @@
// Placeholder — telemetry identity, posthog client, env-flags, and data-path
// are authored in the telemetry-fork task. Re-exported from here so
// `@oh-my-opencode/omo-claude/telemetry` resolves throughout the build.
export {};