claudecode-omc 5.11.0 → 5.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/.local/skills/prompt-pilot/SKILL.md +258 -0
  2. package/bundled/manifest.json +3 -3
  3. package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +2 -2
  4. package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +394 -390
  5. package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +60 -29
  6. package/bundled/upstream/anthropic-skills/skills/claude-api/csharp/claude-api.md +46 -1
  7. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +2 -2
  8. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +3 -1
  9. package/bundled/upstream/anthropic-skills/skills/claude-api/go/claude-api.md +23 -4
  10. package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +32 -3
  11. package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +27 -0
  12. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +123 -7
  13. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +13 -0
  14. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +7 -2
  15. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +18 -1
  16. package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +9 -7
  17. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +27 -0
  18. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +1 -1
  19. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/anthropic-cli.md +246 -0
  20. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/claude-platform-on-aws.md +59 -0
  21. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +24 -4
  22. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +8 -0
  23. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +48 -4
  24. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +3 -1
  25. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +15 -1
  26. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +10 -6
  27. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +25 -0
  28. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +48 -18
  29. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +8 -5
  30. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-scheduled-deployments.md +144 -0
  31. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +2 -1
  32. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +46 -9
  33. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +259 -3
  34. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +17 -9
  35. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +55 -3
  36. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/token-counting.md +56 -0
  37. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +22 -2
  38. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +45 -6
  39. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +1 -1
  40. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +10 -12
  41. package/bundled/upstream/anthropic-skills/skills/frontend-design/SKILL.md +39 -26
  42. package/bundled/upstream/ecc/.omc-source/bundle.json +2 -2
  43. package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +2 -2
  44. package/bundled/upstream/ecc/.omc-source/provenance.json +602 -550
  45. package/bundled/upstream/ecc/agents/agent-evaluator.md +206 -0
  46. package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -9
  47. package/bundled/upstream/ecc/agents/php-reviewer.md +109 -0
  48. package/bundled/upstream/ecc/agents/spec-miner.md +217 -0
  49. package/bundled/upstream/ecc/agents/vue-reviewer.md +206 -0
  50. package/bundled/upstream/ecc/commands/cost-report.md +58 -84
  51. package/bundled/upstream/ecc/commands/epic-claim.md +26 -0
  52. package/bundled/upstream/ecc/commands/epic-decompose.md +23 -0
  53. package/bundled/upstream/ecc/commands/epic-publish.md +23 -0
  54. package/bundled/upstream/ecc/commands/epic-review.md +23 -0
  55. package/bundled/upstream/ecc/commands/epic-sync.md +23 -0
  56. package/bundled/upstream/ecc/commands/epic-unblock.md +22 -0
  57. package/bundled/upstream/ecc/commands/epic-validate.md +22 -0
  58. package/bundled/upstream/ecc/commands/instinct-status.md +8 -8
  59. package/bundled/upstream/ecc/commands/multi-backend.md +2 -0
  60. package/bundled/upstream/ecc/commands/multi-execute.md +2 -0
  61. package/bundled/upstream/ecc/commands/multi-frontend.md +2 -0
  62. package/bundled/upstream/ecc/commands/multi-plan.md +2 -0
  63. package/bundled/upstream/ecc/commands/multi-workflow.md +2 -0
  64. package/bundled/upstream/ecc/commands/orch-add-feature.md +36 -0
  65. package/bundled/upstream/ecc/commands/orch-build-mvp.md +36 -0
  66. package/bundled/upstream/ecc/commands/orch-change-feature.md +38 -0
  67. package/bundled/upstream/ecc/commands/orch-fix-defect.md +38 -0
  68. package/bundled/upstream/ecc/commands/orch-refine-code.md +39 -0
  69. package/bundled/upstream/ecc/commands/quality-gate.md +34 -16
  70. package/bundled/upstream/ecc/commands/vue-review.md +174 -0
  71. package/bundled/upstream/ecc/skills/accessibility/SKILL.md +2 -1
  72. package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +2 -1
  73. package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +2 -1
  74. package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +2 -1
  75. package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +2 -1
  76. package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +2 -1
  77. package/bundled/upstream/ecc/skills/agent-self-evaluation/SKILL.md +182 -0
  78. package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
  79. package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
  80. package/bundled/upstream/ecc/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
  81. package/bundled/upstream/ecc/skills/agent-self-evaluation/references/hook-integration.md +64 -0
  82. package/bundled/upstream/ecc/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
  83. package/bundled/upstream/ecc/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
  84. package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +2 -1
  85. package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +2 -1
  86. package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +2 -1
  87. package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +2 -1
  88. package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +2 -1
  89. package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +2 -1
  90. package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +2 -1
  91. package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +2 -1
  92. package/bundled/upstream/ecc/skills/api-design/SKILL.md +2 -1
  93. package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +2 -1
  94. package/bundled/upstream/ecc/skills/article-writing/SKILL.md +2 -1
  95. package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +2 -1
  96. package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +2 -1
  97. package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +2 -1
  98. package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +2 -1
  99. package/bundled/upstream/ecc/skills/benchmark/SKILL.md +2 -1
  100. package/bundled/upstream/ecc/skills/benchmark-methodology/SKILL.md +190 -0
  101. package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +2 -1
  102. package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +2 -1
  103. package/bundled/upstream/ecc/skills/blueprint/SKILL.md +2 -1
  104. package/bundled/upstream/ecc/skills/brand-discovery/SKILL.md +145 -0
  105. package/bundled/upstream/ecc/skills/brand-discovery/references/10_purpose-why.md +40 -0
  106. package/bundled/upstream/ecc/skills/brand-discovery/references/20_positioning.md +44 -0
  107. package/bundled/upstream/ecc/skills/brand-discovery/references/30_audience-niche.md +52 -0
  108. package/bundled/upstream/ecc/skills/brand-discovery/references/40_personality-archetype.md +57 -0
  109. package/bundled/upstream/ecc/skills/brand-discovery/references/50_voice-tone.md +59 -0
  110. package/bundled/upstream/ecc/skills/brand-discovery/references/60_narrative-story.md +50 -0
  111. package/bundled/upstream/ecc/skills/brand-discovery/references/70_founder-tension.md +49 -0
  112. package/bundled/upstream/ecc/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
  113. package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +2 -1
  114. package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +22 -4
  115. package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +2 -1
  116. package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +2 -1
  117. package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +1 -1
  118. package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +2 -1
  119. package/bundled/upstream/ecc/skills/ck/SKILL.md +2 -1
  120. package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +11 -2
  121. package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +2 -1
  122. package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +2 -1
  123. package/bundled/upstream/ecc/skills/code-tour/SKILL.md +2 -1
  124. package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +2 -1
  125. package/bundled/upstream/ecc/skills/codehealth-mcp/SKILL.md +167 -0
  126. package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +4 -2
  127. package/bundled/upstream/ecc/skills/competitive-platform-analysis/SKILL.md +214 -0
  128. package/bundled/upstream/ecc/skills/competitive-report-structure/SKILL.md +162 -0
  129. package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +2 -1
  130. package/bundled/upstream/ecc/skills/config-gc/SKILL.md +120 -0
  131. package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +2 -1
  132. package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +2 -1
  133. package/bundled/upstream/ecc/skills/content-engine/SKILL.md +2 -1
  134. package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +2 -1
  135. package/bundled/upstream/ecc/skills/context-budget/SKILL.md +2 -1
  136. package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +2 -1
  137. package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +2 -1
  138. package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +2 -1
  139. package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +14 -1
  140. package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -7
  141. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +90 -2
  142. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +27 -0
  143. package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +2 -1
  144. package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +58 -108
  145. package/bundled/upstream/ecc/skills/council/SKILL.md +2 -1
  146. package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +2 -1
  147. package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +2 -1
  148. package/bundled/upstream/ecc/skills/crosspost/SKILL.md +2 -1
  149. package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +2 -1
  150. package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +2 -1
  151. package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +1 -1
  152. package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +2 -1
  153. package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +2 -1
  154. package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +2 -1
  155. package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +2 -1
  156. package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +2 -1
  157. package/bundled/upstream/ecc/skills/deep-research/SKILL.md +2 -1
  158. package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +2 -1
  159. package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +2 -1
  160. package/bundled/upstream/ecc/skills/design-system/SKILL.md +2 -1
  161. package/bundled/upstream/ecc/skills/django-celery/SKILL.md +3 -2
  162. package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +2 -1
  163. package/bundled/upstream/ecc/skills/django-security/SKILL.md +2 -1
  164. package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +2 -1
  165. package/bundled/upstream/ecc/skills/django-verification/SKILL.md +2 -1
  166. package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +2 -1
  167. package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +2 -1
  168. package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +2 -1
  169. package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +2 -1
  170. package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +2 -1
  171. package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +2 -1
  172. package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +2 -1
  173. package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +2 -1
  174. package/bundled/upstream/ecc/skills/email-ops/SKILL.md +2 -1
  175. package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +1 -1
  176. package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +2 -1
  177. package/bundled/upstream/ecc/skills/error-handling/SKILL.md +2 -1
  178. package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +2 -1
  179. package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +2 -1
  180. package/bundled/upstream/ecc/skills/exa-search/SKILL.md +2 -1
  181. package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +2 -1
  182. package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +375 -188
  183. package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +2 -1
  184. package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +3 -2
  185. package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +2 -1
  186. package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +3 -3
  187. package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +2 -1
  188. package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +23 -8
  189. package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +2 -1
  190. package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +1 -1
  191. package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +2 -1
  192. package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +2 -1
  193. package/bundled/upstream/ecc/skills/gateguard/SKILL.md +9 -1
  194. package/bundled/upstream/ecc/skills/generating-python-installer/SKILL.md +820 -0
  195. package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +2 -1
  196. package/bundled/upstream/ecc/skills/github-ops/SKILL.md +2 -1
  197. package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +2 -1
  198. package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +2 -1
  199. package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +2 -1
  200. package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +2 -1
  201. package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +2 -1
  202. package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +2 -1
  203. package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +2 -1
  204. package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +2 -1
  205. package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +2 -1
  206. package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +2 -1
  207. package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +2 -1
  208. package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +2 -1
  209. package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +10 -9
  210. package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +2 -1
  211. package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +4 -3
  212. package/bundled/upstream/ecc/skills/inherit-legacy-style/SKILL.md +157 -0
  213. package/bundled/upstream/ecc/skills/intent-driven-development/SKILL.md +360 -0
  214. package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +1 -1
  215. package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +2 -1
  216. package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +2 -1
  217. package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +2 -1
  218. package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +2 -1
  219. package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +2 -1
  220. package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +2 -1
  221. package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +2 -1
  222. package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +2 -1
  223. package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +2 -1
  224. package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +17 -7
  225. package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +2 -1
  226. package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +2 -1
  227. package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +2 -1
  228. package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +2 -1
  229. package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +2 -1
  230. package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +2 -1
  231. package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +2 -1
  232. package/bundled/upstream/ecc/skills/kubernetes-patterns/SKILL.md +756 -0
  233. package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +2 -1
  234. package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +2 -1
  235. package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +826 -163
  236. package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +541 -149
  237. package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +2 -1
  238. package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +2 -1
  239. package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +2 -1
  240. package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +2 -1
  241. package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +1 -1
  242. package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +2 -1
  243. package/bundled/upstream/ecc/skills/manim-video/SKILL.md +2 -1
  244. package/bundled/upstream/ecc/skills/market-research/SKILL.md +2 -1
  245. package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +2 -1
  246. package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +2 -1
  247. package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +2 -1
  248. package/bundled/upstream/ecc/skills/ml-adoption-playbook/SKILL.md +57 -0
  249. package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +2 -1
  250. package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +1 -2
  251. package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +2 -1
  252. package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +2 -1
  253. package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +2 -1
  254. package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +2 -1
  255. package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +2 -1
  256. package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +2 -1
  257. package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +2 -1
  258. package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +2 -1
  259. package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +2 -1
  260. package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +2 -1
  261. package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +2 -1
  262. package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +2 -1
  263. package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +2 -1
  264. package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +2 -1
  265. package/bundled/upstream/ecc/skills/orch-add-feature/SKILL.md +45 -0
  266. package/bundled/upstream/ecc/skills/orch-build-mvp/SKILL.md +49 -0
  267. package/bundled/upstream/ecc/skills/orch-change-feature/SKILL.md +43 -0
  268. package/bundled/upstream/ecc/skills/orch-fix-defect/SKILL.md +43 -0
  269. package/bundled/upstream/ecc/skills/orch-pipeline/SKILL.md +121 -0
  270. package/bundled/upstream/ecc/skills/orch-refine-code/SKILL.md +44 -0
  271. package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +2 -1
  272. package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +2 -1
  273. package/bundled/upstream/ecc/skills/perl-security/SKILL.md +2 -1
  274. package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +2 -1
  275. package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +2 -1
  276. package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +2 -1
  277. package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +2 -1
  278. package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +2 -1
  279. package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +2 -1
  280. package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +2 -1
  281. package/bundled/upstream/ecc/skills/product-capability/SKILL.md +2 -1
  282. package/bundled/upstream/ecc/skills/product-lens/SKILL.md +2 -1
  283. package/bundled/upstream/ecc/skills/production-audit/SKILL.md +2 -1
  284. package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +1 -1
  285. package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +2 -1
  286. package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +1 -1
  287. package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +4 -3
  288. package/bundled/upstream/ecc/skills/python-testing/SKILL.md +2 -1
  289. package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +2 -1
  290. package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +1 -1
  291. package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +51 -50
  292. package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +25 -24
  293. package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +73 -72
  294. package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +8 -7
  295. package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +2 -1
  296. package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +2 -1
  297. package/bundled/upstream/ecc/skills/react-performance/SKILL.md +2 -1
  298. package/bundled/upstream/ecc/skills/react-testing/SKILL.md +2 -1
  299. package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +2 -1
  300. package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +2 -1
  301. package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +2 -1
  302. package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +2 -1
  303. package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +64 -63
  304. package/bundled/upstream/ecc/skills/research-ops/SKILL.md +2 -1
  305. package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +1 -1
  306. package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +2 -1
  307. package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +2 -1
  308. package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +2 -1
  309. package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +2 -1
  310. package/bundled/upstream/ecc/skills/santa-method/SKILL.md +2 -1
  311. package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +2 -1
  312. package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +2 -1
  313. package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +2 -1
  314. package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +2 -1
  315. package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +2 -1
  316. package/bundled/upstream/ecc/skills/search-first/SKILL.md +2 -1
  317. package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +2 -1
  318. package/bundled/upstream/ecc/skills/security-review/SKILL.md +2 -1
  319. package/bundled/upstream/ecc/skills/security-scan/SKILL.md +2 -1
  320. package/bundled/upstream/ecc/skills/seo/SKILL.md +2 -1
  321. package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +2 -1
  322. package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +8 -0
  323. package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +2 -1
  324. package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +2 -1
  325. package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +2 -1
  326. package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +17 -2
  327. package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +2 -1
  328. package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +2 -1
  329. package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +2 -1
  330. package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +2 -1
  331. package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +10 -5
  332. package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +2 -1
  333. package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +2 -1
  334. package/bundled/upstream/ecc/skills/taste/SKILL.md +264 -0
  335. package/bundled/upstream/ecc/skills/taste/references/genre-taxonomy.md +87 -0
  336. package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +64 -1
  337. package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +2 -1
  338. package/bundled/upstream/ecc/skills/team-builder/SKILL.md +2 -1
  339. package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +2 -1
  340. package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +77 -1
  341. package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +2 -1
  342. package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +2 -1
  343. package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +2 -1
  344. package/bundled/upstream/ecc/skills/uncloud/SKILL.md +2 -1
  345. package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +2 -1
  346. package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +2 -1
  347. package/bundled/upstream/ecc/skills/video-editing/SKILL.md +2 -1
  348. package/bundled/upstream/ecc/skills/videodb/SKILL.md +2 -1
  349. package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +2 -1
  350. package/bundled/upstream/ecc/skills/vue-patterns/SKILL.md +471 -0
  351. package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +9 -8
  352. package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +2 -1
  353. package/bundled/upstream/ecc/skills/x-api/SKILL.md +2 -1
  354. package/bundled/upstream/impeccable/.omc-source/bundle.json +2 -2
  355. package/bundled/upstream/impeccable/.omc-source/provenance.json +30 -25
  356. package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +2 -2
  357. package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +10 -8
  358. package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +1 -1
  359. package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +707 -26
  360. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +202 -0
  361. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +57 -11
  362. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/design-system.mjs +750 -0
  363. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +231 -0
  364. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +7 -0
  365. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +29 -4
  366. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +20 -4
  367. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +2 -0
  368. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +27 -1
  369. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +29 -0
  370. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +148 -0
  371. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +135 -48
  372. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +5 -2
  373. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +375 -29
  374. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +8 -1
  375. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-config.mjs +638 -0
  376. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +37 -35
  377. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/target-args.mjs +42 -0
  378. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +159 -72
  379. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +16 -11
  380. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +9 -8
  381. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-target.mjs +30 -0
  382. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +1 -1
  383. package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +72 -21
  384. package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -2
  385. package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +103 -103
  386. package/bundled/upstream/oh-my-claudecode/agents/analyst.md +6 -0
  387. package/bundled/upstream/oh-my-claudecode/agents/architect.md +6 -0
  388. package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +6 -0
  389. package/bundled/upstream/oh-my-claudecode/agents/critic.md +6 -0
  390. package/bundled/upstream/oh-my-claudecode/agents/debugger.md +6 -0
  391. package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +6 -0
  392. package/bundled/upstream/oh-my-claudecode/agents/tracer.md +6 -0
  393. package/bundled/upstream/oh-my-claudecode/agents/verifier.md +7 -0
  394. package/bundled/upstream/oh-my-claudecode/hooks/hooks.json +9 -2
  395. package/bundled/upstream/oh-my-claudecode/skills/ask/SKILL.md +15 -4
  396. package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +30 -1
  397. package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +29 -35
  398. package/bundled/upstream/oh-my-claudecode/skills/ccg/SKILL.md +20 -9
  399. package/bundled/upstream/oh-my-claudecode/skills/configure-notifications/SKILL.md +2 -2
  400. package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +6 -4
  401. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +1 -1
  402. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +2 -1
  403. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
  404. package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +29 -18
  405. package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +127 -165
  406. package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -2
  407. package/bundled/upstream/superpowers/.omc-source/provenance.json +59 -52
  408. package/bundled/upstream/superpowers/hooks/hooks-codex.json +16 -0
  409. package/bundled/upstream/superpowers/hooks/session-start +4 -12
  410. package/bundled/upstream/superpowers/hooks/session-start-codex +26 -0
  411. package/bundled/upstream/superpowers/skills/brainstorming/SKILL.md +5 -10
  412. package/bundled/upstream/superpowers/skills/brainstorming/scripts/frame-template.html +25 -26
  413. package/bundled/upstream/superpowers/skills/brainstorming/scripts/helper.js +101 -22
  414. package/bundled/upstream/superpowers/skills/brainstorming/scripts/server.cjs +399 -30
  415. package/bundled/upstream/superpowers/skills/brainstorming/scripts/start-server.sh +70 -9
  416. package/bundled/upstream/superpowers/skills/brainstorming/scripts/stop-server.sh +66 -2
  417. package/bundled/upstream/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
  418. package/bundled/upstream/superpowers/skills/brainstorming/visual-companion.md +33 -22
  419. package/bundled/upstream/superpowers/skills/dispatching-parallel-agents/SKILL.md +9 -6
  420. package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +2 -2
  421. package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +2 -12
  422. package/bundled/upstream/superpowers/skills/receiving-code-review/SKILL.md +2 -2
  423. package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +2 -2
  424. package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +15 -11
  425. package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +206 -67
  426. package/bundled/upstream/superpowers/skills/subagent-driven-development/implementer-prompt.md +30 -4
  427. package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/review-package +44 -0
  428. package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +22 -0
  429. package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/task-brief +40 -0
  430. package/bundled/upstream/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +188 -0
  431. package/bundled/upstream/superpowers/skills/systematic-debugging/SKILL.md +1 -1
  432. package/bundled/upstream/superpowers/skills/test-driven-development/SKILL.md +1 -1
  433. package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +9 -22
  434. package/bundled/upstream/superpowers/skills/using-superpowers/SKILL.md +19 -15
  435. package/bundled/upstream/superpowers/skills/using-superpowers/references/antigravity-tools.md +96 -0
  436. package/bundled/upstream/superpowers/skills/using-superpowers/references/claude-code-tools.md +50 -0
  437. package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +25 -12
  438. package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +27 -20
  439. package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +44 -32
  440. package/bundled/upstream/superpowers/skills/using-superpowers/references/pi-tools.md +28 -0
  441. package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +22 -0
  442. package/bundled/upstream/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
  443. package/bundled/upstream/superpowers/skills/writing-skills/SKILL.md +52 -18
  444. package/bundled/upstream/superpowers/skills/writing-skills/anthropic-best-practices.md +88 -88
  445. package/bundled/upstream/superpowers/skills/writing-skills/persuasion-principles.md +3 -3
  446. package/package.json +1 -1
  447. package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
  448. package/bundled/upstream/superpowers/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
