feat(omo-codex): scaffold @oh-my-opencode/omo-codex workspace package

This commit is contained in:
YeonGyu-Kim
2026-05-25 22:24:51 +09:00
parent 2415f37bc0
commit 400006ec2c
9 changed files with 132 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./telemetry"
export * from "./install"
+4
View File
@@ -0,0 +1,4 @@
// Codex install module entry point. Implemented in subsequent commits.
// Hosts the TypeScript port of scripts/install-local.mjs invoked from the
// omodex CLI when the user passes `--codex=yes` to `bunx omo install`.
export {}