fix(codex): sync hook status versions

This commit is contained in:
YeonGyu-Kim
2026-05-31 11:53:18 +09:00
parent 4fded80f6a
commit 4e31d7df5d
6 changed files with 215 additions and 16 deletions
+2 -1
View File
@@ -18,8 +18,9 @@
"@oh-my-opencode/shared-skills": "file:../../shared-skills"
},
"scripts": {
"build": "node scripts/build-bundled-mcp-runtimes.mjs && node scripts/sync-skills.mjs && node ../scripts/sync-telemetry-component.mjs && node scripts/build-components.mjs",
"build": "node scripts/sync-hook-status-messages.mjs && node scripts/build-bundled-mcp-runtimes.mjs && node scripts/sync-skills.mjs && node ../scripts/sync-telemetry-component.mjs && node scripts/build-components.mjs",
"check": "npm run build && npm test",
"sync:hooks": "node scripts/sync-hook-status-messages.mjs",
"sync:skills": "node scripts/sync-skills.mjs",
"test": "node --test test/*.test.mjs"
}