diff --git a/packages/omo-codex/plugin/components/ultrawork/README.md b/packages/omo-codex/plugin/components/ultrawork/README.md index 2ea6bf045..a0e42ed0b 100644 --- a/packages/omo-codex/plugin/components/ultrawork/README.md +++ b/packages/omo-codex/plugin/components/ultrawork/README.md @@ -20,7 +20,7 @@ The directive is currently 10,951 chars / 231 lines and follows the GPT-5.5 prom ## Install (via this marketplace) ```bash -bunx lazycodex install +bunx --package @code-yeongyu/lazycodex lazycodex install ``` The installer copies the plugin into `~/.codex/plugins/cache/sisyphuslabs/omo/0.1.0`, writes the stable Codex marketplace snapshot at `~/.codex/.tmp/marketplaces/sisyphuslabs/`, registers the `sisyphuslabs` marketplace from the `lazycodex` Git repository, enables `omo@sisyphuslabs` in `~/.codex/config.toml`, registers the `UserPromptSubmit` hook, and installs the bundled agent TOMLs into `~/.codex/agents/` (symlinks on Unix, copies on Windows). A `.installed-agents.json` manifest is written next to the bundled TOMLs' source root for clean uninstall tracking. @@ -49,7 +49,7 @@ Expect `` ... directive body. ## Agent role smoke test -Run `bunx omo install --platform=codex`, then inspect `~/.codex/agents/`. On Linux / macOS you should see symlinks; on Windows you should see file copies. Each TOML should declare a non-empty `name`, `description`, and `developer_instructions`. +Run `bunx --package oh-my-openagent omo install --platform=codex`, then inspect `~/.codex/agents/`. On Linux / macOS you should see symlinks; on Windows you should see file copies. Each TOML should declare a non-empty `name`, `description`, and `developer_instructions`. ## License diff --git a/packages/omo-codex/plugin/components/ulw-loop/README.md b/packages/omo-codex/plugin/components/ulw-loop/README.md index a99d5e360..902aae4f9 100644 --- a/packages/omo-codex/plugin/components/ulw-loop/README.md +++ b/packages/omo-codex/plugin/components/ulw-loop/README.md @@ -47,7 +47,7 @@ npm pack --dry-run ## Local Codex Installation ```bash -bunx lazycodex install +bunx --package @code-yeongyu/lazycodex lazycodex install ``` The installer builds and copies the plugin into `~/.codex/plugins/cache/sisyphuslabs/omo/0.1.0`, registers the `sisyphuslabs` marketplace from the `lazycodex` Git repository, installs runtime dependencies there, and enables: diff --git a/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md b/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md index aa0433abe..99192071c 100644 --- a/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +++ b/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md @@ -87,7 +87,7 @@ if [ -z "${ULW_LOOP_CLI:-}" ]; then /bin/mkdir -p .omo/ulw-loop 2>/dev/null || mkdir -p .omo/ulw-loop 2>/dev/null || true NOTE="${NOTE:-.omo/ulw-loop/bootstrap-notepad.md}" printf '%s\n' "omo executable missing from PATH; cached ulw-loop CLI not found under ${CODEX_HOME:-$HOME/.codex}." >> "$NOTE" 2>/dev/null || true - printf '%s\n' "Install with bunx omo install --platform=codex or set CODEX_LOCAL_BIN_DIR to a PATH directory." >&2 + printf '%s\n' "Install with bunx --package oh-my-openagent omo install --platform=codex or set CODEX_LOCAL_BIN_DIR to a PATH directory." >&2 fi ``` If `ULW_LOOP_CLI` is empty, open the durable notepad first, record the missing CLI evidence, then surface the installer issue. diff --git a/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md b/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md index aa0433abe..99192071c 100644 --- a/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +++ b/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md @@ -87,7 +87,7 @@ if [ -z "${ULW_LOOP_CLI:-}" ]; then /bin/mkdir -p .omo/ulw-loop 2>/dev/null || mkdir -p .omo/ulw-loop 2>/dev/null || true NOTE="${NOTE:-.omo/ulw-loop/bootstrap-notepad.md}" printf '%s\n' "omo executable missing from PATH; cached ulw-loop CLI not found under ${CODEX_HOME:-$HOME/.codex}." >> "$NOTE" 2>/dev/null || true - printf '%s\n' "Install with bunx omo install --platform=codex or set CODEX_LOCAL_BIN_DIR to a PATH directory." >&2 + printf '%s\n' "Install with bunx --package oh-my-openagent omo install --platform=codex or set CODEX_LOCAL_BIN_DIR to a PATH directory." >&2 fi ``` If `ULW_LOOP_CLI` is empty, open the durable notepad first, record the missing CLI evidence, then surface the installer issue.