ced472dedf
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
24 lines
740 B
JSON
24 lines
740 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/ultragoal",
|
|
"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"
|
|
}
|
|
}
|