8c6e8e4986
Fully rename the ultragoal component to ulw-loop so the identifier matches the ulw-loop skill it powers. Renames the component directory, nested skill, TS identifiers (UlwLoop / ULW_LOOP_* / ulwLoop*), the omo ulw-loop CLI subcommand, the .omo/ulw-loop state directory, the OMO_ULW_LOOP_STEER directive token, and the @code-yeongyu/codex-ulw-loop package. Also threads Atlas-style right-sized parallel worker delegation and a Prometheus-style QA + maximum-parallelism plan into the ulw-loop skill, with a critical post-subagent QA gate. Updates aggregate wiring (plugin package components, hooks.json, sync-skills), the install-codex agent-link test fixture, and user docs.
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# 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/`).
|
|
|
|
## 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, registers the `sisyphuslabs` marketplace from `https://github.com/sisyphuslabs/omo.git`, 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
|
|
```
|