@@ -2,11 +2,11 @@
2
2
  * CLI client for the live variant mode poll/reply protocol.
3
3
  *
4
4
  * Usage:
5
- * npx impeccable poll # Block until browser event, print JSON
6
- * npx impeccable poll --stream # Experimental: keep polling; one JSON line per event
7
- * npx impeccable poll --timeout=600000 # Custom timeout (ms); default is long-poll friendly
8
- * npx impeccable poll --reply <id> done # Reply "done" to event <id>
9
- * npx impeccable poll --reply <id> error "msg" # Reply with error
5
+ * node <scripts_path>/live-poll.mjs # Block until browser event, print JSON
6
+ * node <scripts_path>/live-poll.mjs --stream # Experimental: keep polling; one JSON line per event
7
+ * node <scripts_path>/live-poll.mjs --timeout=600000 # Custom timeout (ms); default is long-poll friendly
8
+ * node <scripts_path>/live-poll.mjs --reply <id> done # Reply "done" to event <id>
9
+ * node <scripts_path>/live-poll.mjs --reply <id> error "msg" # Reply with error
10
10
  */
11
11
 
12
12
  import { execFileSync } from 'node:child_process';
@@ -15,6 +15,11 @@ import { fileURLToPath } from 'node:url';
15
15
  import { completionAckForAcceptResult, completionTypeForAcceptResult } from './live/completion.mjs';
