From 24b77fa74acf9fb13bfe08417386c5dcc2d377bf Mon Sep 17 00:00:00 2001 From: Woonggi Min Date: Sun, 31 May 2026 15:28:47 +0900 Subject: [PATCH] docs(codex): qualify component install docs Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- packages/omo-codex/plugin/components/comment-checker/README.md | 2 +- packages/omo-codex/plugin/components/lsp/README.md | 2 +- packages/omo-codex/plugin/components/rules/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: