diff --git a/packages/omo-codex/plugin/components/comment-checker/README.md b/packages/omo-codex/plugin/components/comment-checker/README.md index d48d38f80..904604a02 100644 --- a/packages/omo-codex/plugin/components/comment-checker/README.md +++ b/packages/omo-codex/plugin/components/comment-checker/README.md @@ -52,7 +52,7 @@ node dist/cli.js hook post-tool-use < test/fixtures/post-tool-use.json ## 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/lsp/README.md b/packages/omo-codex/plugin/components/lsp/README.md index 90acc6545..6eea73832 100644 --- a/packages/omo-codex/plugin/components/lsp/README.md +++ b/packages/omo-codex/plugin/components/lsp/README.md @@ -118,7 +118,7 @@ printf '%s\n' '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node dist/cli.j ## 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, and enables: diff --git a/packages/omo-codex/plugin/components/rules/README.md b/packages/omo-codex/plugin/components/rules/README.md index c7a40dab5..99b258d50 100644 --- a/packages/omo-codex/plugin/components/rules/README.md +++ b/packages/omo-codex/plugin/components/rules/README.md @@ -43,7 +43,7 @@ Prefer strict TypeScript and keep runtime imports ESM-compatible. ## Install Locally ```bash -bunx lazycodex install +bunx --package @code-yeongyu/lazycodex lazycodex install ``` The local installer builds the plugin and copies a clean cache entry to: