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.
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
|
"version": "0.1.0",
|
|
"description": "Aggregate Codex plugin root for OMO components.",
|
|
"type": "module",
|
|
"packageManager": "npm@11.12.1",
|
|
"private": true,
|
|
"workspaces": [
|
|
"components/comment-checker",
|
|
"components/rules",
|
|
"components/lsp",
|
|
"components/telemetry",
|
|
"components/start-work-continuation",
|
|
"components/ulw-loop",
|
|
"components/ultrawork"
|
|
],
|
|
"scripts": {
|
|
"build": "bun run --cwd ../../ast-grep-mcp build && node scripts/sync-skills.mjs && node ../scripts/sync-telemetry-component.mjs && npm run build --workspaces --if-present",
|
|
"check": "npm run build && npm test",
|
|
"sync:skills": "node scripts/sync-skills.mjs",
|
|
"test": "node --test test/*.test.mjs"
|
|
}
|
|
}
|