16
16
  import { readLiveServerInfo } from './lib/impeccable-paths.mjs';
17
17
 
18
+ // Absolute path to a sibling script in this skill's scripts dir, so runtime
19
+ // error hints print a directly-runnable command instead of a placeholder.
20
+ const SELF_DIR = path.dirname(fileURLToPath(import.meta.url));
21
+ const scriptCmd = (name) => `node "${path.join(SELF_DIR, name)}"`;
22
+
18
23
  // Node's built-in fetch (undici under the hood) enforces a 300s headers
19
24
  // timeout that can't be lowered per-request. We cap each request below
20
25
  // that ceiling and loop in `pollOnce` to synthesize a long poll without
@@ -27,7 +32,7 @@ const EVENT_TYPES_NEEDING_AGENT_REPLY = new Set(['generate', 'steer', 'manual_ed
27
32
  function readServerInfo() {
28
33
  const record = readLiveServerInfo(process.cwd());
29
34
  if (!record) {
30
- console.error('No running live server found. Start one with: npx impeccable live');
35
+ console.error(`No running live server found. Start one with: ${scriptCmd('live.mjs')}`);
31
36
  process.exit(1);
32
37
  }
33
38
  return record.info;
@@ -82,7 +87,7 @@ export function parseReplyArgs(args) {
82
87
  }
83
88
 
84
89
  function validateReplyArgs({ id, status }) {
85
- const usage = "Usage: npx impeccable poll --reply <id> <status> [--file path] [--data '<json>'] [message]";
90
+ const usage = `Usage: ${scriptCmd('live-poll.mjs')} --reply <id> <status> [--file path] [--data '<json>'] [message]`;
86
91
  if (!id || id.startsWith('--')) {
87
92
  const err = new Error(`${usage}\nMissing event id after --reply.`);
88
93
  err.code = 'INVALID_REPLY_ARGS';
@@ -283,11 +288,11 @@ export async function runPollStream(base, token, {
283
288
  function handlePollError(err) {
284
289
  if (err.code === 'AUTH_FAILED') {
285
290
  console.error(err.message);
286
- console.error('Try restarting: npx impeccable live stop && npx impeccable live');
291
+ console.error(`Try restarting: ${scriptCmd('live-server.mjs')} stop && ${scriptCmd('live.mjs')}`);
287
292
  process.exit(1);
288
293
  }
289
294
  if (err.cause?.code === 'ECONNREFUSED') {
290
- console.error('Live server not running. Start one with: npx impeccable live');
295
+ console.error(`Live server not running. Start one with: ${scriptCmd('live.mjs')}`);
291
296
  process.exit(1);
292
297
  }
293
298
  if (err.code === 'ACK_TIMEOUT') {
@@ -331,7 +336,7 @@ Harness note:
331
336
  const info = readServerInfo();
332
337
  const base = `http://localhost:${info.port}`;
333
338
 
334
- // Reply mode: npx impeccable poll --reply <id> <status> [--file path] [--data '<json>'] [message]
339
+ // Reply mode: node <scripts_path>/live-poll.mjs --reply <id> <status> [--file path] [--data '<json>'] [message]
335
340
  if (args.includes('--reply')) {
336
341
  let reply;
337
342
  try {
@@ -345,7 +350,7 @@ Harness note:
345
350
  await postReply(base, info.token, reply);
346
351
  } catch (err) {
347
352
  if (err.cause?.code === 'ECONNREFUSED') {
348
- console.error('Live server not running. Start one with: npx impeccable live');
353
+ console.error(`Live server not running. Start one with: ${scriptCmd('live.mjs')}`);
349
354
  } else {
350
355
  console.error('Reply failed:', err.message);
351
356
  }
@@ -21,7 +21,7 @@ import path from 'node:path';
21
21
  import net from 'node:net';
22
22
  import { fileURLToPath } from 'node:url';
23
23
  import { parseDesignMd } from './lib/design-parser.mjs';
24
- import { resolveContextDir } from './context.mjs';
24
+ import { loadContext } from './context.mjs';
25
25
  import {
26
26
  assembleLiveBrowserScript,
27
27
  assertLiveBrowserScriptParts,
@@ -55,7 +55,11 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
55
55
  // PRODUCT.md / DESIGN.md live wherever context.mjs resolves. The generated
56
56
  // DESIGN sidecar is project-local at .impeccable/design.json, with legacy
57
57
  // DESIGN.json fallback for existing projects.
58
- const CONTEXT_DIR = resolveContextDir(process.cwd());
58
+ const PROJECT_CONTEXT = loadContext(process.cwd());
59
+ const CONTEXT_DIR = PROJECT_CONTEXT.contextDir;
60
+ const DESIGN_MD_PATH = PROJECT_CONTEXT.designPath
61
+ ? path.resolve(process.cwd(), PROJECT_CONTEXT.designPath)
62
+ : null;
59
63
  const DEFAULT_POLL_TIMEOUT = 600_000; // 10 min — agent re-polls on timeout anyway
60
64
  const SSE_HEARTBEAT_INTERVAL = 30_000; // keepalive ping every 30s
61
65
 
@@ -371,10 +375,7 @@ function hasProjectContext() {
371
375
  // PRODUCT.md carries brand voice / anti-references — that's what determines
372
376
  // whether variants are brand-aware. DESIGN.md (visual tokens) is a separate
373
377
  // concern, surfaced by the design panel's own empty state.
374
- try {
375
- fs.accessSync(path.join(CONTEXT_DIR, 'PRODUCT.md'), fs.constants.R_OK);
376
- return true;
377
- } catch { return false; }
378
+ return !!PROJECT_CONTEXT.hasProduct;
378
379
  }
379
380
 
380
381
  function statOrNull(filePath) {
@@ -549,8 +550,8 @@ function createRequestHandler({ detectScript, liveScriptParts }) {
549
550
  const token = url.searchParams.get('token');
550
551
  if (token !== state.token) { res.writeHead(401); res.end('Unauthorized'); return; }
551
552
 
552
- const mdPath = path.join(CONTEXT_DIR, 'DESIGN.md');
553
- const jsonPath = resolveDesignSidecarPath(process.cwd(), CONTEXT_DIR) || getDesignSidecarPath(process.cwd());
553
+ const mdPath = DESIGN_MD_PATH;
554
+ const jsonPath = resolveDesignSidecarPath(process.cwd(), PROJECT_CONTEXT.designContextDir || CONTEXT_DIR) || getDesignSidecarPath(process.cwd());
554
555
  const mdStat = statOrNull(mdPath);
555
556
  const jsonStat = statOrNull(jsonPath);
556
557
 
@@ -0,0 +1,30 @@
1
+ import path from 'node:path';
2
+ import { resolveProjectRoot } from './context.mjs';
3
+ import { parseTargetPath } from './lib/target-args.mjs';
4
+
5
+ export function resolveLiveTarget(cwd = process.cwd(), args = []) {
6
+ const originalCwd = path.resolve(cwd);
7
+ let targetPath = null;
8
+ try {
9
+ targetPath = parseTargetPath(args, { strict: true });
10
+ } catch (err) {
11
+ if (err?.name === 'TargetArgError') {
12
+ process.stderr.write(`${err.message}\n`);
13
+ process.exit(1);
14
+ }
15
+ throw err;
16
+ }
17
+ const absoluteTargetPath = targetPath
18
+ ? path.isAbsolute(targetPath) ? targetPath : path.resolve(originalCwd, targetPath)
19
+ : null;
20
+ const projectRoot = targetPath
21
+ ? resolveProjectRoot(originalCwd, { targetPath: absoluteTargetPath })
22
+ : originalCwd;
23
+ return {
24
+ originalCwd,
25
+ projectRoot,
26
+ targetPath,
27
+ absoluteTargetPath,
28
+ targetOptions: absoluteTargetPath ? { targetPath: absoluteTargetPath } : {},
29
+ };
30
+ }
@@ -2,7 +2,7 @@
2
2
  * CLI helper: find an element in source and wrap it in a variant container.
3
3
  *
4
4
  * Usage:
5
- * npx impeccable wrap --id SESSION_ID --count N --query "hero-combined-left" [--file path]
5
+ * node <scripts_path>/live-wrap.mjs --id SESSION_ID --count N --query "hero-combined-left" [--file path]
6
6
  *
7
7
  * Searches project files for the element matching the query (class name, ID, or
8
8
  * text snippet), wraps it with the variant scaffolding, and prints the file path
@@ -21,14 +21,16 @@ import { execSync } from 'node:child_process';
21
21
  import fs from 'node:fs';
22
22
  import path from 'node:path';
23
23
  import { fileURLToPath } from 'node:url';
24
- import { loadContext } from './context.mjs';
24
+ import { loadContext, resolveTargetSelection } from './context.mjs';
25
25
  import { resolveFiles } from './live-inject.mjs';
26
26
  import { readLiveServerInfo } from './lib/impeccable-paths.mjs';
27
+ import { resolveLiveTarget } from './live-target.mjs';
27
28
 
28
29
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
29
30
 
30
31
  async function liveCli() {
31
32
  const args = process.argv.slice(2);
33
+ const liveTarget = resolveLiveTarget(process.cwd(), args);
32
34
 
33
35
  if (args.includes('--help') || args.includes('-h')) {
34
36
  console.log(`Usage: node live.mjs
@@ -38,37 +40,78 @@ Prepare everything for live variant mode in a single command:
38
40
  - Starts (or reuses) the live server in the background
39
41
  - Injects the browser script tag
40
42
  - Reads PRODUCT.md / DESIGN.md for project context
43
+ - In monorepos, choose a child app first; --target <path> is the fallback/manual path
41
44
 
42
45
  On success, prints a JSON blob with:
43
- { ok, serverPort, serverToken, pageFile, hasContext, context }
46
+ { ok, serverPort, serverToken, pageFiles, projectRoot, repoRoot, targetPath, productPath, designPath }
47
+
48
+ On target_selection_required, prints:
49
+ { ok: false, error: "target_selection_required", targetCandidates }
44
50
 
45
51
  On config_missing, prints:
46
52
  { ok: false, error: "config_missing", configPath, hint }
47
53
 
48
54
  The agent should then:
49
- 1. If config_missing, create the config and re-run this script
50
- 2. Optionally open the project's dev/preview URL in the browser (see reference/live.md—not serverPort)
51
- 3. Enter the poll loop: node live-poll.mjs`);
55
+ 1. If target_selection_required, ask which app to use and rerun from that child cwd
56
+ 2. If config_missing, create the config and re-run this script
57
+ 3. Optionally open the project's dev/preview URL in the browser (see reference/live.md—not serverPort)
58
+ 4. Enter the poll loop: node live-poll.mjs`);
59
+ process.exit(0);
60
+ }
61
+
62
+ const targetSelection = resolveTargetSelection(liveTarget.originalCwd, liveTarget.targetOptions);
63
+ if (targetSelection) {
64
+ console.log(JSON.stringify({
65
+ ok: false,
66
+ error: 'target_selection_required',
67
+ ...targetSelection,
68
+ hint: 'Ask the user which app Impeccable should use, then rerun live from that child app cwd. Use --target <path> only as a fallback or explicit path diagnostic.',
69
+ }, null, 2));
70
+ process.exit(0);
71
+ }
72
+
73
+ const ctx = loadContext(liveTarget.originalCwd, liveTarget.targetOptions);
74
+ const activeCwd = ctx.projectRoot;
75
+ const outputTargetPath = liveTarget.targetPath || null;
76
+
77
+ const missingContext = missingLiveContext(ctx);
78
+ if (missingContext.length > 0) {
79
+ console.log(JSON.stringify({
80
+ ok: false,
81
+ error: 'context_missing',
82
+ missing: missingContext,
83
+ nextCommand: missingContext.includes('PRODUCT.md') ? 'init' : 'document',
84
+ targetPath: outputTargetPath,
85
+ projectRoot: ctx.projectRoot,
86
+ repoRoot: ctx.repoRoot,
87
+ productPath: ctx.productPath,
88
+ designPath: ctx.designPath,
89
+ }, null, 2));
52
90
  process.exit(0);
53
91
  }
54
92
 
55
93
  // 1. Check config (fail fast if missing — no point starting anything else)
56
- const checkOut = runScript('live-inject.mjs', ['--check']);
94
+ const checkOut = runScript('live-inject.mjs', ['--check'], { cwd: activeCwd });
57
95
  const checkResult = safeParse(checkOut);
58
96
  if (!checkResult || !checkResult.ok) {
59
- console.log(JSON.stringify(checkResult || { ok: false, error: 'check_failed', raw: checkOut }));
97
+ console.log(JSON.stringify({
98
+ ...(checkResult || { ok: false, error: 'check_failed', raw: checkOut }),
99
+ targetPath: outputTargetPath,
100
+ projectRoot: ctx.projectRoot,
101
+ repoRoot: ctx.repoRoot,
102
+ }));
60
103
  process.exit(0);
61
104
  }
62
105
 
63
106
  // 2. Start server (or reuse existing)
64
- const serverInfo = ensureServerRunning();
107
+ const serverInfo = ensureServerRunning(activeCwd);
65
108
  if (!serverInfo) {
66
109
  console.log(JSON.stringify({ ok: false, error: 'server_start_failed' }));
67
110
  process.exit(1);
68
111
  }
69
112
 
70
113
  // 3. Inject the script tag at the current port
71
- const injectOut = runScript('live-inject.mjs', ['--port', String(serverInfo.port)]);
114
+ const injectOut = runScript('live-inject.mjs', ['--port', String(serverInfo.port)], { cwd: activeCwd });
72
115
  const injectResult = safeParse(injectOut);
73
116
  if (!injectResult || !injectResult.ok) {
74
117
  console.log(JSON.stringify({
@@ -80,22 +123,23 @@ The agent should then:
80
123
  process.exit(1);
81
124
  }
82
125
 
83
- // 4. Load PRODUCT.md + DESIGN.md context.
84
- const ctx = loadContext(process.cwd());
85
-
86
- // 5. Compute drift-heal: compare resolved inject targets against the
126
+ // 4. Compute drift-heal: compare resolved inject targets against the
87
127
  // project's HTML files. Orphans are HTML files not covered by config.
88
128
  // Warning only — the agent decides whether to act.
89
- const resolvedFiles = resolveFiles(process.cwd(), checkResult.config);
90
- const drift = scanForDrift(process.cwd(), resolvedFiles, checkResult.config);
129
+ const resolvedFiles = resolveFiles(activeCwd, checkResult.config);
130
+ const drift = scanForDrift(activeCwd, resolvedFiles, checkResult.config);
91
131
 
92
- // 6. Emit everything the agent needs
132
+ // 5. Emit everything the agent needs
93
133
  console.log(JSON.stringify({
94
134
  ok: true,
95
135
  serverPort: serverInfo.port,
96
136
  serverToken: serverInfo.token,
97
137
  pageFiles: resolvedFiles,
138
+ liveConfigPath: checkResult.path,
98
139
  configDrift: drift,
140
+ targetPath: outputTargetPath,
141
+ projectRoot: ctx.projectRoot,
142
+ repoRoot: ctx.repoRoot,
99
143
  hasProduct: ctx.hasProduct,
100
144
  product: ctx.product,
101
145
  productPath: ctx.productPath,
@@ -105,6 +149,13 @@ The agent should then:
105
149
  }, null, 2));
106
150
  }
107
151
 
152
+ function missingLiveContext(ctx) {
153
+ const missing = [];
154
+ if (!ctx.hasProduct) missing.push('PRODUCT.md');
155
+ if (!ctx.hasDesign) missing.push('DESIGN.md');
156
+ return missing;
157
+ }
158
+
108
159
  /**
109
160
  * Drift-heal scan. Walks the project for HTML files under common
110
161
  * page-source directories (public/, src/, app/, pages/) and reports any
@@ -201,11 +252,11 @@ function globToRegex(pattern) {
201
252
  // Helpers
202
253
  // ---------------------------------------------------------------------------
203
254
 
204
- function runScript(name, args) {
255
+ function runScript(name, args, options = {}) {
205
256
  const scriptPath = path.join(__dirname, name);
206
257
  const cmd = `node "${scriptPath}" ${args.map(a => `"${a}"`).join(' ')}`;
207
258
  try {
208
- return execSync(cmd, { encoding: 'utf-8', cwd: process.cwd(), timeout: 15_000 });
259
+ return execSync(cmd, { encoding: 'utf-8', cwd: options.cwd || process.cwd(), timeout: 15_000 });
209
260
  } catch (err) {
210
261
  // execSync throws on non-zero exit; return stdout if any
211
262
  return err.stdout || err.message || '';
@@ -219,10 +270,10 @@ function safeParse(out) {
219
270
  /**
220
271
  * Return { pid, port, token } for the running live server, starting one if needed.
221
272
  */
222
- function ensureServerRunning() {
273
+ function ensureServerRunning(cwd = process.cwd()) {
223
274
  // Try to reuse an existing server
224
275
  try {
225
- const existing = readLiveServerInfo(process.cwd())?.info;
276
+ const existing = readLiveServerInfo(cwd)?.info;
226
277
  if (existing && existing.pid) {
227
278
  try {
228
279
  process.kill(existing.pid, 0); // throws if dead
@@ -232,7 +283,7 @@ function ensureServerRunning() {
232
283
  } catch { /* no PID file */ }
233
284
 
234
285
  // Start a new server
235
- const out = runScript('live-server.mjs', ['--background']);
286
+ const out = runScript('live-server.mjs', ['--background'], { cwd });
236
287
  return safeParse(out);
237
288
  }
238
289
 
@@ -1,9 +1,9 @@
1
1
  {
2
- "syncedAt": "2026-06-05T08:06:20.958Z",
2
+ "syncedAt": "2026-06-25T01:40:10.363Z",
3
3
  "sourceName": "oh-my-claudecode",
4
4
  "remote": "https://github.com/Yeachan-Heo/oh-my-claudecode.git",
5
5
  "ref": "main",
6
- "commit": "3e945671dcf3ed1c1bcc422862815f92c1999143",
6
+ "commit": "542b7a4cf56fb1618d3b397603cca93bfdaa1df5",
7
7
  "kind": "content-repo",
8
8
  "harnesses": [
9
9
  "claude"
@@ -1,116 +1,116 @@
1
1
  {
2
- "syncedAt": "2026-06-05T08:06:20.958Z",
2
+ "syncedAt": "2026-06-25T01:40:10.363Z",
3
3
  "sourceName": "oh-my-claudecode",
4
4
  "remote": "https://github.com/Yeachan-Heo/oh-my-claudecode.git",
5
5
  "ref": "main",
6
- "commit": "3e945671dcf3ed1c1bcc422862815f92c1999143",
6
+ "commit": "542b7a4cf56fb1618d3b397603cca93bfdaa1df5",
7
7
  "artifacts": {
8
8
  "skills": {
9
- "AGENTS.md": "sha256:9c7751e8c0afea96",
10
- "ai-slop-cleaner/SKILL.md": "sha256:266ed0e1f36214b8",
11
- "ask/SKILL.md": "sha256:7d46d2ad08dfcf1d",
12
- "autopilot/SKILL.md": "sha256:3a699ae434bb6960",
13
- "autoresearch/SKILL.md": "sha256:f98736d700b4bff6",
14
- "cancel/SKILL.md": "sha256:4a58d9876ad4802d",
15
- "ccg/SKILL.md": "sha256:04075eec42dca53d",
16
- "configure-notifications/SKILL.md": "sha256:7c83ba8a36f85f92",
17
- "debug/SKILL.md": "sha256:b54c1263f4a9d0e4",
18
- "deep-dive/SKILL.md": "sha256:c08ce5be26385d34",
19
- "deep-interview/SKILL.md": "sha256:d897923d4c15b4a1",
20
- "deepinit/SKILL.md": "sha256:99d13c92dfcca156",
21
- "external-context/SKILL.md": "sha256:34303b3e62f5f564",
22
- "hud/SKILL.md": "sha256:a3611f878bc34b15",
23
- "learner/SKILL.md": "sha256:1336c2dab405bc15",
24
- "local-build-reminder/SKILL.md": "sha256:99e99de22da7907a",
25
- "mcp-setup/SKILL.md": "sha256:431e349667d65258",
26
- "omc-doctor/SKILL.md": "sha256:cc5d6114891bad8c",
27
- "omc-reference/SKILL.md": "sha256:ce42d55ab1b96772",
28
- "omc-setup/phases/01-install-claude-md.md": "sha256:fb64b8ddfe25e8d8",
29
- "omc-setup/phases/02-configure.md": "sha256:dc2c539c7acf7a13",
30
- "omc-setup/phases/03-integrations.md": "sha256:361f244cc03e3840",
31
- "omc-setup/phases/04-welcome.md": "sha256:89fac8440cfd4ab8",
32
- "omc-setup/SKILL.md": "sha256:7004e39ac0edb8cd",
33
- "omc-teams/SKILL.md": "sha256:9e49ead2f6cbb0aa",
34
- "plan/SKILL.md": "sha256:79816a5b95d39ef6",
35
- "project-session-manager/lib/config.sh": "sha256:5d2f22ea9f94b57a",
36
- "project-session-manager/lib/parse.sh": "sha256:197de139f78c92b6",
37
- "project-session-manager/lib/providers/azure-devops.sh": "sha256:0a17779f11165eb8",
38
- "project-session-manager/lib/providers/bitbucket.sh": "sha256:c994aa0a4627dfd3",
39
- "project-session-manager/lib/providers/gitea.sh": "sha256:c434f5f9455ec854",
40
- "project-session-manager/lib/providers/github.sh": "sha256:9d8d2465254057b0",
41
- "project-session-manager/lib/providers/gitlab.sh": "sha256:51e1a6ed09d46528",
42
- "project-session-manager/lib/providers/interface.sh": "sha256:eba9daaaf0d2e9e5",
43
- "project-session-manager/lib/providers/jira.sh": "sha256:0fc3757cef939d9b",
44
- "project-session-manager/lib/session.sh": "sha256:372db2c9d0be9537",
45
- "project-session-manager/lib/tmux.sh": "sha256:bb4db72277898360",
46
- "project-session-manager/lib/worktree.sh": "sha256:3b58af80216101a4",
47
- "project-session-manager/psm.sh": "sha256:f1e93923c560bc58",
48
- "project-session-manager/SKILL.md": "sha256:8b6e040007f88f04",
49
- "project-session-manager/templates/feature.md": "sha256:789e359113455f58",
50
- "project-session-manager/templates/issue-fix.md": "sha256:149f246033caaa22",
51
- "project-session-manager/templates/pr-review.md": "sha256:de04ff51ce7eb37b",
52
- "project-session-manager/templates/projects.json": "sha256:9d12e615b32e1833",
53
- "project-session-manager/tests/test-psm-prompt-injection.sh": "sha256:df26c165a77e905c",
54
- "ralph/SKILL.md": "sha256:7de3f960f37d7ff8",
55
- "ralplan/SKILL.md": "sha256:70c98aa2ab0a1577",
56
- "release/SKILL.md": "sha256:6042cc1c8ee04124",
57
- "remember/SKILL.md": "sha256:611e56e4eb0167d3",
58
- "sciomc/SKILL.md": "sha256:924954b1a1ddd650",
59
- "self-improve/data_contracts.md": "sha256:aaf41ee8ec1b231e",
60
- "self-improve/scripts/plot_progress.py": "sha256:d98afb2ccc1e9c14",
61
- "self-improve/scripts/resolve-paths.mjs": "sha256:67859c5baf3519df",
62
- "self-improve/scripts/validate.sh": "sha256:1d9d327e68fd702b",
63
- "self-improve/si-benchmark-builder.md": "sha256:cf401cb31589e2da",
64
- "self-improve/si-goal-clarifier.md": "sha256:4034190efbec5362",
65
- "self-improve/si-researcher.md": "sha256:a25f1bb591d754d7",
66
- "self-improve/SKILL.md": "sha256:faba8ae209767582",
67
- "self-improve/templates/agent-settings.json": "sha256:46b8ca93fbe67d1e",
68
- "self-improve/templates/goal.md": "sha256:ddc877d8d0fec828",
69
- "self-improve/templates/harness.md": "sha256:a345e21be3e4ec7e",
70
- "self-improve/templates/idea.md": "sha256:708601712a15faba",
71
- "self-improve/templates/settings.json": "sha256:66a046d976d015d3",
72
- "setup/SKILL.md": "sha256:feeae6ab9cbbf7b2",
73
- "skill/SKILL.md": "sha256:80a28b72430a006c",
74
- "skillify/SKILL.md": "sha256:7360b1ab0453ee07",
75
- "team/SKILL.md": "sha256:a0cd145bca3afa2e",
76
- "trace/SKILL.md": "sha256:e82ccaa563f70380",
77
- "ultragoal/SKILL.md": "sha256:463435d4a7b12c96",
78
- "ultraqa/SKILL.md": "sha256:772795925d7f6ad5",
79
- "ultrawork/SKILL.md": "sha256:79d3661d0ef21a2b",
80
- "verify/SKILL.md": "sha256:6cd36805efb8bf6b",
81
- "visual-verdict/SKILL.md": "sha256:c123870970056561",
82
- "wiki/SKILL.md": "sha256:1b95d2da6a18d8fc",
83
- "writer-memory/lib/character-tracker.ts": "sha256:e97d52d0ace91625",
84
- "writer-memory/lib/memory-manager.ts": "sha256:536d60b7164215ad",
85
- "writer-memory/lib/relationship-graph.ts": "sha256:cafd4eb3efe8fc4d",
86
- "writer-memory/lib/scene-organizer.ts": "sha256:ac10096c371c11f6",
87
- "writer-memory/lib/synopsis-builder.ts": "sha256:c536206ed72b65f1",
88
- "writer-memory/SKILL.md": "sha256:f8da9933ed403caa",
89
- "writer-memory/templates/synopsis-template.md": "sha256:20c804a9f2f98738"
9
+ "AGENTS.md": "sha256:9c7751e8c0afea96b4ac967e6298b3148beb3fbfd4094db942726da7ff946b11",
10
+ "ai-slop-cleaner/SKILL.md": "sha256:266ed0e1f36214b844dcba4a1c2f6b82dadfc48d09a0cfffe348f7353db77d2c",
11
+ "ask/SKILL.md": "sha256:3c39831d3a3de45d5ba692efaef554633e4cd73088b55315f930a174d770a8df",
12
+ "autopilot/SKILL.md": "sha256:7c0e29666dbe6a1731a106d608d83e215fa58e3943716562a0c777de81a7d60a",
13
+ "autoresearch/SKILL.md": "sha256:f98736d700b4bff63a6bad4abe0ee4c44eba0f43c1d6c0ca15089c8b9799d9a5",
14
+ "cancel/SKILL.md": "sha256:9e87701beb70bee7e75e0393958b5288be4548ae2a188f85c7622af28eb5a1f5",
15
+ "ccg/SKILL.md": "sha256:e5b470abc06cb56158092ed08b370c1da88e0ad3667ccec380a8581a0e2d9b28",
16
+ "configure-notifications/SKILL.md": "sha256:0fde7b710487f0c1e1376a704261ab0e53b74680fec3dd200c948a2cd94fcda0",
17
+ "debug/SKILL.md": "sha256:b54c1263f4a9d0e40fbb5025cf25468737c3e92fcad31f97f67d6c368a52fdc2",
18
+ "deep-dive/SKILL.md": "sha256:c08ce5be26385d34fbc79aae2a28d88e3641fda3c370033abbb420d71ab5d0fc",
19
+ "deep-interview/SKILL.md": "sha256:d897923d4c15b4a10ece40e00c51d774c0a31857adb93ab98f7c37e47347f05e",
20
+ "deepinit/SKILL.md": "sha256:99d13c92dfcca1564f3412cabab3afd07d036a13a0fa9813cd336bfc0686fb20",
21
+ "external-context/SKILL.md": "sha256:34303b3e62f5f5643a735ea640425ab221b2b8900bb1e8005a486becb0fe73eb",
22
+ "hud/SKILL.md": "sha256:a3611f878bc34b155360a6cdfe3bf8d3a99ff0fc5663662888d1efcf3866f4f2",
23
+ "learner/SKILL.md": "sha256:1336c2dab405bc151de05e76406e6a0c2da927b66006ef020a82ec2b450c1fec",
24
+ "local-build-reminder/SKILL.md": "sha256:99e99de22da7907a1244fd1842c5d2907982638381d9ff49164e670ad36c68c1",
25
+ "mcp-setup/SKILL.md": "sha256:431e349667d652585e2adee4b714ed635c65a4320735171463792dfc43b79060",
26
+ "omc-doctor/SKILL.md": "sha256:cc5d6114891bad8c753d0e13de579f2c6aa95504dba4d29941abe564d1fec7bf",
27
+ "omc-reference/SKILL.md": "sha256:4927570c78586249557888ac985449136315d0602f53037f9d66627b0e90dee3",
28
+ "omc-setup/phases/01-install-claude-md.md": "sha256:fb64b8ddfe25e8d83872f7d146333582969f929947de61c1bfa0871b03077690",
29
+ "omc-setup/phases/02-configure.md": "sha256:45b6a166ffcbb8e29529825c018d04ae23d1704a2974eb435ea42c07a4371760",
30
+ "omc-setup/phases/03-integrations.md": "sha256:4160208fc8650eec637be06c9c1e0e4199e6539a8376ae7858bcee50ed5d02be",
31
+ "omc-setup/phases/04-welcome.md": "sha256:6a1e075718faf7780650a80cce264d03b64952a05d289c0aee220bd378de00cc",
32
+ "omc-setup/SKILL.md": "sha256:7004e39ac0edb8cd51a2682954c9c9d2132c001bb15102b5ee96fc4f18e17e46",
33
+ "omc-teams/SKILL.md": "sha256:bc95e96ffe87d8048ae83fa6617f75f050a0c55a6e6c2d0e7ff6f55bfd5096a5",
34
+ "plan/SKILL.md": "sha256:79816a5b95d39ef6b433ab1491c5bcbe60a4ca7c627d54fcd46ab13cdbc8b5a2",
35
+ "project-session-manager/lib/config.sh": "sha256:5d2f22ea9f94b57ad60157153cf1e0a4d1c8c0e72d8984c12c4caa645f948c53",
36
+ "project-session-manager/lib/parse.sh": "sha256:197de139f78c92b6251cf2a68fd4bdafff70303a0a6ee94eed761a3e8f82ad32",
37
+ "project-session-manager/lib/providers/azure-devops.sh": "sha256:0a17779f11165eb812d61edd6de6390fdebfb8bb675ac4333d3ea50b8aa32678",
38
+ "project-session-manager/lib/providers/bitbucket.sh": "sha256:c994aa0a4627dfd34991642142127ef686830e993e6fd3a559131680503490bc",
39
+ "project-session-manager/lib/providers/gitea.sh": "sha256:c434f5f9455ec854075a20ad96b24bfd466675e39dffb43e9e7c2855c4233a7f",
40
+ "project-session-manager/lib/providers/github.sh": "sha256:9d8d2465254057b03cc2a86471e28576a6365aa68baaa9e36b6927d0cda8e004",
41
+ "project-session-manager/lib/providers/gitlab.sh": "sha256:51e1a6ed09d4652854e368068635802d2065d9dab42da512edd185c8a69e9fed",
42
+ "project-session-manager/lib/providers/interface.sh": "sha256:eba9daaaf0d2e9e5431b3e3e826aae1765510253a5dd78504110583641fce4d4",
43
+ "project-session-manager/lib/providers/jira.sh": "sha256:0fc3757cef939d9b7f0754d3f6c9cc75c905b09a49fc216ca087be15cf08bc98",
44
+ "project-session-manager/lib/session.sh": "sha256:372db2c9d0be95377522be0720412316404715e523519a52f921a6426aaf308b",
45
+ "project-session-manager/lib/tmux.sh": "sha256:bb4db72277898360f9eeb087efd37ba37255650f7a56198da27be21e4a94bc44",
46
+ "project-session-manager/lib/worktree.sh": "sha256:3b58af80216101a4979d69626fcb9391b7445460c50f86f2476e9dfe8a8223a0",
47
+ "project-session-manager/psm.sh": "sha256:f1e93923c560bc5824877e1933fdaf9277687d276b0ecd1844089df47dd2ecdc",
48
+ "project-session-manager/SKILL.md": "sha256:8b6e040007f88f04b2c83a977dcccc8ce426db981e974754f12601ebe1b99f61",
49
+ "project-session-manager/templates/feature.md": "sha256:789e359113455f58a17247a95ed4f36676ecf39d435668c9e9bb00871d2e66a9",
50
+ "project-session-manager/templates/issue-fix.md": "sha256:149f246033caaa2247681c2f740d165806166cb52acc0a279b638bc5d0fb201c",
51
+ "project-session-manager/templates/pr-review.md": "sha256:de04ff51ce7eb37b6ff51cc7b19c5d0a2798cfbcc6bc28fb28959ac0723fe2e5",
52
+ "project-session-manager/templates/projects.json": "sha256:9d12e615b32e1833f70c788f4c2fb43dbe24fceb7b9dee9c499ddafc74bd08aa",
53
+ "project-session-manager/tests/test-psm-prompt-injection.sh": "sha256:df26c165a77e905c94a7e0bc0ec96df68fd1e5603f8b08faccadc89b5668553e",
54
+ "ralph/SKILL.md": "sha256:7de3f960f37d7ff886597b79d7865330e64c6aeb802d18546373c6e0bed393f3",
55
+ "ralplan/SKILL.md": "sha256:70c98aa2ab0a1577cef3c0e0a9d285eea061885832245bdc1a29bb1fc63b7581",
56
+ "release/SKILL.md": "sha256:6042cc1c8ee04124cf9ac2add9009000321a7ddac27182a39687629e8236c23f",
57
+ "remember/SKILL.md": "sha256:611e56e4eb0167d3cb7c244bdba8d6a3915e25745577e98cc8785d279099de21",
58
+ "sciomc/SKILL.md": "sha256:924954b1a1ddd65004a443e442f19455c5a457d49fa831c74d1ca153147291fd",
59
+ "self-improve/data_contracts.md": "sha256:aaf41ee8ec1b231e99a64a4aeca7cef15660a54450c95efa545b4eb176876cf1",
60
+ "self-improve/scripts/plot_progress.py": "sha256:d98afb2ccc1e9c142d28aafabe207a4311fcc028ee8664fdd24e3fe5b101982c",
61
+ "self-improve/scripts/resolve-paths.mjs": "sha256:67859c5baf3519df189fa6355db2fbc16ff2454537e0e5b06e2e585146045b24",
62
+ "self-improve/scripts/validate.sh": "sha256:1d9d327e68fd702bdbb569fa6b94a896b49c8858562cc2f23e43d95a7fa51c9c",
63
+ "self-improve/si-benchmark-builder.md": "sha256:cf401cb31589e2daf013c87c57e1fe00a78ac19b88db331212ce5f60a19e8c28",
64
+ "self-improve/si-goal-clarifier.md": "sha256:4034190efbec5362c40bc47c9b9f9d1cca53a0cdeaea80def07b03363c8a5bdb",
65
+ "self-improve/si-researcher.md": "sha256:a25f1bb591d754d7b2a4b1197bfcbed7a1dc913c04af2b59cc4303013f946b37",
66
+ "self-improve/SKILL.md": "sha256:faba8ae209767582d1133741cc99ad7e6781c82d57b17bfe29213413f7935fc4",
67
+ "self-improve/templates/agent-settings.json": "sha256:46b8ca93fbe67d1e5d893d2f0503113cb65a41b82162bac81564d1ce0163b2d8",
68
+ "self-improve/templates/goal.md": "sha256:ddc877d8d0fec828bc095942178b256d54c670a2685942472702688196a3732e",
69
+ "self-improve/templates/harness.md": "sha256:a345e21be3e4ec7e92ff3b000fee8d55fd67716ae76683efda60a130ea5db5b9",
70
+ "self-improve/templates/idea.md": "sha256:708601712a15fabacf1ca46834c56f1a7cba0a10f1e2f982cbee2b6a7bfae0f2",
71
+ "self-improve/templates/settings.json": "sha256:66a046d976d015d3fc0bff49dc05b6152d8aba5a5fec13062ce5d4524df7b3e4",
72
+ "setup/SKILL.md": "sha256:feeae6ab9cbbf7b23ecbe71ca1bd7691a0117a74eb63c56ff8f5653206eead41",
73
+ "skill/SKILL.md": "sha256:80a28b72430a006c252839ead5d8fe402a8b1fc5a7dad9c0966062048f2f62c6",
74
+ "skillify/SKILL.md": "sha256:7360b1ab0453ee0730134ccf7409382678ff5da98b92630bc3bd7732ef21455c",
75
+ "team/SKILL.md": "sha256:47c1f676fc0edc09f8b4e53df1b11e1256da70a76ee3f69f005411d3ba7db3a8",
76
+ "trace/SKILL.md": "sha256:e82ccaa563f703803ad92093766ada969188df44b9ee91298a26b8c3d0792b0e",
77
+ "ultragoal/SKILL.md": "sha256:463435d4a7b12c96141e9ab91f8f762c757811e4888c754ec1254b6423982192",
78
+ "ultraqa/SKILL.md": "sha256:772795925d7f6ad5444f0eccb82153ce0fee44b84da157de5c48c2afaa7f5a30",
79
+ "ultrawork/SKILL.md": "sha256:79d3661d0ef21a2bcfbb3cd642bee578268649577532364707c5dc4a397484e7",
80
+ "verify/SKILL.md": "sha256:6cd36805efb8bf6b85b2f249041dfa6941354322a8716dc7b898c84c154a024c",
81
+ "visual-verdict/SKILL.md": "sha256:c123870970056561cc8e92313532993c6d2aaa9599629b9e185b8db4c69454f9",
82
+ "wiki/SKILL.md": "sha256:1b95d2da6a18d8fc2a274b34b75e681bf0d69897fe8daf2fafa0b303f34db423",
83
+ "writer-memory/lib/character-tracker.ts": "sha256:e97d52d0ace9162532153a9bd0b9135887683b40f71d36dc5431c25ca08e3aeb",
84
+ "writer-memory/lib/memory-manager.ts": "sha256:536d60b7164215adc2592aa22fb12de27f0f424b1c78956c4ee6d06010d7c4c9",
85
+ "writer-memory/lib/relationship-graph.ts": "sha256:cafd4eb3efe8fc4db41d6a8b94c8253f06cbfd2eaa75fe284d161112081ef27b",
86
+ "writer-memory/lib/scene-organizer.ts": "sha256:ac10096c371c11f6ef00fcd441c410dc8bf8faf3a93e2b641cc4e00270ff53a0",
87
+ "writer-memory/lib/synopsis-builder.ts": "sha256:c536206ed72b65f1550cc1bcb60983a2c1fc5eed91ba0aa18aac02bcf55373dc",
88
+ "writer-memory/SKILL.md": "sha256:f8da9933ed403caa7b142023367d950a71e0e4ccea9c859696b277e7eb5f5ebd",
89
+ "writer-memory/templates/synopsis-template.md": "sha256:20c804a9f2f987384464e2b7d3062eae65557ff6c1cfa7fc5345bc7cb2bae8bb"
90
90
  },
91
91
  "agents": {
92
- "analyst.md": "sha256:d61db30524426a58",
93
- "architect.md": "sha256:67c585938f2faa33",
94
- "code-reviewer.md": "sha256:3e06d0421a529034",
95
- "code-simplifier.md": "sha256:44a797ce76724e94",
96
- "critic.md": "sha256:a6d716ab88db4a53",
97
- "debugger.md": "sha256:1eb6caa1ced9dbea",
98
- "designer.md": "sha256:61e77f70753e09e8",
99
- "document-specialist.md": "sha256:d6f01d210e5e74bb",
100
- "executor.md": "sha256:996bfa5ed0b56028",
101
- "explore.md": "sha256:a629637a20d2848e",
102
- "git-master.md": "sha256:40fbc2b31b1b1e0f",
103
- "planner.md": "sha256:20186e7bb9cc8298",
104
- "qa-tester.md": "sha256:f34416b12bfc9c40",
105
- "scientist.md": "sha256:cbe304e00b334c4c",
106
- "security-reviewer.md": "sha256:78e9fbd98057fd3e",
107
- "test-engineer.md": "sha256:6edcaf059b9cccc7",
108
- "tracer.md": "sha256:17f21f7a43395bbb",
109
- "verifier.md": "sha256:aaff548cc93e96f4",
110
- "writer.md": "sha256:ccbf8dc3957f1c63"
92
+ "analyst.md": "sha256:b08225a9bd349c84697a63b9e7e4e1016c01dafec5b3337bb95f70fce495ceb1",
93
+ "architect.md": "sha256:054854158e573b95efc0022bf4ebdd1c947d02e4cbf0f820d8a37bb155e104b7",
94
+ "code-reviewer.md": "sha256:0194fe714d4dcd61cf049322ae1f737deda5e59356eba4faca51ad38d025e9fc",
95
+ "code-simplifier.md": "sha256:44a797ce76724e94821e6434cf9d578c6775ddd9eb233a3b4c071e2cb5f7f0cc",
96
+ "critic.md": "sha256:7ac22331649f07805eca351e784629520a831d6a7ff8596628c66e6d4703b072",
97
+ "debugger.md": "sha256:14714f2a4671411e006c604291e0551cc38cc45c18e0665de2f30ef6996047c6",
98
+ "designer.md": "sha256:61e77f70753e09e87d2ef4e549c4459c1572cab3eddd72e2a0a430169bb256c8",
99
+ "document-specialist.md": "sha256:d6f01d210e5e74bb8e6f534657fd77eb39ca5feebc2bb451088cbe6b7790fd74",
100
+ "executor.md": "sha256:996bfa5ed0b560285c0ca020e75f02a60a4ef97062ecaac7b285699f57711865",
101
+ "explore.md": "sha256:a629637a20d2848e459c581057da0d258125e03eb243d8c984e98a0ed6636bcb",
102
+ "git-master.md": "sha256:40fbc2b31b1b1e0f957dcc7343e8b3a9e92422927c868db68d46cbb07f4abb58",
103
+ "planner.md": "sha256:20186e7bb9cc8298838cf2bd7caf187c79d9b9cb8ed941a9600b9c98454a09e5",
104
+ "qa-tester.md": "sha256:f34416b12bfc9c4071ee034c4e481733334b05e8e42d604cd84d579c557832ce",
105
+ "scientist.md": "sha256:cbe304e00b334c4c6035325542e522f66f8671b631dbc5fff4db9383bbefcd23",
106
+ "security-reviewer.md": "sha256:ede4e0af76067168dc3aecacffc73f330a950bf79ec187471950cb2d985de8e9",
107
+ "test-engineer.md": "sha256:6edcaf059b9cccc7eaa1ddde385bd23467d3e0ec798d0de153a3b6f03e5de939",
108
+ "tracer.md": "sha256:948875149f833317423510482ac7c5f7b7fad845422986e87fdcd30c440232d7",
109
+ "verifier.md": "sha256:8560d3a986199809497866a4fedbf9417cecca7cb670d0ba4aad70a7891e9a25",
110
+ "writer.md": "sha256:ccbf8dc3957f1c633c95c5b99a0e74237ed1a393c562474cc3443c62abbc47c0"
111
111
  },
112
112
  "hooks": {
113
- "hooks.json": "sha256:1fe65870803ef83b"
113
+ "hooks.json": "sha256:aeac1652f45697e7aaeabeaad17bd8fb9db332b8bd69c1ce3e1f63fa7792ac45"
114
114
  }
115
115
  }
116
116
  }
@@ -78,6 +78,12 @@ disallowedTools: Write, Edit
78
78
  - [Prioritized list of things to clarify before planning]
79
79
  </Output_Format>
80
80
 
81
+ <Final_Response_Contract>
82
+ - Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured Analyst Review above, including Missing Questions, Undefined Guardrails, Scope Risks, Unvalidated Assumptions, Missing Acceptance Criteria, Edge Cases, and Recommendations as applicable.
83
+ - Do not put the substantive analysis only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
84
+ - Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
85
+ </Final_Response_Contract>
86
+
81
87
  <Failure_Modes_To_Avoid>
82
88
  - Market analysis: Evaluating "should we build this?" instead of "can we build this clearly?" Focus on implementability.
83
89
  - Vague findings: "The requirements are unclear." Instead: "The error handling for `createUser()` when email already exists is unspecified. Should it return 409 Conflict or silently update?"
@@ -98,6 +98,12 @@ disallowedTools: Write, Edit
98
98
  - `path/to/other.ts:108` - [what it shows]
99
99
  </Output_Format>
100
100
 
101
+ <Final_Response_Contract>
102
+ - Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured output above, including Summary, Analysis, Root Cause, Recommendations, Trade-offs, and References as applicable.
103
+ - Do not put the substantive review only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
104
+ - Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
105
+ </Final_Response_Contract>
106
+
101
107
  <Failure_Modes_To_Avoid>
102
108
  - Armchair analysis: Giving advice without reading the code first. Always open files and cite line numbers.
103
109
  - Symptom chasing: Recommending null checks everywhere when the real question is "why is it undefined?" Always find root cause.