2026-05-25 22:24:37 +09:00
|
|
|
{
|
2026-05-28 15:45:21 +09:00
|
|
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
2026-05-25 22:24:37 +09:00
|
|
|
"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",
|
2026-05-26 15:30:41 +09:00
|
|
|
"components/telemetry",
|
2026-05-28 16:14:42 +09:00
|
|
|
"components/start-work-continuation",
|
2026-05-25 22:24:37 +09:00
|
|
|
"components/ultragoal",
|
|
|
|
|
"components/ultrawork"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2026-05-28 15:26:18 +09:00
|
|
|
"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",
|
2026-05-25 22:24:37 +09:00
|
|
|
"check": "npm run build && npm test",
|
|
|
|
|
"sync:skills": "node scripts/sync-skills.mjs",
|
|
|
|
|
"test": "node --test test/*.test.mjs"
|
|
|
|
|
}
|
|
|
|
|
}
|