@event4u/agent-config 6.1.0 → 7.0.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 (1537) hide show
  1. package/.claude-plugin/marketplace.json +35 -3
  2. package/AGENTS.md +8 -7
  3. package/CHANGELOG.md +408 -0
  4. package/CONTRIBUTING.md +1 -1
  5. package/README.md +17 -15
  6. package/dist/agent-src/commands/agent-status.md +2 -2
  7. package/dist/agent-src/commands/agents/audit.md +3 -3
  8. package/dist/agent-src/commands/agents/init.md +1 -1
  9. package/dist/agent-src/commands/agents/optimize.md +4 -4
  10. package/dist/agent-src/commands/analyze/decision.md +108 -0
  11. package/dist/agent-src/commands/analyze/incident.md +120 -0
  12. package/dist/agent-src/commands/analyze/near-miss.md +113 -0
  13. package/dist/agent-src/commands/analyze/postmortem.md +130 -0
  14. package/dist/agent-src/commands/analyze/premortem.md +104 -0
  15. package/dist/agent-src/commands/analyze.md +124 -0
  16. package/dist/agent-src/commands/brand/identity.md +27 -0
  17. package/dist/agent-src/commands/brand/review.md +27 -0
  18. package/dist/agent-src/commands/brand/strategy.md +27 -0
  19. package/dist/agent-src/commands/brand/tokens.md +28 -0
  20. package/dist/agent-src/commands/brand/voice.md +27 -0
  21. package/dist/agent-src/commands/brand.md +58 -0
  22. package/dist/agent-src/commands/check-current-md.md +3 -3
  23. package/dist/agent-src/commands/condense.md +2 -2
  24. package/dist/agent-src/commands/council/debate.md +2 -2
  25. package/dist/agent-src/commands/council/default.md +45 -18
  26. package/dist/agent-src/commands/fix/portability.md +3 -3
  27. package/dist/agent-src/commands/fix/refs.md +3 -3
  28. package/dist/agent-src/commands/implement-ticket.md +36 -6
  29. package/dist/agent-src/commands/knowledge/cross-repo.md +1 -1
  30. package/dist/agent-src/commands/memory/add.md +1 -1
  31. package/dist/agent-src/commands/mission/upgrade.md +182 -0
  32. package/dist/agent-src/commands/optimize/skills.md +2 -2
  33. package/dist/agent-src/commands/orchestrate.md +1 -1
  34. package/dist/agent-src/commands/pr/create.md +6 -4
  35. package/dist/agent-src/commands/review-changes.md +8 -0
  36. package/dist/agent-src/commands/roadmap/materialize.md +73 -0
  37. package/dist/agent-src/commands/skill/preview.md +1 -1
  38. package/dist/agent-src/commands/skills/discover.md +1 -1
  39. package/dist/agent-src/commands/threat-model.md +4 -4
  40. package/dist/agent-src/commands/upstream-contribute.md +3 -3
  41. package/dist/agent-src/commands/video/from-script.md +2 -2
  42. package/dist/agent-src/commands/video/from-song.md +3 -3
  43. package/dist/agent-src/commands/video/scene.md +1 -1
  44. package/dist/agent-src/commands/video/storyboard.md +1 -1
  45. package/dist/agent-src/commands/video.md +3 -3
  46. package/dist/agent-src/contexts/communication/rules-auto/source-of-truth-mechanics.md +3 -3
  47. package/dist/agent-src/contexts/communication/rules-auto/user-interaction-mechanics.md +1 -1
  48. package/dist/agent-src/contexts/execution/evidence-discipline.md +153 -0
  49. package/dist/agent-src/contexts/execution/project-intelligence.md +264 -0
  50. package/dist/agent-src/contexts/execution/roadmap-process-loop.md +2 -1
  51. package/dist/agent-src/personas/ai-video-technical-director.md +1 -1
  52. package/dist/agent-src/personas/brand-strategist.md +74 -0
  53. package/dist/agent-src/personas/design-director.md +74 -0
  54. package/dist/agent-src/rules/brand-consistency.md +77 -0
  55. package/dist/agent-src/rules/brand-source-of-truth.md +57 -0
  56. package/dist/agent-src/rules/direct-answers.md +2 -0
  57. package/dist/agent-src/rules/domain-safety-disclaimer.md +2 -0
  58. package/dist/agent-src/rules/git-history-discipline.md +1 -0
  59. package/dist/agent-src/rules/icon-consistency.md +53 -0
  60. package/dist/agent-src/rules/image-likeness-and-rights.md +67 -0
  61. package/dist/agent-src/rules/lethal-trifecta-guard.md +1 -1
  62. package/dist/agent-src/rules/persona-governance.md +2 -2
  63. package/dist/agent-src/rules/provider-lifecycle-discipline.md +3 -1
  64. package/dist/agent-src/rules/roadmap-progress-sync.md +10 -0
  65. package/dist/agent-src/rules/security-sensitive-stop.md +9 -3
  66. package/dist/agent-src/rules/size-enforcement.md +1 -1
  67. package/dist/agent-src/rules/source-confidentiality.md +3 -3
  68. package/dist/agent-src/rules/source-discovery-gate.md +98 -0
  69. package/dist/agent-src/rules/think-before-action.md +1 -0
  70. package/dist/agent-src/rules/ui-audit-gate.md +2 -0
  71. package/dist/agent-src/rules/untrusted-input-defense.md +1 -1
  72. package/dist/agent-src/rules/user-interaction.md +1 -1
  73. package/dist/agent-src/scripts/archive_completed_roadmaps.ts +392 -0
  74. package/dist/agent-src/scripts/update_roadmap_progress.ts +824 -0
  75. package/dist/agent-src/skills/adr-create/SKILL.md +5 -5
  76. package/dist/agent-src/skills/agent-security-review/evals/triggers.json +1 -0
  77. package/dist/agent-src/skills/agents-md-thin-root/SKILL.md +1 -1
  78. package/dist/agent-src/skills/ai-council/SKILL.md +1 -1
  79. package/dist/agent-src/skills/analysis-autonomous-mode/SKILL.md +9 -13
  80. package/dist/agent-src/skills/blade-ui/SKILL.md +12 -5
  81. package/dist/agent-src/skills/blameless-post-mortem/SKILL.md +199 -0
  82. package/dist/agent-src/skills/brand/ATTRIBUTION.md +38 -0
  83. package/dist/agent-src/skills/brand/SKILL.md +115 -0
  84. package/dist/agent-src/skills/brand/data/archetypes.csv +13 -0
  85. package/dist/agent-src/skills/brand/data/color-psychology.csv +14 -0
  86. package/dist/agent-src/skills/brand/data/logo-style-fit.csv +13 -0
  87. package/dist/agent-src/skills/brand/data/manifest.json +226 -0
  88. package/dist/agent-src/skills/brand/data/messaging-frameworks.csv +13 -0
  89. package/dist/agent-src/skills/brand/data/naming-patterns.csv +13 -0
  90. package/dist/agent-src/skills/brand/data/typography-principles.csv +13 -0
  91. package/dist/agent-src/skills/brand/data/voice-tone.csv +13 -0
  92. package/dist/agent-src/skills/brand/evals/triggers.json +17 -0
  93. package/dist/agent-src/skills/brand-asset-generation/SKILL.md +89 -0
  94. package/dist/agent-src/skills/brand-asset-generation/evals/triggers.json +17 -0
  95. package/dist/agent-src/skills/brand-audit/SKILL.md +67 -0
  96. package/dist/agent-src/skills/brand-audit/evals/triggers.json +17 -0
  97. package/dist/agent-src/skills/brand-identity/SKILL.md +101 -0
  98. package/dist/agent-src/skills/brand-identity/evals/triggers.json +17 -0
  99. package/dist/agent-src/skills/brand-strategy/SKILL.md +83 -0
  100. package/dist/agent-src/skills/brand-strategy/evals/triggers.json +17 -0
  101. package/dist/agent-src/skills/brand-to-tokens/SKILL.md +102 -0
  102. package/dist/agent-src/skills/brand-to-tokens/evals/triggers.json +17 -0
  103. package/dist/agent-src/skills/brand-to-tokens/templates/marp-brand-deck.md.example +46 -0
  104. package/dist/agent-src/skills/brand-to-tokens/templates/reveal-brand-deck.yaml +32 -0
  105. package/dist/agent-src/skills/canvas-design/evals/triggers.json +1 -0
  106. package/dist/agent-src/skills/check-refs/SKILL.md +5 -5
  107. package/dist/agent-src/skills/code-review/SKILL.md +6 -15
  108. package/dist/agent-src/skills/command-writing/SKILL.md +2 -2
  109. package/dist/agent-src/skills/complexity-first-planning/evals/triggers.json +1 -0
  110. package/dist/agent-src/skills/context-authoring/SKILL.md +2 -2
  111. package/dist/agent-src/skills/context-document/SKILL.md +35 -2
  112. package/dist/agent-src/skills/corpus-grounding/evals/triggers.json +1 -0
  113. package/dist/agent-src/skills/corpus-grounding/scripts/bm25_search.ts +482 -0
  114. package/dist/agent-src/skills/corpus-grounding/scripts/decision_engine.ts +803 -0
  115. package/dist/agent-src/skills/corpus-grounding/scripts/ground.ts +541 -0
  116. package/dist/agent-src/skills/corpus-grounding/scripts/schema_validator.ts +309 -0
  117. package/dist/agent-src/skills/database/SKILL.md +26 -4
  118. package/dist/agent-src/skills/decision-record/SKILL.md +1 -1
  119. package/dist/agent-src/skills/decision-record/evals/triggers.json +17 -0
  120. package/dist/agent-src/skills/decision-review/SKILL.md +179 -0
  121. package/dist/agent-src/skills/description-assist/SKILL.md +1 -1
  122. package/dist/agent-src/skills/design-intelligence/SKILL.md +1 -1
  123. package/dist/agent-src/skills/design-intelligence/data/manifest.json +23 -6
  124. package/dist/agent-src/skills/design-intelligence/evals/triggers.json +1 -0
  125. package/dist/agent-src/skills/design-tokens/evals/triggers.json +1 -0
  126. package/dist/agent-src/skills/design-tokens/scripts/tokens.ts +888 -0
  127. package/dist/agent-src/skills/doc-coauthoring/evals/triggers.json +1 -0
  128. package/dist/agent-src/skills/eloquent/evals/triggers.json +1 -0
  129. package/dist/agent-src/skills/emit-tickets/SKILL.md +198 -0
  130. package/dist/agent-src/skills/estimate-ticket/evals/triggers.json +1 -0
  131. package/dist/agent-src/skills/git-workflow/SKILL.md +33 -0
  132. package/dist/agent-src/skills/guideline-writing/SKILL.md +2 -2
  133. package/dist/agent-src/skills/iconography/SKILL.md +88 -0
  134. package/dist/agent-src/skills/iconography/evals/triggers.json +17 -0
  135. package/dist/agent-src/skills/image-analyser/evals/triggers.json +1 -0
  136. package/dist/agent-src/skills/image-creator/evals/triggers.json +1 -0
  137. package/dist/agent-src/skills/image-editing/SKILL.md +100 -0
  138. package/dist/agent-src/skills/image-editing/evals/triggers.json +17 -0
  139. package/dist/agent-src/skills/image-generation/SKILL.md +95 -0
  140. package/dist/agent-src/skills/image-generation/evals/triggers.json +17 -0
  141. package/dist/agent-src/skills/image-provider-routing/SKILL.md +96 -0
  142. package/dist/agent-src/skills/image-provider-routing/evals/triggers.json +17 -0
  143. package/dist/agent-src/skills/launch-readiness/SKILL.md +21 -0
  144. package/dist/agent-src/skills/learning-to-rule-or-skill/SKILL.md +12 -8
  145. package/dist/agent-src/skills/lint-skills/SKILL.md +5 -5
  146. package/dist/agent-src/skills/logo-generation/SKILL.md +98 -0
  147. package/dist/agent-src/skills/logo-generation/evals/triggers.json +17 -0
  148. package/dist/agent-src/skills/markitdown/SKILL.md +1 -1
  149. package/dist/agent-src/skills/md-language-check/SKILL.md +1 -1
  150. package/dist/agent-src/skills/motion-choreographer/SKILL.md +1 -1
  151. package/dist/agent-src/skills/php-coder/evals/triggers.json +1 -0
  152. package/dist/agent-src/skills/prediction-pool-optimizer/evals/triggers.json +1 -0
  153. package/dist/agent-src/skills/premortem/SKILL.md +137 -0
  154. package/dist/agent-src/skills/prompt-engineering-image/SKILL.md +115 -0
  155. package/dist/agent-src/skills/prompt-engineering-image/evals/triggers.json +17 -0
  156. package/dist/agent-src/skills/prompt-validator/evals/triggers.json +1 -0
  157. package/dist/agent-src/skills/react-shadcn-ui/SKILL.md +12 -5
  158. package/dist/agent-src/skills/react-shadcn-ui/scripts/shadcn_add.ts +388 -0
  159. package/dist/agent-src/skills/reasoning-orchestrator/SKILL.md +1 -1
  160. package/dist/agent-src/skills/reasoning-orchestrator/evals/triggers.json +1 -0
  161. package/dist/agent-src/skills/refine-ticket/evals/triggers.json +1 -0
  162. package/dist/agent-src/skills/roadmap-management/SKILL.md +16 -3
  163. package/dist/agent-src/skills/roadmap-writing/SKILL.md +76 -0
  164. package/dist/agent-src/skills/root-cause-frameworks/SKILL.md +146 -0
  165. package/dist/agent-src/skills/rule-refactor/SKILL.md +9 -9
  166. package/dist/agent-src/skills/rule-writing/SKILL.md +7 -7
  167. package/dist/agent-src/skills/script-writing/SKILL.md +2 -2
  168. package/dist/agent-src/skills/security-audit/SKILL.md +5 -0
  169. package/dist/agent-src/skills/skill-improvement-pipeline/SKILL.md +19 -3
  170. package/dist/agent-src/skills/skill-management/SKILL.md +3 -3
  171. package/dist/agent-src/skills/skill-reviewer/SKILL.md +1 -1
  172. package/dist/agent-src/skills/skill-writing/SKILL.md +5 -5
  173. package/dist/agent-src/skills/skill-writing/evals/triggers.json +1 -0
  174. package/dist/agent-src/skills/source-discovery/SKILL.md +182 -0
  175. package/dist/agent-src/skills/standards-from-config/SKILL.md +93 -0
  176. package/dist/agent-src/skills/systematic-debugging/SKILL.md +7 -0
  177. package/dist/agent-src/skills/tailwind-engineer/scripts/tailwind_config_gen.ts +561 -0
  178. package/dist/agent-src/skills/threat-modeling/SKILL.md +1 -0
  179. package/dist/agent-src/skills/typography-system/SKILL.md +138 -0
  180. package/dist/agent-src/skills/typography-system/evals/triggers.json +17 -0
  181. package/dist/agent-src/skills/upstream-contribute/SKILL.md +3 -3
  182. package/dist/agent-src/skills/verify-repair-loop/SKILL.md +209 -0
  183. package/dist/agent-src/skills/verify-repair-loop/evals/output-schema.yml +20 -0
  184. package/dist/agent-src/skills/verify-repair-loop/evals/triggers.json +17 -0
  185. package/dist/agent-src/templates/agent-settings.md +7 -0
  186. package/dist/agent-src/templates/contexts/knowledge-card.md +69 -0
  187. package/dist/agent-src/templates/contexts/lesson-card.md +73 -0
  188. package/dist/agent-src/templates/roadmaps.md +29 -1
  189. package/dist/agent-src/templates/scripts/README.md +6 -6
  190. package/dist/agent-src/templates/scripts/check_memory.ts +640 -0
  191. package/dist/agent-src/templates/scripts/check_memory_proposal.ts +351 -0
  192. package/dist/agent-src/templates/scripts/implement_ticket/__main__.ts +27 -0
  193. package/dist/agent-src/templates/scripts/memory_hash.ts +333 -0
  194. package/dist/agent-src/templates/scripts/memory_lookup.ts +1067 -0
  195. package/dist/agent-src/templates/scripts/memory_report.ts +846 -0
  196. package/dist/agent-src/templates/scripts/memory_signal.ts +422 -0
  197. package/dist/agent-src/templates/scripts/memory_status.ts +191 -0
  198. package/dist/agent-src/templates/scripts/pr_review_routing.ts +523 -0
  199. package/dist/agent-src/templates/scripts/pr_risk_review.ts +0 -0
  200. package/dist/agent-src/templates/scripts/telemetry/aggregator.ts +0 -0
  201. package/dist/agent-src/templates/scripts/telemetry/boundary.ts +164 -0
  202. package/dist/agent-src/templates/scripts/telemetry/engagement.ts +479 -0
  203. package/dist/agent-src/templates/scripts/telemetry/report_renderer.ts +394 -0
  204. package/dist/agent-src/templates/scripts/telemetry/settings.ts +210 -0
  205. package/dist/agent-src/templates/scripts/telemetry_record.ts +255 -0
  206. package/dist/agent-src/templates/scripts/telemetry_report.ts +189 -0
  207. package/dist/agent-src/templates/scripts/telemetry_status.ts +312 -0
  208. package/dist/agent-src/templates/scripts/tier_usage_report.ts +597 -0
  209. package/dist/agent-src/templates/scripts/work_engine/__main__.ts +14 -0
  210. package/dist/agent-src/templates/scripts/work_engine/_lib/agent_settings.ts +1118 -0
  211. package/dist/agent-src/templates/scripts/work_engine/_lib/user_global_paths.ts +329 -0
  212. package/dist/agent-src/templates/scripts/work_engine/cli.ts +206 -0
  213. package/dist/agent-src/templates/scripts/work_engine/cli_args.ts +249 -0
  214. package/dist/agent-src/templates/scripts/work_engine/delivery_state.ts +225 -0
  215. package/dist/agent-src/templates/scripts/work_engine/directives/backend/analyze.ts +125 -0
  216. package/dist/agent-src/templates/scripts/work_engine/directives/backend/implement.ts +189 -0
  217. package/dist/agent-src/templates/scripts/work_engine/directives/backend/index.ts +94 -0
  218. package/dist/agent-src/templates/scripts/work_engine/directives/backend/memory.ts +193 -0
  219. package/dist/agent-src/templates/scripts/work_engine/directives/backend/plan.ts +267 -0
  220. package/dist/agent-src/templates/scripts/work_engine/directives/backend/refine.ts +518 -0
  221. package/dist/agent-src/templates/scripts/work_engine/directives/backend/report.ts +379 -0
  222. package/dist/agent-src/templates/scripts/work_engine/directives/backend/test.ts +268 -0
  223. package/dist/agent-src/templates/scripts/work_engine/directives/backend/verify.ts +258 -0
  224. package/dist/agent-src/templates/scripts/work_engine/directives/index.ts +32 -0
  225. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/contract.ts +243 -0
  226. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/index.ts +108 -0
  227. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/stitch.ts +259 -0
  228. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/ui.ts +216 -0
  229. package/dist/agent-src/templates/scripts/work_engine/directives/ui/_passthrough.ts +40 -0
  230. package/dist/agent-src/templates/scripts/work_engine/directives/ui/app_spec.ts +241 -0
  231. package/dist/agent-src/templates/scripts/work_engine/directives/ui/apply.ts +216 -0
  232. package/dist/agent-src/templates/scripts/work_engine/directives/ui/audit.ts +506 -0
  233. package/dist/agent-src/templates/scripts/work_engine/directives/ui/design.ts +325 -0
  234. package/dist/agent-src/templates/scripts/work_engine/directives/ui/index.ts +102 -0
  235. package/dist/agent-src/templates/scripts/work_engine/directives/ui/polish.ts +462 -0
  236. package/dist/agent-src/templates/scripts/work_engine/directives/ui/review.ts +474 -0
  237. package/dist/agent-src/templates/scripts/work_engine/directives/ui/scaffold.ts +352 -0
  238. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/_skipped.ts +33 -0
  239. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/apply.ts +213 -0
  240. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/index.ts +111 -0
  241. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/refine.ts +126 -0
  242. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/report.ts +112 -0
  243. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/test.ts +164 -0
  244. package/dist/agent-src/templates/scripts/work_engine/dispatcher.ts +515 -0
  245. package/dist/agent-src/templates/scripts/work_engine/emitters.ts +119 -0
  246. package/dist/agent-src/templates/scripts/work_engine/errors.ts +24 -0
  247. package/dist/agent-src/templates/scripts/work_engine/hook_bootstrap.ts +104 -0
  248. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/_chat_history_base.ts +176 -0
  249. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_append.ts +41 -0
  250. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.ts +89 -0
  251. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/decision_gate.ts +193 -0
  252. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/decision_trace.ts +304 -0
  253. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/directive_set_guard.ts +110 -0
  254. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.ts +118 -0
  255. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/index.ts +17 -0
  256. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/memory_visibility.ts +161 -0
  257. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/state_shape_validation.ts +45 -0
  258. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/trace.ts +134 -0
  259. package/dist/agent-src/templates/scripts/work_engine/hooks/context.ts +94 -0
  260. package/dist/agent-src/templates/scripts/work_engine/hooks/events.ts +58 -0
  261. package/dist/agent-src/templates/scripts/work_engine/hooks/exceptions.ts +85 -0
  262. package/dist/agent-src/templates/scripts/work_engine/hooks/index.ts +27 -0
  263. package/dist/agent-src/templates/scripts/work_engine/hooks/registry.ts +66 -0
  264. package/dist/agent-src/templates/scripts/work_engine/hooks/runner.ts +90 -0
  265. package/dist/agent-src/templates/scripts/work_engine/hooks/settings.ts +260 -0
  266. package/dist/agent-src/templates/scripts/work_engine/input_builders.ts +260 -0
  267. package/dist/agent-src/templates/scripts/work_engine/intent/classify.ts +466 -0
  268. package/dist/agent-src/templates/scripts/work_engine/migration/v0_to_v1.ts +531 -0
  269. package/dist/agent-src/templates/scripts/work_engine/orchestration.ts +366 -0
  270. package/dist/agent-src/templates/scripts/work_engine/persona_policy.ts +97 -0
  271. package/dist/agent-src/templates/scripts/work_engine/resolvers/diff.ts +135 -0
  272. package/dist/agent-src/templates/scripts/work_engine/resolvers/file.ts +175 -0
  273. package/dist/agent-src/templates/scripts/work_engine/resolvers/prompt.ts +115 -0
  274. package/dist/agent-src/templates/scripts/work_engine/scoring/confidence.ts +415 -0
  275. package/dist/agent-src/templates/scripts/work_engine/scoring/decision_engine.ts +466 -0
  276. package/dist/agent-src/templates/scripts/work_engine/scoring/decision_trace.ts +298 -0
  277. package/dist/agent-src/templates/scripts/work_engine/scoring/memory_visibility.ts +444 -0
  278. package/dist/agent-src/templates/scripts/work_engine/stack/detect.ts +252 -0
  279. package/dist/agent-src/templates/scripts/work_engine/stack/runner.ts +745 -0
  280. package/dist/agent-src/templates/scripts/work_engine/state.ts +1151 -0
  281. package/dist/agent-src/templates/scripts/work_engine/state_io.ts +413 -0
  282. package/dist/agent-src/templates/tickets.md +120 -0
  283. package/dist/cli/commands/commands.js +2 -2
  284. package/dist/cli/commands/commands.js.map +1 -1
  285. package/dist/cli/commands/doctorShell.js +4 -22
  286. package/dist/cli/commands/doctorShell.js.map +1 -1
  287. package/dist/cli/commands/packs.js +1 -1
  288. package/dist/cli/commands/packs.js.map +1 -1
  289. package/dist/cli/commands/recordTriggerEval.js +179 -0
  290. package/dist/cli/commands/recordTriggerEval.js.map +1 -0
  291. package/dist/cli/commands/recordTriggerEval.test.js +113 -0
  292. package/dist/cli/commands/recordTriggerEval.test.js.map +1 -0
  293. package/dist/cli/commands/workspaces.js +1 -1
  294. package/dist/cli/commands/workspaces.js.map +1 -1
  295. package/dist/cli/main.js +22 -1
  296. package/dist/cli/main.js.map +1 -1
  297. package/dist/cli/python/knowledge_ingest.js +1048 -0
  298. package/dist/cli/python/knowledge_ingest.js.map +1 -0
  299. package/dist/cli/python/workspace_analytics.js +1085 -0
  300. package/dist/cli/python/workspace_analytics.js.map +1 -0
  301. package/dist/cli/python/workspace_crypto.js +544 -0
  302. package/dist/cli/python/workspace_crypto.js.map +1 -0
  303. package/dist/cli/python/workspace_documents.js +1216 -0
  304. package/dist/cli/python/workspace_documents.js.map +1 -0
  305. package/dist/cli/python/workspace_drive.js +574 -0
  306. package/dist/cli/python/workspace_drive.js.map +1 -0
  307. package/dist/cli/python/workspace_drive_health.js +628 -0
  308. package/dist/cli/python/workspace_drive_health.js.map +1 -0
  309. package/dist/cli/python/workspace_explain.js +765 -0
  310. package/dist/cli/python/workspace_explain.js.map +1 -0
  311. package/dist/cli/python/workspace_hosts.js +349 -0
  312. package/dist/cli/python/workspace_hosts.js.map +1 -0
  313. package/dist/cli/python/workspace_inbox.js +692 -0
  314. package/dist/cli/python/workspace_inbox.js.map +1 -0
  315. package/dist/cli/python/workspace_render.js +816 -0
  316. package/dist/cli/python/workspace_render.js.map +1 -0
  317. package/dist/cli/python/workspace_roles.js +487 -0
  318. package/dist/cli/python/workspace_roles.js.map +1 -0
  319. package/dist/cli/python/workspace_secrets.js +180 -0
  320. package/dist/cli/python/workspace_secrets.js.map +1 -0
  321. package/dist/cli/python/workspace_sessions.js +1079 -0
  322. package/dist/cli/python/workspace_sessions.js.map +1 -0
  323. package/dist/cli/python/workspace_skills.js +417 -0
  324. package/dist/cli/python/workspace_skills.js.map +1 -0
  325. package/dist/cli/registry.js +2 -0
  326. package/dist/cli/registry.js.map +1 -1
  327. package/dist/discovery/deprecation-report.md +1 -1
  328. package/dist/discovery/discovery-manifest.json +1174 -123
  329. package/dist/discovery/discovery-manifest.json.sha256 +1 -1
  330. package/dist/discovery/discovery-manifest.summary.md +9 -6
  331. package/dist/discovery/orphan-report.md +1 -1
  332. package/dist/discovery/packs.json +163 -15
  333. package/dist/discovery/trust-report.md +4 -4
  334. package/dist/discovery/workspaces.json +73 -12
  335. package/dist/install/install.mjs +13934 -0
  336. package/dist/mcp/registry-manifest.json +4 -4
  337. package/dist/router.json +1 -1
  338. package/dist/server/routes/wizard.js +50 -21
  339. package/dist/server/routes/wizard.js.map +1 -1
  340. package/dist/server/routes/workspace.js +44 -25
  341. package/dist/server/routes/workspace.js.map +1 -1
  342. package/dist/server/schemas/settings.js +15 -0
  343. package/dist/server/schemas/settings.js.map +1 -1
  344. package/docs/SKILL_CENSUS.md +344 -0
  345. package/docs/architecture/augment-projection.md +1 -1
  346. package/docs/architecture/multi-tool-projection.md +3 -3
  347. package/docs/architecture.md +37 -6
  348. package/docs/benchmark.md +24 -27
  349. package/docs/capability-matrix.md +32 -0
  350. package/docs/catalog.md +50 -9
  351. package/docs/command-naming-audit.md +60 -0
  352. package/docs/contracts/STABILITY.md +32 -0
  353. package/docs/contracts/agents-md-tech-stack.md +1 -1
  354. package/docs/contracts/ai-council-config.md +22 -22
  355. package/docs/contracts/analysis-memory-loop.md +149 -0
  356. package/docs/contracts/benchmark-ab-contract.md +3 -3
  357. package/docs/contracts/branch-protection-policy.md +27 -0
  358. package/docs/contracts/brand-token-consumption.md +69 -0
  359. package/docs/contracts/command-clusters.md +2 -1
  360. package/docs/contracts/command-surface-tiers.md +13 -0
  361. package/docs/contracts/discovery-manifest.schema.json +24 -5
  362. package/docs/contracts/implement-ticket-flow.md +9 -9
  363. package/docs/contracts/install-layout.md +249 -0
  364. package/docs/contracts/kernel-membership.md +1 -1
  365. package/docs/contracts/linear-ai-rules-inclusion.md +2 -2
  366. package/docs/contracts/linter-structural-model.md +1 -1
  367. package/docs/contracts/mcp-discovery-phase-notice.md +1 -1
  368. package/docs/contracts/multi-tool-projection-fidelity.md +1 -1
  369. package/docs/contracts/namespace.md +2 -2
  370. package/docs/contracts/no-runtime-boundary.md +56 -0
  371. package/docs/contracts/package-self-orientation.md +24 -0
  372. package/docs/contracts/provider-lifecycle.md +3 -3
  373. package/docs/contracts/reasoning-discipline-protocol.md +83 -0
  374. package/docs/contracts/rule-classification.md +3 -3
  375. package/docs/contracts/skill-domains.md +1 -1
  376. package/docs/contracts/smoke-contracts.md +1 -1
  377. package/docs/contracts/surface-tiers.md +81 -0
  378. package/docs/contracts/ticket-bundle-format.md +228 -0
  379. package/docs/cookbook.md +152 -0
  380. package/docs/customization.md +12 -1
  381. package/docs/decisions/ADR-013-discovery-frontmatter-contract.md +16 -0
  382. package/docs/decisions/ADR-056-unvalidated-video-adapters-disposition.md +1 -1
  383. package/docs/decisions/ADR-059-render-resume-filesystem-as-state.md +1 -1
  384. package/docs/decisions/ADR-060-comfyui-sandbox-model.md +1 -1
  385. package/docs/decisions/ADR-061-corpus-grounding-layer.md +48 -1
  386. package/docs/decisions/ADR-096-analysis-workbench.md +110 -0
  387. package/docs/decisions/ADR-097-mission-recipe-privilege-boundary.md +121 -0
  388. package/docs/decisions/ADR-098-evidence-first-structure-discovery.md +154 -0
  389. package/docs/decisions/ADR-099-file-first-pattern-library.md +87 -0
  390. package/docs/decisions/ADR-100-global-knowledge-card-sharing.md +133 -0
  391. package/docs/decisions/ADR-101-ticket-bundle-emission.md +109 -0
  392. package/docs/decisions/ADR-102-ticket-handoff-paste-and-mcp.md +72 -0
  393. package/docs/decisions/ADR-103-global-knowledge-default-off-until-measured.md +92 -0
  394. package/docs/decisions/ADR-200-python-to-typescript-migration.md +193 -0
  395. package/docs/decisions/INDEX.md +9 -0
  396. package/docs/distribution/mcp-submission-checklist.md +3 -3
  397. package/docs/featured-commands.md +1 -1
  398. package/docs/featured-skills.md +1 -1
  399. package/docs/getting-started-by-role.md +2 -0
  400. package/docs/getting-started.md +2 -2
  401. package/docs/guidelines/agent-infra/failure-signatures.md +35 -0
  402. package/docs/guidelines/agent-infra/frontier-reasoning-operating-profile.md +5 -0
  403. package/docs/guidelines/agent-infra/size-and-scope.md +17 -0
  404. package/docs/guidelines/agent-infra/skill-quality-checklist.md +2 -2
  405. package/docs/guides/frontend-design-corpus-refresh.md +83 -0
  406. package/docs/guides/skill-preview.md +1 -1
  407. package/docs/hook-payload-capture.md +4 -4
  408. package/docs/mcp.md +1 -1
  409. package/docs/migration/consumer-template-consumption-model.md +145 -0
  410. package/docs/migration/divergences/README.md +55 -0
  411. package/docs/migration/divergences/_template.md +50 -0
  412. package/docs/migration/divergences/bench-stats-float-precision.md +72 -0
  413. package/docs/migration/divergences/mcp-telemetry-node-sqlite.md +61 -0
  414. package/docs/migration/divergences/pack-mcp-content-gzip-body.md +53 -0
  415. package/docs/migration/divergences/src-scripts-build_cloud_bundle.md +63 -0
  416. package/docs/migration/divergences/src-scripts-check_memory.md +91 -0
  417. package/docs/migration/divergences/src-scripts-inventory_abstraction_budget.md +65 -0
  418. package/docs/migration/divergences/src-scripts-lint_marketplace.md +57 -0
  419. package/docs/migration/divergences/src-scripts-lint_mcp_registry_manifest.md +70 -0
  420. package/docs/migration/divergences/src-scripts-spotcheck_thin_root.md +60 -0
  421. package/docs/migration/divergences/src-scripts-validate_agent_settings.md +58 -0
  422. package/docs/migration/node-floor.md +86 -0
  423. package/docs/migration/yaml-roundtrip-spike.md +163 -0
  424. package/docs/personas.md +6 -1
  425. package/docs/role-experiences.md +19 -0
  426. package/docs/setup/per-ide/windsurf.md +1 -1
  427. package/docs/skills-catalog.md +24 -3
  428. package/docs/threat-model.md +28 -0
  429. package/llms.txt +23 -2
  430. package/package.json +10 -15
  431. package/src/config/agent-settings.template.yml +64 -1
  432. package/src/config/discovery/packs.yml +31 -0
  433. package/src/config/discovery/unassigned-artefacts.yml +6 -0
  434. package/src/config/discovery/workspaces.yml +2 -2
  435. package/src/config/gitignore-block.txt +7 -0
  436. package/src/scripts/_cli/cmd_doctor.ts +2306 -0
  437. package/src/scripts/_cli/cmd_explain.ts +748 -0
  438. package/src/scripts/_cli/cmd_export.ts +375 -0
  439. package/src/scripts/_cli/cmd_migrate.ts +951 -0
  440. package/src/scripts/_cli/cmd_prune.ts +610 -0
  441. package/src/scripts/_cli/cmd_refresh.ts +530 -0
  442. package/src/scripts/_cli/cmd_settings_check.ts +407 -0
  443. package/src/scripts/_cli/cmd_settings_migrate.ts +344 -0
  444. package/src/scripts/_cli/cmd_sync.ts +381 -0
  445. package/src/scripts/_cli/cmd_uninstall.ts +833 -0
  446. package/src/scripts/_cli/cmd_update.ts +585 -0
  447. package/src/scripts/_cli/cmd_upgrade.ts +390 -0
  448. package/src/scripts/_cli/cmd_validate.ts +394 -0
  449. package/src/scripts/_cli/cmd_versions.ts +492 -0
  450. package/src/scripts/_cli/explain_last/assumptions.ts +114 -0
  451. package/src/scripts/_cli/explain_last/council.ts +197 -0
  452. package/src/scripts/_cli/explain_last/halt.ts +73 -0
  453. package/src/scripts/_cli/explain_last/index.ts +155 -0
  454. package/src/scripts/_cli/explain_last/inputs.ts +211 -0
  455. package/src/scripts/_cli/explain_last/memory.ts +231 -0
  456. package/src/scripts/_cli/explain_last/provider.ts +82 -0
  457. package/src/scripts/_cli/explain_last/render.ts +54 -0
  458. package/src/scripts/_cli/explain_last/route.ts +70 -0
  459. package/src/scripts/_cli/explain_last/scrubber.ts +138 -0
  460. package/src/scripts/_cli/explain_last/sections/assumptions.ts +51 -0
  461. package/src/scripts/_cli/explain_last/sections/council.ts +56 -0
  462. package/src/scripts/_cli/explain_last/sections/halt.ts +60 -0
  463. package/src/scripts/_cli/explain_last/sections/header.ts +50 -0
  464. package/src/scripts/_cli/explain_last/sections/index.ts +21 -0
  465. package/src/scripts/_cli/explain_last/sections/inputs.ts +63 -0
  466. package/src/scripts/_cli/explain_last/sections/memory.ts +124 -0
  467. package/src/scripts/_cli/explain_last/sections/pack.ts +42 -0
  468. package/src/scripts/_cli/explain_last/sections/provider.ts +51 -0
  469. package/src/scripts/_cli/explain_last/sections/route.ts +48 -0
  470. package/src/scripts/_cli/explain_last/state_loader.ts +119 -0
  471. package/src/scripts/_dispatch.bash +179 -163
  472. package/src/scripts/_lib/agent_settings.ts +1123 -0
  473. package/src/scripts/_lib/agent_src.ts +654 -0
  474. package/src/scripts/_lib/agents_overlay.ts +183 -0
  475. package/src/scripts/_lib/bench_ab_cache.ts +399 -0
  476. package/src/scripts/_lib/bench_ab_scoring.ts +352 -0
  477. package/src/scripts/_lib/bench_ab_scoring_v2.ts +751 -0
  478. package/src/scripts/_lib/bench_cost.ts +396 -0
  479. package/src/scripts/_lib/bench_quality.ts +237 -0
  480. package/src/scripts/_lib/bench_report.ts +255 -0
  481. package/src/scripts/_lib/bench_telegraph.ts +516 -0
  482. package/src/scripts/_lib/bench_telegraph_report.ts +272 -0
  483. package/src/scripts/_lib/changelog_eras.ts +398 -0
  484. package/src/scripts/_lib/claude_desktop_bundler.ts +324 -0
  485. package/src/scripts/_lib/cli_wrapper.ts +89 -0
  486. package/src/scripts/_lib/fs_atomic.ts +172 -0
  487. package/src/scripts/_lib/global_deploy_inventory.ts +639 -0
  488. package/src/scripts/_lib/install_layout.ts +87 -0
  489. package/src/scripts/_lib/install_regenerator.ts +157 -0
  490. package/src/scripts/_lib/installed_lock.ts +451 -0
  491. package/src/scripts/_lib/installed_tools.ts +518 -0
  492. package/src/scripts/_lib/json_pointers.ts +388 -0
  493. package/src/scripts/_lib/knowledge_global.ts +770 -0
  494. package/src/scripts/_lib/knowledge_global_promote.ts +453 -0
  495. package/src/scripts/_lib/knowledge_global_redaction.ts +448 -0
  496. package/src/scripts/_lib/link_crypto.ts +325 -0
  497. package/src/scripts/_lib/linked_projects.ts +613 -0
  498. package/src/scripts/_lib/model_tier.ts +65 -0
  499. package/src/scripts/_lib/module_detection.ts +275 -0
  500. package/src/scripts/_lib/node_sqlite.d.ts +32 -0
  501. package/src/scripts/_lib/pin_resolver.ts +264 -0
  502. package/src/scripts/_lib/py_random.ts +212 -0
  503. package/src/scripts/_lib/script_output.ts +147 -0
  504. package/src/scripts/_lib/security_lint.ts +623 -0
  505. package/src/scripts/_lib/surface_tiers.ts +127 -0
  506. package/src/scripts/_lib/token_count.ts +126 -0
  507. package/src/scripts/_lib/update_check.ts +297 -0
  508. package/src/scripts/_lib/user_global_paths.ts +329 -0
  509. package/src/scripts/_lib/value_ladder.ts +882 -0
  510. package/src/scripts/_lib/value_report.ts +617 -0
  511. package/src/scripts/_lib/zip_min.ts +175 -0
  512. package/src/scripts/adoption_report.ts +357 -0
  513. package/src/scripts/adoption_snapshot.ts +392 -0
  514. package/src/scripts/adoption_status.ts +424 -0
  515. package/src/scripts/adr/regenerate_index.ts +257 -0
  516. package/src/scripts/ai-image/adapters/flux.sh +45 -0
  517. package/src/scripts/ai-image/adapters/gemini-image.sh +45 -0
  518. package/src/scripts/ai-image/adapters/ideogram.sh +45 -0
  519. package/src/scripts/ai-image/adapters/recraft.sh +47 -0
  520. package/src/scripts/ai-video/adapters/comfyui.sh +3 -3
  521. package/src/scripts/ai-video/adapters/fal.sh +3 -3
  522. package/src/scripts/ai-video/adapters/gemini-veo.sh +3 -3
  523. package/src/scripts/ai-video/adapters/higgsfield.sh +3 -3
  524. package/src/scripts/ai-video/adapters/kling.sh +3 -3
  525. package/src/scripts/ai-video/adapters/musetalk.sh +2 -2
  526. package/src/scripts/ai-video/adapters/openai-images.sh +3 -3
  527. package/src/scripts/ai-video/adapters/replicate.sh +3 -3
  528. package/src/scripts/ai-video/adapters/sora.sh +3 -3
  529. package/src/scripts/ai-video/adapters/syncso.sh +3 -3
  530. package/src/scripts/ai-video/audio-adapters/allin1.sh +2 -2
  531. package/src/scripts/ai-video/audio-adapters/whisperx.sh +2 -2
  532. package/src/scripts/ai-video/lib/audio-adapter-contract.md +1 -1
  533. package/src/scripts/ai-video/lib/embed-provenance.sh +2 -2
  534. package/src/scripts/ai-video/lib/ingest-song.sh +2 -2
  535. package/src/scripts/ai-video/lib/parse-blueprint.sh +1 -1
  536. package/src/scripts/ai-video/lib/resume-scan.sh +2 -2
  537. package/src/scripts/ai-video/smoke-trace.sh +16 -7
  538. package/src/scripts/ai-video/stitch.sh +2 -2
  539. package/src/scripts/ai_council/_default_prices.ts +73 -0
  540. package/src/scripts/ai_council/advisors.ts +244 -0
  541. package/src/scripts/ai_council/airgap.ts +249 -0
  542. package/src/scripts/ai_council/budget_guard.ts +492 -0
  543. package/src/scripts/ai_council/bundler.ts +376 -0
  544. package/src/scripts/ai_council/cli_hints.ts +120 -0
  545. package/src/scripts/ai_council/clients.ts +2214 -0
  546. package/src/scripts/ai_council/compile_corpus.ts +681 -0
  547. package/src/scripts/ai_council/confidence_gate.ts +230 -0
  548. package/src/scripts/ai_council/config.ts +1729 -0
  549. package/src/scripts/ai_council/consensus.ts +551 -0
  550. package/src/scripts/ai_council/events_log.ts +327 -0
  551. package/src/scripts/ai_council/learn_low_impact_preview.ts +317 -0
  552. package/src/scripts/ai_council/low_impact.ts +1069 -0
  553. package/src/scripts/ai_council/low_impact_corpus.ts +662 -0
  554. package/src/scripts/ai_council/low_impact_intake.ts +222 -0
  555. package/src/scripts/ai_council/modes.ts +169 -0
  556. package/src/scripts/ai_council/necessity.ts +933 -0
  557. package/src/scripts/ai_council/orchestrator.ts +1689 -0
  558. package/src/scripts/ai_council/pricing.ts +267 -0
  559. package/src/scripts/ai_council/probation_gate.ts +282 -0
  560. package/src/scripts/ai_council/project_context.ts +308 -0
  561. package/src/scripts/ai_council/prompts.ts +600 -0
  562. package/src/scripts/ai_council/redact_low_impact_entry.ts +291 -0
  563. package/src/scripts/ai_council/replay.ts +314 -0
  564. package/src/scripts/ai_council/session.ts +558 -0
  565. package/src/scripts/ai_council/shadow_dispatch.ts +509 -0
  566. package/src/scripts/ai_council/solo_dispatch.ts +281 -0
  567. package/src/scripts/analysis_freshness.ts +343 -0
  568. package/src/scripts/annotate_discovery.ts +288 -0
  569. package/src/scripts/apply_modules_config.ts +537 -0
  570. package/src/scripts/audit_adr_coverage.ts +357 -0
  571. package/src/scripts/audit_auto_rules.ts +415 -0
  572. package/src/scripts/audit_cloud_compatibility.ts +608 -0
  573. package/src/scripts/audit_command_surface.ts +1227 -0
  574. package/src/scripts/audit_initial_context.ts +694 -0
  575. package/src/scripts/audit_likelihood.ts +434 -0
  576. package/src/scripts/audit_mcp_tools.ts +252 -0
  577. package/src/scripts/audit_overlap.ts +421 -0
  578. package/src/scripts/audit_skill_descriptions.ts +402 -0
  579. package/src/scripts/audit_skill_overlap.ts +576 -0
  580. package/src/scripts/audit_user_type_axis.ts +264 -0
  581. package/src/scripts/backfill_model_tier.ts +349 -0
  582. package/src/scripts/bench_ab_cache_dispatch.ts +126 -0
  583. package/src/scripts/bench_ab_clone.ts +610 -0
  584. package/src/scripts/bench_ab_diff.ts +609 -0
  585. package/src/scripts/bench_ab_integrity.ts +261 -0
  586. package/src/scripts/bench_ab_run.ts +417 -0
  587. package/src/scripts/bench_ab_task_runner.ts +1382 -0
  588. package/src/scripts/bench_ab_tracka_run.ts +436 -0
  589. package/src/scripts/bench_ab_v2_run.ts +585 -0
  590. package/src/scripts/bench_ab_v2_stats.ts +1018 -0
  591. package/src/scripts/bench_baseline_ready.ts +326 -0
  592. package/src/scripts/bench_condense_memory.ts +479 -0
  593. package/src/scripts/bench_drift_check.ts +503 -0
  594. package/src/scripts/bench_per_tool.ts +591 -0
  595. package/src/scripts/bench_rtk_savings.ts +710 -0
  596. package/src/scripts/bench_run.ts +509 -0
  597. package/src/scripts/bench_runner.ts +519 -0
  598. package/src/scripts/build_cloud_bundle.ts +692 -0
  599. package/src/scripts/build_discovery_manifest.ts +1371 -0
  600. package/src/scripts/build_linear_digest.ts +368 -0
  601. package/src/scripts/build_mcp_registry_manifest.ts +351 -0
  602. package/src/scripts/build_rule_trigger_matrix.ts +469 -0
  603. package/src/scripts/capture_showcase_session.ts +735 -0
  604. package/src/scripts/chat_history.ts +2301 -0
  605. package/src/scripts/check_always_budget.ts +694 -0
  606. package/src/scripts/check_artefact_checksums.ts +281 -0
  607. package/src/scripts/check_augment_description_cap.ts +133 -0
  608. package/src/scripts/check_augmentignore.ts +108 -0
  609. package/src/scripts/check_beta_review_markers.ts +234 -0
  610. package/src/scripts/check_bite_sized_granularity.ts +116 -0
  611. package/src/scripts/check_cluster_patterns.ts +285 -0
  612. package/src/scripts/check_command_count_messaging.ts +224 -0
  613. package/src/scripts/check_condensation.ts +900 -0
  614. package/src/scripts/check_condensed_paths.ts +414 -0
  615. package/src/scripts/check_context_paths.ts +388 -0
  616. package/src/scripts/check_council_config_location.ts +260 -0
  617. package/src/scripts/check_council_layout.ts +180 -0
  618. package/src/scripts/check_council_references.ts +345 -0
  619. package/src/scripts/check_discovery_determinism.ts +124 -0
  620. package/src/scripts/check_gate_paths.ts +230 -0
  621. package/src/scripts/check_iron_law_prominence.ts +298 -0
  622. package/src/scripts/check_kernel_rule_bundle.ts +242 -0
  623. package/src/scripts/check_knowledge_cards.ts +759 -0
  624. package/src/scripts/check_md_language.ts +291 -0
  625. package/src/scripts/check_memory.ts +845 -0
  626. package/src/scripts/check_memory_proposal.ts +351 -0
  627. package/src/scripts/check_module_management_neutral.ts +238 -0
  628. package/src/scripts/check_no_conflict_markers.ts +298 -0
  629. package/src/scripts/check_no_conflict_markers_allowlist.json +4 -0
  630. package/src/scripts/check_no_external_sources.ts +351 -0
  631. package/src/scripts/check_no_local_settings_committed.ts +69 -0
  632. package/src/scripts/check_no_new_legacy_path.ts +188 -0
  633. package/src/scripts/check_no_roadmap_refs.ts +304 -0
  634. package/src/scripts/check_one_off_location.ts +165 -0
  635. package/src/scripts/check_overlay_cascade_subdirs.ts +188 -0
  636. package/src/scripts/check_portability.ts +860 -0
  637. package/src/scripts/check_proposal.ts +0 -0
  638. package/src/scripts/check_public_catalog_links.ts +204 -0
  639. package/src/scripts/check_public_links.ts +357 -0
  640. package/src/scripts/check_references.ts +963 -0
  641. package/src/scripts/check_release_includes_discovery.ts +94 -0
  642. package/src/scripts/check_release_pr_shape.ts +222 -0
  643. package/src/scripts/check_release_published.ts +235 -0
  644. package/src/scripts/check_release_trunk_sync.ts +203 -0
  645. package/src/scripts/check_reply_consistency.ts +359 -0
  646. package/src/scripts/check_roadmap_trackable.ts +268 -0
  647. package/src/scripts/check_role_doc_links.ts +187 -0
  648. package/src/scripts/check_safety_floor_untouched.ts +160 -0
  649. package/src/scripts/check_skill_requires.ts +205 -0
  650. package/src/scripts/check_structural_breaking.ts +170 -0
  651. package/src/scripts/check_surface_tiers.ts +567 -0
  652. package/src/scripts/check_template_pin_drift.ts +222 -0
  653. package/src/scripts/check_test_coverage_diff.ts +235 -0
  654. package/src/scripts/check_token_optimizer_freshness.ts +183 -0
  655. package/src/scripts/check_trigger_evals.ts +375 -0
  656. package/src/scripts/check_update_banner.ts +143 -0
  657. package/src/scripts/ci_status.ts +0 -0
  658. package/src/scripts/ci_summary.ts +235 -0
  659. package/src/scripts/ci_time_ratio.ts +526 -0
  660. package/src/scripts/command_suggester/cooldown.ts +176 -0
  661. package/src/scripts/command_suggester/index.ts +41 -0
  662. package/src/scripts/command_suggester/loader.ts +205 -0
  663. package/src/scripts/command_suggester/match.ts +294 -0
  664. package/src/scripts/command_suggester/rank.ts +201 -0
  665. package/src/scripts/command_suggester/render.ts +122 -0
  666. package/src/scripts/command_suggester/sanitize.ts +114 -0
  667. package/src/scripts/command_suggester/settings.ts +186 -0
  668. package/src/scripts/command_suggester/types.ts +0 -0
  669. package/src/scripts/compile_router.ts +297 -0
  670. package/src/scripts/condense.sh +7 -1
  671. package/src/scripts/condense.ts +2035 -0
  672. package/src/scripts/condense_memory.ts +334 -0
  673. package/src/scripts/config/index.ts +15 -0
  674. package/src/scripts/config/packs.ts +310 -0
  675. package/src/scripts/config/presets.ts +369 -0
  676. package/src/scripts/config/profile_explain.ts +114 -0
  677. package/src/scripts/config/profiles.ts +277 -0
  678. package/src/scripts/config/session_profiles.ts +1064 -0
  679. package/src/scripts/context_hygiene_hook.ts +272 -0
  680. package/src/scripts/cost_by_conversation.ts +444 -0
  681. package/src/scripts/cost_summary.ts +407 -0
  682. package/src/scripts/council_cli.ts +2827 -0
  683. package/src/scripts/council_prune.ts +153 -0
  684. package/src/scripts/cross_repo_retrieve.ts +694 -0
  685. package/src/scripts/discovery_stats.ts +218 -0
  686. package/src/scripts/evidence_report.ts +580 -0
  687. package/src/scripts/external_sources_denylist.json +1 -0
  688. package/src/scripts/extract_audit_patterns.ts +394 -0
  689. package/src/scripts/first_run_gate_hook.ts +246 -0
  690. package/src/scripts/gen_discovery_baseline.ts +297 -0
  691. package/src/scripts/generate_capabilities_index.ts +496 -0
  692. package/src/scripts/generate_capability_matrix.ts +430 -0
  693. package/src/scripts/generate_catalog.ts +178 -0
  694. package/src/scripts/generate_command_flows.ts +316 -0
  695. package/src/scripts/generate_cookbook.ts +302 -0
  696. package/src/scripts/generate_index.ts +500 -0
  697. package/src/scripts/generate_ownership_matrix.ts +646 -0
  698. package/src/scripts/generate_pack_manifests.ts +1025 -0
  699. package/src/scripts/generate_role_experiences_catalog.ts +265 -0
  700. package/src/scripts/hermetic-install.sh +22 -11
  701. package/src/scripts/hook_manifest.yaml +24 -10
  702. package/src/scripts/hooks/augment-chat-history.sh +3 -10
  703. package/src/scripts/hooks/augment-context-hygiene.sh +3 -10
  704. package/src/scripts/hooks/augment-dispatcher.sh +3 -10
  705. package/src/scripts/hooks/augment-onboarding-gate.sh +3 -10
  706. package/src/scripts/hooks/augment-roadmap-progress.sh +3 -10
  707. package/src/scripts/hooks/block_no_verify.ts +413 -0
  708. package/src/scripts/hooks/cline-dispatcher.sh +3 -10
  709. package/src/scripts/hooks/cowork-dispatcher.sh +3 -14
  710. package/src/scripts/hooks/cursor-dispatcher.sh +3 -10
  711. package/src/scripts/hooks/dispatch_hook.ts +851 -0
  712. package/src/scripts/hooks/dispatch_issues.ts +226 -0
  713. package/src/scripts/hooks/envelope.ts +140 -0
  714. package/src/scripts/hooks/gemini-dispatcher.sh +3 -8
  715. package/src/scripts/hooks/replay_hook.ts +364 -0
  716. package/src/scripts/hooks/state_io.ts +293 -0
  717. package/src/scripts/hooks/windsurf-dispatcher.sh +3 -9
  718. package/src/scripts/hooks_doctor.ts +418 -0
  719. package/src/scripts/hooks_status.ts +292 -0
  720. package/src/scripts/injection_scan_hook.ts +285 -0
  721. package/src/scripts/install +36 -22
  722. package/src/scripts/install-hooks.sh +20 -14
  723. package/src/scripts/install.sh +38 -14
  724. package/src/scripts/install.ts +4515 -0
  725. package/src/scripts/inventory_abstraction_budget.ts +1104 -0
  726. package/src/scripts/inventory_frontmatter.ts +320 -0
  727. package/src/scripts/inventory_meta_layers.ts +516 -0
  728. package/src/scripts/iron_law_sha.ts +233 -0
  729. package/src/scripts/knowledge_global_cli.ts +1105 -0
  730. package/src/scripts/linked_projects_list.ts +310 -0
  731. package/src/scripts/lint_agent_security.ts +224 -0
  732. package/src/scripts/lint_agent_skill_names.ts +241 -0
  733. package/src/scripts/lint_agents_layout.ts +205 -0
  734. package/src/scripts/lint_agents_md.ts +294 -0
  735. package/src/scripts/lint_archived_skills.ts +309 -0
  736. package/src/scripts/lint_artefact_frontmatter.ts +359 -0
  737. package/src/scripts/lint_bench_ab.ts +319 -0
  738. package/src/scripts/lint_bench_corpus.ts +421 -0
  739. package/src/scripts/lint_command_flow_coverage.ts +231 -0
  740. package/src/scripts/lint_command_routing.ts +377 -0
  741. package/src/scripts/lint_command_tiers.ts +345 -0
  742. package/src/scripts/lint_command_verbs.ts +379 -0
  743. package/src/scripts/lint_commit_subjects.ts +243 -0
  744. package/src/scripts/lint_context_spine_usage.ts +198 -0
  745. package/src/scripts/lint_discovery_manifest.ts +540 -0
  746. package/src/scripts/lint_discovery_vocabulary.ts +393 -0
  747. package/src/scripts/lint_empty_roadmaps.ts +147 -0
  748. package/src/scripts/lint_eval_freshness.ts +335 -0
  749. package/src/scripts/lint_examples.ts +183 -0
  750. package/src/scripts/lint_explain_trace.ts +381 -0
  751. package/src/scripts/lint_featured_skills.ts +0 -0
  752. package/src/scripts/lint_flows.ts +701 -0
  753. package/src/scripts/lint_framework_leakage.ts +497 -0
  754. package/src/scripts/lint_framework_leakage_allowlist.json +8 -1
  755. package/src/scripts/lint_frontmatter_boilerplate.ts +356 -0
  756. package/src/scripts/lint_ghostwriter_source.ts +389 -0
  757. package/src/scripts/lint_global_paths.ts +420 -0
  758. package/src/scripts/lint_handoffs.ts +362 -0
  759. package/src/scripts/lint_hidden_unicode.ts +350 -0
  760. package/src/scripts/lint_hook_concern_budget.ts +319 -0
  761. package/src/scripts/lint_hook_manifest.ts +354 -0
  762. package/src/scripts/lint_instruction_smuggling.ts +173 -0
  763. package/src/scripts/lint_load_context.ts +371 -0
  764. package/src/scripts/lint_marketplace.ts +286 -0
  765. package/src/scripts/lint_marketplace_install_completeness.ts +309 -0
  766. package/src/scripts/lint_mcp_config_security.ts +225 -0
  767. package/src/scripts/lint_mcp_registry_manifest.ts +350 -0
  768. package/src/scripts/lint_media_policy_linkage.ts +224 -0
  769. package/src/scripts/lint_missions.ts +774 -0
  770. package/src/scripts/lint_model_tier_coverage.ts +151 -0
  771. package/src/scripts/lint_namespace.ts +295 -0
  772. package/src/scripts/lint_namespace_collisions.ts +203 -0
  773. package/src/scripts/lint_new_skill_gate.ts +462 -0
  774. package/src/scripts/lint_no_new_atomic_commands.ts +342 -0
  775. package/src/scripts/lint_one_off_age.ts +348 -0
  776. package/src/scripts/lint_orchestration_dsl.ts +377 -0
  777. package/src/scripts/lint_orchestrator_auto_detect.ts +177 -0
  778. package/src/scripts/lint_pack_boundaries.ts +366 -0
  779. package/src/scripts/lint_pack_dependencies.ts +541 -0
  780. package/src/scripts/lint_pack_first_win.ts +202 -0
  781. package/src/scripts/lint_persona_governance.ts +292 -0
  782. package/src/scripts/lint_positioning.ts +257 -0
  783. package/src/scripts/lint_profile_overlay_set_only.ts +324 -0
  784. package/src/scripts/lint_readme_jargon.ts +189 -0
  785. package/src/scripts/lint_readme_size.ts +73 -0
  786. package/src/scripts/lint_regression.ts +497 -0
  787. package/src/scripts/lint_roadmap_ci_steps.ts +252 -0
  788. package/src/scripts/lint_roadmap_complexity.ts +295 -0
  789. package/src/scripts/lint_roadmap_later_disposition.ts +357 -0
  790. package/src/scripts/lint_role_experiences.ts +410 -0
  791. package/src/scripts/lint_rule_interactions.ts +281 -0
  792. package/src/scripts/lint_rule_tiers.ts +169 -0
  793. package/src/scripts/lint_showcase_sessions.ts +254 -0
  794. package/src/scripts/lint_skill_frontmatter_safety.ts +279 -0
  795. package/src/scripts/lint_skill_originality.ts +586 -0
  796. package/src/scripts/lint_skill_originality_allowlist.json +20 -0
  797. package/src/scripts/lint_skill_tools.ts +320 -0
  798. package/src/scripts/lint_ticket_buildable.ts +1027 -0
  799. package/src/scripts/lint_topics_yaml.ts +203 -0
  800. package/src/scripts/lint_trust_coherence.ts +377 -0
  801. package/src/scripts/lint_value_dashboard.ts +314 -0
  802. package/src/scripts/lint_workflow_security.ts +637 -0
  803. package/src/scripts/lint_workflow_security_allowlist.json +20 -0
  804. package/src/scripts/lint_workspace_boundary.ts +248 -0
  805. package/src/scripts/mcp_parity_smoke.ts +638 -0
  806. package/src/scripts/mcp_render.ts +346 -0
  807. package/src/scripts/mcp_server/__main__.ts +28 -0
  808. package/src/scripts/mcp_server/catalog.ts +154 -0
  809. package/src/scripts/mcp_server/index.ts +24 -0
  810. package/src/scripts/mcp_server/metadata.ts +83 -0
  811. package/src/scripts/mcp_server/prompts.ts +711 -0
  812. package/src/scripts/mcp_server/resources.ts +343 -0
  813. package/src/scripts/mcp_server/server.ts +439 -0
  814. package/src/scripts/mcp_server/telemetry.ts +154 -0
  815. package/src/scripts/mcp_server/tools.ts +1031 -0
  816. package/src/scripts/mcp_setup.sh +25 -52
  817. package/src/scripts/mcp_telemetry_health.ts +362 -0
  818. package/src/scripts/mcp_telemetry_query.ts +371 -0
  819. package/src/scripts/mcp_telemetry_store.ts +422 -0
  820. package/src/scripts/measure_augment_budget.ts +453 -0
  821. package/src/scripts/measure_density.ts +618 -0
  822. package/src/scripts/measure_frugality_savings.ts +353 -0
  823. package/src/scripts/measure_markitdown_lift.ts +299 -0
  824. package/src/scripts/measure_patterns.ts +682 -0
  825. package/src/scripts/measure_projection_bytes.ts +425 -0
  826. package/src/scripts/measure_rule_budget.ts +627 -0
  827. package/src/scripts/measure_skill_reduction.ts +442 -0
  828. package/src/scripts/media/lib/adapter-common.sh +247 -0
  829. package/src/scripts/media/lib/adapter-contract.md +329 -0
  830. package/src/scripts/media/lib/fixtures/comfyui/result.json +1 -0
  831. package/src/scripts/media/lib/fixtures/fal/result.json +1 -0
  832. package/src/scripts/media/lib/fixtures/flux/asset-0001.png +0 -0
  833. package/src/scripts/media/lib/fixtures/flux/result.json +1 -0
  834. package/src/scripts/media/lib/fixtures/gemini-image/asset-0001.png +0 -0
  835. package/src/scripts/media/lib/fixtures/gemini-image/result.json +1 -0
  836. package/src/scripts/media/lib/fixtures/gemini-veo/result.json +1 -0
  837. package/src/scripts/media/lib/fixtures/higgsfield/result.json +1 -0
  838. package/src/scripts/media/lib/fixtures/ideogram/asset-0001.png +0 -0
  839. package/src/scripts/media/lib/fixtures/ideogram/result.json +1 -0
  840. package/src/scripts/media/lib/fixtures/kling/result.json +1 -0
  841. package/src/scripts/media/lib/fixtures/musetalk/result.json +1 -0
  842. package/src/scripts/media/lib/fixtures/openai-images/result.json +1 -0
  843. package/src/scripts/media/lib/fixtures/recraft/asset-0001.svg +1 -0
  844. package/src/scripts/media/lib/fixtures/recraft/result.json +1 -0
  845. package/src/scripts/media/lib/fixtures/replicate/result.json +1 -0
  846. package/src/scripts/media/lib/fixtures/sora/result.json +1 -0
  847. package/src/scripts/media/lib/fixtures/syncso/result.json +1 -0
  848. package/src/scripts/media/lib/load-config.sh +180 -0
  849. package/src/scripts/media/lib/redact.sh +85 -0
  850. package/src/scripts/memory_hash.ts +331 -0
  851. package/src/scripts/memory_lookup.ts +1278 -0
  852. package/src/scripts/memory_report.ts +845 -0
  853. package/src/scripts/memory_signal.ts +417 -0
  854. package/src/scripts/memory_status.ts +189 -0
  855. package/src/scripts/migrate_command_suggestions.ts +341 -0
  856. package/src/scripts/migrate_frontmatter_defaults.ts +539 -0
  857. package/src/scripts/migration_status.ts +301 -0
  858. package/src/scripts/mine_session.ts +645 -0
  859. package/src/scripts/minimal_safe_diff_hook.ts +355 -0
  860. package/src/scripts/move_artefact.ts +869 -0
  861. package/src/scripts/new_skill.ts +404 -0
  862. package/src/scripts/onboarding_gate_hook.ts +224 -0
  863. package/src/scripts/pack_dependency_allowlist.json +1 -1
  864. package/src/scripts/pack_mcp_content.ts +552 -0
  865. package/src/scripts/parity/README.md +140 -0
  866. package/src/scripts/parity/compare.ts +189 -0
  867. package/src/scripts/parity/coverage_diff.ts +199 -0
  868. package/src/scripts/parity/phase-manifest.json +93 -0
  869. package/src/scripts/parity/phase_gate.ts +270 -0
  870. package/src/scripts/parity/replay.ts +320 -0
  871. package/src/scripts/pattern_share.ts +363 -0
  872. package/src/scripts/plan_physical_move.ts +605 -0
  873. package/src/scripts/prediction-pool/poisson_sim.ts +537 -0
  874. package/src/scripts/prediction-pool/pool_winsim.ts +677 -0
  875. package/src/scripts/prediction-pool/score_ev.ts +546 -0
  876. package/src/scripts/print_required_checks.ts +249 -0
  877. package/src/scripts/probe_projection_fidelity.ts +468 -0
  878. package/src/scripts/probe_skill_registration.ts +787 -0
  879. package/src/scripts/profile_staleness_hook.ts +169 -0
  880. package/src/scripts/profile_use.ts +227 -0
  881. package/src/scripts/project_thin_rules.ts +387 -0
  882. package/src/scripts/propose_modules_config.ts +311 -0
  883. package/src/scripts/prototype_lint_contradictions.ts +414 -0
  884. package/src/scripts/prove_pack_extractable.ts +388 -0
  885. package/src/scripts/readme_linter.ts +913 -0
  886. package/src/scripts/redact_hook_capture.ts +325 -0
  887. package/src/scripts/refine_ticket_detect.ts +703 -0
  888. package/src/scripts/release.ts +1697 -0
  889. package/src/scripts/render_benchmark_md.ts +664 -0
  890. package/src/scripts/render_value_md.ts +506 -0
  891. package/src/scripts/repro/repro_marketplace_install_gap.sh +1 -1
  892. package/src/scripts/roadmap_progress_hook.ts +410 -0
  893. package/src/scripts/router_telemetry.ts +972 -0
  894. package/src/scripts/run.ts +98 -0
  895. package/src/scripts/run_skill_evals.ts +477 -0
  896. package/src/scripts/runtime_dispatcher.ts +586 -0
  897. package/src/scripts/runtime_handler.ts +231 -0
  898. package/src/scripts/runtime_registry.ts +394 -0
  899. package/src/scripts/schemas/command.schema.json +3 -2
  900. package/src/scripts/schemas/mission-catalog.schema.json +112 -0
  901. package/src/scripts/schemas/mission.schema.json +87 -0
  902. package/src/scripts/schemas/pack.schema.json +6 -0
  903. package/src/scripts/schemas/rule.schema.json +1 -0
  904. package/src/scripts/schemas/skill.schema.json +1 -0
  905. package/src/scripts/schemas/ticket-manifest.schema.json +35 -0
  906. package/src/scripts/schemas/ticket.schema.json +60 -0
  907. package/src/scripts/score_skill_selection.ts +570 -0
  908. package/src/scripts/security_audit_config.ts +423 -0
  909. package/src/scripts/skill_collision_clusters.ts +448 -0
  910. package/src/scripts/skill_discovery.ts +690 -0
  911. package/src/scripts/skill_linter.ts +4276 -0
  912. package/src/scripts/skill_overlap.ts +414 -0
  913. package/src/scripts/skill_preview.ts +548 -0
  914. package/src/scripts/skill_tools/audit_persona_coverage.ts +427 -0
  915. package/src/scripts/skill_tools/audit_user_type_coverage.ts +507 -0
  916. package/src/scripts/skill_tools/index.ts +28 -0
  917. package/src/scripts/skill_tools/run_block_d_eval.ts +373 -0
  918. package/src/scripts/skill_tools/score_skill_relevance.ts +475 -0
  919. package/src/scripts/skill_tools/suggest_skill_for_task.ts +288 -0
  920. package/src/scripts/skill_trigger_eval.ts +1046 -0
  921. package/src/scripts/skill_usage_collect.ts +465 -0
  922. package/src/scripts/skill_usage_report.ts +364 -0
  923. package/src/scripts/smoke/kernel.sh +4 -5
  924. package/src/scripts/smoke/router.sh +76 -76
  925. package/src/scripts/smoke/schema.sh +2 -2
  926. package/src/scripts/smoke/skills.sh +73 -52
  927. package/src/scripts/smoke_path_resolution.ts +194 -0
  928. package/src/scripts/smoke_quickstart.ts +224 -0
  929. package/src/scripts/snapshot_agent_outputs.ts +375 -0
  930. package/src/scripts/spotcheck_thin_root.ts +247 -0
  931. package/src/scripts/surface-tiers.yml +68 -0
  932. package/src/scripts/sync_agent_settings.ts +763 -0
  933. package/src/scripts/sync_github_metadata.ts +550 -0
  934. package/src/scripts/sync_gitignore.ts +630 -0
  935. package/src/scripts/sync_yaml_rt.ts +910 -0
  936. package/src/scripts/telegraph_stats.ts +447 -0
  937. package/src/scripts/tool_registry.ts +330 -0
  938. package/src/scripts/tools/adapter_errors.ts +93 -0
  939. package/src/scripts/tools/base_adapter.ts +147 -0
  940. package/src/scripts/tools/github_adapter.ts +229 -0
  941. package/src/scripts/tools/jira_adapter.ts +196 -0
  942. package/src/scripts/trigger_coverage.ts +251 -0
  943. package/src/scripts/update_counts.ts +284 -0
  944. package/src/scripts/update_prices.ts +219 -0
  945. package/src/scripts/validate_agent_settings.ts +265 -0
  946. package/src/scripts/validate_decision_engine.ts +366 -0
  947. package/src/scripts/validate_discovery_manifest.ts +160 -0
  948. package/src/scripts/validate_frontmatter.ts +1030 -0
  949. package/src/scripts/validate_pack_yaml.ts +0 -0
  950. package/src/scripts/validate_safe_paths.ts +164 -0
  951. package/src/scripts/validate_telegraph_carveouts.ts +485 -0
  952. package/src/scripts/verify_before_complete_hook.ts +306 -0
  953. package/src/scripts/verify_physical_move.ts +411 -0
  954. package/src/scripts/wrapper_freshness_hook.ts +179 -0
  955. package/dist/agent-src/scripts/archive_completed_roadmaps.py +0 -171
  956. package/dist/agent-src/scripts/update_roadmap_progress.py +0 -537
  957. package/dist/agent-src/skills/corpus-grounding/scripts/bm25_search.py +0 -212
  958. package/dist/agent-src/skills/corpus-grounding/scripts/decision_engine.py +0 -438
  959. package/dist/agent-src/skills/corpus-grounding/scripts/ground.py +0 -166
  960. package/dist/agent-src/skills/corpus-grounding/scripts/schema_validator.py +0 -160
  961. package/dist/agent-src/skills/design-tokens/scripts/tokens.py +0 -296
  962. package/dist/agent-src/skills/react-shadcn-ui/scripts/shadcn_add.py +0 -299
  963. package/dist/agent-src/skills/tailwind-engineer/scripts/tailwind_config_gen.py +0 -463
  964. package/dist/agent-src/templates/scripts/check_memory.py +0 -282
  965. package/dist/agent-src/templates/scripts/check_memory_proposal.py +0 -180
  966. package/dist/agent-src/templates/scripts/implement_ticket/__init__.py +0 -94
  967. package/dist/agent-src/templates/scripts/implement_ticket/__main__.py +0 -15
  968. package/dist/agent-src/templates/scripts/memory_hash.py +0 -75
  969. package/dist/agent-src/templates/scripts/memory_lookup.py +0 -436
  970. package/dist/agent-src/templates/scripts/memory_report.py +0 -314
  971. package/dist/agent-src/templates/scripts/memory_signal.py +0 -165
  972. package/dist/agent-src/templates/scripts/memory_status.py +0 -76
  973. package/dist/agent-src/templates/scripts/pr_review_routing.py +0 -340
  974. package/dist/agent-src/templates/scripts/pr_risk_review.py +0 -211
  975. package/dist/agent-src/templates/scripts/telemetry/__init__.py +0 -42
  976. package/dist/agent-src/templates/scripts/telemetry/aggregator.py +0 -169
  977. package/dist/agent-src/templates/scripts/telemetry/boundary.py +0 -171
  978. package/dist/agent-src/templates/scripts/telemetry/engagement.py +0 -297
  979. package/dist/agent-src/templates/scripts/telemetry/report_renderer.py +0 -197
  980. package/dist/agent-src/templates/scripts/telemetry/settings.py +0 -177
  981. package/dist/agent-src/templates/scripts/telemetry_record.py +0 -179
  982. package/dist/agent-src/templates/scripts/telemetry_report.py +0 -161
  983. package/dist/agent-src/templates/scripts/telemetry_status.py +0 -142
  984. package/dist/agent-src/templates/scripts/tier_usage_report.py +0 -183
  985. package/dist/agent-src/templates/scripts/work_engine/__init__.py +0 -58
  986. package/dist/agent-src/templates/scripts/work_engine/__main__.py +0 -9
  987. package/dist/agent-src/templates/scripts/work_engine/_lib/__init__.py +0 -7
  988. package/dist/agent-src/templates/scripts/work_engine/_lib/agent_settings.py +0 -840
  989. package/dist/agent-src/templates/scripts/work_engine/_lib/user_global_paths.py +0 -249
  990. package/dist/agent-src/templates/scripts/work_engine/cli.py +0 -195
  991. package/dist/agent-src/templates/scripts/work_engine/cli_args.py +0 -116
  992. package/dist/agent-src/templates/scripts/work_engine/delivery_state.py +0 -137
  993. package/dist/agent-src/templates/scripts/work_engine/directives/__init__.py +0 -33
  994. package/dist/agent-src/templates/scripts/work_engine/directives/backend/__init__.py +0 -98
  995. package/dist/agent-src/templates/scripts/work_engine/directives/backend/analyze.py +0 -98
  996. package/dist/agent-src/templates/scripts/work_engine/directives/backend/implement.py +0 -145
  997. package/dist/agent-src/templates/scripts/work_engine/directives/backend/memory.py +0 -136
  998. package/dist/agent-src/templates/scripts/work_engine/directives/backend/plan.py +0 -175
  999. package/dist/agent-src/templates/scripts/work_engine/directives/backend/refine.py +0 -396
  1000. package/dist/agent-src/templates/scripts/work_engine/directives/backend/report.py +0 -227
  1001. package/dist/agent-src/templates/scripts/work_engine/directives/backend/test.py +0 -180
  1002. package/dist/agent-src/templates/scripts/work_engine/directives/backend/verify.py +0 -170
  1003. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/__init__.py +0 -116
  1004. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/contract.py +0 -254
  1005. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/stitch.py +0 -229
  1006. package/dist/agent-src/templates/scripts/work_engine/directives/mixed/ui.py +0 -231
  1007. package/dist/agent-src/templates/scripts/work_engine/directives/ui/__init__.py +0 -113
  1008. package/dist/agent-src/templates/scripts/work_engine/directives/ui/_passthrough.py +0 -44
  1009. package/dist/agent-src/templates/scripts/work_engine/directives/ui/apply.py +0 -241
  1010. package/dist/agent-src/templates/scripts/work_engine/directives/ui/audit.py +0 -414
  1011. package/dist/agent-src/templates/scripts/work_engine/directives/ui/design.py +0 -335
  1012. package/dist/agent-src/templates/scripts/work_engine/directives/ui/polish.py +0 -513
  1013. package/dist/agent-src/templates/scripts/work_engine/directives/ui/review.py +0 -471
  1014. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/__init__.py +0 -119
  1015. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/_skipped.py +0 -37
  1016. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/apply.py +0 -165
  1017. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/refine.py +0 -66
  1018. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/report.py +0 -62
  1019. package/dist/agent-src/templates/scripts/work_engine/directives/ui_trivial/test.py +0 -115
  1020. package/dist/agent-src/templates/scripts/work_engine/dispatcher.py +0 -331
  1021. package/dist/agent-src/templates/scripts/work_engine/emitters.py +0 -68
  1022. package/dist/agent-src/templates/scripts/work_engine/errors.py +0 -19
  1023. package/dist/agent-src/templates/scripts/work_engine/hook_bootstrap.py +0 -91
  1024. package/dist/agent-src/templates/scripts/work_engine/hooks/__init__.py +0 -54
  1025. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/__init__.py +0 -35
  1026. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +0 -59
  1027. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +0 -43
  1028. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +0 -41
  1029. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/decision_gate.py +0 -162
  1030. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/decision_trace.py +0 -163
  1031. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/directive_set_guard.py +0 -53
  1032. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.py +0 -50
  1033. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/memory_visibility.py +0 -141
  1034. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/state_shape_validation.py +0 -52
  1035. package/dist/agent-src/templates/scripts/work_engine/hooks/builtin/trace.py +0 -84
  1036. package/dist/agent-src/templates/scripts/work_engine/hooks/context.py +0 -66
  1037. package/dist/agent-src/templates/scripts/work_engine/hooks/events.py +0 -44
  1038. package/dist/agent-src/templates/scripts/work_engine/hooks/exceptions.py +0 -79
  1039. package/dist/agent-src/templates/scripts/work_engine/hooks/registry.py +0 -60
  1040. package/dist/agent-src/templates/scripts/work_engine/hooks/runner.py +0 -73
  1041. package/dist/agent-src/templates/scripts/work_engine/hooks/settings.py +0 -196
  1042. package/dist/agent-src/templates/scripts/work_engine/input_builders.py +0 -163
  1043. package/dist/agent-src/templates/scripts/work_engine/intent/__init__.py +0 -47
  1044. package/dist/agent-src/templates/scripts/work_engine/intent/classify.py +0 -280
  1045. package/dist/agent-src/templates/scripts/work_engine/migration/__init__.py +0 -8
  1046. package/dist/agent-src/templates/scripts/work_engine/migration/v0_to_v1.py +0 -231
  1047. package/dist/agent-src/templates/scripts/work_engine/orchestration.py +0 -193
  1048. package/dist/agent-src/templates/scripts/work_engine/persona_policy.py +0 -85
  1049. package/dist/agent-src/templates/scripts/work_engine/resolvers/__init__.py +0 -22
  1050. package/dist/agent-src/templates/scripts/work_engine/resolvers/diff.py +0 -106
  1051. package/dist/agent-src/templates/scripts/work_engine/resolvers/file.py +0 -113
  1052. package/dist/agent-src/templates/scripts/work_engine/resolvers/prompt.py +0 -90
  1053. package/dist/agent-src/templates/scripts/work_engine/scoring/__init__.py +0 -14
  1054. package/dist/agent-src/templates/scripts/work_engine/scoring/confidence.py +0 -300
  1055. package/dist/agent-src/templates/scripts/work_engine/scoring/decision_engine.py +0 -351
  1056. package/dist/agent-src/templates/scripts/work_engine/scoring/decision_trace.py +0 -141
  1057. package/dist/agent-src/templates/scripts/work_engine/scoring/memory_visibility.py +0 -283
  1058. package/dist/agent-src/templates/scripts/work_engine/stack/__init__.py +0 -31
  1059. package/dist/agent-src/templates/scripts/work_engine/stack/detect.py +0 -187
  1060. package/dist/agent-src/templates/scripts/work_engine/stack/runner.py +0 -481
  1061. package/dist/agent-src/templates/scripts/work_engine/state.py +0 -694
  1062. package/dist/agent-src/templates/scripts/work_engine/state_io.py +0 -202
  1063. package/dist/cli/python/resolvePython.js +0 -38
  1064. package/dist/cli/python/resolvePython.js.map +0 -1
  1065. package/src/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
  1066. package/src/scripts/_archive/_backfill_skill_domains.py +0 -140
  1067. package/src/scripts/_archive/_bootstrap_tier_frontmatter.py +0 -151
  1068. package/src/scripts/_archive/_p43_bodies.py +0 -235
  1069. package/src/scripts/_archive/_p43_condense.py +0 -118
  1070. package/src/scripts/_archive/_p4_migrate.py +0 -199
  1071. package/src/scripts/_archive/_phase2_shim_helper.py +0 -109
  1072. package/src/scripts/_archive/_pilot_council_question.py +0 -57
  1073. package/src/scripts/_cli/__init__.py +0 -0
  1074. package/src/scripts/_cli/cmd_doctor.py +0 -1669
  1075. package/src/scripts/_cli/cmd_explain.py +0 -355
  1076. package/src/scripts/_cli/cmd_export.py +0 -157
  1077. package/src/scripts/_cli/cmd_migrate.py +0 -524
  1078. package/src/scripts/_cli/cmd_prune.py +0 -322
  1079. package/src/scripts/_cli/cmd_refresh.py +0 -179
  1080. package/src/scripts/_cli/cmd_settings_check.py +0 -171
  1081. package/src/scripts/_cli/cmd_settings_migrate.py +0 -147
  1082. package/src/scripts/_cli/cmd_sync.py +0 -166
  1083. package/src/scripts/_cli/cmd_uninstall.py +0 -476
  1084. package/src/scripts/_cli/cmd_update.py +0 -279
  1085. package/src/scripts/_cli/cmd_upgrade.py +0 -172
  1086. package/src/scripts/_cli/cmd_validate.py +0 -177
  1087. package/src/scripts/_cli/cmd_versions.py +0 -160
  1088. package/src/scripts/_cli/explain_last/__init__.py +0 -122
  1089. package/src/scripts/_cli/explain_last/assumptions.py +0 -59
  1090. package/src/scripts/_cli/explain_last/council.py +0 -105
  1091. package/src/scripts/_cli/explain_last/halt.py +0 -44
  1092. package/src/scripts/_cli/explain_last/inputs.py +0 -128
  1093. package/src/scripts/_cli/explain_last/memory.py +0 -94
  1094. package/src/scripts/_cli/explain_last/provider.py +0 -52
  1095. package/src/scripts/_cli/explain_last/render.py +0 -52
  1096. package/src/scripts/_cli/explain_last/route.py +0 -59
  1097. package/src/scripts/_cli/explain_last/scrubber.py +0 -105
  1098. package/src/scripts/_cli/explain_last/sections/__init__.py +0 -35
  1099. package/src/scripts/_cli/explain_last/sections/assumptions.py +0 -21
  1100. package/src/scripts/_cli/explain_last/sections/council.py +0 -27
  1101. package/src/scripts/_cli/explain_last/sections/halt.py +0 -31
  1102. package/src/scripts/_cli/explain_last/sections/header.py +0 -24
  1103. package/src/scripts/_cli/explain_last/sections/inputs.py +0 -27
  1104. package/src/scripts/_cli/explain_last/sections/memory.py +0 -21
  1105. package/src/scripts/_cli/explain_last/sections/pack.py +0 -16
  1106. package/src/scripts/_cli/explain_last/sections/provider.py +0 -26
  1107. package/src/scripts/_cli/explain_last/sections/route.py +0 -22
  1108. package/src/scripts/_cli/explain_last/state_loader.py +0 -76
  1109. package/src/scripts/_emit_domain_table.py +0 -35
  1110. package/src/scripts/_lib/__init__.py +0 -5
  1111. package/src/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
  1112. package/src/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
  1113. package/src/scripts/_lib/agent_settings.py +0 -840
  1114. package/src/scripts/_lib/agent_src.py +0 -491
  1115. package/src/scripts/_lib/agents_overlay.py +0 -120
  1116. package/src/scripts/_lib/bench_ab_cache.py +0 -162
  1117. package/src/scripts/_lib/bench_ab_scoring.py +0 -209
  1118. package/src/scripts/_lib/bench_ab_scoring_v2.py +0 -227
  1119. package/src/scripts/_lib/bench_cost.py +0 -138
  1120. package/src/scripts/_lib/bench_quality.py +0 -118
  1121. package/src/scripts/_lib/bench_report.py +0 -149
  1122. package/src/scripts/_lib/bench_telegraph.py +0 -273
  1123. package/src/scripts/_lib/bench_telegraph_report.py +0 -151
  1124. package/src/scripts/_lib/changelog_eras.py +0 -330
  1125. package/src/scripts/_lib/claude_desktop_bundler.py +0 -238
  1126. package/src/scripts/_lib/cli_wrapper.py +0 -64
  1127. package/src/scripts/_lib/fs_atomic.py +0 -116
  1128. package/src/scripts/_lib/global_deploy_inventory.py +0 -312
  1129. package/src/scripts/_lib/install_regenerator.py +0 -134
  1130. package/src/scripts/_lib/installed_lock.py +0 -256
  1131. package/src/scripts/_lib/installed_tools.py +0 -381
  1132. package/src/scripts/_lib/json_pointers.py +0 -260
  1133. package/src/scripts/_lib/link_crypto.py +0 -206
  1134. package/src/scripts/_lib/linked_projects.py +0 -238
  1135. package/src/scripts/_lib/model_tier.py +0 -52
  1136. package/src/scripts/_lib/module_detection.py +0 -223
  1137. package/src/scripts/_lib/pin_resolver.py +0 -152
  1138. package/src/scripts/_lib/script_output.py +0 -144
  1139. package/src/scripts/_lib/security_lint.py +0 -228
  1140. package/src/scripts/_lib/token_count.py +0 -95
  1141. package/src/scripts/_lib/update_check.py +0 -207
  1142. package/src/scripts/_lib/user_global_paths.py +0 -249
  1143. package/src/scripts/_lib/value_ladder.py +0 -696
  1144. package/src/scripts/_lib/value_report.py +0 -455
  1145. package/src/scripts/_phase4_bucket.py +0 -210
  1146. package/src/scripts/_pilot_measure.py +0 -53
  1147. package/src/scripts/_tmp_scan_framework_leakage.py +0 -119
  1148. package/src/scripts/adoption_report.py +0 -195
  1149. package/src/scripts/adoption_snapshot.py +0 -219
  1150. package/src/scripts/adoption_status.py +0 -166
  1151. package/src/scripts/adr/regenerate_index.py +0 -79
  1152. package/src/scripts/ai-video/lib/adapter-common.sh +0 -231
  1153. package/src/scripts/ai-video/lib/adapter-contract.md +0 -329
  1154. package/src/scripts/ai-video/lib/fixtures/comfyui/result.json +0 -1
  1155. package/src/scripts/ai-video/lib/fixtures/fal/result.json +0 -1
  1156. package/src/scripts/ai-video/lib/fixtures/gemini-veo/result.json +0 -1
  1157. package/src/scripts/ai-video/lib/fixtures/higgsfield/result.json +0 -1
  1158. package/src/scripts/ai-video/lib/fixtures/kling/result.json +0 -1
  1159. package/src/scripts/ai-video/lib/fixtures/musetalk/result.json +0 -1
  1160. package/src/scripts/ai-video/lib/fixtures/openai-images/result.json +0 -1
  1161. package/src/scripts/ai-video/lib/fixtures/replicate/result.json +0 -1
  1162. package/src/scripts/ai-video/lib/fixtures/sora/result.json +0 -1
  1163. package/src/scripts/ai-video/lib/fixtures/syncso/result.json +0 -1
  1164. package/src/scripts/ai-video/lib/load-config.sh +0 -180
  1165. package/src/scripts/ai-video/lib/redact.sh +0 -85
  1166. package/src/scripts/ai_council/__init__.py +0 -40
  1167. package/src/scripts/ai_council/_default_prices.py +0 -50
  1168. package/src/scripts/ai_council/advisors.py +0 -148
  1169. package/src/scripts/ai_council/airgap.py +0 -165
  1170. package/src/scripts/ai_council/budget_guard.py +0 -202
  1171. package/src/scripts/ai_council/bundler.py +0 -263
  1172. package/src/scripts/ai_council/cli_hints.py +0 -123
  1173. package/src/scripts/ai_council/clients.py +0 -1385
  1174. package/src/scripts/ai_council/compile_corpus.py +0 -179
  1175. package/src/scripts/ai_council/confidence_gate.py +0 -156
  1176. package/src/scripts/ai_council/config.py +0 -1419
  1177. package/src/scripts/ai_council/consensus.py +0 -329
  1178. package/src/scripts/ai_council/events_log.py +0 -141
  1179. package/src/scripts/ai_council/learn_low_impact_preview.py +0 -252
  1180. package/src/scripts/ai_council/low_impact.py +0 -714
  1181. package/src/scripts/ai_council/low_impact_corpus.py +0 -466
  1182. package/src/scripts/ai_council/low_impact_intake.py +0 -163
  1183. package/src/scripts/ai_council/modes.py +0 -131
  1184. package/src/scripts/ai_council/necessity.py +0 -782
  1185. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +0 -208
  1186. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_add_quiet.py +0 -149
  1187. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +0 -206
  1188. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +0 -67
  1189. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +0 -292
  1190. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +0 -259
  1191. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_inject_quiet_flag.py +0 -33
  1192. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_measure_v2.sh +0 -36
  1193. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_measure_verbosity.sh +0 -26
  1194. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +0 -209
  1195. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_per_task.sh +0 -41
  1196. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +0 -108
  1197. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +0 -92
  1198. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +0 -257
  1199. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +0 -197
  1200. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rebalancing_audit.py +0 -149
  1201. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_roundtrip.py +0 -111
  1202. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +0 -251
  1203. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_silent_taskfiles.py +0 -98
  1204. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +0 -232
  1205. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +0 -144
  1206. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +0 -252
  1207. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +0 -240
  1208. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +0 -180
  1209. package/src/scripts/ai_council/orchestrator.py +0 -1206
  1210. package/src/scripts/ai_council/pricing.py +0 -215
  1211. package/src/scripts/ai_council/probation_gate.py +0 -152
  1212. package/src/scripts/ai_council/project_context.py +0 -159
  1213. package/src/scripts/ai_council/prompts.py +0 -567
  1214. package/src/scripts/ai_council/redact_low_impact_entry.py +0 -155
  1215. package/src/scripts/ai_council/replay.py +0 -155
  1216. package/src/scripts/ai_council/session.py +0 -366
  1217. package/src/scripts/ai_council/shadow_dispatch.py +0 -235
  1218. package/src/scripts/ai_council/solo_dispatch.py +0 -226
  1219. package/src/scripts/annotate_discovery.py +0 -149
  1220. package/src/scripts/apply_modules_config.py +0 -290
  1221. package/src/scripts/audit_adr_coverage.py +0 -173
  1222. package/src/scripts/audit_auto_rules.py +0 -175
  1223. package/src/scripts/audit_cloud_compatibility.py +0 -362
  1224. package/src/scripts/audit_command_surface.py +0 -682
  1225. package/src/scripts/audit_initial_context.py +0 -237
  1226. package/src/scripts/audit_likelihood.py +0 -148
  1227. package/src/scripts/audit_mcp_tools.py +0 -146
  1228. package/src/scripts/audit_overlap.py +0 -145
  1229. package/src/scripts/audit_skill_descriptions.py +0 -180
  1230. package/src/scripts/audit_skill_overlap.py +0 -207
  1231. package/src/scripts/audit_user_type_axis.py +0 -140
  1232. package/src/scripts/backfill_model_tier.py +0 -184
  1233. package/src/scripts/bench_ab_cache_dispatch.py +0 -68
  1234. package/src/scripts/bench_ab_clone.py +0 -220
  1235. package/src/scripts/bench_ab_diff.py +0 -220
  1236. package/src/scripts/bench_ab_integrity.py +0 -143
  1237. package/src/scripts/bench_ab_run.py +0 -235
  1238. package/src/scripts/bench_ab_task_runner.py +0 -814
  1239. package/src/scripts/bench_ab_tracka_run.py +0 -202
  1240. package/src/scripts/bench_ab_v2_run.py +0 -247
  1241. package/src/scripts/bench_ab_v2_stats.py +0 -347
  1242. package/src/scripts/bench_baseline_ready.py +0 -108
  1243. package/src/scripts/bench_condense_memory.py +0 -168
  1244. package/src/scripts/bench_drift_check.py +0 -151
  1245. package/src/scripts/bench_per_tool.py +0 -216
  1246. package/src/scripts/bench_rtk_savings.py +0 -320
  1247. package/src/scripts/bench_run.py +0 -272
  1248. package/src/scripts/bench_runner.py +0 -158
  1249. package/src/scripts/build_cloud_bundle.py +0 -458
  1250. package/src/scripts/build_discovery_manifest.py +0 -757
  1251. package/src/scripts/build_linear_digest.py +0 -260
  1252. package/src/scripts/build_mcp_registry_manifest.py +0 -181
  1253. package/src/scripts/build_rule_trigger_matrix.py +0 -350
  1254. package/src/scripts/capture_showcase_session.py +0 -361
  1255. package/src/scripts/chat_history.py +0 -1799
  1256. package/src/scripts/check_always_budget.py +0 -532
  1257. package/src/scripts/check_artefact_checksums.py +0 -111
  1258. package/src/scripts/check_augment_description_cap.py +0 -79
  1259. package/src/scripts/check_augmentignore.py +0 -72
  1260. package/src/scripts/check_beta_review_markers.py +0 -127
  1261. package/src/scripts/check_bite_sized_granularity.py +0 -98
  1262. package/src/scripts/check_cluster_patterns.py +0 -206
  1263. package/src/scripts/check_command_count_messaging.py +0 -152
  1264. package/src/scripts/check_condensation.py +0 -375
  1265. package/src/scripts/check_condensed_paths.py +0 -231
  1266. package/src/scripts/check_context_paths.py +0 -202
  1267. package/src/scripts/check_council_layout.py +0 -125
  1268. package/src/scripts/check_council_references.py +0 -228
  1269. package/src/scripts/check_discovery_determinism.py +0 -70
  1270. package/src/scripts/check_gate_paths.py +0 -128
  1271. package/src/scripts/check_iron_law_prominence.py +0 -145
  1272. package/src/scripts/check_kernel_rule_bundle.py +0 -151
  1273. package/src/scripts/check_md_language.py +0 -161
  1274. package/src/scripts/check_memory.py +0 -429
  1275. package/src/scripts/check_memory_proposal.py +0 -182
  1276. package/src/scripts/check_module_management_neutral.py +0 -147
  1277. package/src/scripts/check_no_external_sources.py +0 -101
  1278. package/src/scripts/check_no_local_settings_committed.py +0 -51
  1279. package/src/scripts/check_no_new_legacy_path.py +0 -100
  1280. package/src/scripts/check_no_roadmap_refs.py +0 -155
  1281. package/src/scripts/check_one_off_location.py +0 -81
  1282. package/src/scripts/check_overlay_cascade_subdirs.py +0 -129
  1283. package/src/scripts/check_portability.py +0 -574
  1284. package/src/scripts/check_proposal.py +0 -269
  1285. package/src/scripts/check_public_catalog_links.py +0 -125
  1286. package/src/scripts/check_public_links.py +0 -185
  1287. package/src/scripts/check_references.py +0 -559
  1288. package/src/scripts/check_release_includes_discovery.py +0 -61
  1289. package/src/scripts/check_release_pr_shape.py +0 -123
  1290. package/src/scripts/check_release_published.py +0 -145
  1291. package/src/scripts/check_release_trunk_sync.py +0 -152
  1292. package/src/scripts/check_reply_consistency.py +0 -169
  1293. package/src/scripts/check_roadmap_trackable.py +0 -114
  1294. package/src/scripts/check_role_doc_links.py +0 -110
  1295. package/src/scripts/check_safety_floor_untouched.py +0 -125
  1296. package/src/scripts/check_skill_requires.py +0 -147
  1297. package/src/scripts/check_template_pin_drift.py +0 -129
  1298. package/src/scripts/check_test_coverage_diff.py +0 -180
  1299. package/src/scripts/check_token_optimizer_freshness.py +0 -146
  1300. package/src/scripts/check_update_banner.py +0 -86
  1301. package/src/scripts/ci_status.py +0 -301
  1302. package/src/scripts/ci_summary.py +0 -131
  1303. package/src/scripts/ci_time_ratio.py +0 -168
  1304. package/src/scripts/command_suggester/__init__.py +0 -51
  1305. package/src/scripts/command_suggester/cooldown.py +0 -132
  1306. package/src/scripts/command_suggester/loader.py +0 -73
  1307. package/src/scripts/command_suggester/match.py +0 -180
  1308. package/src/scripts/command_suggester/rank.py +0 -120
  1309. package/src/scripts/command_suggester/render.py +0 -86
  1310. package/src/scripts/command_suggester/sanitize.py +0 -113
  1311. package/src/scripts/command_suggester/settings.py +0 -127
  1312. package/src/scripts/command_suggester/types.py +0 -78
  1313. package/src/scripts/compile_router.py +0 -232
  1314. package/src/scripts/condense.py +0 -1919
  1315. package/src/scripts/condense_memory.py +0 -178
  1316. package/src/scripts/config/__init__.py +0 -9
  1317. package/src/scripts/config/packs.py +0 -157
  1318. package/src/scripts/config/presets.py +0 -224
  1319. package/src/scripts/config/profile_explain.py +0 -89
  1320. package/src/scripts/config/profiles.py +0 -191
  1321. package/src/scripts/config/session_profiles.py +0 -542
  1322. package/src/scripts/context_hygiene_hook.py +0 -181
  1323. package/src/scripts/cost_by_conversation.py +0 -78
  1324. package/src/scripts/cost_summary.py +0 -97
  1325. package/src/scripts/council_cli.py +0 -2571
  1326. package/src/scripts/council_prune.py +0 -81
  1327. package/src/scripts/cross_repo_retrieve.py +0 -172
  1328. package/src/scripts/discovery_stats.py +0 -70
  1329. package/src/scripts/extract_audit_patterns.py +0 -202
  1330. package/src/scripts/first_run_gate_hook.py +0 -179
  1331. package/src/scripts/gen_discovery_baseline.py +0 -127
  1332. package/src/scripts/generate_catalog.py +0 -116
  1333. package/src/scripts/generate_command_flows.py +0 -191
  1334. package/src/scripts/generate_index.py +0 -303
  1335. package/src/scripts/generate_ownership_matrix.py +0 -378
  1336. package/src/scripts/generate_pack_manifests.py +0 -340
  1337. package/src/scripts/hooks/__init__.py +0 -1
  1338. package/src/scripts/hooks/dispatch_hook.py +0 -461
  1339. package/src/scripts/hooks/dispatch_issues.py +0 -136
  1340. package/src/scripts/hooks/envelope.py +0 -98
  1341. package/src/scripts/hooks/replay_hook.py +0 -144
  1342. package/src/scripts/hooks/state_io.py +0 -145
  1343. package/src/scripts/hooks_doctor.py +0 -223
  1344. package/src/scripts/hooks_status.py +0 -157
  1345. package/src/scripts/injection_scan_hook.py +0 -145
  1346. package/src/scripts/install.py +0 -5258
  1347. package/src/scripts/inventory_abstraction_budget.py +0 -622
  1348. package/src/scripts/inventory_frontmatter.py +0 -164
  1349. package/src/scripts/inventory_meta_layers.py +0 -288
  1350. package/src/scripts/iron_law_sha.py +0 -107
  1351. package/src/scripts/linked_projects_list.py +0 -91
  1352. package/src/scripts/lint_agent_security.py +0 -112
  1353. package/src/scripts/lint_agent_skill_names.py +0 -150
  1354. package/src/scripts/lint_agents_layout.py +0 -197
  1355. package/src/scripts/lint_agents_md.py +0 -210
  1356. package/src/scripts/lint_archived_skills.py +0 -159
  1357. package/src/scripts/lint_artefact_frontmatter.py +0 -188
  1358. package/src/scripts/lint_bench_ab.py +0 -173
  1359. package/src/scripts/lint_bench_corpus.py +0 -255
  1360. package/src/scripts/lint_command_flow_coverage.py +0 -132
  1361. package/src/scripts/lint_command_routing.py +0 -160
  1362. package/src/scripts/lint_command_tiers.py +0 -216
  1363. package/src/scripts/lint_command_verbs.py +0 -206
  1364. package/src/scripts/lint_commit_subjects.py +0 -139
  1365. package/src/scripts/lint_context_spine_usage.py +0 -137
  1366. package/src/scripts/lint_discovery_manifest.py +0 -176
  1367. package/src/scripts/lint_discovery_vocabulary.py +0 -222
  1368. package/src/scripts/lint_empty_roadmaps.py +0 -80
  1369. package/src/scripts/lint_examples.py +0 -102
  1370. package/src/scripts/lint_explain_trace.py +0 -80
  1371. package/src/scripts/lint_featured_skills.py +0 -144
  1372. package/src/scripts/lint_flows.py +0 -215
  1373. package/src/scripts/lint_framework_leakage.py +0 -375
  1374. package/src/scripts/lint_frontmatter_boilerplate.py +0 -77
  1375. package/src/scripts/lint_ghostwriter_source.py +0 -242
  1376. package/src/scripts/lint_global_paths.py +0 -148
  1377. package/src/scripts/lint_handoffs.py +0 -217
  1378. package/src/scripts/lint_hidden_unicode.py +0 -132
  1379. package/src/scripts/lint_hook_concern_budget.py +0 -207
  1380. package/src/scripts/lint_hook_manifest.py +0 -217
  1381. package/src/scripts/lint_instruction_smuggling.py +0 -107
  1382. package/src/scripts/lint_load_context.py +0 -196
  1383. package/src/scripts/lint_marketplace.py +0 -180
  1384. package/src/scripts/lint_marketplace_install_completeness.py +0 -198
  1385. package/src/scripts/lint_mcp_config_security.py +0 -124
  1386. package/src/scripts/lint_mcp_registry_manifest.py +0 -69
  1387. package/src/scripts/lint_media_policy_linkage.py +0 -140
  1388. package/src/scripts/lint_model_tier_coverage.py +0 -73
  1389. package/src/scripts/lint_namespace.py +0 -135
  1390. package/src/scripts/lint_namespace_collisions.py +0 -103
  1391. package/src/scripts/lint_new_skill_gate.py +0 -144
  1392. package/src/scripts/lint_no_new_atomic_commands.py +0 -180
  1393. package/src/scripts/lint_one_off_age.py +0 -184
  1394. package/src/scripts/lint_orchestration_dsl.py +0 -217
  1395. package/src/scripts/lint_orchestrator_auto_detect.py +0 -111
  1396. package/src/scripts/lint_pack_boundaries.py +0 -147
  1397. package/src/scripts/lint_pack_dependencies.py +0 -137
  1398. package/src/scripts/lint_pack_first_win.py +0 -121
  1399. package/src/scripts/lint_persona_governance.py +0 -164
  1400. package/src/scripts/lint_positioning.py +0 -143
  1401. package/src/scripts/lint_profile_overlay_set_only.py +0 -179
  1402. package/src/scripts/lint_readme_jargon.py +0 -131
  1403. package/src/scripts/lint_readme_size.py +0 -33
  1404. package/src/scripts/lint_regression.py +0 -251
  1405. package/src/scripts/lint_roadmap_ci_steps.py +0 -186
  1406. package/src/scripts/lint_roadmap_complexity.py +0 -220
  1407. package/src/scripts/lint_role_experiences.py +0 -255
  1408. package/src/scripts/lint_rule_interactions.py +0 -170
  1409. package/src/scripts/lint_rule_tiers.py +0 -90
  1410. package/src/scripts/lint_showcase_sessions.py +0 -148
  1411. package/src/scripts/lint_skill_frontmatter_safety.py +0 -144
  1412. package/src/scripts/lint_skill_tools.py +0 -168
  1413. package/src/scripts/lint_topics_yaml.py +0 -89
  1414. package/src/scripts/lint_trust_coherence.py +0 -212
  1415. package/src/scripts/lint_value_dashboard.py +0 -218
  1416. package/src/scripts/lint_workspace_boundary.py +0 -122
  1417. package/src/scripts/mcp_parity_smoke.py +0 -316
  1418. package/src/scripts/mcp_render.py +0 -173
  1419. package/src/scripts/mcp_server/__init__.py +0 -19
  1420. package/src/scripts/mcp_server/__main__.py +0 -12
  1421. package/src/scripts/mcp_server/catalog.py +0 -125
  1422. package/src/scripts/mcp_server/metadata.py +0 -75
  1423. package/src/scripts/mcp_server/prompts.py +0 -442
  1424. package/src/scripts/mcp_server/requirements.txt +0 -4
  1425. package/src/scripts/mcp_server/resources.py +0 -201
  1426. package/src/scripts/mcp_server/server.py +0 -270
  1427. package/src/scripts/mcp_server/telemetry.py +0 -128
  1428. package/src/scripts/mcp_server/tools.py +0 -926
  1429. package/src/scripts/mcp_telemetry_health.py +0 -214
  1430. package/src/scripts/mcp_telemetry_query.py +0 -203
  1431. package/src/scripts/mcp_telemetry_store.py +0 -211
  1432. package/src/scripts/measure_augment_budget.py +0 -214
  1433. package/src/scripts/measure_density.py +0 -232
  1434. package/src/scripts/measure_frugality_savings.py +0 -164
  1435. package/src/scripts/measure_markitdown_lift.py +0 -127
  1436. package/src/scripts/measure_patterns.py +0 -376
  1437. package/src/scripts/measure_projection_bytes.py +0 -159
  1438. package/src/scripts/measure_rule_budget.py +0 -347
  1439. package/src/scripts/measure_skill_reduction.py +0 -102
  1440. package/src/scripts/memory_hash.py +0 -75
  1441. package/src/scripts/memory_lookup.py +0 -436
  1442. package/src/scripts/memory_report.py +0 -314
  1443. package/src/scripts/memory_signal.py +0 -165
  1444. package/src/scripts/memory_status.py +0 -76
  1445. package/src/scripts/migrate_command_suggestions.py +0 -151
  1446. package/src/scripts/migrate_frontmatter_defaults.py +0 -245
  1447. package/src/scripts/mine_session.py +0 -356
  1448. package/src/scripts/minimal_safe_diff_hook.py +0 -245
  1449. package/src/scripts/move_artefact.py +0 -143
  1450. package/src/scripts/new_skill.py +0 -148
  1451. package/src/scripts/onboarding_gate_hook.py +0 -142
  1452. package/src/scripts/pack_mcp_content.py +0 -293
  1453. package/src/scripts/plan_physical_move.py +0 -353
  1454. package/src/scripts/prediction-pool/poisson_sim.py +0 -167
  1455. package/src/scripts/prediction-pool/pool_winsim.py +0 -236
  1456. package/src/scripts/prediction-pool/score_ev.py +0 -188
  1457. package/src/scripts/print_required_checks.py +0 -196
  1458. package/src/scripts/probe_projection_fidelity.py +0 -202
  1459. package/src/scripts/probe_skill_registration.py +0 -413
  1460. package/src/scripts/profile_staleness_hook.py +0 -69
  1461. package/src/scripts/profile_use.py +0 -164
  1462. package/src/scripts/project_thin_rules.py +0 -168
  1463. package/src/scripts/propose_modules_config.py +0 -145
  1464. package/src/scripts/prototype_lint_contradictions.py +0 -150
  1465. package/src/scripts/prove_pack_extractable.py +0 -187
  1466. package/src/scripts/readme_linter.py +0 -589
  1467. package/src/scripts/redact_hook_capture.py +0 -148
  1468. package/src/scripts/refine_ticket_detect.py +0 -646
  1469. package/src/scripts/release.py +0 -1091
  1470. package/src/scripts/render_benchmark_md.py +0 -401
  1471. package/src/scripts/render_value_md.py +0 -347
  1472. package/src/scripts/requirements-evals.txt +0 -8
  1473. package/src/scripts/roadmap_progress_hook.py +0 -274
  1474. package/src/scripts/router_telemetry.py +0 -470
  1475. package/src/scripts/run_skill_evals.py +0 -185
  1476. package/src/scripts/runtime_dispatcher.py +0 -276
  1477. package/src/scripts/runtime_handler.py +0 -148
  1478. package/src/scripts/runtime_registry.py +0 -166
  1479. package/src/scripts/score_skill_selection.py +0 -198
  1480. package/src/scripts/security_audit_config.py +0 -153
  1481. package/src/scripts/setup_eval_venv.sh +0 -58
  1482. package/src/scripts/skill_collision_clusters.py +0 -162
  1483. package/src/scripts/skill_discovery.py +0 -254
  1484. package/src/scripts/skill_linter.py +0 -3694
  1485. package/src/scripts/skill_overlap.py +0 -204
  1486. package/src/scripts/skill_preview.py +0 -179
  1487. package/src/scripts/skill_tools/__init__.py +0 -22
  1488. package/src/scripts/skill_tools/audit_persona_coverage.py +0 -147
  1489. package/src/scripts/skill_tools/audit_user_type_coverage.py +0 -148
  1490. package/src/scripts/skill_tools/run_block_d_eval.py +0 -129
  1491. package/src/scripts/skill_tools/score_skill_relevance.py +0 -169
  1492. package/src/scripts/skill_tools/suggest_skill_for_task.py +0 -113
  1493. package/src/scripts/skill_trigger_eval.py +0 -682
  1494. package/src/scripts/skill_usage_collect.py +0 -191
  1495. package/src/scripts/skill_usage_report.py +0 -162
  1496. package/src/scripts/smoke_path_resolution.py +0 -93
  1497. package/src/scripts/smoke_quickstart.py +0 -144
  1498. package/src/scripts/snapshot_agent_outputs.py +0 -144
  1499. package/src/scripts/spotcheck_thin_root.py +0 -134
  1500. package/src/scripts/sync_agent_settings.py +0 -180
  1501. package/src/scripts/sync_github_metadata.py +0 -147
  1502. package/src/scripts/sync_gitignore.py +0 -291
  1503. package/src/scripts/sync_yaml_rt.py +0 -734
  1504. package/src/scripts/telegraph_stats.py +0 -119
  1505. package/src/scripts/tool_registry.py +0 -146
  1506. package/src/scripts/tools/__init__.py +0 -1
  1507. package/src/scripts/tools/adapter_errors.py +0 -63
  1508. package/src/scripts/tools/base_adapter.py +0 -91
  1509. package/src/scripts/tools/github_adapter.py +0 -128
  1510. package/src/scripts/tools/jira_adapter.py +0 -115
  1511. package/src/scripts/trigger_coverage.py +0 -129
  1512. package/src/scripts/update_counts.py +0 -199
  1513. package/src/scripts/update_prices.py +0 -125
  1514. package/src/scripts/validate_agent_settings.py +0 -124
  1515. package/src/scripts/validate_decision_engine.py +0 -136
  1516. package/src/scripts/validate_discovery_manifest.py +0 -94
  1517. package/src/scripts/validate_frontmatter.py +0 -647
  1518. package/src/scripts/validate_pack_yaml.py +0 -179
  1519. package/src/scripts/validate_safe_paths.py +0 -118
  1520. package/src/scripts/validate_telegraph_carveouts.py +0 -129
  1521. package/src/scripts/verify_before_complete_hook.py +0 -216
  1522. package/src/scripts/verify_physical_move.py +0 -185
  1523. package/src/scripts/wrapper_freshness_hook.py +0 -86
  1524. /package/dist/agent-src/skills/design-intelligence/data/{typography.csv → font-pairings-reference.csv} +0 -0
  1525. /package/src/scripts/{ai-video → media}/lib/fixtures/allin1/analysis.json +0 -0
  1526. /package/src/scripts/{ai-video → media}/lib/fixtures/comfyui/scene-0001.mp4 +0 -0
  1527. /package/src/scripts/{ai-video → media}/lib/fixtures/fal/scene-0001.mp4 +0 -0
  1528. /package/src/scripts/{ai-video → media}/lib/fixtures/gemini-veo/scene-0001.mp4 +0 -0
  1529. /package/src/scripts/{ai-video → media}/lib/fixtures/higgsfield/scene-0001.mp4 +0 -0
  1530. /package/src/scripts/{ai-video → media}/lib/fixtures/kling/scene-0001.mp4 +0 -0
  1531. /package/src/scripts/{ai-video → media}/lib/fixtures/musetalk/lipsync-0001.mp4 +0 -0
  1532. /package/src/scripts/{ai-video → media}/lib/fixtures/openai-images/scene-0001.png +0 -0
  1533. /package/src/scripts/{ai-video → media}/lib/fixtures/replicate/scene-0001.mp4 +0 -0
  1534. /package/src/scripts/{ai-video → media}/lib/fixtures/sora/scene-0001.mp4 +0 -0
  1535. /package/src/scripts/{ai-video → media}/lib/fixtures/syncso/lipsync-0001.mp4 +0 -0
  1536. /package/src/scripts/{ai-video → media}/lib/fixtures/whisperx/transcript.json +0 -0
  1537. /package/src/scripts/{ai-video → media}/lib/telemetry.sh +0 -0
