From 3048a64f4d01295c378c1782207c6426ade602da Mon Sep 17 00:00:00 2001 From: Woonggi Min Date: Sun, 31 May 2026 15:28:47 +0900 Subject: [PATCH] docs(codex): qualify package install docs Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- packages/omo-codex/MARKETPLACE.md | 2 +- packages/omo-codex/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/omo-codex/MARKETPLACE.md b/packages/omo-codex/MARKETPLACE.md index 00f74fcaa..bc26ee03f 100644 --- a/packages/omo-codex/MARKETPLACE.md +++ b/packages/omo-codex/MARKETPLACE.md @@ -17,7 +17,7 @@ Native Codex marketplace for the `omo` plugin. ## Install ```bash -bunx lazycodex install +bunx --package @code-yeongyu/lazycodex lazycodex install ``` The installer builds `omo`, copies a clean versioned cache entry into `~/.codex/plugins/cache/sisyphuslabs/omo`, installs runtime dependencies in the cache, writes stable bundled-agent TOMLs through `~/.codex/.tmp/marketplaces/sisyphuslabs/plugins/omo`, registers the `sisyphuslabs` marketplace from the local built cache, and enables `[plugins."omo@sisyphuslabs"]` in `~/.codex/config.toml`. diff --git a/packages/omo-codex/README.md b/packages/omo-codex/README.md index 8d8173ce7..87650fc50 100644 --- a/packages/omo-codex/README.md +++ b/packages/omo-codex/README.md @@ -28,9 +28,9 @@ Codex harness adapter for **oh-my-openagent**. Brings the OMO experience (rules End users invoke through the omodex CLI. This package is the **Light edition** of omo — install it directly with: ```bash -bunx omo install --platform=codex +bunx --package oh-my-openagent omo install --platform=codex # or via the shortcut alias (same compiled CLI, defaults --platform=codex): -bunx lazycodex install +bunx --package @code-yeongyu/lazycodex lazycodex install # or the longer package names: bunx oh-my-opencode install --platform=codex bunx oh-my-openagent install --platform=codex @@ -69,7 +69,7 @@ Anonymous telemetry uses the same PostHog project as oh-my-openagent but emits t | Source | Reason | Trigger | |--------|--------|---------| -| `install` | `install_completed` | `bunx omo install --platform=codex` or `--platform=both` finishes (handled by `src/cli/install-codex/install-codex.ts`) | +| `install` | `install_completed` | `bunx --package oh-my-openagent omo install --platform=codex` or `--platform=both` finishes (handled by `src/cli/install-codex/install-codex.ts`) | | `plugin` | `session_start` | Codex plugin `SessionStart` hook fires (handled by `plugin/components/telemetry/`) | Both sources share the same SHA256-hashed installation identifier (`sha256("omo-codex:" + hostname)`), suppress PostHog person profiles, and write the daily dedup state to `~/.local/share/omo-codex/posthog-activity.json`.