Files
oh-my-opencode/packages/omo-codex/plugin/components/ulw-loop
YeonGyu-Kim 8c6e8e4986 refactor(omo-codex): rename ultragoal component to ulw-loop
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.
2026-05-29 12:38:22 +09:00
..

codex-ulw-loop

ci license: MIT

Codex plugin scaffold for durable repo-native multi-goal orchestration with embedded success criteria and observable evidence audit.

Behavior

Subcommand Purpose
omo ulw-loop create-goals Create repo-native goals from a brief and seed criteria.
omo ulw-loop record-evidence Record observable evidence for the active criterion.
omo ulw-loop criteria Inspect or revise goal success criteria.
omo ulw-loop complete-goals Complete eligible goals after criteria pass.
omo ulw-loop checkpoint Refuse completion until criteria and evidence gates pass.
omo ulw-loop steer Apply steering updates to the plan.
omo ulw-loop status Report active goal, criteria, and evidence state.

Wave 1 is scaffold only. Command behavior lands in later waves.

Codex Plugin

The plugin ships:

  • .codex-plugin/plugin.json for Codex plugin discovery.
  • hooks/hooks.json for the UserPromptSubmit hook.
  • skills/ulw-loop/ as the future skill directory.

The hook command is:

node "${PLUGIN_ROOT}/dist/cli.js" hook user-prompt-submit

No MCP server or Codex tool is exposed in this scaffold.

Local Development

npm install
npm test
npm run typecheck
npm run check
npm pack --dry-run

Local Codex Installation

bunx 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:

[features]
plugins = true
plugin_hooks = true

[plugins."omo@sisyphuslabs"]
enabled = true

Privacy

This plugin runs locally. The scaffold does not call a network service by itself.

License

MIT.

  • oh-my-codex - source project for the ulw-loop port.
  • lazycodex - Sisyphus Labs Codex marketplace repository.