From 4b09d82b2dee3ef2ecfdb9baf90526d376cf98d5 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 30 May 2026 19:09:10 +0900 Subject: [PATCH] feat(packages): add MARKETPLACE.md --- packages/omo-codex/MARKETPLACE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/omo-codex/MARKETPLACE.md diff --git a/packages/omo-codex/MARKETPLACE.md b/packages/omo-codex/MARKETPLACE.md new file mode 100644 index 000000000..00f74fcaa --- /dev/null +++ b/packages/omo-codex/MARKETPLACE.md @@ -0,0 +1,30 @@ +# Sisyphus Labs Codex Marketplace + +Native Codex marketplace for the `omo` plugin. + +## Plugin + +`omo` is one Codex plugin namespace with isolated internal components: + +- `components/comment-checker`: runs comment-checker automatically after successful `apply_patch` edits. +- `components/rules`: injects local project rule files into Codex context through lifecycle hooks. +- `components/lsp`: exposes Language Server Protocol diagnostics, navigation, symbols, and rename tools through MCP and post-edit hooks. +- `components/ultrawork`: injects the ultrawork orchestration directive when a user prompt contains `ultrawork` or `ulw`. +- `components/ulw-loop`: durable repo-native multi-goal orchestration with embedded success criteria and observable evidence audit (`.omo/ulw-loop/`). +- `components/start-work-continuation`: resumes `.omo/boulder.json` start-work plans from stop boundaries. +- `components/telemetry`: emits anonymous daily active telemetry when enabled. + +## Install + +```bash +bunx 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`. +It also enables both `plugins = true` and `plugin_hooks = true` under `[features]` so bundled hook files run. + +If your local Codex build exposes plugin install commands, you can use those instead. For older local builds, the installer replaces the manual copy fallback: + +```text +~/.codex/plugins/cache/sisyphuslabs/omo/0.1.0 +```