@@ -127,7 +127,7 @@
127
127
  },
128
128
  {
129
129
  "category": "command",
130
- "checksum": "sha256:800790872d52257be4e2c9433cba2a45b695878cbe6bb5259947a8a9c9176212",
130
+ "checksum": "sha256:b0b7bdddd9686dbad0cd3fbd13e1b3c5900ccdd418e656aa865f3e2e99363fd2",
131
131
  "install": {
132
132
  "default": true,
133
133
  "removable": false
@@ -153,7 +153,7 @@
153
153
  },
154
154
  {
155
155
  "category": "command",
156
- "checksum": "sha256:f4d54a4cc57d239c063d09e31c0e9321f3ba2b93a7bab4786ea09d86087927c0",
156
+ "checksum": "sha256:f7f1f91bfde9e9c61b7b302b8592c863c107229dca39e21362613a7c7a7a624e",
157
157
  "install": {
158
158
  "default": true,
159
159
  "removable": false
@@ -179,7 +179,7 @@
179
179
  },
180
180
  {
181
181
  "category": "command",
182
- "checksum": "sha256:51ddb4c0300972520f54b705f9ad1c2fa3ae3309d9eff4f0432f31bde0c42f97",
182
+ "checksum": "sha256:fcfeee971c5e4e48452c216e78f42cc44cd9b8d508efc6006430ff19c8c87b99",
183
183
  "install": {
184
184
  "default": false,
185
185
  "removable": true
@@ -205,7 +205,7 @@
205
205
  },
206
206
  {
207
207
  "category": "command",
208
- "checksum": "sha256:f6802ea43777797bf50f4a64b2938f55f1d7c4917eab225aa92d530e3c68a0d8",
208
+ "checksum": "sha256:aab4c4e4e2f2ae7b900972cfd98331006f2ecaae4c465108a3f01e0e9e332b4e",
209
209
  "install": {
210
210
  "default": true,
211
211
  "removable": false
@@ -257,7 +257,7 @@
257
257
  },
258
258
  {
259
259
  "category": "command",
260
- "checksum": "sha256:4fefaba086e573d2048b6b8efcc080255d9f6383a7a0f21088a7724225352949",
260
+ "checksum": "sha256:ad4cc50f147c74b5e5a67289bdafb1198dd14aff4a3bba58624869390c5ec40a",
261
261
  "install": {
262
262
  "default": true,
263
263
  "removable": false
@@ -281,6 +281,327 @@
281
281
  "agent-config-maintainer"
282
282
  ]
283
283
  },
284
+ {
285
+ "category": "command",
286
+ "checksum": "sha256:b4ae9b244a7a0a58f61c08b5f83a9c84f4d0267159b23951dc1353e6ebcebe56",
287
+ "install": {
288
+ "default": true,
289
+ "removable": false
290
+ },
291
+ "intent": "Analysis dispatcher — classify input by keywords, propose a weighted framework path, let the user pick",
292
+ "lifecycle": "active",
293
+ "name": "analyze",
294
+ "pack": "analysis-workbench",
295
+ "packs": [
296
+ "analysis-workbench"
297
+ ],
298
+ "path": "src/domains/analysis-workbench/analyze/command.md",
299
+ "replaces": [],
300
+ "routes_to": [
301
+ "analyze-postmortem",
302
+ "analyze-premortem",
303
+ "analyze-decision",
304
+ "analyze-near-miss",
305
+ "analyze-incident"
306
+ ],
307
+ "slug": "analyze",
308
+ "tier": 1,
309
+ "trust": {
310
+ "confidence": "high",
311
+ "human_review_required": false,
312
+ "level": "core"
313
+ },
314
+ "visibility": "advanced",
315
+ "workspaces": [
316
+ "engineering"
317
+ ]
318
+ },
319
+ {
320
+ "category": "command",
321
+ "checksum": "sha256:a3d22f8fe47ff3368378e0f05faf056a66d0ac7c389905eef29cc6f3a9ccd9d2",
322
+ "install": {
323
+ "default": true,
324
+ "removable": false
325
+ },
326
+ "lifecycle": "active",
327
+ "name": "analyze-decision",
328
+ "pack": "analysis-workbench",
329
+ "packs": [
330
+ "analysis-workbench"
331
+ ],
332
+ "path": "src/domains/analysis-workbench/analyze/decision/command.md",
333
+ "slug": "analyze-decision",
334
+ "tier": 2,
335
+ "trust": {
336
+ "confidence": "high",
337
+ "human_review_required": false,
338
+ "level": "core"
339
+ },
340
+ "visibility": "internal",
341
+ "workspaces": [
342
+ "engineering"
343
+ ]
344
+ },
345
+ {
346
+ "category": "command",
347
+ "checksum": "sha256:dd18e86ada750553c8e462236798dfcc3e36190ef5436e8e76365f4ac4f7683f",
348
+ "install": {
349
+ "default": true,
350
+ "removable": false
351
+ },
352
+ "lifecycle": "active",
353
+ "name": "analyze-incident",
354
+ "pack": "analysis-workbench",
355
+ "packs": [
356
+ "analysis-workbench"
357
+ ],
358
+ "path": "src/domains/analysis-workbench/analyze/incident/command.md",
359
+ "slug": "analyze-incident",
360
+ "tier": 2,
361
+ "trust": {
362
+ "confidence": "high",
363
+ "human_review_required": false,
364
+ "level": "core"
365
+ },
366
+ "visibility": "internal",
367
+ "workspaces": [
368
+ "engineering"
369
+ ]
370
+ },
371
+ {
372
+ "category": "command",
373
+ "checksum": "sha256:0c00d036eb28ebbd81d281ac4719bb0ddd450661b26255bad7f96d4a295afe85",
374
+ "install": {
375
+ "default": true,
376
+ "removable": false
377
+ },
378
+ "lifecycle": "active",
379
+ "name": "analyze-near-miss",
380
+ "pack": "analysis-workbench",
381
+ "packs": [
382
+ "analysis-workbench"
383
+ ],
384
+ "path": "src/domains/analysis-workbench/analyze/near-miss/command.md",
385
+ "slug": "analyze-near-miss",
386
+ "tier": 2,
387
+ "trust": {
388
+ "confidence": "high",
389
+ "human_review_required": false,
390
+ "level": "core"
391
+ },
392
+ "visibility": "internal",
393
+ "workspaces": [
394
+ "engineering"
395
+ ]
396
+ },
397
+ {
398
+ "category": "command",
399
+ "checksum": "sha256:8e4a61a1544a27c56ab402a1dcc493030c4509652d47b5dfc68fbdf1bf152e56",
400
+ "install": {
401
+ "default": true,
402
+ "removable": false
403
+ },
404
+ "lifecycle": "active",
405
+ "name": "analyze-postmortem",
406
+ "pack": "analysis-workbench",
407
+ "packs": [
408
+ "analysis-workbench"
409
+ ],
410
+ "path": "src/domains/analysis-workbench/analyze/postmortem/command.md",
411
+ "slug": "analyze-postmortem",
412
+ "tier": 2,
413
+ "trust": {
414
+ "confidence": "high",
415
+ "human_review_required": false,
416
+ "level": "core"
417
+ },
418
+ "visibility": "internal",
419
+ "workspaces": [
420
+ "engineering"
421
+ ]
422
+ },
423
+ {
424
+ "category": "command",
425
+ "checksum": "sha256:ea4de187f6236dee08b9bdb32e2958443d6b0ac4637ba46ee0aeff79528a2cbf",
426
+ "install": {
427
+ "default": true,
428
+ "removable": false
429
+ },
430
+ "lifecycle": "active",
431
+ "name": "analyze-premortem",
432
+ "pack": "analysis-workbench",
433
+ "packs": [
434
+ "analysis-workbench"
435
+ ],
436
+ "path": "src/domains/analysis-workbench/analyze/premortem/command.md",
437
+ "slug": "analyze-premortem",
438
+ "tier": 2,
439
+ "trust": {
440
+ "confidence": "high",
441
+ "human_review_required": false,
442
+ "level": "core"
443
+ },
444
+ "visibility": "internal",
445
+ "workspaces": [
446
+ "engineering"
447
+ ]
448
+ },
449
+ {
450
+ "category": "command",
451
+ "checksum": "sha256:c1ed791458ec1539649da273339f9fe3f9f226d339f4289ab0c8aa7fb7948c5e",
452
+ "install": {
453
+ "default": true,
454
+ "removable": false
455
+ },
456
+ "lifecycle": "active",
457
+ "name": "brand",
458
+ "pack": "brand",
459
+ "packs": [
460
+ "brand"
461
+ ],
462
+ "path": "src/domains/brand/brand/command.md",
463
+ "slug": "brand",
464
+ "tier": 2,
465
+ "trust": {
466
+ "confidence": "high",
467
+ "human_review_required": false,
468
+ "level": "core"
469
+ },
470
+ "visibility": "internal",
471
+ "workspaces": [
472
+ "small-business"
473
+ ]
474
+ },
475
+ {
476
+ "category": "command",
477
+ "checksum": "sha256:f64459212e79d8a8c1343e58d80a6d0c8832ff933e444bab199b5aab331d065d",
478
+ "install": {
479
+ "default": true,
480
+ "removable": false
481
+ },
482
+ "lifecycle": "active",
483
+ "name": "brand-identity",
484
+ "pack": "brand",
485
+ "packs": [
486
+ "brand"
487
+ ],
488
+ "path": "src/domains/brand/brand/identity/command.md",
489
+ "slug": "brand-identity",
490
+ "tier": 2,
491
+ "trust": {
492
+ "confidence": "high",
493
+ "human_review_required": false,
494
+ "level": "core"
495
+ },
496
+ "visibility": "internal",
497
+ "workspaces": [
498
+ "small-business"
499
+ ]
500
+ },
501
+ {
502
+ "category": "command",
503
+ "checksum": "sha256:6a3de47b855eafd572e1c0b60c3708059c14046e8851c89824d7a4a2952ba834",
504
+ "install": {
505
+ "default": true,
506
+ "removable": false
507
+ },
508
+ "lifecycle": "active",
509
+ "name": "brand-review",
510
+ "pack": "brand",
511
+ "packs": [
512
+ "brand"
513
+ ],
514
+ "path": "src/domains/brand/brand/review/command.md",
515
+ "slug": "brand-review",
516
+ "tier": 2,
517
+ "trust": {
518
+ "confidence": "high",
519
+ "human_review_required": false,
520
+ "level": "core"
521
+ },
522
+ "visibility": "internal",
523
+ "workspaces": [
524
+ "small-business"
525
+ ]
526
+ },
527
+ {
528
+ "category": "command",
529
+ "checksum": "sha256:9e774474a3d3c22c30b9f3ec19a97fdce604eb284894b7ef8e9d197a49b72ec8",
530
+ "install": {
531
+ "default": true,
532
+ "removable": false
533
+ },
534
+ "lifecycle": "active",
535
+ "name": "brand-strategy",
536
+ "pack": "brand",
537
+ "packs": [
538
+ "brand"
539
+ ],
540
+ "path": "src/domains/brand/brand/strategy/command.md",
541
+ "slug": "brand-strategy",
542
+ "tier": 2,
543
+ "trust": {
544
+ "confidence": "high",
545
+ "human_review_required": false,
546
+ "level": "core"
547
+ },
548
+ "visibility": "internal",
549
+ "workspaces": [
550
+ "small-business"
551
+ ]
552
+ },
553
+ {
554
+ "category": "command",
555
+ "checksum": "sha256:efc4393f9788c8d1973bd08567370d7b6faae667401ab8636bd2309a99e84bb7",
556
+ "install": {
557
+ "default": true,
558
+ "removable": false
559
+ },
560
+ "lifecycle": "active",
561
+ "name": "brand-tokens",
562
+ "pack": "brand",
563
+ "packs": [
564
+ "brand"
565
+ ],
566
+ "path": "src/domains/brand/brand/tokens/command.md",
567
+ "slug": "brand-tokens",
568
+ "tier": 2,
569
+ "trust": {
570
+ "confidence": "high",
571
+ "human_review_required": false,
572
+ "level": "core"
573
+ },
574
+ "visibility": "internal",
575
+ "workspaces": [
576
+ "small-business"
577
+ ]
578
+ },
579
+ {
580
+ "category": "command",
581
+ "checksum": "sha256:158787590851150073b794db1f06da78ee2a8ebacedfa225f3e0d50ba96e7aa4",
582
+ "install": {
583
+ "default": true,
584
+ "removable": false
585
+ },
586
+ "lifecycle": "active",
587
+ "name": "brand-voice",
588
+ "pack": "brand",
589
+ "packs": [
590
+ "brand"
591
+ ],
592
+ "path": "src/domains/brand/brand/voice/command.md",
593
+ "slug": "brand-voice",
594
+ "tier": 2,
595
+ "trust": {
596
+ "confidence": "high",
597
+ "human_review_required": false,
598
+ "level": "core"
599
+ },
600
+ "visibility": "internal",
601
+ "workspaces": [
602
+ "small-business"
603
+ ]
604
+ },
284
605
  {
285
606
  "category": "command",
286
607
  "checksum": "sha256:7f5baf5e09289a1d6a7ddb22c2009dedb9b89eabc5ca5d0a880ac2cab327a891",
@@ -639,7 +960,7 @@
639
960
  },
640
961
  {
641
962
  "category": "command",
642
- "checksum": "sha256:48e15c51e81488b24e52908d079f765beb9f0bf408fb1c287496efd2d3a6e9cf",
963
+ "checksum": "sha256:bcba260877456cb7a5e32935e52929196cabfe81dfcb8088e9dbe2b70f29564a",
643
964
  "install": {
644
965
  "default": true,
645
966
  "removable": false
@@ -691,7 +1012,7 @@
691
1012
  },
692
1013
  {
693
1014
  "category": "command",
694
- "checksum": "sha256:b1423e050e55f5fff44ee6b43978f0d964d22e369e7e31d03145f74d4681881d",
1015
+ "checksum": "sha256:ed0be5148e1eb63ddc2f2f1c896b8701a59fdd2849f2ea7636821ab9ca419444",
695
1016
  "install": {
696
1017
  "default": true,
697
1018
  "removable": false
@@ -743,7 +1064,7 @@
743
1064
  },
744
1065
  {
745
1066
  "category": "command",
746
- "checksum": "sha256:43394147b2687c65a97640ec6676ff769310f31273639f74a577559e6bba5c2f",
1067
+ "checksum": "sha256:b6e4a497e0c85229ea3b54c207416f8ba2cca6dea909bcd84d2c940036533206",
747
1068
  "install": {
748
1069
  "default": true,
749
1070
  "removable": false
@@ -884,6 +1205,37 @@
884
1205
  "agent-config-maintainer"
885
1206
  ]
886
1207
  },
1208
+ {
1209
+ "category": "command",
1210
+ "checksum": "sha256:e2ce227002fa64b093e571c2f54f5bb32397de630a6a1fe0fc259ef617a3e516",
1211
+ "install": {
1212
+ "default": true,
1213
+ "removable": false
1214
+ },
1215
+ "intent": "Upgrade a Laravel application one major version (10→11, 11→12) via the gated /work engine with a structured breaking-change catalog",
1216
+ "lifecycle": "active",
1217
+ "name": "mission-upgrade",
1218
+ "pack": "engineering-base",
1219
+ "packs": [
1220
+ "engineering-base"
1221
+ ],
1222
+ "path": "src/domains/engineering-base/mission/upgrade/command.md",
1223
+ "replaces": [],
1224
+ "routes_to": [
1225
+ "dependency-upgrade"
1226
+ ],
1227
+ "slug": "mission-upgrade",
1228
+ "tier": 1,
1229
+ "trust": {
1230
+ "confidence": "high",
1231
+ "human_review_required": false,
1232
+ "level": "core"
1233
+ },
1234
+ "visibility": "advanced",
1235
+ "workspaces": [
1236
+ "agent-config-maintainer"
1237
+ ]
1238
+ },
887
1239
  {
888
1240
  "category": "command",
889
1241
  "checksum": "sha256:a5968e51400cca98327d6afc18a924598b5f436ac5123cb655c1a84ef2213216",
@@ -938,7 +1290,7 @@
938
1290
  },
939
1291
  {
940
1292
  "category": "command",
941
- "checksum": "sha256:f20ec548761bccdd2e7c12ffbf87b5ffbf0f458bcd340daae4e2ba8f9ff43373",
1293
+ "checksum": "sha256:0169bcf032a49a9274713a74a8d1707b0796c080e58bb10cf7264d36fb369a5a",
942
1294
  "install": {
943
1295
  "default": true,
944
1296
  "removable": false
@@ -1094,7 +1446,7 @@
1094
1446
  },
1095
1447
  {
1096
1448
  "category": "command",
1097
- "checksum": "sha256:f05dc7a5e75c571e736025fcc308a65896bf893fbd53a72cc944943a29747722",
1449
+ "checksum": "sha256:1174000e4b21f4a983d24cb857cec66b42ae52c2412a651efbe79f2934da7a3c",
1098
1450
  "install": {
1099
1451
  "default": true,
1100
1452
  "removable": false
@@ -1460,7 +1812,7 @@
1460
1812
  },
1461
1813
  {
1462
1814
  "category": "command",
1463
- "checksum": "sha256:7f61cf6c33eeefa720e536ed8f2e4a792ae4f65dd3ab05b4f5c4d9720e5b048e",
1815
+ "checksum": "sha256:cf616d1347c9e56c2b8cb354d3c822ef3a90b3d6152e1265322c1ab4f966ae4d",
1464
1816
  "install": {
1465
1817
  "default": true,
1466
1818
  "removable": false
@@ -1788,7 +2140,7 @@
1788
2140
  },
1789
2141
  {
1790
2142
  "category": "command",
1791
- "checksum": "sha256:cac0e5879b338eb1744a6ef8d16acc7e228b0b48ff13a1a612215c05b8ec5601",
2143
+ "checksum": "sha256:e87574b337b11b4d60bf150fdf3c38e424215aa2b5b6dcd5709e447510011cc0",
1792
2144
  "install": {
1793
2145
  "default": true,
1794
2146
  "removable": false
@@ -1819,7 +2171,7 @@
1819
2171
  },
1820
2172
  {
1821
2173
  "category": "command",
1822
- "checksum": "sha256:49e1cd6d2905afbdd686707b141b78da18ea43cbd4e67a6bfeea1e1fcf2a3298",
2174
+ "checksum": "sha256:c441e35cfc37a427c38ac0b90bdeb52f576604c7b4c11125f11ccdd96cbd3503",
1823
2175
  "install": {
1824
2176
  "default": true,
1825
2177
  "removable": false
@@ -1879,7 +2231,7 @@
1879
2231
  },
1880
2232
  {
1881
2233
  "category": "command",
1882
- "checksum": "sha256:baebe5ab58cf1dcf0390d51c6f68ac4489a9a05fe991e803ae6b40c9d35fab64",
2234
+ "checksum": "sha256:3765e4ab80eddefbc260e3821427597fae81bdf020ef0bdeca7cd9f51eb85d5c",
1883
2235
  "install": {
1884
2236
  "default": true,
1885
2237
  "removable": false
@@ -1905,7 +2257,7 @@
1905
2257
  },
1906
2258
  {
1907
2259
  "category": "command",
1908
- "checksum": "sha256:bf67fced57321b7bb5ec966f496a70e0703499bed3225b41d730c26d8007d759",
2260
+ "checksum": "sha256:4c5cbbc9788a1ad9815b7da89acee627da1fd9e3f8c4ff7b68c7599620ce3c9e",
1909
2261
  "install": {
1910
2262
  "default": true,
1911
2263
  "removable": false
@@ -2295,7 +2647,7 @@
2295
2647
  },
2296
2648
  {
2297
2649
  "category": "command",
2298
- "checksum": "sha256:d414a1bc9a2524b0d5dfdf4fbdd9258ecef9fb15fbf268053ce73f7b32af8004",
2650
+ "checksum": "sha256:ed9056521e84cb62834290d975aaf142d366a649a959edd6b16284a8f24de1d3",
2299
2651
  "install": {
2300
2652
  "default": true,
2301
2653
  "removable": false
@@ -2321,7 +2673,7 @@
2321
2673
  },
2322
2674
  {
2323
2675
  "category": "command",
2324
- "checksum": "sha256:f2726d0adb0ff502ea81daa39a14e77bbceb2631e04b283394ae329530639eb4",
2676
+ "checksum": "sha256:fc6fe8dfca7661c05b068a8134fe3bcb2d18d639482daac87cd75ff441b95c60",
2325
2677
  "install": {
2326
2678
  "default": true,
2327
2679
  "removable": false
@@ -2516,7 +2868,7 @@
2516
2868
  },
2517
2869
  {
2518
2870
  "category": "command",
2519
- "checksum": "sha256:342adc4527690c8c003856ab5ca227a989daf1f566098c5490e9f1e13bbd2b4b",
2871
+ "checksum": "sha256:047d9114177dbdf5004a2e60bda296c5da767caa40464f56cefe8da808040ecc",
2520
2872
  "install": {
2521
2873
  "default": true,
2522
2874
  "removable": false
@@ -2542,7 +2894,7 @@
2542
2894
  },
2543
2895
  {
2544
2896
  "category": "command",
2545
- "checksum": "sha256:b5936aa73f381121b8383828f7ce43e57077c061ea3cf9585826c2a5dde4ab78",
2897
+ "checksum": "sha256:29bc8a3769215767d09475fec1404bea5f9abb7dfbf8439b9d1d10c1e3baace5",
2546
2898
  "install": {
2547
2899
  "default": true,
2548
2900
  "removable": false
@@ -2672,7 +3024,7 @@
2672
3024
  },
2673
3025
  {
2674
3026
  "category": "command",
2675
- "checksum": "sha256:a4b26668bd8f882c14e5cc6430347112424f6e691badfc780986b24235c5523d",
3027
+ "checksum": "sha256:b5380556df595ccfdef00f5fbcac8dea21a12f922df867d78a7b81d7ef525871",
2676
3028
  "install": {
2677
3029
  "default": true,
2678
3030
  "removable": false
@@ -3031,7 +3383,7 @@
3031
3383
  },
3032
3384
  {
3033
3385
  "category": "command",
3034
- "checksum": "sha256:b4b892a092719ef29e3e6ab13c7941d621838ebfadd0f70dab989761909aaa0c",
3386
+ "checksum": "sha256:37e163200a4b0128338b4742c491644881f250142555bbb600b005af314a4778",
3035
3387
  "install": {
3036
3388
  "default": true,
3037
3389
  "removable": false
@@ -3057,7 +3409,7 @@
3057
3409
  },
3058
3410
  {
3059
3411
  "category": "command",
3060
- "checksum": "sha256:33a713e2b2b71d9184e6ed2f4f184fbb3b5b9b78d04d67e7b7f525f8eef63afe",
3412
+ "checksum": "sha256:a0ac45ccdebf3e5d88969858f5ea17fb625b69d650a007408b9023df76e0a499",
3061
3413
  "install": {
3062
3414
  "default": true,
3063
3415
  "removable": false
@@ -3395,7 +3747,7 @@
3395
3747
  },
3396
3748
  {
3397
3749
  "category": "command",
3398
- "checksum": "sha256:f9b4a3ab1c26ace18f187636ce6517a8850238e74fd4984241dfadb6921141e8",
3750
+ "checksum": "sha256:938e6111a318cfd4aa3f5e9f7d0d03ecd79ecc4496d185d1e7fb7d44500f5d3c",
3399
3751
  "install": {
3400
3752
  "default": true,
3401
3753
  "removable": false
@@ -3447,7 +3799,7 @@
3447
3799
  },
3448
3800
  {
3449
3801
  "category": "command",
3450
- "checksum": "sha256:a028eedb12b4f29482847281dfc1d83b521dc09b7f644f022c982481996c5eda",
3802
+ "checksum": "sha256:9e803f621b47dc916fdb97e28a14331a630b9f63e49cbf7f1a928cd56ba04501",
3451
3803
  "install": {
3452
3804
  "default": true,
3453
3805
  "removable": false
@@ -3499,7 +3851,7 @@
3499
3851
  },
3500
3852
  {
3501
3853
  "category": "command",
3502
- "checksum": "sha256:015f84374a284c3ca54a81e37b69bc0fb986f552bf6ef4035d0a38d2379ff4f1",
3854
+ "checksum": "sha256:76d6fe9b4bb7441d9ca243174b805687b81b3db51af5a78305deb775afe42e85",
3503
3855
  "install": {
3504
3856
  "default": true,
3505
3857
  "removable": false
@@ -3703,6 +4055,32 @@
3703
4055
  "agent-config-maintainer"
3704
4056
  ]
3705
4057
  },
4058
+ {
4059
+ "category": "command",
4060
+ "checksum": "sha256:d77fdbe6e01a44ce0a2f5226212f2c19d150db408b3e7b17328d09d5a63692e5",
4061
+ "install": {
4062
+ "default": true,
4063
+ "removable": false
4064
+ },
4065
+ "lifecycle": "active",
4066
+ "name": "roadmap-materialize",
4067
+ "pack": "product-basic",
4068
+ "packs": [
4069
+ "meta"
4070
+ ],
4071
+ "path": "src/domains/product-basic/roadmap/materialize/command.md",
4072
+ "slug": "roadmap-materialize",
4073
+ "tier": 2,
4074
+ "trust": {
4075
+ "confidence": "high",
4076
+ "human_review_required": false,
4077
+ "level": "core"
4078
+ },
4079
+ "visibility": "internal",
4080
+ "workspaces": [
4081
+ "agent-config-maintainer"
4082
+ ]
4083
+ },
3706
4084
  {
3707
4085
  "category": "command",
3708
4086
  "checksum": "sha256:cd9dfbc7d19046a79b6e4a6c101443fe1ed9af849b0bc97c009a39206be92bbe",
@@ -3809,7 +4187,7 @@
3809
4187
  },
3810
4188
  {
3811
4189
  "category": "command",
3812
- "checksum": "sha256:6b94a3bb7c67eae770d0bd78fb881200143e73e7612a16517203c43dee834589",
4190
+ "checksum": "sha256:798e5b030f331457cbcbfce53df938ec764e8a23140ffa14c89ff8abe5e571b1",
3813
4191
  "install": {
3814
4192
  "default": true,
3815
4193
  "removable": false
@@ -4157,6 +4535,48 @@
4157
4535
  "agent-config-maintainer"
4158
4536
  ]
4159
4537
  },
4538
+ {
4539
+ "category": "rule",
4540
+ "checksum": "sha256:b0e532b728d0b7e70d53bf5734f6d101a58cebab0daafff5168e18ec66d5e765",
4541
+ "install": {
4542
+ "default": true,
4543
+ "removable": false
4544
+ },
4545
+ "lifecycle": "active",
4546
+ "packs": [
4547
+ "brand"
4548
+ ],
4549
+ "path": "src/rules/brand-consistency.md",
4550
+ "trust": {
4551
+ "confidence": "high",
4552
+ "human_review_required": false,
4553
+ "level": "core"
4554
+ },
4555
+ "workspaces": [
4556
+ "engineering"
4557
+ ]
4558
+ },
4559
+ {
4560
+ "category": "rule",
4561
+ "checksum": "sha256:aac631851adcc9307261c66f979800d3dca6870d53999451a4800b4c97737c15",
4562
+ "install": {
4563
+ "default": true,
4564
+ "removable": false
4565
+ },
4566
+ "lifecycle": "active",
4567
+ "packs": [
4568
+ "brand"
4569
+ ],
4570
+ "path": "src/rules/brand-source-of-truth.md",
4571
+ "trust": {
4572
+ "confidence": "high",
4573
+ "human_review_required": false,
4574
+ "level": "core"
4575
+ },
4576
+ "workspaces": [
4577
+ "engineering"
4578
+ ]
4579
+ },
4160
4580
  {
4161
4581
  "category": "rule",
4162
4582
  "checksum": "sha256:52e4442cf45825961a69b07621974cb97f4cbd523b7114f31ef811b4ecc95ad1",
@@ -4306,7 +4726,7 @@
4306
4726
  },
4307
4727
  {
4308
4728
  "category": "rule",
4309
- "checksum": "sha256:4243319af74c0fb5a0ad9da91d5eb5407872d4eb42a8f0194c30dba692ccb05a",
4729
+ "checksum": "sha256:31e2328aec4e8288d6a50b6e96729e7a9324c4031f878d7d4cef8fcd1630c77a",
4310
4730
  "install": {
4311
4731
  "default": true,
4312
4732
  "removable": false
@@ -4369,7 +4789,7 @@
4369
4789
  },
4370
4790
  {
4371
4791
  "category": "rule",
4372
- "checksum": "sha256:de69189da67cf172c25c8b78196600c52d1d5169285877295c9515c6ceb22715",
4792
+ "checksum": "sha256:257e5fd75805683cff48596c3d94b2bb053eed59e2413187e138f89124e1545d",
4373
4793
  "install": {
4374
4794
  "default": true,
4375
4795
  "removable": false
@@ -4559,7 +4979,7 @@
4559
4979
  },
4560
4980
  {
4561
4981
  "category": "rule",
4562
- "checksum": "sha256:7c978fba7ad7ba14b6f5c5c125093e36c9b5ab3c3271f619b5181e5ec3dc53b5",
4982
+ "checksum": "sha256:ba9310411fb2cb8143382a2c57dec3d98d8e9e61ce952c37ac66b3c0128c56df",
4563
4983
  "install": {
4564
4984
  "default": true,
4565
4985
  "removable": false
@@ -4599,6 +5019,48 @@
4599
5019
  "agent-config-maintainer"
4600
5020
  ]
4601
5021
  },
5022
+ {
5023
+ "category": "rule",
5024
+ "checksum": "sha256:6b4822e22ce9665ab23432f55f9e1928de27b5a383c29f3f0dabf0a46f72838e",
5025
+ "install": {
5026
+ "default": true,
5027
+ "removable": false
5028
+ },
5029
+ "lifecycle": "active",
5030
+ "packs": [
5031
+ "frontend-design"
5032
+ ],
5033
+ "path": "src/rules/icon-consistency.md",
5034
+ "trust": {
5035
+ "confidence": "high",
5036
+ "human_review_required": false,
5037
+ "level": "core"
5038
+ },
5039
+ "workspaces": [
5040
+ "engineering"
5041
+ ]
5042
+ },
5043
+ {
5044
+ "category": "rule",
5045
+ "checksum": "sha256:fbb4693b607c1716ec7173c753f1b776326d10b57ec22f196fe98c04342dfbc6",
5046
+ "install": {
5047
+ "default": true,
5048
+ "removable": false
5049
+ },
5050
+ "lifecycle": "active",
5051
+ "packs": [
5052
+ "meta"
5053
+ ],
5054
+ "path": "src/rules/image-likeness-and-rights.md",
5055
+ "trust": {
5056
+ "confidence": "high",
5057
+ "human_review_required": false,
5058
+ "level": "core"
5059
+ },
5060
+ "workspaces": [
5061
+ "agent-config-maintainer"
5062
+ ]
5063
+ },
4602
5064
  {
4603
5065
  "category": "rule",
4604
5066
  "checksum": "sha256:15fa68b5c98ac221b21b66435bebbeefef0e481f9f08295576fdad84e455f645",
@@ -4706,7 +5168,7 @@
4706
5168
  },
4707
5169
  {
4708
5170
  "category": "rule",
4709
- "checksum": "sha256:957fb9400848ebd3288dc8dd29756066f6b716c4a50f3ca141e7b2e838535073",
5171
+ "checksum": "sha256:e6fcbd140c809501022cc2646ae2c2e9328ef110a8cb8592929f8ea26716cefb",
4710
5172
  "install": {
4711
5173
  "default": true,
4712
5174
  "removable": false
@@ -5087,7 +5549,7 @@
5087
5549
  },
5088
5550
  {
5089
5551
  "category": "rule",
5090
- "checksum": "sha256:565747fe00995bdaedb012f69af0f600b446559cc6c612c9cac0eb38190a6cc4",
5552
+ "checksum": "sha256:21910e7a90c08dd9da8a40e7c7be640529a4e4051644ed3744d6147cb8e98381",
5091
5553
  "install": {
5092
5554
  "default": true,
5093
5555
  "removable": false
@@ -5150,7 +5612,7 @@
5150
5612
  },
5151
5613
  {
5152
5614
  "category": "rule",
5153
- "checksum": "sha256:0df3db68f1cad616b76076d0d04f24a2754ff1f993730f38da1e7fb2ee1ebc79",
5615
+ "checksum": "sha256:70a4d803d89b1dabf95bfdbfee433af55c9eee9c154205aad84813e2bae49ec7",
5154
5616
  "install": {
5155
5617
  "default": true,
5156
5618
  "removable": false
@@ -5213,7 +5675,7 @@
5213
5675
  },
5214
5676
  {
5215
5677
  "category": "rule",
5216
- "checksum": "sha256:9cc6930823e3921b0ab9b43e86d18ecc4c4e64a6f4b3600d689f11b59a585aab",
5678
+ "checksum": "sha256:91800e9efb26038a9b501bfd5f62141b19e4b6a62cf60cde72b6e618e373ee14",
5217
5679
  "install": {
5218
5680
  "default": true,
5219
5681
  "removable": false
@@ -5318,7 +5780,7 @@
5318
5780
  },
5319
5781
  {
5320
5782
  "category": "rule",
5321
- "checksum": "sha256:0d45f168e36cd245f1d242a8e5cd422bbe866ff3548913bb1793bdb7ae5ea89c",
5783
+ "checksum": "sha256:582bb7f2df1f75b42ea40579e703e6e3bfd77c66528dfe2c131dc99e9565fffd",
5322
5784
  "install": {
5323
5785
  "default": true,
5324
5786
  "removable": false
@@ -5339,7 +5801,7 @@
5339
5801
  },
5340
5802
  {
5341
5803
  "category": "rule",
5342
- "checksum": "sha256:dd5220c2c17be7d5c8be6e04a615a362881c42957e3020384b2ec01fff673926",
5804
+ "checksum": "sha256:6bc6052a9c5230706a1d6e79e98b947aea690791c1f7915b99878e5bf6ba01a2",
5343
5805
  "install": {
5344
5806
  "default": true,
5345
5807
  "removable": false
@@ -5402,7 +5864,28 @@
5402
5864
  },
5403
5865
  {
5404
5866
  "category": "rule",
5405
- "checksum": "sha256:e0023b609fec5d9723512c7f7f5fe1deb7a9e92c01bec73dbdf8ee27b25eafc5",
5867
+ "checksum": "sha256:e0023b609fec5d9723512c7f7f5fe1deb7a9e92c01bec73dbdf8ee27b25eafc5",
5868
+ "install": {
5869
+ "default": true,
5870
+ "removable": false
5871
+ },
5872
+ "lifecycle": "active",
5873
+ "packs": [
5874
+ "meta"
5875
+ ],
5876
+ "path": "src/rules/slash-command-routing-policy.md",
5877
+ "trust": {
5878
+ "confidence": "high",
5879
+ "human_review_required": false,
5880
+ "level": "core"
5881
+ },
5882
+ "workspaces": [
5883
+ "agent-config-maintainer"
5884
+ ]
5885
+ },
5886
+ {
5887
+ "category": "rule",
5888
+ "checksum": "sha256:aa7cba0e442a2d9fe844b975b131afe8d7b778d063ca89f8efbc8b1d86ca6a64",
5406
5889
  "install": {
5407
5890
  "default": true,
5408
5891
  "removable": false
@@ -5411,7 +5894,7 @@
5411
5894
  "packs": [
5412
5895
  "meta"
5413
5896
  ],
5414
- "path": "src/rules/slash-command-routing-policy.md",
5897
+ "path": "src/rules/source-confidentiality.md",
5415
5898
  "trust": {
5416
5899
  "confidence": "high",
5417
5900
  "human_review_required": false,
@@ -5423,23 +5906,23 @@
5423
5906
  },
5424
5907
  {
5425
5908
  "category": "rule",
5426
- "checksum": "sha256:84291e86265cf2cc6a4bf62996df6e8de3e45616f4594ac78b7967cacc922a48",
5909
+ "checksum": "sha256:51bd5523454278fa3ccdcfe62f1050927a312142c3294ef1dc97972f286c9549",
5427
5910
  "install": {
5428
5911
  "default": true,
5429
5912
  "removable": false
5430
5913
  },
5431
5914
  "lifecycle": "active",
5432
5915
  "packs": [
5433
- "meta"
5916
+ "engineering-base"
5434
5917
  ],
5435
- "path": "src/rules/source-confidentiality.md",
5918
+ "path": "src/rules/source-discovery-gate.md",
5436
5919
  "trust": {
5437
5920
  "confidence": "high",
5438
5921
  "human_review_required": false,
5439
5922
  "level": "core"
5440
5923
  },
5441
5924
  "workspaces": [
5442
- "agent-config-maintainer"
5925
+ "engineering"
5443
5926
  ]
5444
5927
  },
5445
5928
  {
@@ -5528,7 +6011,7 @@
5528
6011
  },
5529
6012
  {
5530
6013
  "category": "rule",
5531
- "checksum": "sha256:264ed8e11a76ff3bb1a44ae592d1a21ead4f08fda42a87484c3cb4c178eea9d6",
6014
+ "checksum": "sha256:8d9b80f97fa4485eaf4772a95104b7a9c8bc4ae2c69208bf7836c152a4bd8db4",
5532
6015
  "install": {
5533
6016
  "default": true,
5534
6017
  "removable": false
@@ -5612,7 +6095,7 @@
5612
6095
  },
5613
6096
  {
5614
6097
  "category": "rule",
5615
- "checksum": "sha256:6047c0043b8521718c13e064bd0e3c33d67c64562c0141a5c7cf59ed261e0266",
6098
+ "checksum": "sha256:c92e4236da40e81e807d2ca0616692b102267909165bb0181715035029f6f840",
5616
6099
  "install": {
5617
6100
  "default": true,
5618
6101
  "removable": false
@@ -5633,7 +6116,7 @@
5633
6116
  },
5634
6117
  {
5635
6118
  "category": "rule",
5636
- "checksum": "sha256:550813373e0a28931abf35da0b6da9557656f1894853826ea7ab1d0bb1c38b7b",
6119
+ "checksum": "sha256:65ad35b9240eeb4398a3b157de942dac91c74fdd8c8d45a0885c4c2e167c8835",
5637
6120
  "install": {
5638
6121
  "default": true,
5639
6122
  "removable": false
@@ -5675,7 +6158,7 @@
5675
6158
  },
5676
6159
  {
5677
6160
  "category": "rule",
5678
- "checksum": "sha256:b12aa4658ac42330dda2a69894f58853cfa7392c19cf5a573402d4048f578183",
6161
+ "checksum": "sha256:73d985fcfc6167cdeaa267977ff2c0f82af8b316db6f6176eab9afac3ff23804",
5679
6162
  "install": {
5680
6163
  "default": true,
5681
6164
  "removable": false
@@ -5782,7 +6265,7 @@
5782
6265
  },
5783
6266
  {
5784
6267
  "category": "skill",
5785
- "checksum": "sha256:d365459cdf5c40c541efc5fecef4031df697fe078a45766e8327255fbbb5ae91",
6268
+ "checksum": "sha256:bc2e0888df07fea035935a98e2ce5460ac20040f1bbd7e9fb2de9892a0efff5e",
5786
6269
  "install": {
5787
6270
  "default": true,
5788
6271
  "removable": false
@@ -5870,7 +6353,7 @@
5870
6353
  },
5871
6354
  {
5872
6355
  "category": "skill",
5873
- "checksum": "sha256:83a0023462d211e47fa51a4a00e1a0e3c6c89d7e929ba24657d5e15a4c50b57c",
6356
+ "checksum": "sha256:0f60c2f3816f2ac124d48a8e677d660d4776708d6708cb41e23255a1dfcf6d33",
5874
6357
  "install": {
5875
6358
  "default": true,
5876
6359
  "removable": false
@@ -5892,7 +6375,7 @@
5892
6375
  },
5893
6376
  {
5894
6377
  "category": "skill",
5895
- "checksum": "sha256:d3143db11c43a90d4fc899e3f2671acc7cd0bc497593220b46dfb9578c09a1fe",
6378
+ "checksum": "sha256:960488e58ccb9c788501c8eed4528c204c6e38e6756eb4748e58509a9c866151",
5896
6379
  "install": {
5897
6380
  "default": true,
5898
6381
  "removable": false
@@ -5914,7 +6397,7 @@
5914
6397
  },
5915
6398
  {
5916
6399
  "category": "skill",
5917
- "checksum": "sha256:de52f1294cee774f163ec6424f72e13d445d89c844ed3ecdca7b1ae0343cdc80",
6400
+ "checksum": "sha256:620a6b300d51e668bdd35d39113f6ac90475e58f926e2ab1a9bc31b220b931a1",
5918
6401
  "install": {
5919
6402
  "default": true,
5920
6403
  "removable": false
@@ -6134,7 +6617,7 @@
6134
6617
  },
6135
6618
  {
6136
6619
  "category": "skill",
6137
- "checksum": "sha256:a7bb739e75176a39d026b60b3160c4cce656c96f51818d8538e6e66f7b1d5a49",
6620
+ "checksum": "sha256:cc95317b4b46e27b78ccc12da38e8c79910d085e38f4937fdf58ec00dca7609b",
6138
6621
  "install": {
6139
6622
  "default": false,
6140
6623
  "removable": true
@@ -6154,6 +6637,28 @@
6154
6637
  "engineering"
6155
6638
  ]
6156
6639
  },
6640
+ {
6641
+ "category": "skill",
6642
+ "checksum": "sha256:865e9d8da5c965781b150d8f7b0edc1f0a0eb5bd5260ab47f1a2f7fb443f59f5",
6643
+ "install": {
6644
+ "default": false,
6645
+ "removable": true
6646
+ },
6647
+ "lifecycle": "active",
6648
+ "name": "blameless-post-mortem",
6649
+ "packs": [
6650
+ "analysis-workbench"
6651
+ ],
6652
+ "path": "src/skills/blameless-post-mortem/SKILL.md",
6653
+ "trust": {
6654
+ "confidence": "medium",
6655
+ "human_review_required": false,
6656
+ "level": "professional"
6657
+ },
6658
+ "workspaces": [
6659
+ "engineering"
6660
+ ]
6661
+ },
6157
6662
  {
6158
6663
  "category": "skill",
6159
6664
  "checksum": "sha256:f02cd3e5b8c4ce9f8f395613844ecce532106bff9a1fa175bcb0577487d95441",
@@ -6176,6 +6681,138 @@
6176
6681
  "engineering"
6177
6682
  ]
6178
6683
  },
6684
+ {
6685
+ "category": "skill",
6686
+ "checksum": "sha256:e9564d71d8b800daa5e482b9c8546aad9af14b246dc834a32a003bf8940c2d14",
6687
+ "install": {
6688
+ "default": true,
6689
+ "removable": true
6690
+ },
6691
+ "lifecycle": "active",
6692
+ "name": "brand-asset-generation",
6693
+ "packs": [
6694
+ "ai-image"
6695
+ ],
6696
+ "path": "src/skills/brand-asset-generation/SKILL.md",
6697
+ "trust": {
6698
+ "confidence": "high",
6699
+ "human_review_required": false,
6700
+ "level": "experimental"
6701
+ },
6702
+ "workspaces": [
6703
+ "small-business"
6704
+ ]
6705
+ },
6706
+ {
6707
+ "category": "skill",
6708
+ "checksum": "sha256:8971810af1b498ae594444b65714ff92f8a7050846ffcb62970dcec927e158bb",
6709
+ "install": {
6710
+ "default": true,
6711
+ "removable": true
6712
+ },
6713
+ "lifecycle": "active",
6714
+ "name": "brand-audit",
6715
+ "packs": [
6716
+ "brand"
6717
+ ],
6718
+ "path": "src/skills/brand-audit/SKILL.md",
6719
+ "trust": {
6720
+ "confidence": "high",
6721
+ "human_review_required": false,
6722
+ "level": "professional"
6723
+ },
6724
+ "workspaces": [
6725
+ "engineering"
6726
+ ]
6727
+ },
6728
+ {
6729
+ "category": "skill",
6730
+ "checksum": "sha256:e77892280c927123239512b09250e233c05d3479c85c551c90568896335569df",
6731
+ "install": {
6732
+ "default": true,
6733
+ "removable": true
6734
+ },
6735
+ "lifecycle": "active",
6736
+ "name": "brand-identity",
6737
+ "packs": [
6738
+ "brand"
6739
+ ],
6740
+ "path": "src/skills/brand-identity/SKILL.md",
6741
+ "trust": {
6742
+ "confidence": "high",
6743
+ "human_review_required": false,
6744
+ "level": "professional"
6745
+ },
6746
+ "workspaces": [
6747
+ "engineering"
6748
+ ]
6749
+ },
6750
+ {
6751
+ "category": "skill",
6752
+ "checksum": "sha256:e9527ca10f4a539f84bf5945e56946997fdc01dfc719b712c07c369192f369bf",
6753
+ "install": {
6754
+ "default": true,
6755
+ "removable": true
6756
+ },
6757
+ "lifecycle": "active",
6758
+ "name": "brand-strategy",
6759
+ "packs": [
6760
+ "brand"
6761
+ ],
6762
+ "path": "src/skills/brand-strategy/SKILL.md",
6763
+ "trust": {
6764
+ "confidence": "high",
6765
+ "human_review_required": false,
6766
+ "level": "professional"
6767
+ },
6768
+ "workspaces": [
6769
+ "engineering"
6770
+ ]
6771
+ },
6772
+ {
6773
+ "category": "skill",
6774
+ "checksum": "sha256:e063618efa749e8696920a4a95e86308732395343daae5f64835ed16313ed254",
6775
+ "install": {
6776
+ "default": true,
6777
+ "removable": true
6778
+ },
6779
+ "lifecycle": "active",
6780
+ "name": "brand-to-tokens",
6781
+ "packs": [
6782
+ "brand"
6783
+ ],
6784
+ "path": "src/skills/brand-to-tokens/SKILL.md",
6785
+ "trust": {
6786
+ "confidence": "high",
6787
+ "human_review_required": false,
6788
+ "level": "professional"
6789
+ },
6790
+ "workspaces": [
6791
+ "engineering"
6792
+ ]
6793
+ },
6794
+ {
6795
+ "category": "skill",
6796
+ "checksum": "sha256:0291be7d3eec755bd1dc6788b1d4585269985cebe5488fcec01de0e790868d8c",
6797
+ "install": {
6798
+ "default": true,
6799
+ "removable": true
6800
+ },
6801
+ "lifecycle": "active",
6802
+ "name": "brand",
6803
+ "packs": [
6804
+ "brand"
6805
+ ],
6806
+ "path": "src/skills/brand/SKILL.md",
6807
+ "trust": {
6808
+ "confidence": "high",
6809
+ "human_review_required": false,
6810
+ "level": "professional"
6811
+ },
6812
+ "workspaces": [
6813
+ "engineering"
6814
+ ]
6815
+ },
6179
6816
  {
6180
6817
  "category": "skill",
6181
6818
  "checksum": "sha256:734229023d7b1e9360a3b33cdce37c729be79c8613e870eddc4495fe6ffd4656",
@@ -6266,7 +6903,7 @@
6266
6903
  },
6267
6904
  {
6268
6905
  "category": "skill",
6269
- "checksum": "sha256:3bd9415b77a16c3ef1663b0d8644f41fadff2a03f8d5bdd3dd61881ce447451e",
6906
+ "checksum": "sha256:d7d6b11f3ac83e1c218a5679b669ad9bd038cd45e3b53cf0b57b44fad73a4bab",
6270
6907
  "install": {
6271
6908
  "default": true,
6272
6909
  "removable": false
@@ -6332,7 +6969,7 @@
6332
6969
  },
6333
6970
  {
6334
6971
  "category": "skill",
6335
- "checksum": "sha256:b061baea9f8d512df7eb6c4d3f4f70268c78a0e11e3b1e25e3bf56670a2a9d8e",
6972
+ "checksum": "sha256:e89a613d2f43cdef096bcfc7f749aed9bfed4597c4c19edf89d9c0d7cf7ca54f",
6336
6973
  "install": {
6337
6974
  "default": true,
6338
6975
  "removable": false
@@ -6376,7 +7013,7 @@
6376
7013
  },
6377
7014
  {
6378
7015
  "category": "skill",
6379
- "checksum": "sha256:6fbdf9ea0c7cecc3edd833b60ed6d11eda20517a864e6a9fba9a4d2de095e335",
7016
+ "checksum": "sha256:d82d43c655422608e59420cee06f61e4d5f14327ba4330a9b36ef2adba7e92c1",
6380
7017
  "install": {
6381
7018
  "default": true,
6382
7019
  "removable": false
@@ -6552,7 +7189,7 @@
6552
7189
  },
6553
7190
  {
6554
7191
  "category": "skill",
6555
- "checksum": "sha256:1bafb81aca4a84991c8657eb745514e2d88ebe4380ec3798a722e05b91c15699",
7192
+ "checksum": "sha256:b06a71ead8bfec8cab76fb81ee510ebf33e65bf295869166b63544f65200e194",
6556
7193
  "install": {
6557
7194
  "default": true,
6558
7195
  "removable": false
@@ -6574,7 +7211,7 @@
6574
7211
  },
6575
7212
  {
6576
7213
  "category": "skill",
6577
- "checksum": "sha256:99d4c5c8347ed36e372cd57e6dcc16f1f77090f156c0414ba44c7278b98d318c",
7214
+ "checksum": "sha256:79433eee7e4b3a1d37266c529a2d214757fac3b9171218c3a8a27335f7e4324b",
6578
7215
  "install": {
6579
7216
  "default": true,
6580
7217
  "removable": false
@@ -6794,7 +7431,7 @@
6794
7431
  },
6795
7432
  {
6796
7433
  "category": "skill",
6797
- "checksum": "sha256:6c840950c50fbfc6d75c12fba3889a4d9553314c377f5cdd6462864080a79a52",
7434
+ "checksum": "sha256:f8ba50584779cb7ea9856ead5e48ad4379c7949ddd4e6503f42ddc9150d4dcbc",
6798
7435
  "install": {
6799
7436
  "default": true,
6800
7437
  "removable": false
@@ -6860,7 +7497,7 @@
6860
7497
  },
6861
7498
  {
6862
7499
  "category": "skill",
6863
- "checksum": "sha256:9b96f89c30bfbba36d076177b19873c75ddb12d67b25123f9aee7cf75594cbe4",
7500
+ "checksum": "sha256:1543258c34875705fd5df44ab78a4fc869ebc85e35b8dcb13c55da22a42f3516",
6864
7501
  "install": {
6865
7502
  "default": true,
6866
7503
  "removable": false
@@ -6880,6 +7517,28 @@
6880
7517
  "agent-config-maintainer"
6881
7518
  ]
6882
7519
  },
7520
+ {
7521
+ "category": "skill",
7522
+ "checksum": "sha256:c2b0c4e8be85c5590389814324eb2a725f8032b0f0d9fa6609d0c0d33df7b6fc",
7523
+ "install": {
7524
+ "default": false,
7525
+ "removable": true
7526
+ },
7527
+ "lifecycle": "active",
7528
+ "name": "decision-review",
7529
+ "packs": [
7530
+ "analysis-workbench"
7531
+ ],
7532
+ "path": "src/skills/decision-review/SKILL.md",
7533
+ "trust": {
7534
+ "confidence": "medium",
7535
+ "human_review_required": false,
7536
+ "level": "professional"
7537
+ },
7538
+ "workspaces": [
7539
+ "engineering"
7540
+ ]
7541
+ },
6883
7542
  {
6884
7543
  "category": "skill",
6885
7544
  "checksum": "sha256:91828728783086e11f5f10269b9be8353af485b6fe791779a8386d9d15cb5fb1",
@@ -6948,7 +7607,7 @@
6948
7607
  },
6949
7608
  {
6950
7609
  "category": "skill",
6951
- "checksum": "sha256:cec1b2bb6d3a0e3eb8a8cb62cd998bd09e571cdc582201bc2b2b8936669e8a3b",
7610
+ "checksum": "sha256:b5d0b57ed2871f97c2e6fb93a14e6dd4206ca4d7daa624e2262bc074c4b90fe5",
6952
7611
  "install": {
6953
7612
  "default": true,
6954
7613
  "removable": false
@@ -6970,7 +7629,7 @@
6970
7629
  },
6971
7630
  {
6972
7631
  "category": "skill",
6973
- "checksum": "sha256:7c885fcd37cd8837ec9a51245da96d1f5411577bf45446f0715b23e45f50dcd8",
7632
+ "checksum": "sha256:620026fe5d9928e53e0663176ca9c3569b3e35cae65555d1cbaac3830120e7ef",
6974
7633
  "install": {
6975
7634
  "default": true,
6976
7635
  "removable": true
@@ -7188,6 +7847,28 @@
7188
7847
  "engineering"
7189
7848
  ]
7190
7849
  },
7850
+ {
7851
+ "category": "skill",
7852
+ "checksum": "sha256:a62051fc097d8a8ff61a691ecd535a7abc32322ec6a795e5a74a49c86b8e6306",
7853
+ "install": {
7854
+ "default": true,
7855
+ "removable": false
7856
+ },
7857
+ "lifecycle": "active",
7858
+ "name": "emit-tickets",
7859
+ "packs": [
7860
+ "meta"
7861
+ ],
7862
+ "path": "src/skills/emit-tickets/SKILL.md",
7863
+ "trust": {
7864
+ "confidence": "high",
7865
+ "human_review_required": false,
7866
+ "level": "core"
7867
+ },
7868
+ "workspaces": [
7869
+ "agent-config-maintainer"
7870
+ ]
7871
+ },
7191
7872
  {
7192
7873
  "category": "skill",
7193
7874
  "checksum": "sha256:cc59418fac6f4b865fe6182b5d2c440b2601acc9767f5d9935464b66ebe4c7de",
@@ -7498,7 +8179,7 @@
7498
8179
  },
7499
8180
  {
7500
8181
  "category": "skill",
7501
- "checksum": "sha256:9ebd7eaffeb292fc5aa83b73049cf0f62a8ca0c1c948bc092f692a615b57c9b2",
8182
+ "checksum": "sha256:b01508811ab73aff3ded2a0ff8095bc6ab5d24d17bd8b96c76229a471fd583fe",
7502
8183
  "install": {
7503
8184
  "default": true,
7504
8185
  "removable": false
@@ -7586,7 +8267,7 @@
7586
8267
  },
7587
8268
  {
7588
8269
  "category": "skill",
7589
- "checksum": "sha256:5daf1954442571802a1bc21602ab223fe72e6871a5dc397cc6fdb8a4763dbfd6",
8270
+ "checksum": "sha256:14edcf017da59ce6a7eb82f612b2d00d466302d966d3d2217906886df8ab5a72",
7590
8271
  "install": {
7591
8272
  "default": true,
7592
8273
  "removable": false
@@ -7600,47 +8281,135 @@
7600
8281
  "trust": {
7601
8282
  "confidence": "high",
7602
8283
  "human_review_required": false,
7603
- "level": "core"
8284
+ "level": "core"
8285
+ },
8286
+ "workspaces": [
8287
+ "agent-config-maintainer"
8288
+ ]
8289
+ },
8290
+ {
8291
+ "category": "skill",
8292
+ "checksum": "sha256:91844b15a093368321921fa3ed44291fee3e6667eae840fae85deab72a508ae5",
8293
+ "install": {
8294
+ "default": true,
8295
+ "removable": true
8296
+ },
8297
+ "lifecycle": "active",
8298
+ "name": "hiring-loop-design",
8299
+ "packs": [
8300
+ "ops-people"
8301
+ ],
8302
+ "path": "src/skills/hiring-loop-design/SKILL.md",
8303
+ "trust": {
8304
+ "confidence": "high",
8305
+ "human_review_required": false,
8306
+ "level": "professional"
8307
+ },
8308
+ "workspaces": [
8309
+ "ops"
8310
+ ]
8311
+ },
8312
+ {
8313
+ "category": "skill",
8314
+ "checksum": "sha256:1116ed88d358c148ae5daafdde5e1cbd1abf18f7c6f10d5ca24f2c6a4aef38c2",
8315
+ "install": {
8316
+ "default": true,
8317
+ "removable": true
8318
+ },
8319
+ "lifecycle": "active",
8320
+ "name": "iconography",
8321
+ "packs": [
8322
+ "frontend-design"
8323
+ ],
8324
+ "path": "src/skills/iconography/SKILL.md",
8325
+ "trust": {
8326
+ "confidence": "high",
8327
+ "human_review_required": false,
8328
+ "level": "professional"
8329
+ },
8330
+ "workspaces": [
8331
+ "engineering"
8332
+ ]
8333
+ },
8334
+ {
8335
+ "category": "skill",
8336
+ "checksum": "sha256:b89b62a691b61569a1bf4dbda12bc01fa8d50f23cb129883898aa5a004092771",
8337
+ "install": {
8338
+ "default": false,
8339
+ "removable": true
8340
+ },
8341
+ "lifecycle": "experimental",
8342
+ "name": "image-analyser",
8343
+ "packs": [
8344
+ "ai-video"
8345
+ ],
8346
+ "path": "src/skills/image-analyser/SKILL.md",
8347
+ "trust": {
8348
+ "confidence": "high",
8349
+ "human_review_required": false,
8350
+ "level": "experimental"
8351
+ },
8352
+ "workspaces": [
8353
+ "small-business"
8354
+ ]
8355
+ },
8356
+ {
8357
+ "category": "skill",
8358
+ "checksum": "sha256:f06440d56e1b28039f77bf4c32f9c3aba937c8d276153ae39c1bd924fc6ca4f6",
8359
+ "install": {
8360
+ "default": false,
8361
+ "removable": true
8362
+ },
8363
+ "lifecycle": "experimental",
8364
+ "name": "image-creator",
8365
+ "packs": [
8366
+ "ai-video"
8367
+ ],
8368
+ "path": "src/skills/image-creator/SKILL.md",
8369
+ "trust": {
8370
+ "confidence": "high",
8371
+ "human_review_required": false,
8372
+ "level": "experimental"
7604
8373
  },
7605
8374
  "workspaces": [
7606
- "agent-config-maintainer"
8375
+ "small-business"
7607
8376
  ]
7608
8377
  },
7609
8378
  {
7610
8379
  "category": "skill",
7611
- "checksum": "sha256:91844b15a093368321921fa3ed44291fee3e6667eae840fae85deab72a508ae5",
8380
+ "checksum": "sha256:94f2576c29c43dab14f50ee1146bdd80f37038f61278d28426caf64c0b38ca39",
7612
8381
  "install": {
7613
8382
  "default": true,
7614
8383
  "removable": true
7615
8384
  },
7616
8385
  "lifecycle": "active",
7617
- "name": "hiring-loop-design",
8386
+ "name": "image-editing",
7618
8387
  "packs": [
7619
- "ops-people"
8388
+ "ai-image"
7620
8389
  ],
7621
- "path": "src/skills/hiring-loop-design/SKILL.md",
8390
+ "path": "src/skills/image-editing/SKILL.md",
7622
8391
  "trust": {
7623
8392
  "confidence": "high",
7624
8393
  "human_review_required": false,
7625
- "level": "professional"
8394
+ "level": "experimental"
7626
8395
  },
7627
8396
  "workspaces": [
7628
- "ops"
8397
+ "small-business"
7629
8398
  ]
7630
8399
  },
7631
8400
  {
7632
8401
  "category": "skill",
7633
- "checksum": "sha256:b89b62a691b61569a1bf4dbda12bc01fa8d50f23cb129883898aa5a004092771",
8402
+ "checksum": "sha256:e89747ff7a5ffc85ff0f698cc5b0b6d5bcd0e8aa181f439c95eb202325df1b22",
7634
8403
  "install": {
7635
- "default": false,
8404
+ "default": true,
7636
8405
  "removable": true
7637
8406
  },
7638
- "lifecycle": "experimental",
7639
- "name": "image-analyser",
8407
+ "lifecycle": "active",
8408
+ "name": "image-generation",
7640
8409
  "packs": [
7641
- "ai-video"
8410
+ "ai-image"
7642
8411
  ],
7643
- "path": "src/skills/image-analyser/SKILL.md",
8412
+ "path": "src/skills/image-generation/SKILL.md",
7644
8413
  "trust": {
7645
8414
  "confidence": "high",
7646
8415
  "human_review_required": false,
@@ -7652,17 +8421,17 @@
7652
8421
  },
7653
8422
  {
7654
8423
  "category": "skill",
7655
- "checksum": "sha256:f06440d56e1b28039f77bf4c32f9c3aba937c8d276153ae39c1bd924fc6ca4f6",
8424
+ "checksum": "sha256:474a47de978e43e0bb65932a991c4f0fe611d11c61cab192fadff46e397474bb",
7656
8425
  "install": {
7657
- "default": false,
8426
+ "default": true,
7658
8427
  "removable": true
7659
8428
  },
7660
- "lifecycle": "experimental",
7661
- "name": "image-creator",
8429
+ "lifecycle": "active",
8430
+ "name": "image-provider-routing",
7662
8431
  "packs": [
7663
- "ai-video"
8432
+ "ai-image"
7664
8433
  ],
7665
- "path": "src/skills/image-creator/SKILL.md",
8434
+ "path": "src/skills/image-provider-routing/SKILL.md",
7666
8435
  "trust": {
7667
8436
  "confidence": "high",
7668
8437
  "human_review_required": false,
@@ -8136,7 +8905,7 @@
8136
8905
  },
8137
8906
  {
8138
8907
  "category": "skill",
8139
- "checksum": "sha256:227091d29c1750ce9fe1371e7ebdf4c921857e8a48f36625afe7bcc14ec8f64b",
8908
+ "checksum": "sha256:dd4ed3b23d9fa796fa8fde2ffeea29586cc9d4ce2979dc0c22c411d9ff95a738",
8140
8909
  "install": {
8141
8910
  "default": true,
8142
8911
  "removable": true
@@ -8158,7 +8927,7 @@
8158
8927
  },
8159
8928
  {
8160
8929
  "category": "skill",
8161
- "checksum": "sha256:fca6acba0004dd025e49a1710d974b41a34fc99270314af689dd57881bb092b8",
8930
+ "checksum": "sha256:e666d00fba8dcc8c8df281be0117c5934b0a80b248aea4bf16cd6a0a496492b5",
8162
8931
  "install": {
8163
8932
  "default": true,
8164
8933
  "removable": false
@@ -8180,7 +8949,7 @@
8180
8949
  },
8181
8950
  {
8182
8951
  "category": "skill",
8183
- "checksum": "sha256:8dc1e01f17b75e6838dde185dcae84e715a4ca9297b138c501bd1af327e5b837",
8952
+ "checksum": "sha256:88575fc2cdc7461bff4541260aeb2fc5b5cbd491d9784cad21693b5091230c70",
8184
8953
  "install": {
8185
8954
  "default": true,
8186
8955
  "removable": false
@@ -8266,6 +9035,28 @@
8266
9035
  "engineering"
8267
9036
  ]
8268
9037
  },
9038
+ {
9039
+ "category": "skill",
9040
+ "checksum": "sha256:7a7ad07d657e9131f18d8a5404b9d56416b475140fc704688dc168039b3d76fa",
9041
+ "install": {
9042
+ "default": true,
9043
+ "removable": true
9044
+ },
9045
+ "lifecycle": "active",
9046
+ "name": "logo-generation",
9047
+ "packs": [
9048
+ "ai-image"
9049
+ ],
9050
+ "path": "src/skills/logo-generation/SKILL.md",
9051
+ "trust": {
9052
+ "confidence": "high",
9053
+ "human_review_required": false,
9054
+ "level": "experimental"
9055
+ },
9056
+ "workspaces": [
9057
+ "small-business"
9058
+ ]
9059
+ },
8269
9060
  {
8270
9061
  "category": "skill",
8271
9062
  "checksum": "sha256:7b24890af038d50dfae3da399f0dc511fb4b93595d3e34bf86de1facb3edf99f",
@@ -8290,7 +9081,7 @@
8290
9081
  },
8291
9082
  {
8292
9083
  "category": "skill",
8293
- "checksum": "sha256:7b522437053b0debeb8f8207025f753223ece0646f50a9a9eaaf8933c5fcae1e",
9084
+ "checksum": "sha256:7a144a05c1ca72be9a0995d31dd519c4a302cd00dcaef62e0c5d0697fbbbfa37",
8294
9085
  "install": {
8295
9086
  "default": true,
8296
9087
  "removable": false
@@ -8356,7 +9147,7 @@
8356
9147
  },
8357
9148
  {
8358
9149
  "category": "skill",
8359
- "checksum": "sha256:9dc296bfac38821f19142b1eba8d1ae429b732e3c77dff9f70a06fc1925b2fa6",
9150
+ "checksum": "sha256:d2edf215435a569f0ec8cf79774fde370328bc5aa4cbaa4bf01b70101d28f5a7",
8360
9151
  "install": {
8361
9152
  "default": true,
8362
9153
  "removable": false
@@ -8532,7 +9323,7 @@
8532
9323
  },
8533
9324
  {
8534
9325
  "category": "skill",
8535
- "checksum": "sha256:8ebeb3f9e1f99c81e19c952e9230fba2c0bc38438d522fee3c975936e883fa28",
9326
+ "checksum": "sha256:2c3ba2814e105b7c96b29280047e8fd783752c081f721c5eaa4163da70c27eac",
8536
9327
  "install": {
8537
9328
  "default": false,
8538
9329
  "removable": true
@@ -9080,6 +9871,28 @@
9080
9871
  "small-business"
9081
9872
  ]
9082
9873
  },
9874
+ {
9875
+ "category": "skill",
9876
+ "checksum": "sha256:6d66ae78459aee9df9514a7281422536161980deb829a8cd4ee9bd1443f5a4d2",
9877
+ "install": {
9878
+ "default": false,
9879
+ "removable": true
9880
+ },
9881
+ "lifecycle": "active",
9882
+ "name": "premortem",
9883
+ "packs": [
9884
+ "analysis-workbench"
9885
+ ],
9886
+ "path": "src/skills/premortem/SKILL.md",
9887
+ "trust": {
9888
+ "confidence": "medium",
9889
+ "human_review_required": false,
9890
+ "level": "professional"
9891
+ },
9892
+ "workspaces": [
9893
+ "engineering"
9894
+ ]
9895
+ },
9083
9896
  {
9084
9897
  "category": "skill",
9085
9898
  "checksum": "sha256:d331ce342350acd71bc39153e48790dc6528733fb07c055af0c98ec938704f2a",
@@ -9322,6 +10135,28 @@
9322
10135
  "agent-config-maintainer"
9323
10136
  ]
9324
10137
  },
10138
+ {
10139
+ "category": "skill",
10140
+ "checksum": "sha256:a7563a764397e59dcb2df476e5f63bd4904b6407e7d06fc093c9db1a1de899f7",
10141
+ "install": {
10142
+ "default": true,
10143
+ "removable": true
10144
+ },
10145
+ "lifecycle": "active",
10146
+ "name": "prompt-engineering-image",
10147
+ "packs": [
10148
+ "ai-image"
10149
+ ],
10150
+ "path": "src/skills/prompt-engineering-image/SKILL.md",
10151
+ "trust": {
10152
+ "confidence": "high",
10153
+ "human_review_required": false,
10154
+ "level": "experimental"
10155
+ },
10156
+ "workspaces": [
10157
+ "small-business"
10158
+ ]
10159
+ },
9325
10160
  {
9326
10161
  "category": "skill",
9327
10162
  "checksum": "sha256:33b0cfcf28fdb7ac0131e87d5261bbfeacd02f6aba4d80a70d5372d2377eeb37",
@@ -9434,7 +10269,7 @@
9434
10269
  },
9435
10270
  {
9436
10271
  "category": "skill",
9437
- "checksum": "sha256:cc4481931860d74b081fe6f4e9efecc92e5ccefa18f874d639d64c1372071075",
10272
+ "checksum": "sha256:473587be9ef06020216e2c561c8e5f4edd596d08f9b8548e25c62a4377b4bc7f",
9438
10273
  "install": {
9439
10274
  "default": false,
9440
10275
  "removable": true
@@ -9522,7 +10357,7 @@
9522
10357
  },
9523
10358
  {
9524
10359
  "category": "skill",
9525
- "checksum": "sha256:dbc7affd07e997fb9cada2810efe3c18fc1acb33dde4c483194573cc6ab86139",
10360
+ "checksum": "sha256:949bab08a36fcbc7b88de82c6facb3490b59478d430eec284a96a83ac7456a60",
9526
10361
  "install": {
9527
10362
  "default": true,
9528
10363
  "removable": false
@@ -9764,7 +10599,7 @@
9764
10599
  },
9765
10600
  {
9766
10601
  "category": "skill",
9767
- "checksum": "sha256:cf59ad66e86a52816b227b01cf7bed23d758c37cbfc3acc557547bee1979ce81",
10602
+ "checksum": "sha256:8508ae536f4923c6f17ab0b35cf23558eed28b44ada90634bc37642517c65544",
9768
10603
  "install": {
9769
10604
  "default": true,
9770
10605
  "removable": false
@@ -9786,7 +10621,7 @@
9786
10621
  },
9787
10622
  {
9788
10623
  "category": "skill",
9789
- "checksum": "sha256:1f45cef2ade7ac9356cbea5c9d2a9e5f1b15daeb63929b9039c3128d82832928",
10624
+ "checksum": "sha256:3e50a1157a02bb759fda642a9eb3d9f64c6b71f29f119b8610387777f252ef0e",
9790
10625
  "install": {
9791
10626
  "default": true,
9792
10627
  "removable": false
@@ -9806,6 +10641,28 @@
9806
10641
  "agent-config-maintainer"
9807
10642
  ]
9808
10643
  },
10644
+ {
10645
+ "category": "skill",
10646
+ "checksum": "sha256:3772ac65b864d0146db32513f79cc9c135eb847151a8aa41113ab23d81c5453d",
10647
+ "install": {
10648
+ "default": false,
10649
+ "removable": true
10650
+ },
10651
+ "lifecycle": "active",
10652
+ "name": "root-cause-frameworks",
10653
+ "packs": [
10654
+ "analysis-workbench"
10655
+ ],
10656
+ "path": "src/skills/root-cause-frameworks/SKILL.md",
10657
+ "trust": {
10658
+ "confidence": "medium",
10659
+ "human_review_required": false,
10660
+ "level": "professional"
10661
+ },
10662
+ "workspaces": [
10663
+ "engineering"
10664
+ ]
10665
+ },
9809
10666
  {
9810
10667
  "category": "skill",
9811
10668
  "checksum": "sha256:0d9f6bb8e405c40fd5c9d29dbe21cd401f2c29aa7be01c6469a8a9cf067935bf",
@@ -9830,7 +10687,7 @@
9830
10687
  },
9831
10688
  {
9832
10689
  "category": "skill",
9833
- "checksum": "sha256:c60825f0889b842a37b559aba0c325ac6d6853f3d565239d1700084b2a08ea3e",
10690
+ "checksum": "sha256:6a4b65f159080087daa5412b37d5b7101fdad750a9abb08f19c7ccaad6beddbd",
9834
10691
  "install": {
9835
10692
  "default": true,
9836
10693
  "removable": false
@@ -9852,7 +10709,7 @@
9852
10709
  },
9853
10710
  {
9854
10711
  "category": "skill",
9855
- "checksum": "sha256:fa94579a9c463bb9821d97f9e6dadfb932564d4029790be0ff4693c1e4d9ef71",
10712
+ "checksum": "sha256:8eb8b5c8cbb2e9d542c569eeef6ba88564d3633508696d524997ca1c97cfa9ca",
9856
10713
  "install": {
9857
10714
  "default": true,
9858
10715
  "removable": false
@@ -9940,7 +10797,7 @@
9940
10797
  },
9941
10798
  {
9942
10799
  "category": "skill",
9943
- "checksum": "sha256:49e51407fbd1dee859f54a65243e4a4881c5e5767023940ed42079b7fa882cad",
10800
+ "checksum": "sha256:5dd70e7b5d59b40a5394f4a9a9753ca74cd2b3b49b4825fa1f9b301ddb0205b2",
9944
10801
  "install": {
9945
10802
  "default": true,
9946
10803
  "removable": false
@@ -9984,7 +10841,7 @@
9984
10841
  },
9985
10842
  {
9986
10843
  "category": "skill",
9987
- "checksum": "sha256:5b3b6044f1abcc23dd230f6353bde917a17176993eb4d4432bee9c3b97bb74bb",
10844
+ "checksum": "sha256:ebeebaa240a4f2869b1794b0c5b6b17784dd02af7577af5814ab0286a0cdfce0",
9988
10845
  "install": {
9989
10846
  "default": true,
9990
10847
  "removable": false
@@ -10072,7 +10929,7 @@
10072
10929
  },
10073
10930
  {
10074
10931
  "category": "skill",
10075
- "checksum": "sha256:d3b49a14425c94edbaf7c7cd740bd6fe19261ce2976ee7f2e429aec42c86292a",
10932
+ "checksum": "sha256:71762ea2dc5294453277e7914b431dfb19f20a1ae738d855c37447d8273edc76",
10076
10933
  "install": {
10077
10934
  "default": true,
10078
10935
  "removable": false
@@ -10094,7 +10951,7 @@
10094
10951
  },
10095
10952
  {
10096
10953
  "category": "skill",
10097
- "checksum": "sha256:68d9e8883d075c71e09df0f2e8c8e0183c7c6b62f5d9a9537348767ea579d4a3",
10954
+ "checksum": "sha256:cb866640d60bf2873301ce9152aeed3fbd30003592ea3a0049f6e8efb408e9f1",
10098
10955
  "install": {
10099
10956
  "default": true,
10100
10957
  "removable": false
@@ -10116,7 +10973,7 @@
10116
10973
  },
10117
10974
  {
10118
10975
  "category": "skill",
10119
- "checksum": "sha256:a1b6b227cc962cd36c985a6cce80eb3d4870a81c8b2131496293f641445e1139",
10976
+ "checksum": "sha256:15a31130602a3708c18d0ce3d354e342bd1a34fe9d12fd14584f0c2a25978582",
10120
10977
  "install": {
10121
10978
  "default": true,
10122
10979
  "removable": false
@@ -10138,7 +10995,7 @@
10138
10995
  },
10139
10996
  {
10140
10997
  "category": "skill",
10141
- "checksum": "sha256:12743c1100b028595dedf9bcf567cb14c5d2ef93596a14fb7209540b0a68d093",
10998
+ "checksum": "sha256:dc3122c7a839fea1a7699fd5f99c482b61093a7a05a257632ccd8a65beebdb54",
10142
10999
  "install": {
10143
11000
  "default": true,
10144
11001
  "removable": false
@@ -10180,6 +11037,28 @@
10180
11037
  "small-business"
10181
11038
  ]
10182
11039
  },
11040
+ {
11041
+ "category": "skill",
11042
+ "checksum": "sha256:81a96878dad1735443e4c89b3b13fa8865038e2ac174b508e38a2f967763e1ec",
11043
+ "install": {
11044
+ "default": true,
11045
+ "removable": false
11046
+ },
11047
+ "lifecycle": "active",
11048
+ "name": "source-discovery",
11049
+ "packs": [
11050
+ "engineering-base"
11051
+ ],
11052
+ "path": "src/skills/source-discovery/SKILL.md",
11053
+ "trust": {
11054
+ "confidence": "high",
11055
+ "human_review_required": false,
11056
+ "level": "core"
11057
+ },
11058
+ "workspaces": [
11059
+ "engineering"
11060
+ ]
11061
+ },
10183
11062
  {
10184
11063
  "category": "skill",
10185
11064
  "checksum": "sha256:a5093bb8b4038f4185cc0ff85fc57bfd3aaa85782742c92a5a1d728dff3329fc",
@@ -10224,6 +11103,28 @@
10224
11103
  "product"
10225
11104
  ]
10226
11105
  },
11106
+ {
11107
+ "category": "skill",
11108
+ "checksum": "sha256:4b544024569034a182bf675ac6bfab1a4324b402cd661fb130521ed6c59f9c1b",
11109
+ "install": {
11110
+ "default": true,
11111
+ "removable": false
11112
+ },
11113
+ "lifecycle": "active",
11114
+ "name": "standards-from-config",
11115
+ "packs": [
11116
+ "engineering-base"
11117
+ ],
11118
+ "path": "src/skills/standards-from-config/SKILL.md",
11119
+ "trust": {
11120
+ "confidence": "high",
11121
+ "human_review_required": false,
11122
+ "level": "core"
11123
+ },
11124
+ "workspaces": [
11125
+ "engineering"
11126
+ ]
11127
+ },
10227
11128
  {
10228
11129
  "category": "skill",
10229
11130
  "checksum": "sha256:60fe69d9314a9cb3c774b057896f2296ac1c604a4309626c46357721002be06a",
@@ -10270,7 +11171,7 @@
10270
11171
  },
10271
11172
  {
10272
11173
  "category": "skill",
10273
- "checksum": "sha256:956a31c203945f2a2dbf9bcdd3948c0c2ccdec9cb5041d9c1c1648c093ffebec",
11174
+ "checksum": "sha256:7e64683ea1228dd437ff2065e660e4294218cf841ae3d38c4728a9ab3a7ce191",
10274
11175
  "install": {
10275
11176
  "default": true,
10276
11177
  "removable": false
@@ -10468,7 +11369,7 @@
10468
11369
  },
10469
11370
  {
10470
11371
  "category": "skill",
10471
- "checksum": "sha256:1ca9fa5ff9112b38e0312cfbe85f4a7a968746a4699698e07242838915fcecd9",
11372
+ "checksum": "sha256:84b28aaa890cf2abcdee1dcd3ebf9445a0b942ed2caba2746c5a16317d1b9ff2",
10472
11373
  "install": {
10473
11374
  "default": true,
10474
11375
  "removable": false
@@ -10554,6 +11455,28 @@
10554
11455
  "engineering"
10555
11456
  ]
10556
11457
  },
11458
+ {
11459
+ "category": "skill",
11460
+ "checksum": "sha256:27ae6eadbbefde16ba223559d13d7a40f7684fa5d4dfe48b3c9a7a92d1cad302",
11461
+ "install": {
11462
+ "default": true,
11463
+ "removable": true
11464
+ },
11465
+ "lifecycle": "active",
11466
+ "name": "typography-system",
11467
+ "packs": [
11468
+ "frontend-design"
11469
+ ],
11470
+ "path": "src/skills/typography-system/SKILL.md",
11471
+ "trust": {
11472
+ "confidence": "high",
11473
+ "human_review_required": false,
11474
+ "level": "professional"
11475
+ },
11476
+ "workspaces": [
11477
+ "engineering"
11478
+ ]
11479
+ },
10557
11480
  {
10558
11481
  "category": "skill",
10559
11482
  "checksum": "sha256:dc22b8d848c3932aea7c273b7f6d127c0fd8d361f2a4567b73cd1a93a1b4146b",
@@ -10622,7 +11545,7 @@
10622
11545
  },
10623
11546
  {
10624
11547
  "category": "skill",
10625
- "checksum": "sha256:d1654bdc079a3267b2a97bb20e8f9d04cdc224aaab6e7072ced2e2a962dd7302",
11548
+ "checksum": "sha256:fdb32fc96ba10a4ba8b89770b59516c290cb37f313eb3c02d75b0f16f3450676",
10626
11549
  "install": {
10627
11550
  "default": true,
10628
11551
  "removable": false
@@ -10708,6 +11631,28 @@
10708
11631
  "engineering"
10709
11632
  ]
10710
11633
  },
11634
+ {
11635
+ "category": "skill",
11636
+ "checksum": "sha256:5c990674790e48933f76d566aadf000da27a553e9cbff2bf01972a393b5411c8",
11637
+ "install": {
11638
+ "default": true,
11639
+ "removable": false
11640
+ },
11641
+ "lifecycle": "active",
11642
+ "name": "verify-repair-loop",
11643
+ "packs": [
11644
+ "meta"
11645
+ ],
11646
+ "path": "src/skills/verify-repair-loop/SKILL.md",
11647
+ "trust": {
11648
+ "confidence": "high",
11649
+ "human_review_required": false,
11650
+ "level": "core"
11651
+ },
11652
+ "workspaces": [
11653
+ "agent-config-maintainer"
11654
+ ]
11655
+ },
10711
11656
  {
10712
11657
  "category": "skill",
10713
11658
  "checksum": "sha256:7a746efd8d2eeef3f543317a1990c556a3ef2da74709a7a4aa8c1154458a1124",
@@ -10797,7 +11742,17 @@
10797
11742
  ]
10798
11743
  }
10799
11744
  ],
10800
- "checksum": "sha256:cfa85676bf4374de720c0995715b162f1e1c36d9fd0d562cdbb444dccd4b2415",
11745
+ "checksum": "sha256:f2a4c972feea1c5cde8781f698209980d6d156e17612b71b66e885f6a97ed19e",
11746
+ "deprecations": [
11747
+ {
11748
+ "key": "tier",
11749
+ "note": "Integer command `tier` (0/1/2) is a deprecated back-compat alias for the named `visibility` field (ADR-090). Read `visibility`; `tier` is still emitted (non-breaking) but scheduled for removal — see road-to-tier-removal.",
11750
+ "replacement": "visibility",
11751
+ "scope": "command",
11752
+ "since": "ADR-092",
11753
+ "sunset": null
11754
+ }
11755
+ ],
10801
11756
  "documented_unassigned": [
10802
11757
  {
10803
11758
  "category": "template",
@@ -10834,6 +11789,16 @@
10834
11789
  "path": "src/agent-src/templates/contexts/deployment-order.md",
10835
11790
  "reason": "scaffold for project deployment-order context"
10836
11791
  },
11792
+ {
11793
+ "category": "template",
11794
+ "path": "src/agent-src/templates/contexts/knowledge-card.md",
11795
+ "reason": "fill-in skeleton for committed knowledge cards (evidence-first structure discovery / ADR-098); frontmatter is the example shape a filled card carries, not a runtime artefact"
11796
+ },
11797
+ {
11798
+ "category": "template",
11799
+ "path": "src/agent-src/templates/contexts/lesson-card.md",
11800
+ "reason": "fill-in skeleton for Class-C learned lessons (Evidence v2 project-intelligence); frontmatter is the example shape a filled lesson carries, not a runtime artefact"
11801
+ },
10837
11802
  {
10838
11803
  "category": "template",
10839
11804
  "path": "src/agent-src/templates/contexts/observability.md",
@@ -10908,12 +11873,17 @@
10908
11873
  "category": "template",
10909
11874
  "path": "src/agent-src/templates/skill.md",
10910
11875
  "reason": "scaffold for new SKILL.md authoring"
11876
+ },
11877
+ {
11878
+ "category": "template",
11879
+ "path": "src/agent-src/templates/tickets.md",
11880
+ "reason": "scaffold template for ticket-bundle tickets (ADR-101); carries no runtime frontmatter — emit-tickets fills it in per ticket"
10911
11881
  }
10912
11882
  ],
10913
- "generated_at": "2026-06-14T19:26:29Z",
11883
+ "generated_at": "2026-06-21T19:16:02Z",
10914
11884
  "packs": [
10915
11885
  {
10916
- "artefact_count": 89,
11886
+ "artefact_count": 93,
10917
11887
  "description": "Framework-neutral engineering hygiene — git, tests, reviews.",
10918
11888
  "domain": "engineering",
10919
11889
  "human_review_required": 0,
@@ -10923,7 +11893,7 @@
10923
11893
  "trust_level_default": "core",
10924
11894
  "trust_summary": {
10925
11895
  "advisory": 0,
10926
- "core": 87,
11896
+ "core": 91,
10927
11897
  "experimental": 1,
10928
11898
  "professional": 1,
10929
11899
  "restricted": 0
@@ -10958,6 +11928,32 @@
10958
11928
  "engineering"
10959
11929
  ]
10960
11930
  },
11931
+ {
11932
+ "artefact_count": 10,
11933
+ "description": "RCA, post-mortem, premortem, and decision-review as an integrated learning loop.",
11934
+ "domain": "engineering",
11935
+ "human_review_required": 0,
11936
+ "id": "analysis-workbench",
11937
+ "label": "Analysis Workbench",
11938
+ "requires": [
11939
+ "engineering-base"
11940
+ ],
11941
+ "requires_hint": [
11942
+ "engineering-base"
11943
+ ],
11944
+ "size_class": "medium",
11945
+ "trust_level_default": "professional",
11946
+ "trust_summary": {
11947
+ "advisory": 0,
11948
+ "core": 6,
11949
+ "experimental": 0,
11950
+ "professional": 4,
11951
+ "restricted": 0
11952
+ },
11953
+ "workspaces": [
11954
+ "engineering"
11955
+ ]
11956
+ },
10961
11957
  {
10962
11958
  "artefact_count": 6,
10963
11959
  "description": "PHP-language patterns (framework-free).",
@@ -11155,7 +12151,7 @@
11155
12151
  ]
11156
12152
  },
11157
12153
  {
11158
- "artefact_count": 2,
12154
+ "artefact_count": 5,
11159
12155
  "description": "Grounded design intelligence — design-knowledge corpus + BM25 grounding engine, design tokens, stack best-practice and chart/typography knowledge.",
11160
12156
  "domain": "engineering",
11161
12157
  "human_review_required": 0,
@@ -11175,9 +12171,38 @@
11175
12171
  "trust_level_default": "professional",
11176
12172
  "trust_summary": {
11177
12173
  "advisory": 0,
11178
- "core": 0,
12174
+ "core": 1,
11179
12175
  "experimental": 0,
11180
- "professional": 2,
12176
+ "professional": 4,
12177
+ "restricted": 0
12178
+ },
12179
+ "workspaces": [
12180
+ "engineering"
12181
+ ]
12182
+ },
12183
+ {
12184
+ "artefact_count": 13,
12185
+ "description": "Brand as a first-class UX layer — archetype/voice/identity grounding corpus, brand→token derivation, and consistency governance that constrains UI.",
12186
+ "domain": "engineering",
12187
+ "human_review_required": 0,
12188
+ "id": "brand",
12189
+ "label": "Brand",
12190
+ "requires": [
12191
+ "frontend-design"
12192
+ ],
12193
+ "requires_hint": [
12194
+ "frontend-design"
12195
+ ],
12196
+ "size_class": "medium",
12197
+ "suggests": [
12198
+ "ai-image"
12199
+ ],
12200
+ "trust_level_default": "professional",
12201
+ "trust_summary": {
12202
+ "advisory": 0,
12203
+ "core": 8,
12204
+ "experimental": 0,
12205
+ "professional": 5,
11181
12206
  "restricted": 0
11182
12207
  },
11183
12208
  "workspaces": [
@@ -11455,6 +12480,29 @@
11455
12480
  "small-business"
11456
12481
  ]
11457
12482
  },
12483
+ {
12484
+ "artefact_count": 6,
12485
+ "description": "AI image generation — multi-provider, governed (image as a sibling of video).",
12486
+ "domain": "media",
12487
+ "human_review_required": 0,
12488
+ "id": "ai-image",
12489
+ "label": "AI Image",
12490
+ "size_class": "medium",
12491
+ "suggests": [
12492
+ "ai-video"
12493
+ ],
12494
+ "trust_level_default": "experimental",
12495
+ "trust_summary": {
12496
+ "advisory": 0,
12497
+ "core": 0,
12498
+ "experimental": 6,
12499
+ "professional": 0,
12500
+ "restricted": 0
12501
+ },
12502
+ "workspaces": [
12503
+ "small-business"
12504
+ ]
12505
+ },
11458
12506
  {
11459
12507
  "artefact_count": 2,
11460
12508
  "description": "Non-essential social/fun workflows (prediction-pool tips, etc.).",
@@ -11477,7 +12525,7 @@
11477
12525
  },
11478
12526
  {
11479
12527
  "always_on": true,
11480
- "artefact_count": 240,
12528
+ "artefact_count": 244,
11481
12529
  "description": "Artefacts that maintain this package (agent-config itself).",
11482
12530
  "domain": "meta",
11483
12531
  "human_review_required": 0,
@@ -11487,7 +12535,7 @@
11487
12535
  "trust_level_default": "core",
11488
12536
  "trust_summary": {
11489
12537
  "advisory": 0,
11490
- "core": 239,
12538
+ "core": 243,
11491
12539
  "experimental": 1,
11492
12540
  "professional": 0,
11493
12541
  "restricted": 0
@@ -11575,33 +12623,33 @@
11575
12623
  ]
11576
12624
  }
11577
12625
  ],
11578
- "scanner_version": "6e82b3a69e9e",
12626
+ "scanner_version": "47c9a32fb265",
11579
12627
  "stats": {
11580
12628
  "by_category": {
11581
- "command": 147,
11582
- "rule": 83,
11583
- "skill": 230,
12629
+ "command": 161,
12630
+ "rule": 88,
12631
+ "skill": 251,
11584
12632
  "template": 1
11585
12633
  },
11586
12634
  "by_lifecycle": {
11587
- "active": 445,
12635
+ "active": 485,
11588
12636
  "archived": 0,
11589
12637
  "deprecated": 0,
11590
12638
  "experimental": 16
11591
12639
  },
11592
12640
  "by_trust_level": {
11593
12641
  "advisory": 2,
11594
- "core": 363,
11595
- "experimental": 14,
11596
- "professional": 82,
12642
+ "core": 386,
12643
+ "experimental": 20,
12644
+ "professional": 93,
11597
12645
  "restricted": 0
11598
12646
  },
11599
- "documented_unassigned_count": 22,
11600
- "total_artefacts": 461,
12647
+ "documented_unassigned_count": 25,
12648
+ "total_artefacts": 501,
11601
12649
  "unassigned_count": 0
11602
12650
  },
11603
12651
  "unassigned": [],
11604
- "version": 1,
12652
+ "version": 2,
11605
12653
  "workspaces": [
11606
12654
  {
11607
12655
  "default_packs": [
@@ -11625,7 +12673,9 @@
11625
12673
  "react",
11626
12674
  "nextjs",
11627
12675
  "python",
11628
- "frontend-design"
12676
+ "frontend-design",
12677
+ "brand",
12678
+ "analysis-workbench"
11629
12679
  ]
11630
12680
  },
11631
12681
  {
@@ -11715,6 +12765,7 @@
11715
12765
  "label": "Small Business",
11716
12766
  "optional_packs": [
11717
12767
  "ai-video",
12768
+ "ai-image",
11718
12769
  "fun"
11719
12770
  ]
11720
12771
  },