@event4u/agent-config 5.10.0 → 6.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 (2224) hide show
  1. package/.claude-plugin/marketplace.json +233 -229
  2. package/AGENTS.md +6 -6
  3. package/CHANGELOG.md +466 -0
  4. package/CONTRIBUTING.md +27 -15
  5. package/MIGRATION.md +102 -0
  6. package/README.md +48 -19
  7. package/dist/agent-src/README.md +64 -0
  8. package/dist/agent-src/commands/agent-handoff.md +124 -0
  9. package/dist/agent-src/commands/agent-status.md +140 -0
  10. package/dist/agent-src/commands/agents/audit.md +158 -0
  11. package/dist/agent-src/commands/agents/init.md +192 -0
  12. package/dist/agent-src/commands/agents/optimize.md +187 -0
  13. package/dist/agent-src/commands/agents/user/accept.md +123 -0
  14. package/dist/agent-src/commands/agents/user/init.md +163 -0
  15. package/dist/agent-src/commands/agents/user/review.md +113 -0
  16. package/dist/agent-src/commands/agents/user/show.md +115 -0
  17. package/dist/agent-src/commands/agents/user/update.md +103 -0
  18. package/dist/agent-src/commands/agents/user.md +71 -0
  19. package/dist/agent-src/commands/agents.md +66 -0
  20. package/dist/agent-src/commands/analytics/prune.md +71 -0
  21. package/dist/agent-src/commands/analytics/show.md +100 -0
  22. package/dist/agent-src/commands/analytics.md +77 -0
  23. package/dist/agent-src/commands/analyze-reference-repo.md +204 -0
  24. package/dist/agent-src/commands/bug-fix.md +193 -0
  25. package/dist/agent-src/commands/bug-investigate.md +186 -0
  26. package/dist/agent-src/commands/challenge-me/vision.md +354 -0
  27. package/dist/agent-src/commands/challenge-me/with-docs.md +339 -0
  28. package/dist/agent-src/commands/challenge-me.md +68 -0
  29. package/dist/agent-src/commands/chat-history/import.md +172 -0
  30. package/dist/agent-src/commands/chat-history/learn.md +184 -0
  31. package/dist/agent-src/commands/chat-history/show.md +113 -0
  32. package/dist/agent-src/commands/chat-history.md +60 -0
  33. package/dist/agent-src/commands/check-current-md.md +143 -0
  34. package/dist/agent-src/commands/commit/in-chunks.md +147 -0
  35. package/dist/agent-src/commands/commit.md +195 -0
  36. package/dist/agent-src/commands/condense.md +239 -0
  37. package/dist/agent-src/commands/context/create.md +181 -0
  38. package/dist/agent-src/commands/context/refactor.md +183 -0
  39. package/dist/agent-src/commands/context.md +52 -0
  40. package/dist/agent-src/commands/cost-report.md +131 -0
  41. package/dist/agent-src/commands/council/analysis.md +147 -0
  42. package/dist/agent-src/commands/council/debate.md +134 -0
  43. package/dist/agent-src/commands/council/default.md +289 -0
  44. package/dist/agent-src/commands/council/design.md +107 -0
  45. package/dist/agent-src/commands/council/optimize.md +123 -0
  46. package/dist/agent-src/commands/council/pr.md +130 -0
  47. package/dist/agent-src/commands/council.md +111 -0
  48. package/dist/agent-src/commands/e2e-heal.md +110 -0
  49. package/dist/agent-src/commands/e2e-plan.md +97 -0
  50. package/dist/agent-src/commands/estimate-ticket.md +92 -0
  51. package/dist/agent-src/commands/evals/agent-handoff.json +34 -0
  52. package/dist/agent-src/commands/evals/agent-status.json +34 -0
  53. package/dist/agent-src/commands/evals/agents.json +34 -0
  54. package/dist/agent-src/commands/evals/commit.json +34 -0
  55. package/dist/agent-src/commands/evals/condense.json +34 -0
  56. package/dist/agent-src/commands/evals/council.json +34 -0
  57. package/dist/agent-src/commands/evals/create-pr.json +34 -0
  58. package/dist/agent-src/commands/evals/estimate-ticket.json +34 -0
  59. package/dist/agent-src/commands/evals/feature.json +34 -0
  60. package/dist/agent-src/commands/evals/fix.json +34 -0
  61. package/dist/agent-src/commands/evals/implement-ticket.json +34 -0
  62. package/dist/agent-src/commands/evals/jira-ticket.json +34 -0
  63. package/dist/agent-src/commands/evals/judge.json +34 -0
  64. package/dist/agent-src/commands/evals/memory.json +34 -0
  65. package/dist/agent-src/commands/evals/mode.json +34 -0
  66. package/dist/agent-src/commands/evals/optimize.json +34 -0
  67. package/dist/agent-src/commands/evals/refine-ticket.json +34 -0
  68. package/dist/agent-src/commands/evals/review-changes.json +34 -0
  69. package/dist/agent-src/commands/evals/roadmap.json +34 -0
  70. package/dist/agent-src/commands/evals/work.json +34 -0
  71. package/dist/agent-src/commands/feature/dev.md +124 -0
  72. package/dist/agent-src/commands/feature/explore.md +191 -0
  73. package/dist/agent-src/commands/feature/plan.md +333 -0
  74. package/dist/agent-src/commands/feature/refactor.md +194 -0
  75. package/dist/agent-src/commands/feature/roadmap.md +222 -0
  76. package/dist/agent-src/commands/feature.md +63 -0
  77. package/dist/agent-src/commands/fix/ci.md +59 -0
  78. package/dist/agent-src/commands/fix/portability.md +108 -0
  79. package/dist/agent-src/commands/fix/pr-bot-comments.md +157 -0
  80. package/dist/agent-src/commands/fix/pr-comments.md +69 -0
  81. package/dist/agent-src/commands/fix/pr-developer-comments.md +163 -0
  82. package/dist/agent-src/commands/fix/refs.md +105 -0
  83. package/dist/agent-src/commands/fix/seeder.md +158 -0
  84. package/dist/agent-src/commands/fix.md +88 -0
  85. package/dist/agent-src/commands/ghostwriter/delete.md +124 -0
  86. package/dist/agent-src/commands/ghostwriter/fetch.md +190 -0
  87. package/dist/agent-src/commands/ghostwriter/list.md +108 -0
  88. package/dist/agent-src/commands/ghostwriter/show.md +119 -0
  89. package/dist/agent-src/commands/ghostwriter/write.md +165 -0
  90. package/dist/agent-src/commands/ghostwriter.md +101 -0
  91. package/dist/agent-src/commands/grill-me.md +45 -0
  92. package/dist/agent-src/commands/image/analyse.md +52 -0
  93. package/dist/agent-src/commands/image/create.md +54 -0
  94. package/dist/agent-src/commands/image/verify.md +49 -0
  95. package/dist/agent-src/commands/image.md +70 -0
  96. package/dist/agent-src/commands/implement-ticket.md +169 -0
  97. package/dist/agent-src/commands/jira-ticket.md +84 -0
  98. package/dist/agent-src/commands/judge/on-diff.md +124 -0
  99. package/dist/agent-src/commands/judge/solo.md +96 -0
  100. package/dist/agent-src/commands/judge/steps.md +94 -0
  101. package/dist/agent-src/commands/judge.md +86 -0
  102. package/dist/agent-src/commands/knowledge/cross-repo.md +72 -0
  103. package/dist/agent-src/commands/knowledge/forget.md +97 -0
  104. package/dist/agent-src/commands/knowledge/ingest.md +115 -0
  105. package/dist/agent-src/commands/knowledge/list.md +95 -0
  106. package/dist/agent-src/commands/knowledge.md +70 -0
  107. package/dist/agent-src/commands/memory/add.md +147 -0
  108. package/dist/agent-src/commands/memory/learn-low-impact.md +148 -0
  109. package/dist/agent-src/commands/memory/load.md +176 -0
  110. package/dist/agent-src/commands/memory/mine-session.md +157 -0
  111. package/dist/agent-src/commands/memory/promote.md +195 -0
  112. package/dist/agent-src/commands/memory/propose.md +122 -0
  113. package/dist/agent-src/commands/memory.md +61 -0
  114. package/dist/agent-src/commands/mode.md +133 -0
  115. package/dist/agent-src/commands/module/create.md +144 -0
  116. package/dist/agent-src/commands/module/explore.md +198 -0
  117. package/dist/agent-src/commands/module.md +52 -0
  118. package/dist/agent-src/commands/optimize/agents-dir.md +119 -0
  119. package/dist/agent-src/commands/optimize/augmentignore.md +312 -0
  120. package/dist/agent-src/commands/optimize/rtk.md +161 -0
  121. package/dist/agent-src/commands/optimize/skills.md +132 -0
  122. package/dist/agent-src/commands/optimize-prompt.md +67 -0
  123. package/dist/agent-src/commands/optimize.md +61 -0
  124. package/dist/agent-src/commands/orchestrate.md +129 -0
  125. package/dist/agent-src/commands/override/create.md +108 -0
  126. package/dist/agent-src/commands/override/manage.md +107 -0
  127. package/dist/agent-src/commands/override.md +72 -0
  128. package/dist/agent-src/commands/package-reset.md +163 -0
  129. package/dist/agent-src/commands/package-test.md +239 -0
  130. package/dist/agent-src/commands/post-as/ghostwriter.md +72 -0
  131. package/dist/agent-src/commands/post-as/me.md +130 -0
  132. package/dist/agent-src/commands/post-as.md +63 -0
  133. package/dist/agent-src/commands/pr/create/description-only.md +161 -0
  134. package/dist/agent-src/commands/pr/create.md +254 -0
  135. package/dist/agent-src/commands/prediction-pool.md +235 -0
  136. package/dist/agent-src/commands/prepare-for-review.md +107 -0
  137. package/dist/agent-src/commands/profile/activate.md +82 -0
  138. package/dist/agent-src/commands/profile/deactivate.md +69 -0
  139. package/dist/agent-src/commands/profile/show.md +80 -0
  140. package/dist/agent-src/commands/profile.md +69 -0
  141. package/dist/agent-src/commands/project-analyze.md +321 -0
  142. package/dist/agent-src/commands/project-health.md +106 -0
  143. package/dist/agent-src/commands/quality-fix.md +145 -0
  144. package/dist/agent-src/commands/refine-ticket.md +98 -0
  145. package/dist/agent-src/commands/research/deep.md +155 -0
  146. package/dist/agent-src/commands/research/report.md +140 -0
  147. package/dist/agent-src/commands/research.md +179 -0
  148. package/dist/agent-src/commands/review-changes.md +213 -0
  149. package/dist/agent-src/commands/review-routing.md +125 -0
  150. package/dist/agent-src/commands/roadmap/ai-council.md +189 -0
  151. package/dist/agent-src/commands/roadmap/create.md +214 -0
  152. package/dist/agent-src/commands/roadmap/process-full.md +109 -0
  153. package/dist/agent-src/commands/roadmap/process-phase.md +75 -0
  154. package/dist/agent-src/commands/roadmap/process-step.md +63 -0
  155. package/dist/agent-src/commands/roadmap.md +83 -0
  156. package/dist/agent-src/commands/rule-compliance-audit.md +156 -0
  157. package/dist/agent-src/commands/set-cost-profile.md +118 -0
  158. package/dist/agent-src/commands/skill/preview.md +68 -0
  159. package/dist/agent-src/commands/skill.md +49 -0
  160. package/dist/agent-src/commands/skills/discover.md +77 -0
  161. package/dist/agent-src/commands/skills.md +57 -0
  162. package/dist/agent-src/commands/sync-agent-settings.md +141 -0
  163. package/dist/agent-src/commands/sync-gitignore/fix.md +149 -0
  164. package/dist/agent-src/commands/sync-gitignore.md +140 -0
  165. package/dist/agent-src/commands/tests/create.md +91 -0
  166. package/dist/agent-src/commands/tests/execute.md +85 -0
  167. package/dist/agent-src/commands/tests.md +76 -0
  168. package/dist/agent-src/commands/threat-model.md +126 -0
  169. package/dist/agent-src/commands/update-form-request-messages.md +200 -0
  170. package/dist/agent-src/commands/upstream-contribute.md +182 -0
  171. package/dist/agent-src/commands/video/from-script.md +158 -0
  172. package/dist/agent-src/commands/video/from-song.md +490 -0
  173. package/dist/agent-src/commands/video/scene.md +130 -0
  174. package/dist/agent-src/commands/video/stitch.md +88 -0
  175. package/dist/agent-src/commands/video/storyboard.md +100 -0
  176. package/dist/agent-src/commands/video.md +74 -0
  177. package/dist/agent-src/commands/work.md +175 -0
  178. package/dist/agent-src/contexts/authority/commit-mechanics.md +93 -0
  179. package/dist/agent-src/contexts/communication/rules-auto/source-of-truth-mechanics.md +99 -0
  180. package/dist/agent-src/contexts/contracts/artifact-engagement-flow.md +259 -0
  181. package/dist/agent-src/contexts/contracts/consumer-agents-md-guide.md +127 -0
  182. package/dist/agent-src/contexts/contracts/emergency-triage-block.md +53 -0
  183. package/dist/agent-src/contexts/execution/non-interactive-contract.md +132 -0
  184. package/dist/agent-src/contexts/execution/toolchain-resolver.md +113 -0
  185. package/dist/agent-src/personas/README.md +114 -0
  186. package/dist/agent-src/profiles/agency.yml +36 -0
  187. package/dist/agent-src/profiles/content_creator.yml +34 -0
  188. package/dist/agent-src/profiles/developer.yml +31 -0
  189. package/dist/agent-src/profiles/finance.yml +30 -0
  190. package/dist/agent-src/profiles/founder.yml +33 -0
  191. package/dist/agent-src/profiles/ops.yml +33 -0
  192. package/dist/agent-src/rules/ask-when-uncertain.md +70 -0
  193. package/dist/agent-src/rules/augment-edit-discipline.md +31 -0
  194. package/dist/agent-src/rules/commit-policy.md +59 -0
  195. package/dist/agent-src/rules/direct-answers.md +64 -0
  196. package/dist/agent-src/rules/domain-adoption-policy.md +160 -0
  197. package/dist/agent-src/rules/language-and-tone.md +64 -0
  198. package/dist/agent-src/rules/linked-projects-onboarding-gate.md +38 -0
  199. package/dist/agent-src/rules/media-governance-routing.md +85 -0
  200. package/dist/agent-src/rules/missing-tool-handling.md +22 -0
  201. package/dist/agent-src/rules/model-recommendation.md +25 -0
  202. package/dist/agent-src/rules/no-attribution-footers.md +57 -0
  203. package/dist/agent-src/rules/no-cheap-questions.md +75 -0
  204. package/dist/agent-src/rules/no-pr-progress-comments.md +109 -0
  205. package/dist/agent-src/rules/no-roadmap-references.md +141 -0
  206. package/dist/agent-src/rules/non-destructive-by-default.md +58 -0
  207. package/dist/agent-src/rules/persona-governance.md +93 -0
  208. package/dist/agent-src/rules/preservation-guard.md +97 -0
  209. package/dist/agent-src/rules/provider-lifecycle-discipline.md +78 -0
  210. package/dist/agent-src/rules/roadmap-progress-sync.md +114 -0
  211. package/dist/agent-src/rules/scope-control.md +68 -0
  212. package/dist/agent-src/rules/source-of-truth.md +80 -0
  213. package/dist/agent-src/rules/user-interrupt-priority.md +49 -0
  214. package/dist/agent-src/rules/verify-before-complete.md +78 -0
  215. package/dist/agent-src/scripts/update_roadmap_progress.py +537 -0
  216. package/dist/agent-src/skills/accessibility-auditor/SKILL.md +147 -0
  217. package/dist/agent-src/skills/accessibility-auditor/data/aria-patterns.csv +13 -0
  218. package/dist/agent-src/skills/accessibility-auditor/data/manifest.json +34 -0
  219. package/dist/agent-src/skills/agents-md-thin-root/SKILL.md +143 -0
  220. package/dist/agent-src/skills/api-design/SKILL.md +120 -0
  221. package/dist/agent-src/skills/api-design/data/api-patterns.csv +13 -0
  222. package/dist/agent-src/skills/api-design/data/manifest.json +34 -0
  223. package/dist/agent-src/skills/api-endpoint/SKILL.md +100 -0
  224. package/dist/agent-src/skills/authz-review/SKILL.md +188 -0
  225. package/dist/agent-src/skills/blade-ui/SKILL.md +135 -0
  226. package/dist/agent-src/skills/character-consistency/SKILL.md +192 -0
  227. package/dist/agent-src/skills/check-refs/SKILL.md +96 -0
  228. package/dist/agent-src/skills/code-review/SKILL.md +224 -0
  229. package/dist/agent-src/skills/command-writing/SKILL.md +301 -0
  230. package/dist/agent-src/skills/condense-memory/SKILL.md +123 -0
  231. package/dist/agent-src/skills/context-document/SKILL.md +160 -0
  232. package/dist/agent-src/skills/corpus-grounding/SKILL.md +205 -0
  233. package/dist/agent-src/skills/corpus-grounding/evals/triggers.json +16 -0
  234. package/dist/agent-src/skills/corpus-grounding/scripts/bm25_search.py +212 -0
  235. package/dist/agent-src/skills/corpus-grounding/scripts/decision_engine.py +438 -0
  236. package/dist/agent-src/skills/corpus-grounding/scripts/ground.py +166 -0
  237. package/dist/agent-src/skills/corpus-grounding/scripts/schema_validator.py +160 -0
  238. package/dist/agent-src/skills/dashboard-design/SKILL.md +129 -0
  239. package/dist/agent-src/skills/database/SKILL.md +111 -0
  240. package/dist/agent-src/skills/database/data/manifest.json +35 -0
  241. package/dist/agent-src/skills/database/data/query-tuning.csv +13 -0
  242. package/dist/agent-src/skills/deep-reading-analyst/SKILL.md +188 -0
  243. package/dist/agent-src/skills/design-intelligence/ATTRIBUTION.md +54 -0
  244. package/dist/agent-src/skills/design-intelligence/LICENSE.apache-2.0.txt +202 -0
  245. package/dist/agent-src/skills/design-intelligence/SKILL.md +177 -0
  246. package/dist/agent-src/skills/design-intelligence/data/app-interface.csv +31 -0
  247. package/dist/agent-src/skills/design-intelligence/data/charts.csv +26 -0
  248. package/dist/agent-src/skills/design-intelligence/data/colors.csv +162 -0
  249. package/dist/agent-src/skills/design-intelligence/data/design-languages/academia.txt +120 -0
  250. package/dist/agent-src/skills/design-intelligence/data/design-languages/bauhaus.txt +140 -0
  251. package/dist/agent-src/skills/design-intelligence/data/design-languages/bold-typography.txt +107 -0
  252. package/dist/agent-src/skills/design-intelligence/data/design-languages/claymorphism.txt +76 -0
  253. package/dist/agent-src/skills/design-intelligence/data/design-languages/cyberpunk.txt +157 -0
  254. package/dist/agent-src/skills/design-intelligence/data/design-languages/enterprise.txt +89 -0
  255. package/dist/agent-src/skills/design-intelligence/data/design-languages/flat-design.txt +66 -0
  256. package/dist/agent-src/skills/design-intelligence/data/design-languages/kinetic.txt +98 -0
  257. package/dist/agent-src/skills/design-intelligence/data/design-languages/material-design.txt +133 -0
  258. package/dist/agent-src/skills/design-intelligence/data/design-languages/modern-dark.txt +123 -0
  259. package/dist/agent-src/skills/design-intelligence/data/design-languages/monochrome.txt +216 -0
  260. package/dist/agent-src/skills/design-intelligence/data/design-languages/neo-brutalism.txt +65 -0
  261. package/dist/agent-src/skills/design-intelligence/data/design-languages/neumorphism.txt +75 -0
  262. package/dist/agent-src/skills/design-intelligence/data/design-languages/saas.txt +109 -0
  263. package/dist/agent-src/skills/design-intelligence/data/design-languages/sketch.txt +83 -0
  264. package/dist/agent-src/skills/design-intelligence/data/design-languages/terminal.txt +80 -0
  265. package/dist/agent-src/skills/design-intelligence/data/icons.csv +106 -0
  266. package/dist/agent-src/skills/design-intelligence/data/landing.csv +35 -0
  267. package/dist/agent-src/skills/design-intelligence/data/manifest.json +500 -0
  268. package/dist/agent-src/skills/design-intelligence/data/products.csv +162 -0
  269. package/dist/agent-src/skills/design-intelligence/data/react-performance.csv +45 -0
  270. package/dist/agent-src/skills/design-intelligence/data/stacks/angular.csv +51 -0
  271. package/dist/agent-src/skills/design-intelligence/data/stacks/astro.csv +54 -0
  272. package/dist/agent-src/skills/design-intelligence/data/stacks/flutter.csv +53 -0
  273. package/dist/agent-src/skills/design-intelligence/data/stacks/html-tailwind.csv +56 -0
  274. package/dist/agent-src/skills/design-intelligence/data/stacks/jetpack-compose.csv +53 -0
  275. package/dist/agent-src/skills/design-intelligence/data/stacks/laravel.csv +51 -0
  276. package/dist/agent-src/skills/design-intelligence/data/stacks/nextjs.csv +53 -0
  277. package/dist/agent-src/skills/design-intelligence/data/stacks/nuxt-ui.csv +51 -0
  278. package/dist/agent-src/skills/design-intelligence/data/stacks/nuxtjs.csv +59 -0
  279. package/dist/agent-src/skills/design-intelligence/data/stacks/react-native.csv +52 -0
  280. package/dist/agent-src/skills/design-intelligence/data/stacks/react.csv +54 -0
  281. package/dist/agent-src/skills/design-intelligence/data/stacks/shadcn.csv +61 -0
  282. package/dist/agent-src/skills/design-intelligence/data/stacks/svelte.csv +54 -0
  283. package/dist/agent-src/skills/design-intelligence/data/stacks/swiftui.csv +51 -0
  284. package/dist/agent-src/skills/design-intelligence/data/stacks/threejs.csv +54 -0
  285. package/dist/agent-src/skills/design-intelligence/data/stacks/vue.csv +50 -0
  286. package/dist/agent-src/skills/design-intelligence/data/styles.csv +85 -0
  287. package/dist/agent-src/skills/design-intelligence/data/typography.csv +74 -0
  288. package/dist/agent-src/skills/design-intelligence/data/ui-reasoning.csv +162 -0
  289. package/dist/agent-src/skills/design-intelligence/data/ux-guidelines.csv +100 -0
  290. package/dist/agent-src/skills/design-intelligence/evals/triggers.json +16 -0
  291. package/dist/agent-src/skills/design-intelligence/references/design-languages.md +45 -0
  292. package/dist/agent-src/skills/design-intelligence/references/design-rules-checklist.md +268 -0
  293. package/dist/agent-src/skills/design-review/SKILL.md +233 -0
  294. package/dist/agent-src/skills/design-tokens/SKILL.md +135 -0
  295. package/dist/agent-src/skills/design-tokens/evals/triggers.json +16 -0
  296. package/dist/agent-src/skills/design-tokens/scripts/tokens.py +296 -0
  297. package/dist/agent-src/skills/design-tokens/templates/design-tokens-starter.json +143 -0
  298. package/dist/agent-src/skills/existing-ui-audit/SKILL.md +217 -0
  299. package/dist/agent-src/skills/fe-design/SKILL.md +265 -0
  300. package/dist/agent-src/skills/feature-planning/SKILL.md +271 -0
  301. package/dist/agent-src/skills/flux/SKILL.md +126 -0
  302. package/dist/agent-src/skills/jira-integration/SKILL.md +187 -0
  303. package/dist/agent-src/skills/lint-skills/SKILL.md +95 -0
  304. package/dist/agent-src/skills/livewire/SKILL.md +139 -0
  305. package/dist/agent-src/skills/md-language-check/SKILL.md +130 -0
  306. package/dist/agent-src/skills/merge-conflicts/SKILL.md +195 -0
  307. package/dist/agent-src/skills/motion-choreographer/SKILL.md +197 -0
  308. package/dist/agent-src/skills/persona-writing/SKILL.md +158 -0
  309. package/dist/agent-src/skills/prompt-validator/SKILL.md +167 -0
  310. package/dist/agent-src/skills/prompt-validator/evals/triggers.json +16 -0
  311. package/dist/agent-src/skills/react-shadcn-ui/SKILL.md +235 -0
  312. package/dist/agent-src/skills/react-shadcn-ui/scripts/shadcn_add.py +299 -0
  313. package/dist/agent-src/skills/readme-reviewer/SKILL.md +242 -0
  314. package/dist/agent-src/skills/readme-writing/SKILL.md +240 -0
  315. package/dist/agent-src/skills/readme-writing-package/SKILL.md +350 -0
  316. package/dist/agent-src/skills/roadmap-management/SKILL.md +461 -0
  317. package/dist/agent-src/skills/rule-refactor/SKILL.md +149 -0
  318. package/dist/agent-src/skills/rule-writing/SKILL.md +277 -0
  319. package/dist/agent-src/skills/scene-expander/SKILL.md +158 -0
  320. package/dist/agent-src/skills/scene-expander/scene-blueprint.schema.yaml +114 -0
  321. package/dist/agent-src/skills/script-writing/SKILL.md +231 -0
  322. package/dist/agent-src/skills/sentry-integration/SKILL.md +175 -0
  323. package/dist/agent-src/skills/song-to-script/SKILL.md +303 -0
  324. package/dist/agent-src/skills/sql-writing/SKILL.md +85 -0
  325. package/dist/agent-src/skills/tailwind-engineer/SKILL.md +154 -0
  326. package/dist/agent-src/skills/tailwind-engineer/scripts/tailwind_config_gen.py +463 -0
  327. package/dist/agent-src/skills/technical-specification/SKILL.md +251 -0
  328. package/dist/agent-src/skills/threat-modeling/SKILL.md +207 -0
  329. package/dist/agent-src/skills/threat-modeling/data/manifest.json +83 -0
  330. package/dist/agent-src/skills/threat-modeling/data/reasoning.csv +10 -0
  331. package/dist/agent-src/skills/threat-modeling/data/surfaces.csv +10 -0
  332. package/dist/agent-src/skills/threat-modeling/data/threats.csv +16 -0
  333. package/dist/agent-src/skills/upstream-contribute/SKILL.md +261 -0
  334. package/dist/agent-src/templates/AGENTS.md +34 -0
  335. package/dist/agent-src/templates/agents/agent-project-settings.example.yml +286 -0
  336. package/dist/agent-src/templates/agents/proposal.example.md +155 -0
  337. package/dist/agent-src/templates/command.md +105 -0
  338. package/dist/agent-src/templates/copilot-instructions.md +167 -0
  339. package/dist/agent-src/templates/github-workflows/proposal-drift.yml +118 -0
  340. package/dist/agent-src/templates/hooks/pre-commit-frontmatter +66 -0
  341. package/dist/agent-src/templates/hooks/pre-commit-roadmap-progress +99 -0
  342. package/dist/agent-src/templates/persona.md +99 -0
  343. package/dist/agent-src/templates/rule.md +135 -0
  344. package/dist/agent-src/templates/scripts/work_engine/directives/ui/polish.py +513 -0
  345. package/dist/agent-src/templates/scripts/work_engine/directives/ui/review.py +471 -0
  346. package/dist/agent-src/templates/scripts/work_engine/orchestration.py +193 -0
  347. package/dist/agent-src/templates/scripts/work_engine/stack/runner.py +481 -0
  348. package/dist/agent-src/user-types/README.md +124 -0
  349. package/dist/cli/agent-config.js +51 -3
  350. package/dist/cli/agent-config.js.map +1 -1
  351. package/dist/cli/commands/commands.js +152 -0
  352. package/dist/cli/commands/commands.js.map +1 -0
  353. package/dist/cli/commands/mcpServer.js +54 -0
  354. package/dist/cli/commands/mcpServer.js.map +1 -0
  355. package/dist/cli/commands/packs.js +1 -1
  356. package/dist/cli/commands/packs.js.map +1 -1
  357. package/dist/cli/commands/profiles.js +77 -0
  358. package/dist/cli/commands/profiles.js.map +1 -0
  359. package/dist/cli/commands/profiles.test.js +88 -0
  360. package/dist/cli/commands/profiles.test.js.map +1 -0
  361. package/dist/cli/commands/workspaces.js +1 -1
  362. package/dist/cli/commands/workspaces.js.map +1 -1
  363. package/dist/cli/discovery/loadManifest.js.map +1 -1
  364. package/dist/cli/mcp/content.js +127 -0
  365. package/dist/cli/mcp/content.js.map +1 -0
  366. package/dist/cli/mcp/content.test.js +54 -0
  367. package/dist/cli/mcp/content.test.js.map +1 -0
  368. package/dist/cli/mcp/dispatch.js +167 -0
  369. package/dist/cli/mcp/dispatch.js.map +1 -0
  370. package/dist/cli/mcp/dispatch.test.js +108 -0
  371. package/dist/cli/mcp/dispatch.test.js.map +1 -0
  372. package/dist/cli/mcp/stdio.js +69 -0
  373. package/dist/cli/mcp/stdio.js.map +1 -0
  374. package/dist/cli/paths.js +8 -2
  375. package/dist/cli/paths.js.map +1 -1
  376. package/dist/cli/registry.js +2 -0
  377. package/dist/cli/registry.js.map +1 -1
  378. package/dist/discovery/deprecation-report.md +1 -1
  379. package/dist/discovery/discovery-manifest.json +2885 -2056
  380. package/dist/discovery/discovery-manifest.json.sha256 +1 -1
  381. package/dist/discovery/discovery-manifest.summary.md +8 -6
  382. package/dist/discovery/orphan-report.md +1 -1
  383. package/dist/discovery/packs.json +689 -466
  384. package/dist/discovery/trust-report.md +5 -5
  385. package/dist/discovery/workspaces.json +495 -477
  386. package/dist/install/detect.js +2 -2
  387. package/dist/install/detect.js.map +1 -1
  388. package/dist/install/wizard-plan.js +18 -18
  389. package/dist/install/wizard-plan.js.map +1 -1
  390. package/dist/mcp/registry-manifest.json +4 -4
  391. package/dist/router.json +1 -1
  392. package/dist/server/io/substituteTemplate.js +5 -5
  393. package/dist/server/io/substituteTemplate.js.map +1 -1
  394. package/dist/server/routes/settings.js +2 -2
  395. package/dist/server/routes/settings.js.map +1 -1
  396. package/dist/server/routes/userMd.js +1 -1
  397. package/dist/server/routes/userMd.js.map +1 -1
  398. package/dist/server/routes/wizard.js +27 -13
  399. package/dist/server/routes/wizard.js.map +1 -1
  400. package/dist/server/routes/workspace.js +556 -117
  401. package/dist/server/routes/workspace.js.map +1 -1
  402. package/dist/server/schemas/settings.js +7 -2
  403. package/dist/server/schemas/settings.js.map +1 -1
  404. package/dist/shared/userMd/formAdapter.js +2 -2
  405. package/dist/ui/assets/index-CoQo90sz.js +40 -0
  406. package/dist/ui/assets/index-CoQo90sz.js.map +1 -0
  407. package/dist/ui/index.html +1 -1
  408. package/docs/DISTRIBUTION_CHECKLIST.md +2 -2
  409. package/docs/adrs/cost/0001-hard-stop-hook.md +5 -5
  410. package/docs/adrs/memory/0001-consumer-side-snapshot.md +4 -4
  411. package/docs/adrs/router/0001-three-tier-routing.md +3 -3
  412. package/docs/adrs/schema/0001-json-schema-frontmatter.md +6 -6
  413. package/docs/adrs/smoke/0001-per-tier-smoke-scripts.md +6 -6
  414. package/docs/architecture/augment-projection.md +10 -10
  415. package/docs/architecture/claude-bundle.md +5 -5
  416. package/docs/architecture/current-onboard-baseline.md +4 -4
  417. package/docs/architecture/current-safety-behavior.md +16 -16
  418. package/docs/architecture/multi-tool-projection.md +8 -8
  419. package/docs/architecture/source-projection.md +11 -11
  420. package/docs/architecture.md +11 -11
  421. package/docs/archive/CHANGELOG-pre-2.17.0.md +1 -1
  422. package/docs/archive/CHANGELOG-pre-2.2.0.md +7 -7
  423. package/docs/archive/CHANGELOG-pre-2.20.0.md +1 -1
  424. package/docs/archive/CHANGELOG-pre-2.25.0.md +1 -1
  425. package/docs/archive/CHANGELOG-pre-2.7.0.md +1 -1
  426. package/docs/archive/CHANGELOG-pre-3.0.0.md +1 -1
  427. package/docs/archive/CHANGELOG-pre-3.1.0.md +1 -1
  428. package/docs/archive/CHANGELOG-pre-3.2.0.md +1 -1
  429. package/docs/archive/CHANGELOG-pre-4.5.0.md +1 -1
  430. package/docs/archive/CHANGELOG-pre-5.4.0.md +1 -1
  431. package/docs/archive/CHANGELOG-pre-5.9.0.md +1 -1
  432. package/docs/artefact-census.md +71 -0
  433. package/docs/case-studies/frontend-design-vs-ui-ux-pro-max.md +86 -0
  434. package/docs/catalog.md +463 -454
  435. package/docs/command-flows.md +232 -0
  436. package/docs/contracts/CHANGELOG-conventions.md +2 -2
  437. package/docs/contracts/STABILITY.md +1 -1
  438. package/docs/contracts/adoption-signal-floor.md +2 -2
  439. package/docs/contracts/adr-architectural-consensus-mechanism.md +1 -1
  440. package/docs/contracts/adr-chat-history-split.md +1 -1
  441. package/docs/contracts/adr-gtm-context-spine.md +2 -2
  442. package/docs/contracts/adr-install-user-type-axis.md +3 -3
  443. package/docs/contracts/adr-layout.md +3 -3
  444. package/docs/contracts/adr-mcp-runtime.md +8 -8
  445. package/docs/contracts/adr-prompt-driven-execution.md +1 -1
  446. package/docs/contracts/adr-settings-sync-engine.md +3 -3
  447. package/docs/contracts/adr-user-types-axis.md +2 -2
  448. package/docs/contracts/adr-wing4-context-spine.md +2 -2
  449. package/docs/contracts/agent-user-schema.md +6 -6
  450. package/docs/contracts/agents-md-tech-stack.md +2 -2
  451. package/docs/contracts/ai-council-config.md +4 -4
  452. package/docs/contracts/at-rest-encryption.md +48 -7
  453. package/docs/contracts/audit-log-v1.md +3 -3
  454. package/docs/contracts/benchmark-ab-contract.md +6 -1
  455. package/docs/contracts/benchmark-corpus-spec.md +2 -2
  456. package/docs/contracts/benchmark-report-schema.md +4 -4
  457. package/docs/contracts/branch-protection-policy.md +5 -0
  458. package/docs/contracts/capability-packs.md +217 -0
  459. package/docs/contracts/ci-cost-budget.md +6 -1
  460. package/docs/contracts/ci-green-floor.md +1 -1
  461. package/docs/contracts/command-category-governance.md +79 -0
  462. package/docs/contracts/command-clusters.md +42 -4
  463. package/docs/contracts/config-presets.md +1 -1
  464. package/docs/contracts/cost-dashboard.md +1 -1
  465. package/docs/contracts/cost-profile-defaults.md +2 -2
  466. package/docs/contracts/cost-summary-schema.md +4 -4
  467. package/docs/contracts/creative-pack-boundary.md +58 -0
  468. package/docs/contracts/daily-workspace.md +8 -3
  469. package/docs/contracts/discovery-manifest.md +5 -5
  470. package/docs/contracts/discovery-manifest.schema.json +14 -3
  471. package/docs/contracts/evidence-based-pruning.md +101 -0
  472. package/docs/contracts/explain-modes.md +37 -0
  473. package/docs/contracts/file-ownership-matrix.json +1804 -4620
  474. package/docs/contracts/frontmatter-contract.md +6 -6
  475. package/docs/contracts/ghostwriter-schema.md +1 -1
  476. package/docs/contracts/gui-wizard.md +1 -1
  477. package/docs/contracts/harness-expectations.md +5 -0
  478. package/docs/contracts/hook-architecture-v1.md +1 -1
  479. package/docs/contracts/host-agent-protocol.md +19 -1
  480. package/docs/contracts/install-scopes.md +7 -2
  481. package/docs/contracts/installed-tools-lockfile.md +2 -2
  482. package/docs/contracts/linear-ai-rules-inclusion.md +2 -2
  483. package/docs/contracts/linear-ai-three-layers.md +1 -1
  484. package/docs/contracts/linter-structural-model.md +2 -2
  485. package/docs/contracts/load-context-budget-model.md +1 -1
  486. package/docs/contracts/load-context-schema.md +1 -1
  487. package/docs/contracts/local-analytics.md +9 -1
  488. package/docs/contracts/low-impact-corpus-format.md +1 -1
  489. package/docs/contracts/mcp-cloud-scope.md +6 -6
  490. package/docs/contracts/mcp-phase-1-scope.md +5 -5
  491. package/docs/contracts/measurement-baseline.md +5 -5
  492. package/docs/contracts/migrate-command.md +44 -8
  493. package/docs/contracts/multi-tool-projection-fidelity.md +3 -3
  494. package/docs/contracts/namespace.md +1 -1
  495. package/docs/contracts/orchestration-dsl-v1.md +2 -2
  496. package/docs/contracts/package-self-orientation.md +17 -17
  497. package/docs/contracts/pilot/language-and-tone.md +1 -1
  498. package/docs/contracts/plain-language-surface.md +2 -2
  499. package/docs/contracts/profile-system.md +26 -1
  500. package/docs/contracts/provider-lifecycle.md +3 -3
  501. package/docs/contracts/release-pr-gating.md +5 -0
  502. package/docs/contracts/release-trunk-sync.md +3 -3
  503. package/docs/contracts/review-lens-schema.md +59 -0
  504. package/docs/contracts/role-experience.md +10 -6
  505. package/docs/contracts/router-blending.md +2 -2
  506. package/docs/contracts/rule-classification.md +1 -1
  507. package/docs/contracts/rule-router.md +3 -3
  508. package/docs/contracts/safety-model.md +2 -2
  509. package/docs/contracts/session-profile-overlay.md +40 -3
  510. package/docs/contracts/settings-api.md +3 -3
  511. package/docs/contracts/settings-sync-yaml-subset.md +4 -4
  512. package/docs/contracts/skill-bundled-assets.md +62 -0
  513. package/docs/contracts/skill-discovery.md +1 -1
  514. package/docs/contracts/skill-distribution-channels.md +6 -1
  515. package/docs/contracts/skill-dry-run.md +2 -2
  516. package/docs/contracts/skill-family-map.yml +915 -0
  517. package/docs/contracts/smoke-contracts.md +4 -4
  518. package/docs/contracts/telegraph-telemetry.md +2 -2
  519. package/docs/contracts/trust-and-safety.md +3 -3
  520. package/docs/contracts/universal-skills.md +16 -16
  521. package/docs/contracts/value-dashboard-spec.md +21 -21
  522. package/docs/contracts/value-report-schema.md +8 -8
  523. package/docs/customization.md +8 -8
  524. package/docs/decisions/ADR-006-skill-tools-python-pilot.md +2 -2
  525. package/docs/decisions/ADR-007-agent-discovery-scopes.md +1 -1
  526. package/docs/decisions/ADR-008-installed-tools-manifest.md +1 -1
  527. package/docs/decisions/ADR-009-event4u-namespace.md +3 -3
  528. package/docs/decisions/ADR-013-discovery-frontmatter-contract.md +27 -8
  529. package/docs/decisions/ADR-015-discovery-manifest-contract.md +5 -5
  530. package/docs/decisions/ADR-017-monorepo-physical-layout.md +5 -5
  531. package/docs/decisions/ADR-018-trust-and-safety-layer.md +2 -2
  532. package/docs/decisions/ADR-019-router-json-dist-location.md +2 -2
  533. package/docs/decisions/ADR-020-global-only-consumer-scope.md +27 -2
  534. package/docs/decisions/ADR-022-daily-workspace-decomposition.md +2 -2
  535. package/docs/decisions/ADR-024-workspace-v0-feature-floor.md +1 -1
  536. package/docs/decisions/ADR-028-root-layout.md +1 -1
  537. package/docs/decisions/ADR-030-claude-code-command-projection.md +2 -2
  538. package/docs/decisions/ADR-038-canonical-settings-path.md +20 -0
  539. package/docs/decisions/ADR-041-controlled-command-verbs.md +133 -0
  540. package/docs/decisions/ADR-042-runtime-resolver-decision-gate.md +113 -0
  541. package/docs/decisions/ADR-043-monorepo-collapse-to-src-domains.md +128 -0
  542. package/docs/decisions/ADR-044-command-naming-scheme-hyphenated.md +250 -0
  543. package/docs/decisions/ADR-045-src-source-layout-and-profiles-as-views.md +111 -0
  544. package/docs/decisions/ADR-046-thin-command-principle.md +93 -0
  545. package/docs/decisions/ADR-047-framework-neutral-stack-adaptive-commands.md +94 -0
  546. package/docs/decisions/ADR-048-command-justification-rule.md +106 -0
  547. package/docs/decisions/ADR-049-configuration-trust-boundary.md +114 -0
  548. package/docs/decisions/ADR-050-workspace-vs-package-root-boundary.md +121 -0
  549. package/docs/decisions/ADR-051-uncondensed-source-container-relocation.md +114 -0
  550. package/docs/decisions/ADR-052-packages-removal-and-pack-home-migration.md +86 -0
  551. package/docs/decisions/ADR-053-agents-namespace-dual-role-resolution.md +132 -0
  552. package/docs/decisions/ADR-054-rule-adherence-decay-triggered-restate.md +143 -0
  553. package/docs/decisions/ADR-055-flow-layer-data-model.md +235 -0
  554. package/docs/decisions/ADR-056-unvalidated-video-adapters-disposition.md +124 -0
  555. package/docs/decisions/ADR-057-consolidation-evidence-gate-outcomes.md +135 -0
  556. package/docs/decisions/ADR-058-condensed-output-relocation-to-dist.md +94 -0
  557. package/docs/decisions/ADR-059-render-resume-filesystem-as-state.md +161 -0
  558. package/docs/decisions/ADR-060-comfyui-sandbox-model.md +154 -0
  559. package/docs/decisions/ADR-061-corpus-grounding-layer.md +170 -0
  560. package/docs/decisions/ADR-062-encrypt-at-rest-store-architecture.md +121 -0
  561. package/docs/decisions/ADR-063-append-jsonl-encryption-deferred.md +83 -0
  562. package/docs/decisions/ADR-064-append-jsonl-per-record-encryption.md +113 -0
  563. package/docs/decisions/ADR-065-tier3-inbox-handoff-v0.md +86 -0
  564. package/docs/decisions/ADR-066-skill-body-prerendering.md +93 -0
  565. package/docs/decisions/ADR-067-glama-registry-listing.md +259 -0
  566. package/docs/decisions/ADR-068-host-tier-detection.md +90 -0
  567. package/docs/decisions/ADR-069-prompt-renderer.md +97 -0
  568. package/docs/decisions/ADR-070-tier1-drive-loop.md +94 -0
  569. package/docs/decisions/ADR-071-launch-drive-integration.md +95 -0
  570. package/docs/decisions/ADR-072-codex-gemini-drive-configs.md +90 -0
  571. package/docs/decisions/ADR-073-drive-health-kill-switch.md +81 -0
  572. package/docs/decisions/ADR-074-drive-kill-switch-auto-recovery.md +84 -0
  573. package/docs/decisions/ADR-075-workspace-gui-drive.md +83 -0
  574. package/docs/decisions/ADR-076-workspace-multi-turn.md +92 -0
  575. package/docs/decisions/ADR-077-workspace-followup-gui.md +70 -0
  576. package/docs/decisions/ADR-078-drive-health-panel.md +70 -0
  577. package/docs/decisions/ADR-079-workspace-host-picker.md +81 -0
  578. package/docs/decisions/ADR-080-host-session-expired-410.md +92 -0
  579. package/docs/decisions/ADR-081-drive-health-reset-and-410-affordance.md +71 -0
  580. package/docs/decisions/ADR-082-410-one-click-relaunch.md +58 -0
  581. package/docs/decisions/ADR-083-session-thread-and-arbitrary-continuation.md +85 -0
  582. package/docs/decisions/ADR-084-drive-health-refresh-on-drive.md +52 -0
  583. package/docs/decisions/ADR-085-mcp-stdio-end-user-distribution-shape.md +158 -0
  584. package/docs/decisions/ADR-086-read-only-cross-agent-mcp-discovery-helper.md +171 -0
  585. package/docs/decisions/ADR-087-installer-e2e-test-strategy.md +111 -0
  586. package/docs/decisions/ADR-088-no-external-runtime-federation.md +145 -0
  587. package/docs/decisions/ADR-089-lean-local-plugin-install.md +111 -0
  588. package/docs/decisions/INDEX.md +49 -0
  589. package/docs/deploy/small-team-recipe.md +1 -1
  590. package/docs/deploy/team-deployment-posture.md +1 -1
  591. package/docs/development.md +6 -6
  592. package/docs/distribution/public-install-smoke.md +1 -1
  593. package/docs/distribution/registries.md +5 -5
  594. package/docs/distribution/registry-submissions.md +2 -2
  595. package/docs/end-to-end-walkthroughs.md +10 -10
  596. package/docs/experiences/agency.md +49 -0
  597. package/docs/experiences/content_creator.md +47 -0
  598. package/docs/experiences/developer.md +49 -0
  599. package/docs/experiences/finance.md +48 -0
  600. package/docs/experiences/founder.md +47 -0
  601. package/docs/experiences/ops.md +47 -0
  602. package/docs/featured-commands.md +12 -12
  603. package/docs/featured-skills.md +32 -32
  604. package/docs/flows.md +67 -0
  605. package/docs/getting-started-by-role.md +41 -41
  606. package/docs/getting-started-laravel.md +26 -26
  607. package/docs/getting-started-local-stdio.md +77 -0
  608. package/docs/getting-started.md +2 -2
  609. package/docs/governance.md +96 -0
  610. package/docs/guidelines/agent-infra/asking-and-brevity-examples.md +6 -6
  611. package/docs/guidelines/agent-infra/comparison-matrix.md +179 -0
  612. package/docs/guidelines/agent-infra/corpus-grounding-authoring.md +91 -0
  613. package/docs/guidelines/agent-infra/direct-answers-demos.md +23 -26
  614. package/docs/guidelines/agent-infra/language-and-tone-examples.md +29 -2
  615. package/docs/guidelines/agent-infra/layered-settings.md +3 -3
  616. package/docs/guidelines/agent-infra/linked-projects-onboarding-gate.md +80 -0
  617. package/docs/guidelines/agent-infra/missing-tool-handling.md +66 -0
  618. package/docs/guidelines/agent-infra/model-recommendation.md +72 -0
  619. package/docs/guidelines/agent-infra/roadmap-progress-mechanics.md +1 -1
  620. package/docs/guidelines/agent-infra/self-improvement-pipeline.md +1 -1
  621. package/docs/guidelines/agent-infra/verify-before-complete-demos.md +1 -1
  622. package/docs/guidelines/augment-portability-patterns.md +1 -1
  623. package/docs/guides/local-analytics.md +1 -1
  624. package/docs/guides/local-knowledge.md +3 -3
  625. package/docs/hook-payload-capture.md +5 -5
  626. package/docs/installation.md +3 -3
  627. package/docs/mcp-registries.md +94 -0
  628. package/docs/mcp-server.md +4 -4
  629. package/docs/mcp.md +3 -0
  630. package/docs/parity/ruflo.md +7 -7
  631. package/docs/personas.md +3 -3
  632. package/docs/profiles.md +15 -11
  633. package/docs/quality.md +3 -3
  634. package/docs/setup/mcp-client-config.md +134 -9
  635. package/docs/setup/mcp-server-docker.md +9 -7
  636. package/docs/setup/per-ide/claude-code.md +3 -3
  637. package/docs/setup/per-ide/claude-desktop.md +1 -1
  638. package/docs/setup/per-ide/cursor.md +2 -2
  639. package/docs/setup/per-ide/windsurf.md +1 -1
  640. package/docs/showcase.md +12 -12
  641. package/docs/skill-duplication-findings.md +91 -0
  642. package/docs/skills-catalog.md +228 -224
  643. package/docs/skills-taxonomy.md +90 -0
  644. package/docs/ui-track-mental-model.md +2 -2
  645. package/docs/value.md +50 -50
  646. package/docs/walkthroughs/assets/workspace-role-grid.png +0 -0
  647. package/docs/walkthroughs/assets/workspace-session-started.png +0 -0
  648. package/docs/walkthroughs/assets/workspace-task-picker.png +0 -0
  649. package/docs/walkthroughs/daily-workspace.md +127 -0
  650. package/llms.txt +18 -14
  651. package/package.json +10 -9
  652. package/src/config/agent-settings.template.yml +612 -0
  653. package/src/config/discovery/command-verbs.yml +56 -0
  654. package/src/config/discovery/packs.yml +255 -0
  655. package/src/config/discovery/workspaces.yml +72 -0
  656. package/src/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
  657. package/src/scripts/_archive/README.md +59 -0
  658. package/src/scripts/_archive/_bootstrap_tier_frontmatter.py +151 -0
  659. package/src/scripts/_archive/_p43_bodies.py +235 -0
  660. package/src/scripts/_archive/_p43_condense.py +118 -0
  661. package/src/scripts/_archive/_p4_migrate.py +199 -0
  662. package/src/scripts/_cli/cmd_doctor.py +1583 -0
  663. package/src/scripts/_cli/cmd_export.py +157 -0
  664. package/src/scripts/_cli/cmd_migrate.py +524 -0
  665. package/src/scripts/_cli/cmd_refresh.py +179 -0
  666. package/src/scripts/_cli/cmd_settings_migrate.py +147 -0
  667. package/src/scripts/_cli/cmd_update.py +279 -0
  668. package/src/scripts/_cli/cmd_upgrade.py +172 -0
  669. package/src/scripts/_cli/cmd_versions.py +160 -0
  670. package/src/scripts/_dispatch.bash +1129 -0
  671. package/src/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
  672. package/src/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
  673. package/src/scripts/_lib/agent_src.py +491 -0
  674. package/src/scripts/_lib/bench_ab_cache.py +162 -0
  675. package/src/scripts/_lib/changelog_eras.py +330 -0
  676. package/src/scripts/_lib/claude_desktop_bundler.py +238 -0
  677. package/src/scripts/_lib/cli_wrapper.py +64 -0
  678. package/src/scripts/_lib/global_deploy_inventory.py +282 -0
  679. package/src/scripts/_lib/install_regenerator.py +134 -0
  680. package/src/scripts/_lib/installed_lock.py +256 -0
  681. package/src/scripts/_lib/model_tier.py +52 -0
  682. package/src/scripts/_lib/scope_guard.sh +163 -0
  683. package/src/scripts/_lib/value_ladder.py +696 -0
  684. package/src/scripts/_lib/value_report.py +455 -0
  685. package/src/scripts/_phase4_bucket.py +210 -0
  686. package/src/scripts/_pilot_measure.py +53 -0
  687. package/src/scripts/adoption_report.py +195 -0
  688. package/src/scripts/adoption_snapshot.py +219 -0
  689. package/src/scripts/adoption_status.py +166 -0
  690. package/src/scripts/agent-config +57 -0
  691. package/src/scripts/ai-video/adapters/comfyui.sh +392 -0
  692. package/src/scripts/ai-video/adapters/fal.sh +311 -0
  693. package/src/scripts/ai-video/adapters/gemini-veo.sh +246 -0
  694. package/src/scripts/ai-video/adapters/higgsfield.sh +310 -0
  695. package/src/scripts/ai-video/adapters/kling.sh +248 -0
  696. package/src/scripts/ai-video/adapters/musetalk.sh +120 -0
  697. package/src/scripts/ai-video/adapters/openai-images.sh +147 -0
  698. package/src/scripts/ai-video/adapters/replicate.sh +289 -0
  699. package/src/scripts/ai-video/adapters/sora.sh +207 -0
  700. package/src/scripts/ai-video/adapters/syncso.sh +200 -0
  701. package/src/scripts/ai-video/audio-adapters/allin1.sh +115 -0
  702. package/src/scripts/ai-video/audio-adapters/whisperx.sh +128 -0
  703. package/src/scripts/ai-video/lib/adapter-common.sh +231 -0
  704. package/src/scripts/ai-video/lib/adapter-contract.md +329 -0
  705. package/src/scripts/ai-video/lib/audio-adapter-contract.md +210 -0
  706. package/src/scripts/ai-video/lib/comfyui-nodes.allowlist.json +21 -0
  707. package/src/scripts/ai-video/lib/comfyui-templates/ltx-2.json +79 -0
  708. package/src/scripts/ai-video/lib/comfyui-templates/wan22-ti2v-5b.json +78 -0
  709. package/src/scripts/ai-video/lib/embed-provenance.sh +194 -0
  710. package/src/scripts/ai-video/lib/fixtures/allin1/analysis.json +13 -0
  711. package/src/scripts/ai-video/lib/fixtures/comfyui/result.json +1 -0
  712. package/src/scripts/ai-video/lib/fixtures/fal/result.json +1 -0
  713. package/src/scripts/ai-video/lib/fixtures/fal/scene-0001.mp4 +1 -0
  714. package/src/scripts/ai-video/lib/fixtures/gemini-veo/result.json +1 -0
  715. package/src/scripts/ai-video/lib/fixtures/higgsfield/result.json +1 -0
  716. package/src/scripts/ai-video/lib/fixtures/kling/result.json +1 -0
  717. package/src/scripts/ai-video/lib/fixtures/kling/scene-0001.mp4 +1 -0
  718. package/src/scripts/ai-video/lib/fixtures/musetalk/lipsync-0001.mp4 +1 -0
  719. package/src/scripts/ai-video/lib/fixtures/musetalk/result.json +1 -0
  720. package/src/scripts/ai-video/lib/fixtures/openai-images/result.json +1 -0
  721. package/src/scripts/ai-video/lib/fixtures/replicate/result.json +1 -0
  722. package/src/scripts/ai-video/lib/fixtures/replicate/scene-0001.mp4 +1 -0
  723. package/src/scripts/ai-video/lib/fixtures/sora/result.json +1 -0
  724. package/src/scripts/ai-video/lib/fixtures/syncso/lipsync-0001.mp4 +1 -0
  725. package/src/scripts/ai-video/lib/fixtures/syncso/result.json +1 -0
  726. package/src/scripts/ai-video/lib/fixtures/whisperx/transcript.json +26 -0
  727. package/src/scripts/ai-video/lib/ingest-song.sh +89 -0
  728. package/src/scripts/ai-video/lib/load-config.sh +180 -0
  729. package/src/scripts/ai-video/lib/model-capabilities/README.md +82 -0
  730. package/src/scripts/ai-video/lib/model-capabilities/comfyui.json +31 -0
  731. package/src/scripts/ai-video/lib/model-capabilities/fal.json +77 -0
  732. package/src/scripts/ai-video/lib/model-capabilities/musetalk.json +24 -0
  733. package/src/scripts/ai-video/lib/model-capabilities/replicate.json +82 -0
  734. package/src/scripts/ai-video/lib/model-capabilities/syncso.json +23 -0
  735. package/src/scripts/ai-video/lib/resume-scan.sh +212 -0
  736. package/src/scripts/ai-video/lib/telemetry.sh +115 -0
  737. package/src/scripts/ai-video/lib/validate-deps.sh +132 -0
  738. package/src/scripts/ai-video/lib/validate-vocal-map.sh +121 -0
  739. package/src/scripts/ai-video/smoke-trace.sh +179 -0
  740. package/src/scripts/ai-video/stitch.sh +161 -0
  741. package/src/scripts/ai-video/test-pipeline.sh +169 -0
  742. package/src/scripts/ai_council/advisors.py +148 -0
  743. package/src/scripts/ai_council/clients.py +1385 -0
  744. package/src/scripts/ai_council/compile_corpus.py +179 -0
  745. package/src/scripts/ai_council/events_log.py +141 -0
  746. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +208 -0
  747. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +206 -0
  748. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +67 -0
  749. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +292 -0
  750. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +259 -0
  751. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +209 -0
  752. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +108 -0
  753. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +92 -0
  754. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +257 -0
  755. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +197 -0
  756. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rebalancing_audit.py +149 -0
  757. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_roundtrip.py +111 -0
  758. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +251 -0
  759. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_silent_taskfiles.py +98 -0
  760. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +232 -0
  761. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +144 -0
  762. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +252 -0
  763. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +240 -0
  764. package/src/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +180 -0
  765. package/src/scripts/ai_council/pricing.py +215 -0
  766. package/src/scripts/ai_council/session.py +366 -0
  767. package/src/scripts/annotate_discovery.py +149 -0
  768. package/src/scripts/apply_modules_config.py +290 -0
  769. package/src/scripts/audit_adr_coverage.py +175 -0
  770. package/src/scripts/audit_auto_rules.py +175 -0
  771. package/src/scripts/audit_cloud_compatibility.py +362 -0
  772. package/src/scripts/audit_command_surface.py +669 -0
  773. package/src/scripts/audit_initial_context.py +237 -0
  774. package/src/scripts/audit_likelihood.py +148 -0
  775. package/src/scripts/audit_mcp_tools.py +146 -0
  776. package/src/scripts/audit_overlap.py +145 -0
  777. package/src/scripts/audit_skill_overlap.py +207 -0
  778. package/src/scripts/audit_user_type_axis.py +140 -0
  779. package/src/scripts/backfill_model_tier.py +184 -0
  780. package/src/scripts/bench_ab_cache_dispatch.py +68 -0
  781. package/src/scripts/bench_ab_clone.py +170 -0
  782. package/src/scripts/bench_ab_diff.py +220 -0
  783. package/src/scripts/bench_ab_integrity.py +143 -0
  784. package/src/scripts/bench_ab_run.py +235 -0
  785. package/src/scripts/bench_ab_task_runner.py +369 -0
  786. package/src/scripts/bench_ab_tracka_run.py +202 -0
  787. package/src/scripts/bench_baseline_ready.py +108 -0
  788. package/src/scripts/bench_condense_memory.py +168 -0
  789. package/src/scripts/bench_drift_check.py +151 -0
  790. package/src/scripts/bench_per_tool.py +216 -0
  791. package/src/scripts/bench_rtk_savings.py +320 -0
  792. package/src/scripts/bench_run.py +272 -0
  793. package/src/scripts/bench_runner.py +158 -0
  794. package/src/scripts/build_cloud_bundle.py +458 -0
  795. package/src/scripts/build_discovery_manifest.py +747 -0
  796. package/src/scripts/build_linear_digest.py +260 -0
  797. package/src/scripts/build_mcp_registry_manifest.py +181 -0
  798. package/src/scripts/build_rule_trigger_matrix.py +350 -0
  799. package/src/scripts/capture_showcase_session.py +361 -0
  800. package/src/scripts/check_always_budget.py +532 -0
  801. package/src/scripts/check_artefact_checksums.py +111 -0
  802. package/src/scripts/check_augment_description_cap.py +79 -0
  803. package/src/scripts/check_augmentignore.py +72 -0
  804. package/src/scripts/check_beta_review_markers.py +127 -0
  805. package/src/scripts/check_cluster_patterns.py +206 -0
  806. package/src/scripts/check_command_count_messaging.py +152 -0
  807. package/src/scripts/check_condensation.py +375 -0
  808. package/src/scripts/check_condensed_paths.py +231 -0
  809. package/src/scripts/check_context_paths.py +202 -0
  810. package/src/scripts/check_council_references.py +228 -0
  811. package/src/scripts/check_discovery_determinism.py +70 -0
  812. package/src/scripts/check_gate_paths.py +128 -0
  813. package/src/scripts/check_module_management_neutral.py +147 -0
  814. package/src/scripts/check_no_new_legacy_path.py +100 -0
  815. package/src/scripts/check_no_roadmap_refs.py +155 -0
  816. package/src/scripts/check_one_off_location.py +81 -0
  817. package/src/scripts/check_overlay_cascade_subdirs.py +129 -0
  818. package/src/scripts/check_portability.py +574 -0
  819. package/src/scripts/check_public_catalog_links.py +125 -0
  820. package/src/scripts/check_public_links.py +185 -0
  821. package/src/scripts/check_references.py +557 -0
  822. package/src/scripts/check_release_includes_discovery.py +61 -0
  823. package/src/scripts/check_release_pr_shape.py +123 -0
  824. package/src/scripts/check_release_published.py +145 -0
  825. package/src/scripts/check_reply_consistency.py +169 -0
  826. package/src/scripts/check_roadmap_trackable.py +114 -0
  827. package/src/scripts/check_role_doc_links.py +110 -0
  828. package/src/scripts/check_safety_floor_untouched.py +125 -0
  829. package/src/scripts/check_skill_requires.py +147 -0
  830. package/src/scripts/check_template_pin_drift.py +129 -0
  831. package/src/scripts/check_test_coverage_diff.py +180 -0
  832. package/src/scripts/check_token_optimizer_freshness.py +146 -0
  833. package/src/scripts/check_update_banner.py +86 -0
  834. package/src/scripts/ci_time_ratio.py +168 -0
  835. package/src/scripts/compile_router.py +232 -0
  836. package/src/scripts/condense.py +1919 -0
  837. package/src/scripts/condense_memory.py +178 -0
  838. package/src/scripts/config/packs.py +157 -0
  839. package/src/scripts/config/profile_explain.py +89 -0
  840. package/src/scripts/config/profiles.py +191 -0
  841. package/src/scripts/config/session_profiles.py +542 -0
  842. package/src/scripts/cost_by_conversation.py +78 -0
  843. package/src/scripts/cost_summary.py +97 -0
  844. package/src/scripts/council_cli.py +2557 -0
  845. package/src/scripts/cross_repo_retrieve.py +172 -0
  846. package/src/scripts/discovery_stats.py +70 -0
  847. package/src/scripts/extract_audit_patterns.py +202 -0
  848. package/src/scripts/first_run_gate_hook.py +179 -0
  849. package/src/scripts/gen_discovery_baseline.py +127 -0
  850. package/src/scripts/generate_catalog.py +116 -0
  851. package/src/scripts/generate_command_flows.py +191 -0
  852. package/src/scripts/generate_index.py +303 -0
  853. package/src/scripts/generate_ownership_matrix.py +378 -0
  854. package/src/scripts/generate_pack_manifests.py +340 -0
  855. package/src/scripts/hook_manifest.yaml +243 -0
  856. package/src/scripts/hooks/dispatch_hook.py +461 -0
  857. package/src/scripts/hooks/replay_hook.py +144 -0
  858. package/src/scripts/hooks_doctor.py +223 -0
  859. package/src/scripts/hooks_status.py +157 -0
  860. package/src/scripts/install +425 -0
  861. package/src/scripts/install-hooks.sh +204 -0
  862. package/src/scripts/install.py +5183 -0
  863. package/src/scripts/install.sh +1156 -0
  864. package/src/scripts/inventory_abstraction_budget.py +622 -0
  865. package/src/scripts/inventory_frontmatter.py +164 -0
  866. package/src/scripts/inventory_meta_layers.py +288 -0
  867. package/src/scripts/iron_law_sha.py +107 -0
  868. package/src/scripts/linked_projects_list.py +91 -0
  869. package/src/scripts/lint_agent_skill_names.py +150 -0
  870. package/src/scripts/lint_agents_layout.py +197 -0
  871. package/src/scripts/lint_agents_md.py +210 -0
  872. package/src/scripts/lint_archived_skills.py +159 -0
  873. package/src/scripts/lint_artefact_frontmatter.py +188 -0
  874. package/src/scripts/lint_bench_ab.py +172 -0
  875. package/src/scripts/lint_bench_corpus.py +255 -0
  876. package/src/scripts/lint_command_flow_coverage.py +132 -0
  877. package/src/scripts/lint_command_routing.py +160 -0
  878. package/src/scripts/lint_command_tiers.py +175 -0
  879. package/src/scripts/lint_command_verbs.py +206 -0
  880. package/src/scripts/lint_commit_subjects.py +139 -0
  881. package/src/scripts/lint_context_spine_usage.py +137 -0
  882. package/src/scripts/lint_discovery_manifest.py +176 -0
  883. package/src/scripts/lint_discovery_vocabulary.py +220 -0
  884. package/src/scripts/lint_examples.py +102 -0
  885. package/src/scripts/lint_explain_trace.py +80 -0
  886. package/src/scripts/lint_featured_skills.py +144 -0
  887. package/src/scripts/lint_flows.py +215 -0
  888. package/src/scripts/lint_framework_leakage.py +375 -0
  889. package/src/scripts/lint_framework_leakage_allowlist.json +575 -0
  890. package/src/scripts/lint_frontmatter_boilerplate.py +77 -0
  891. package/src/scripts/lint_ghostwriter_source.py +242 -0
  892. package/src/scripts/lint_handoffs.py +217 -0
  893. package/src/scripts/lint_hook_concern_budget.py +207 -0
  894. package/src/scripts/lint_hook_manifest.py +217 -0
  895. package/src/scripts/lint_load_context.py +196 -0
  896. package/src/scripts/lint_marketplace.py +180 -0
  897. package/src/scripts/lint_marketplace_install_completeness.py +198 -0
  898. package/src/scripts/lint_mcp_registry_manifest.py +69 -0
  899. package/src/scripts/lint_media_policy_linkage.py +140 -0
  900. package/src/scripts/lint_model_tier_coverage.py +73 -0
  901. package/src/scripts/lint_namespace.py +135 -0
  902. package/src/scripts/lint_namespace_collisions.py +103 -0
  903. package/src/scripts/lint_new_skill_gate.py +144 -0
  904. package/src/scripts/lint_no_new_atomic_commands.py +180 -0
  905. package/src/scripts/lint_one_off_age.py +184 -0
  906. package/src/scripts/lint_orchestration_dsl.py +217 -0
  907. package/src/scripts/lint_orchestrator_auto_detect.py +111 -0
  908. package/src/scripts/lint_pack_boundaries.py +147 -0
  909. package/src/scripts/lint_pack_dependencies.py +137 -0
  910. package/src/scripts/lint_pack_first_win.py +121 -0
  911. package/src/scripts/lint_persona_governance.py +164 -0
  912. package/src/scripts/lint_positioning.py +143 -0
  913. package/src/scripts/lint_profile_overlay_set_only.py +179 -0
  914. package/src/scripts/lint_regression.py +251 -0
  915. package/src/scripts/lint_roadmap_ci_steps.py +186 -0
  916. package/src/scripts/lint_roadmap_complexity.py +220 -0
  917. package/src/scripts/lint_role_experiences.py +255 -0
  918. package/src/scripts/lint_rule_interactions.py +170 -0
  919. package/src/scripts/lint_rule_tiers.py +90 -0
  920. package/src/scripts/lint_showcase_sessions.py +148 -0
  921. package/src/scripts/lint_skill_tools.py +168 -0
  922. package/src/scripts/lint_topics_yaml.py +89 -0
  923. package/src/scripts/lint_trust_coherence.py +212 -0
  924. package/src/scripts/lint_value_dashboard.py +218 -0
  925. package/src/scripts/mcp_parity_smoke.py +316 -0
  926. package/src/scripts/mcp_registry_submit.sh +187 -0
  927. package/src/scripts/mcp_server/__init__.py +19 -0
  928. package/src/scripts/mcp_server/consumer_tool_catalog.json +276 -0
  929. package/src/scripts/mcp_server/prompts.py +442 -0
  930. package/src/scripts/mcp_server/resources.py +201 -0
  931. package/src/scripts/mcp_server/tools.py +950 -0
  932. package/src/scripts/measure_augment_budget.py +214 -0
  933. package/src/scripts/measure_density.py +232 -0
  934. package/src/scripts/measure_frugality_savings.py +164 -0
  935. package/src/scripts/measure_markitdown_lift.py +127 -0
  936. package/src/scripts/measure_patterns.py +376 -0
  937. package/src/scripts/measure_projection_bytes.py +159 -0
  938. package/src/scripts/measure_rule_budget.py +347 -0
  939. package/src/scripts/measure_skill_reduction.py +102 -0
  940. package/src/scripts/migrate_command_suggestions.py +151 -0
  941. package/src/scripts/migrate_frontmatter_defaults.py +245 -0
  942. package/src/scripts/mine_session.py +279 -0
  943. package/src/scripts/move_artefact.py +143 -0
  944. package/src/scripts/new_skill.py +148 -0
  945. package/src/scripts/pack_dependency_allowlist.json +70 -0
  946. package/src/scripts/pack_mcp_content.py +293 -0
  947. package/src/scripts/plan_physical_move.py +353 -0
  948. package/src/scripts/print_required_checks.py +196 -0
  949. package/src/scripts/probe_projection_fidelity.py +202 -0
  950. package/src/scripts/profile_staleness_hook.py +69 -0
  951. package/src/scripts/profile_use.py +164 -0
  952. package/src/scripts/project_thin_rules.py +168 -0
  953. package/src/scripts/prototype_lint_contradictions.py +150 -0
  954. package/src/scripts/prove_pack_extractable.py +187 -0
  955. package/src/scripts/recruit_preflight.sh +152 -0
  956. package/src/scripts/refine_ticket_detect.py +646 -0
  957. package/src/scripts/release.py +1091 -0
  958. package/src/scripts/render_benchmark_md.py +312 -0
  959. package/src/scripts/render_value_md.py +347 -0
  960. package/src/scripts/repro/repro_marketplace_install_gap.sh +161 -0
  961. package/src/scripts/roadmap_progress_hook.py +274 -0
  962. package/src/scripts/router_telemetry.py +470 -0
  963. package/src/scripts/run_skill_evals.py +185 -0
  964. package/src/scripts/runtime_registry.py +166 -0
  965. package/src/scripts/schemas/command.schema.json +219 -0
  966. package/src/scripts/schemas/flow.schema.json +59 -0
  967. package/src/scripts/schemas/pack.schema.json +95 -0
  968. package/src/scripts/schemas/rule.schema.json +145 -0
  969. package/src/scripts/score_skill_selection.py +198 -0
  970. package/src/scripts/skill_collision_clusters.py +162 -0
  971. package/src/scripts/skill_discovery.py +254 -0
  972. package/src/scripts/skill_linter.py +3694 -0
  973. package/src/scripts/skill_overlap.py +204 -0
  974. package/src/scripts/skill_preview.py +179 -0
  975. package/src/scripts/skill_tools/audit_persona_coverage.py +147 -0
  976. package/src/scripts/skill_tools/audit_user_type_coverage.py +148 -0
  977. package/src/scripts/skill_tools/run_block_d_eval.py +129 -0
  978. package/src/scripts/skill_tools/score_skill_relevance.py +169 -0
  979. package/src/scripts/skill_tools/suggest_skill_for_task.py +113 -0
  980. package/src/scripts/skill_trigger_eval.py +682 -0
  981. package/src/scripts/skill_usage_collect.py +191 -0
  982. package/src/scripts/skill_usage_report.py +162 -0
  983. package/src/scripts/smoke/kernel.sh +107 -0
  984. package/src/scripts/smoke/router.sh +148 -0
  985. package/src/scripts/smoke/schema.sh +78 -0
  986. package/src/scripts/smoke/skills.sh +112 -0
  987. package/src/scripts/smoke_path_resolution.py +93 -0
  988. package/src/scripts/smoke_quickstart.py +144 -0
  989. package/src/scripts/snapshot_agent_outputs.py +144 -0
  990. package/src/scripts/spotcheck_thin_root.py +134 -0
  991. package/src/scripts/sync_agent_settings.py +180 -0
  992. package/src/scripts/sync_github_metadata.py +147 -0
  993. package/src/scripts/sync_gitignore.py +291 -0
  994. package/src/scripts/telegraph_stats.py +119 -0
  995. package/src/scripts/trigger_coverage.py +129 -0
  996. package/src/scripts/update_counts.py +199 -0
  997. package/src/scripts/update_prices.py +125 -0
  998. package/src/scripts/validate_agent_settings.py +124 -0
  999. package/src/scripts/validate_decision_engine.py +136 -0
  1000. package/src/scripts/validate_discovery_manifest.py +94 -0
  1001. package/src/scripts/validate_frontmatter.py +647 -0
  1002. package/src/scripts/validate_pack_yaml.py +179 -0
  1003. package/src/scripts/verify_physical_move.py +185 -0
  1004. package/src/scripts/wrapper_freshness_hook.py +86 -0
  1005. package/.agent-src/README.md +0 -64
  1006. package/.agent-src/commands/agent-handoff.md +0 -120
  1007. package/.agent-src/commands/agent-status.md +0 -136
  1008. package/.agent-src/commands/agents/audit.md +0 -157
  1009. package/.agent-src/commands/agents/init.md +0 -191
  1010. package/.agent-src/commands/agents/optimize.md +0 -186
  1011. package/.agent-src/commands/agents/user/accept.md +0 -121
  1012. package/.agent-src/commands/agents/user/init.md +0 -161
  1013. package/.agent-src/commands/agents/user/review.md +0 -111
  1014. package/.agent-src/commands/agents/user/show.md +0 -113
  1015. package/.agent-src/commands/agents/user/update.md +0 -102
  1016. package/.agent-src/commands/agents/user.md +0 -70
  1017. package/.agent-src/commands/agents.md +0 -61
  1018. package/.agent-src/commands/analytics/prune.md +0 -70
  1019. package/.agent-src/commands/analytics/show.md +0 -99
  1020. package/.agent-src/commands/analytics.md +0 -56
  1021. package/.agent-src/commands/analyze-reference-repo.md +0 -203
  1022. package/.agent-src/commands/bug-fix.md +0 -192
  1023. package/.agent-src/commands/bug-investigate.md +0 -185
  1024. package/.agent-src/commands/challenge-me/vision.md +0 -353
  1025. package/.agent-src/commands/challenge-me/with-docs.md +0 -338
  1026. package/.agent-src/commands/challenge-me.md +0 -67
  1027. package/.agent-src/commands/chat-history/import.md +0 -171
  1028. package/.agent-src/commands/chat-history/learn.md +0 -183
  1029. package/.agent-src/commands/chat-history/show.md +0 -111
  1030. package/.agent-src/commands/chat-history.md +0 -58
  1031. package/.agent-src/commands/check-current-md.md +0 -142
  1032. package/.agent-src/commands/commit/in-chunks.md +0 -145
  1033. package/.agent-src/commands/commit.md +0 -190
  1034. package/.agent-src/commands/condense.md +0 -235
  1035. package/.agent-src/commands/context/create.md +0 -180
  1036. package/.agent-src/commands/context/refactor.md +0 -182
  1037. package/.agent-src/commands/context.md +0 -50
  1038. package/.agent-src/commands/cost-report.md +0 -130
  1039. package/.agent-src/commands/council/analysis.md +0 -146
  1040. package/.agent-src/commands/council/debate.md +0 -133
  1041. package/.agent-src/commands/council/default.md +0 -288
  1042. package/.agent-src/commands/council/design.md +0 -106
  1043. package/.agent-src/commands/council/optimize.md +0 -122
  1044. package/.agent-src/commands/council/pr.md +0 -129
  1045. package/.agent-src/commands/council.md +0 -106
  1046. package/.agent-src/commands/create-pr/description-only.md +0 -159
  1047. package/.agent-src/commands/create-pr.md +0 -249
  1048. package/.agent-src/commands/e2e-heal.md +0 -109
  1049. package/.agent-src/commands/e2e-plan.md +0 -96
  1050. package/.agent-src/commands/estimate-ticket.md +0 -88
  1051. package/.agent-src/commands/feature/dev.md +0 -123
  1052. package/.agent-src/commands/feature/explore.md +0 -190
  1053. package/.agent-src/commands/feature/plan.md +0 -332
  1054. package/.agent-src/commands/feature/refactor.md +0 -193
  1055. package/.agent-src/commands/feature/roadmap.md +0 -221
  1056. package/.agent-src/commands/feature.md +0 -58
  1057. package/.agent-src/commands/fix/ci.md +0 -58
  1058. package/.agent-src/commands/fix/portability.md +0 -106
  1059. package/.agent-src/commands/fix/pr-bot-comments.md +0 -156
  1060. package/.agent-src/commands/fix/pr-comments.md +0 -68
  1061. package/.agent-src/commands/fix/pr-developer-comments.md +0 -162
  1062. package/.agent-src/commands/fix/refs.md +0 -103
  1063. package/.agent-src/commands/fix/seeder.md +0 -157
  1064. package/.agent-src/commands/fix.md +0 -60
  1065. package/.agent-src/commands/ghostwriter/delete.md +0 -122
  1066. package/.agent-src/commands/ghostwriter/fetch.md +0 -189
  1067. package/.agent-src/commands/ghostwriter/list.md +0 -106
  1068. package/.agent-src/commands/ghostwriter/show.md +0 -117
  1069. package/.agent-src/commands/ghostwriter/write.md +0 -164
  1070. package/.agent-src/commands/ghostwriter.md +0 -100
  1071. package/.agent-src/commands/grill-me.md +0 -44
  1072. package/.agent-src/commands/image/analyse.md +0 -51
  1073. package/.agent-src/commands/image/create.md +0 -53
  1074. package/.agent-src/commands/image/verify.md +0 -48
  1075. package/.agent-src/commands/image.md +0 -69
  1076. package/.agent-src/commands/implement-ticket.md +0 -165
  1077. package/.agent-src/commands/jira-ticket.md +0 -80
  1078. package/.agent-src/commands/judge/on-diff.md +0 -123
  1079. package/.agent-src/commands/judge/solo.md +0 -95
  1080. package/.agent-src/commands/judge/steps.md +0 -93
  1081. package/.agent-src/commands/judge.md +0 -60
  1082. package/.agent-src/commands/knowledge/cross-repo.md +0 -71
  1083. package/.agent-src/commands/knowledge/forget.md +0 -96
  1084. package/.agent-src/commands/knowledge/ingest.md +0 -114
  1085. package/.agent-src/commands/knowledge/list.md +0 -94
  1086. package/.agent-src/commands/knowledge.md +0 -69
  1087. package/.agent-src/commands/memory/add.md +0 -146
  1088. package/.agent-src/commands/memory/learn-low-impact.md +0 -147
  1089. package/.agent-src/commands/memory/load.md +0 -175
  1090. package/.agent-src/commands/memory/mine-session.md +0 -156
  1091. package/.agent-src/commands/memory/promote.md +0 -194
  1092. package/.agent-src/commands/memory/propose.md +0 -121
  1093. package/.agent-src/commands/memory.md +0 -56
  1094. package/.agent-src/commands/mode.md +0 -129
  1095. package/.agent-src/commands/module/create.md +0 -143
  1096. package/.agent-src/commands/module/explore.md +0 -197
  1097. package/.agent-src/commands/module.md +0 -50
  1098. package/.agent-src/commands/optimize/agents-dir.md +0 -118
  1099. package/.agent-src/commands/optimize/augmentignore.md +0 -311
  1100. package/.agent-src/commands/optimize/rtk.md +0 -160
  1101. package/.agent-src/commands/optimize/skills.md +0 -131
  1102. package/.agent-src/commands/optimize-prompt.md +0 -66
  1103. package/.agent-src/commands/optimize.md +0 -56
  1104. package/.agent-src/commands/orchestrate.md +0 -128
  1105. package/.agent-src/commands/override/create.md +0 -107
  1106. package/.agent-src/commands/override/manage.md +0 -106
  1107. package/.agent-src/commands/override.md +0 -50
  1108. package/.agent-src/commands/package-reset.md +0 -162
  1109. package/.agent-src/commands/package-test.md +0 -238
  1110. package/.agent-src/commands/post-as/ghostwriter.md +0 -70
  1111. package/.agent-src/commands/post-as/me.md +0 -128
  1112. package/.agent-src/commands/post-as.md +0 -62
  1113. package/.agent-src/commands/prediction-pool.md +0 -234
  1114. package/.agent-src/commands/prepare-for-review.md +0 -106
  1115. package/.agent-src/commands/profile/activate.md +0 -81
  1116. package/.agent-src/commands/profile/deactivate.md +0 -68
  1117. package/.agent-src/commands/profile/show.md +0 -70
  1118. package/.agent-src/commands/profile.md +0 -68
  1119. package/.agent-src/commands/project-analyze.md +0 -320
  1120. package/.agent-src/commands/project-health.md +0 -105
  1121. package/.agent-src/commands/quality-fix.md +0 -137
  1122. package/.agent-src/commands/refine-ticket.md +0 -94
  1123. package/.agent-src/commands/research/deep.md +0 -154
  1124. package/.agent-src/commands/research/report.md +0 -139
  1125. package/.agent-src/commands/research.md +0 -177
  1126. package/.agent-src/commands/review-changes.md +0 -205
  1127. package/.agent-src/commands/review-routing.md +0 -117
  1128. package/.agent-src/commands/roadmap/ai-council.md +0 -188
  1129. package/.agent-src/commands/roadmap/create.md +0 -213
  1130. package/.agent-src/commands/roadmap/process-full.md +0 -108
  1131. package/.agent-src/commands/roadmap/process-phase.md +0 -74
  1132. package/.agent-src/commands/roadmap/process-step.md +0 -62
  1133. package/.agent-src/commands/roadmap.md +0 -78
  1134. package/.agent-src/commands/rule-compliance-audit.md +0 -148
  1135. package/.agent-src/commands/set-cost-profile.md +0 -117
  1136. package/.agent-src/commands/skill/preview.md +0 -67
  1137. package/.agent-src/commands/skill.md +0 -48
  1138. package/.agent-src/commands/skills/discover.md +0 -76
  1139. package/.agent-src/commands/skills.md +0 -56
  1140. package/.agent-src/commands/sync-agent-settings.md +0 -139
  1141. package/.agent-src/commands/sync-gitignore/fix.md +0 -147
  1142. package/.agent-src/commands/sync-gitignore.md +0 -138
  1143. package/.agent-src/commands/tests/create.md +0 -83
  1144. package/.agent-src/commands/tests/execute.md +0 -67
  1145. package/.agent-src/commands/tests.md +0 -50
  1146. package/.agent-src/commands/threat-model.md +0 -125
  1147. package/.agent-src/commands/update-form-request-messages.md +0 -199
  1148. package/.agent-src/commands/upstream-contribute.md +0 -181
  1149. package/.agent-src/commands/video/from-script.md +0 -127
  1150. package/.agent-src/commands/video/from-song.md +0 -351
  1151. package/.agent-src/commands/video/scene.md +0 -96
  1152. package/.agent-src/commands/video/stitch.md +0 -87
  1153. package/.agent-src/commands/video/storyboard.md +0 -99
  1154. package/.agent-src/commands/video.md +0 -73
  1155. package/.agent-src/commands/work.md +0 -166
  1156. package/.agent-src/contexts/authority/commit-mechanics.md +0 -93
  1157. package/.agent-src/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md +0 -98
  1158. package/.agent-src/contexts/contracts/artifact-engagement-flow.md +0 -259
  1159. package/.agent-src/contexts/contracts/consumer-agents-md-guide.md +0 -127
  1160. package/.agent-src/contexts/contracts/emergency-triage-block.md +0 -53
  1161. package/.agent-src/personas/README.md +0 -114
  1162. package/.agent-src/profiles/agency.yml +0 -27
  1163. package/.agent-src/profiles/content_creator.yml +0 -30
  1164. package/.agent-src/profiles/developer.yml +0 -26
  1165. package/.agent-src/profiles/finance.yml +0 -24
  1166. package/.agent-src/profiles/founder.yml +0 -25
  1167. package/.agent-src/profiles/ops.yml +0 -25
  1168. package/.agent-src/rules/ask-when-uncertain.md +0 -70
  1169. package/.agent-src/rules/augment-edit-discipline.md +0 -31
  1170. package/.agent-src/rules/augment-source-of-truth.md +0 -75
  1171. package/.agent-src/rules/commit-policy.md +0 -59
  1172. package/.agent-src/rules/direct-answers.md +0 -64
  1173. package/.agent-src/rules/domain-adoption-policy.md +0 -160
  1174. package/.agent-src/rules/language-and-tone.md +0 -64
  1175. package/.agent-src/rules/linked-projects-onboarding-gate.md +0 -79
  1176. package/.agent-src/rules/media-governance-routing.md +0 -85
  1177. package/.agent-src/rules/missing-tool-handling.md +0 -76
  1178. package/.agent-src/rules/model-recommendation.md +0 -85
  1179. package/.agent-src/rules/no-attribution-footers.md +0 -57
  1180. package/.agent-src/rules/no-cheap-questions.md +0 -75
  1181. package/.agent-src/rules/no-pr-progress-comments.md +0 -109
  1182. package/.agent-src/rules/no-roadmap-references.md +0 -141
  1183. package/.agent-src/rules/non-destructive-by-default.md +0 -58
  1184. package/.agent-src/rules/persona-governance.md +0 -93
  1185. package/.agent-src/rules/preservation-guard.md +0 -97
  1186. package/.agent-src/rules/provider-lifecycle-discipline.md +0 -78
  1187. package/.agent-src/rules/roadmap-progress-sync.md +0 -99
  1188. package/.agent-src/rules/scope-control.md +0 -68
  1189. package/.agent-src/rules/user-interrupt-priority.md +0 -49
  1190. package/.agent-src/rules/verify-before-complete.md +0 -78
  1191. package/.agent-src/scripts/update_roadmap_progress.py +0 -416
  1192. package/.agent-src/skills/accessibility-auditor/SKILL.md +0 -136
  1193. package/.agent-src/skills/agents-md-thin-root/SKILL.md +0 -143
  1194. package/.agent-src/skills/api-design/SKILL.md +0 -112
  1195. package/.agent-src/skills/api-endpoint/SKILL.md +0 -94
  1196. package/.agent-src/skills/authz-review/SKILL.md +0 -180
  1197. package/.agent-src/skills/blade-ui/SKILL.md +0 -129
  1198. package/.agent-src/skills/character-consistency/SKILL.md +0 -141
  1199. package/.agent-src/skills/check-refs/SKILL.md +0 -96
  1200. package/.agent-src/skills/code-review/SKILL.md +0 -224
  1201. package/.agent-src/skills/command-writing/SKILL.md +0 -282
  1202. package/.agent-src/skills/condense-memory/SKILL.md +0 -123
  1203. package/.agent-src/skills/context-document/SKILL.md +0 -160
  1204. package/.agent-src/skills/dashboard-design/SKILL.md +0 -123
  1205. package/.agent-src/skills/database/SKILL.md +0 -103
  1206. package/.agent-src/skills/deep-reading-analyst/SKILL.md +0 -198
  1207. package/.agent-src/skills/design-review/SKILL.md +0 -233
  1208. package/.agent-src/skills/existing-ui-audit/SKILL.md +0 -209
  1209. package/.agent-src/skills/fe-design/SKILL.md +0 -255
  1210. package/.agent-src/skills/feature-planning/SKILL.md +0 -271
  1211. package/.agent-src/skills/flux/SKILL.md +0 -121
  1212. package/.agent-src/skills/jira-integration/SKILL.md +0 -187
  1213. package/.agent-src/skills/lint-skills/SKILL.md +0 -95
  1214. package/.agent-src/skills/livewire/SKILL.md +0 -134
  1215. package/.agent-src/skills/md-language-check/SKILL.md +0 -130
  1216. package/.agent-src/skills/merge-conflicts/SKILL.md +0 -195
  1217. package/.agent-src/skills/motion-choreographer/SKILL.md +0 -171
  1218. package/.agent-src/skills/persona-writing/SKILL.md +0 -158
  1219. package/.agent-src/skills/react-shadcn-ui/SKILL.md +0 -213
  1220. package/.agent-src/skills/readme-reviewer/SKILL.md +0 -242
  1221. package/.agent-src/skills/readme-writing/SKILL.md +0 -240
  1222. package/.agent-src/skills/readme-writing-package/SKILL.md +0 -350
  1223. package/.agent-src/skills/roadmap-management/SKILL.md +0 -461
  1224. package/.agent-src/skills/rule-refactor/SKILL.md +0 -149
  1225. package/.agent-src/skills/rule-writing/SKILL.md +0 -277
  1226. package/.agent-src/skills/scene-expander/SKILL.md +0 -147
  1227. package/.agent-src/skills/scene-expander/scene-blueprint.schema.yaml +0 -108
  1228. package/.agent-src/skills/script-writing/SKILL.md +0 -231
  1229. package/.agent-src/skills/sentry-integration/SKILL.md +0 -175
  1230. package/.agent-src/skills/song-to-script/SKILL.md +0 -216
  1231. package/.agent-src/skills/sql-writing/SKILL.md +0 -79
  1232. package/.agent-src/skills/tailwind-engineer/SKILL.md +0 -148
  1233. package/.agent-src/skills/technical-specification/SKILL.md +0 -251
  1234. package/.agent-src/skills/threat-modeling/SKILL.md +0 -197
  1235. package/.agent-src/skills/upstream-contribute/SKILL.md +0 -261
  1236. package/.agent-src/templates/AGENTS.md +0 -34
  1237. package/.agent-src/templates/agents/agent-project-settings.example.yml +0 -286
  1238. package/.agent-src/templates/agents/proposal.example.md +0 -155
  1239. package/.agent-src/templates/command.md +0 -105
  1240. package/.agent-src/templates/copilot-instructions.md +0 -167
  1241. package/.agent-src/templates/github-workflows/proposal-drift.yml +0 -118
  1242. package/.agent-src/templates/hooks/pre-commit-frontmatter +0 -66
  1243. package/.agent-src/templates/hooks/pre-commit-roadmap-progress +0 -99
  1244. package/.agent-src/templates/persona.md +0 -99
  1245. package/.agent-src/templates/rule.md +0 -135
  1246. package/.agent-src/templates/scripts/work_engine/directives/ui/polish.py +0 -510
  1247. package/.agent-src/templates/scripts/work_engine/directives/ui/review.py +0 -468
  1248. package/.agent-src/templates/scripts/work_engine/orchestration.py +0 -182
  1249. package/.agent-src/user-types/README.md +0 -124
  1250. package/config/agent-settings.template.yml +0 -578
  1251. package/config/discovery/packs.yml +0 -181
  1252. package/config/discovery/workspaces.yml +0 -72
  1253. package/dist/ui/assets/index-DcAWIwwY.js +0 -40
  1254. package/dist/ui/assets/index-DcAWIwwY.js.map +0 -1
  1255. package/scripts/__pycache__/validate_frontmatter.cpython-312.pyc +0 -0
  1256. package/scripts/_archive/README.md +0 -59
  1257. package/scripts/_archive/_bootstrap_tier_frontmatter.py +0 -151
  1258. package/scripts/_archive/_p43_bodies.py +0 -235
  1259. package/scripts/_archive/_p43_condense.py +0 -118
  1260. package/scripts/_archive/_p4_migrate.py +0 -199
  1261. package/scripts/_cli/cmd_doctor.py +0 -1583
  1262. package/scripts/_cli/cmd_export.py +0 -157
  1263. package/scripts/_cli/cmd_migrate.py +0 -437
  1264. package/scripts/_cli/cmd_refresh.py +0 -173
  1265. package/scripts/_cli/cmd_settings_migrate.py +0 -147
  1266. package/scripts/_cli/cmd_update.py +0 -279
  1267. package/scripts/_cli/cmd_upgrade.py +0 -142
  1268. package/scripts/_cli/cmd_versions.py +0 -160
  1269. package/scripts/_dispatch.bash +0 -1126
  1270. package/scripts/_lib/__pycache__/__init__.cpython-312.pyc +0 -0
  1271. package/scripts/_lib/__pycache__/agent_src.cpython-312.pyc +0 -0
  1272. package/scripts/_lib/agent_src.py +0 -187
  1273. package/scripts/_lib/bench_ab_cache.py +0 -162
  1274. package/scripts/_lib/changelog_eras.py +0 -330
  1275. package/scripts/_lib/claude_desktop_bundler.py +0 -238
  1276. package/scripts/_lib/install_regenerator.py +0 -129
  1277. package/scripts/_lib/installed_lock.py +0 -256
  1278. package/scripts/_lib/scope_guard.sh +0 -162
  1279. package/scripts/_lib/value_ladder.py +0 -696
  1280. package/scripts/_lib/value_report.py +0 -455
  1281. package/scripts/_phase4_bucket.py +0 -210
  1282. package/scripts/_pilot_measure.py +0 -53
  1283. package/scripts/adoption_report.py +0 -195
  1284. package/scripts/adoption_snapshot.py +0 -219
  1285. package/scripts/adoption_status.py +0 -166
  1286. package/scripts/agent-config +0 -57
  1287. package/scripts/ai-video/adapters/gemini-veo.sh +0 -62
  1288. package/scripts/ai-video/adapters/higgsfield.sh +0 -245
  1289. package/scripts/ai-video/adapters/kling.sh +0 -59
  1290. package/scripts/ai-video/adapters/openai-images.sh +0 -143
  1291. package/scripts/ai-video/adapters/sora.sh +0 -60
  1292. package/scripts/ai-video/lib/adapter-common.sh +0 -116
  1293. package/scripts/ai-video/lib/adapter-contract.md +0 -163
  1294. package/scripts/ai-video/lib/fixtures/gemini-veo/result.json +0 -1
  1295. package/scripts/ai-video/lib/fixtures/higgsfield/result.json +0 -1
  1296. package/scripts/ai-video/lib/fixtures/kling/result.json +0 -1
  1297. package/scripts/ai-video/lib/fixtures/openai-images/result.json +0 -1
  1298. package/scripts/ai-video/lib/fixtures/sora/result.json +0 -1
  1299. package/scripts/ai-video/lib/load-config.sh +0 -140
  1300. package/scripts/ai-video/lib/validate-deps.sh +0 -132
  1301. package/scripts/ai-video/stitch.sh +0 -154
  1302. package/scripts/ai-video/test-pipeline.sh +0 -169
  1303. package/scripts/ai_council/advisors.py +0 -148
  1304. package/scripts/ai_council/clients.py +0 -1385
  1305. package/scripts/ai_council/compile_corpus.py +0 -179
  1306. package/scripts/ai_council/events_log.py +0 -141
  1307. package/scripts/ai_council/one_off_archive/2026-05/_one_off_2a4_acceptance.py +0 -208
  1308. package/scripts/ai_council/one_off_archive/2026-05/_one_off_budget_v2_audit.py +0 -206
  1309. package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_estimate.py +0 -67
  1310. package/scripts/ai_council/one_off_archive/2026-05/_one_off_context_layer_v1_review.py +0 -292
  1311. package/scripts/ai_council/one_off_archive/2026-05/_one_off_followups_review.py +0 -259
  1312. package/scripts/ai_council/one_off_archive/2026-05/_one_off_nondestructive_inline_audit.py +0 -209
  1313. package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase4_dispatch_latency.py +0 -108
  1314. package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase6_trigger_jaccard.py +0 -92
  1315. package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_budget_rebalance.py +0 -257
  1316. package/scripts/ai_council/one_off_archive/2026-05/_one_off_phase_2a_post_revert.py +0 -197
  1317. package/scripts/ai_council/one_off_archive/2026-05/_one_off_rebalancing_audit.py +0 -149
  1318. package/scripts/ai_council/one_off_archive/2026-05/_one_off_roundtrip.py +0 -111
  1319. package/scripts/ai_council/one_off_archive/2026-05/_one_off_rule_hardening_v1.py +0 -251
  1320. package/scripts/ai_council/one_off_archive/2026-05/_one_off_silent_taskfiles.py +0 -98
  1321. package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_open_questions.py +0 -232
  1322. package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_optimization.py +0 -144
  1323. package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_gaps.py +0 -252
  1324. package/scripts/ai_council/one_off_archive/2026-05/_one_off_structural_v3_review.py +0 -240
  1325. package/scripts/ai_council/one_off_archive/2026-05/_one_off_tier_retrofit.py +0 -180
  1326. package/scripts/ai_council/pricing.py +0 -215
  1327. package/scripts/ai_council/session.py +0 -366
  1328. package/scripts/annotate_discovery.py +0 -149
  1329. package/scripts/apply_modules_config.py +0 -290
  1330. package/scripts/audit_adr_coverage.py +0 -175
  1331. package/scripts/audit_auto_rules.py +0 -175
  1332. package/scripts/audit_cloud_compatibility.py +0 -362
  1333. package/scripts/audit_command_surface.py +0 -374
  1334. package/scripts/audit_initial_context.py +0 -234
  1335. package/scripts/audit_likelihood.py +0 -148
  1336. package/scripts/audit_mcp_tools.py +0 -146
  1337. package/scripts/audit_overlap.py +0 -145
  1338. package/scripts/audit_user_type_axis.py +0 -140
  1339. package/scripts/backfill_model_tier.py +0 -182
  1340. package/scripts/bench_ab_cache_dispatch.py +0 -68
  1341. package/scripts/bench_ab_clone.py +0 -170
  1342. package/scripts/bench_ab_diff.py +0 -220
  1343. package/scripts/bench_ab_integrity.py +0 -143
  1344. package/scripts/bench_ab_run.py +0 -235
  1345. package/scripts/bench_ab_task_runner.py +0 -369
  1346. package/scripts/bench_ab_tracka_run.py +0 -202
  1347. package/scripts/bench_baseline_ready.py +0 -108
  1348. package/scripts/bench_condense_memory.py +0 -168
  1349. package/scripts/bench_drift_check.py +0 -151
  1350. package/scripts/bench_per_tool.py +0 -216
  1351. package/scripts/bench_rtk_savings.py +0 -320
  1352. package/scripts/bench_run.py +0 -272
  1353. package/scripts/bench_runner.py +0 -158
  1354. package/scripts/build_cloud_bundle.py +0 -458
  1355. package/scripts/build_discovery_manifest.py +0 -679
  1356. package/scripts/build_linear_digest.py +0 -260
  1357. package/scripts/build_mcp_registry_manifest.py +0 -181
  1358. package/scripts/build_rule_trigger_matrix.py +0 -350
  1359. package/scripts/capture_showcase_session.py +0 -361
  1360. package/scripts/check_always_budget.py +0 -532
  1361. package/scripts/check_artefact_checksums.py +0 -111
  1362. package/scripts/check_augment_description_cap.py +0 -79
  1363. package/scripts/check_augmentignore.py +0 -72
  1364. package/scripts/check_beta_review_markers.py +0 -127
  1365. package/scripts/check_cluster_patterns.py +0 -175
  1366. package/scripts/check_command_count_messaging.py +0 -158
  1367. package/scripts/check_condensation.py +0 -375
  1368. package/scripts/check_condensed_paths.py +0 -221
  1369. package/scripts/check_context_paths.py +0 -202
  1370. package/scripts/check_council_references.py +0 -228
  1371. package/scripts/check_discovery_determinism.py +0 -70
  1372. package/scripts/check_gate_paths.py +0 -117
  1373. package/scripts/check_module_management_neutral.py +0 -149
  1374. package/scripts/check_no_roadmap_refs.py +0 -155
  1375. package/scripts/check_one_off_location.py +0 -81
  1376. package/scripts/check_overlay_cascade_subdirs.py +0 -129
  1377. package/scripts/check_portability.py +0 -574
  1378. package/scripts/check_public_catalog_links.py +0 -125
  1379. package/scripts/check_public_links.py +0 -185
  1380. package/scripts/check_references.py +0 -541
  1381. package/scripts/check_release_includes_discovery.py +0 -61
  1382. package/scripts/check_release_pr_shape.py +0 -119
  1383. package/scripts/check_release_published.py +0 -145
  1384. package/scripts/check_reply_consistency.py +0 -169
  1385. package/scripts/check_roadmap_trackable.py +0 -114
  1386. package/scripts/check_role_doc_links.py +0 -110
  1387. package/scripts/check_safety_floor_untouched.py +0 -125
  1388. package/scripts/check_skill_requires.py +0 -143
  1389. package/scripts/check_template_pin_drift.py +0 -129
  1390. package/scripts/check_test_coverage_diff.py +0 -180
  1391. package/scripts/check_token_optimizer_freshness.py +0 -146
  1392. package/scripts/check_update_banner.py +0 -86
  1393. package/scripts/ci_time_ratio.py +0 -168
  1394. package/scripts/compile_router.py +0 -232
  1395. package/scripts/condense.py +0 -1649
  1396. package/scripts/condense_memory.py +0 -178
  1397. package/scripts/config/profiles.py +0 -188
  1398. package/scripts/config/session_profiles.py +0 -492
  1399. package/scripts/cost_by_conversation.py +0 -78
  1400. package/scripts/cost_summary.py +0 -97
  1401. package/scripts/council_cli.py +0 -2544
  1402. package/scripts/cross_repo_retrieve.py +0 -172
  1403. package/scripts/discovery_stats.py +0 -70
  1404. package/scripts/extract_audit_patterns.py +0 -202
  1405. package/scripts/first_run_gate_hook.py +0 -178
  1406. package/scripts/gen_discovery_baseline.py +0 -127
  1407. package/scripts/generate_catalog.py +0 -116
  1408. package/scripts/generate_index.py +0 -302
  1409. package/scripts/generate_ownership_matrix.py +0 -378
  1410. package/scripts/generate_pack_manifests.py +0 -183
  1411. package/scripts/hook_manifest.yaml +0 -234
  1412. package/scripts/hooks/dispatch_hook.py +0 -461
  1413. package/scripts/hooks/replay_hook.py +0 -144
  1414. package/scripts/hooks_doctor.py +0 -223
  1415. package/scripts/hooks_status.py +0 -157
  1416. package/scripts/install +0 -424
  1417. package/scripts/install-hooks.sh +0 -185
  1418. package/scripts/install.py +0 -5027
  1419. package/scripts/install.sh +0 -1140
  1420. package/scripts/inventory_abstraction_budget.py +0 -621
  1421. package/scripts/inventory_frontmatter.py +0 -164
  1422. package/scripts/inventory_meta_layers.py +0 -288
  1423. package/scripts/iron_law_sha.py +0 -107
  1424. package/scripts/linked_projects_list.py +0 -91
  1425. package/scripts/lint_agents_layout.py +0 -191
  1426. package/scripts/lint_agents_md.py +0 -208
  1427. package/scripts/lint_archived_skills.py +0 -159
  1428. package/scripts/lint_artefact_frontmatter.py +0 -180
  1429. package/scripts/lint_bench_ab.py +0 -172
  1430. package/scripts/lint_bench_corpus.py +0 -255
  1431. package/scripts/lint_command_tiers.py +0 -128
  1432. package/scripts/lint_commit_subjects.py +0 -139
  1433. package/scripts/lint_context_spine_usage.py +0 -137
  1434. package/scripts/lint_discovery_manifest.py +0 -136
  1435. package/scripts/lint_discovery_vocabulary.py +0 -156
  1436. package/scripts/lint_examples.py +0 -102
  1437. package/scripts/lint_explain_trace.py +0 -80
  1438. package/scripts/lint_featured_skills.py +0 -139
  1439. package/scripts/lint_framework_leakage.py +0 -375
  1440. package/scripts/lint_framework_leakage_allowlist.json +0 -575
  1441. package/scripts/lint_frontmatter_boilerplate.py +0 -77
  1442. package/scripts/lint_ghostwriter_source.py +0 -240
  1443. package/scripts/lint_handoffs.py +0 -217
  1444. package/scripts/lint_hook_concern_budget.py +0 -207
  1445. package/scripts/lint_hook_manifest.py +0 -217
  1446. package/scripts/lint_load_context.py +0 -196
  1447. package/scripts/lint_marketplace.py +0 -180
  1448. package/scripts/lint_marketplace_install_completeness.py +0 -188
  1449. package/scripts/lint_mcp_registry_manifest.py +0 -69
  1450. package/scripts/lint_media_policy_linkage.py +0 -140
  1451. package/scripts/lint_model_tier_coverage.py +0 -73
  1452. package/scripts/lint_namespace.py +0 -135
  1453. package/scripts/lint_no_new_atomic_commands.py +0 -180
  1454. package/scripts/lint_one_off_age.py +0 -184
  1455. package/scripts/lint_orchestration_dsl.py +0 -217
  1456. package/scripts/lint_pack_boundaries.py +0 -147
  1457. package/scripts/lint_pack_first_win.py +0 -103
  1458. package/scripts/lint_persona_governance.py +0 -164
  1459. package/scripts/lint_positioning.py +0 -143
  1460. package/scripts/lint_regression.py +0 -232
  1461. package/scripts/lint_roadmap_ci_steps.py +0 -186
  1462. package/scripts/lint_roadmap_complexity.py +0 -220
  1463. package/scripts/lint_role_experiences.py +0 -237
  1464. package/scripts/lint_rule_interactions.py +0 -170
  1465. package/scripts/lint_rule_tiers.py +0 -90
  1466. package/scripts/lint_showcase_sessions.py +0 -148
  1467. package/scripts/lint_skill_tools.py +0 -168
  1468. package/scripts/lint_topics_yaml.py +0 -89
  1469. package/scripts/lint_trust_coherence.py +0 -212
  1470. package/scripts/lint_value_dashboard.py +0 -218
  1471. package/scripts/mcp_parity_smoke.py +0 -164
  1472. package/scripts/mcp_registry_submit.sh +0 -187
  1473. package/scripts/mcp_server/__init__.py +0 -19
  1474. package/scripts/mcp_server/consumer_tool_catalog.json +0 -275
  1475. package/scripts/mcp_server/prompts.py +0 -441
  1476. package/scripts/mcp_server/resources.py +0 -201
  1477. package/scripts/mcp_server/tools.py +0 -838
  1478. package/scripts/measure_augment_budget.py +0 -214
  1479. package/scripts/measure_density.py +0 -232
  1480. package/scripts/measure_frugality_savings.py +0 -164
  1481. package/scripts/measure_markitdown_lift.py +0 -127
  1482. package/scripts/measure_patterns.py +0 -376
  1483. package/scripts/measure_projection_bytes.py +0 -159
  1484. package/scripts/measure_rule_budget.py +0 -347
  1485. package/scripts/measure_skill_reduction.py +0 -102
  1486. package/scripts/migrate_command_suggestions.py +0 -151
  1487. package/scripts/migrate_frontmatter_defaults.py +0 -245
  1488. package/scripts/mine_session.py +0 -279
  1489. package/scripts/move_artefact.py +0 -143
  1490. package/scripts/new_skill.py +0 -148
  1491. package/scripts/pack_mcp_content.py +0 -288
  1492. package/scripts/plan_physical_move.py +0 -353
  1493. package/scripts/print_required_checks.py +0 -196
  1494. package/scripts/probe_projection_fidelity.py +0 -202
  1495. package/scripts/profile_staleness_hook.py +0 -69
  1496. package/scripts/profile_use.py +0 -125
  1497. package/scripts/project_thin_rules.py +0 -168
  1498. package/scripts/prototype_lint_contradictions.py +0 -150
  1499. package/scripts/recruit_preflight.sh +0 -152
  1500. package/scripts/refine_ticket_detect.py +0 -646
  1501. package/scripts/release.py +0 -1049
  1502. package/scripts/render_benchmark_md.py +0 -312
  1503. package/scripts/render_value_md.py +0 -347
  1504. package/scripts/repro/repro_marketplace_install_gap.sh +0 -161
  1505. package/scripts/roadmap_progress_hook.py +0 -274
  1506. package/scripts/router_telemetry.py +0 -470
  1507. package/scripts/run_skill_evals.py +0 -185
  1508. package/scripts/runtime_registry.py +0 -166
  1509. package/scripts/schemas/command.schema.json +0 -178
  1510. package/scripts/schemas/rule.schema.json +0 -145
  1511. package/scripts/score_skill_selection.py +0 -198
  1512. package/scripts/skill_collision_clusters.py +0 -162
  1513. package/scripts/skill_discovery.py +0 -254
  1514. package/scripts/skill_linter.py +0 -3686
  1515. package/scripts/skill_overlap.py +0 -204
  1516. package/scripts/skill_preview.py +0 -179
  1517. package/scripts/skill_tools/audit_persona_coverage.py +0 -147
  1518. package/scripts/skill_tools/audit_user_type_coverage.py +0 -148
  1519. package/scripts/skill_tools/run_block_d_eval.py +0 -129
  1520. package/scripts/skill_tools/score_skill_relevance.py +0 -169
  1521. package/scripts/skill_tools/suggest_skill_for_task.py +0 -113
  1522. package/scripts/skill_trigger_eval.py +0 -682
  1523. package/scripts/skill_usage_collect.py +0 -191
  1524. package/scripts/skill_usage_report.py +0 -162
  1525. package/scripts/smoke/kernel.sh +0 -107
  1526. package/scripts/smoke/router.sh +0 -148
  1527. package/scripts/smoke/schema.sh +0 -71
  1528. package/scripts/smoke/skills.sh +0 -112
  1529. package/scripts/smoke_path_resolution.py +0 -93
  1530. package/scripts/smoke_quickstart.py +0 -144
  1531. package/scripts/snapshot_agent_outputs.py +0 -144
  1532. package/scripts/spotcheck_thin_root.py +0 -134
  1533. package/scripts/sync_agent_settings.py +0 -180
  1534. package/scripts/sync_github_metadata.py +0 -147
  1535. package/scripts/sync_gitignore.py +0 -291
  1536. package/scripts/telegraph_stats.py +0 -119
  1537. package/scripts/trigger_coverage.py +0 -129
  1538. package/scripts/update_counts.py +0 -195
  1539. package/scripts/update_prices.py +0 -125
  1540. package/scripts/validate_agent_settings.py +0 -124
  1541. package/scripts/validate_decision_engine.py +0 -136
  1542. package/scripts/validate_discovery_manifest.py +0 -94
  1543. package/scripts/validate_frontmatter.py +0 -571
  1544. package/scripts/verify_physical_move.py +0 -185
  1545. /package/{.agent-src → dist/agent-src}/contexts/augment-infrastructure.md +0 -0
  1546. /package/{.agent-src → dist/agent-src}/contexts/authority/destructive-mechanics.md +0 -0
  1547. /package/{.agent-src → dist/agent-src}/contexts/authority/kernel-rule-edits.md +0 -0
  1548. /package/{.agent-src → dist/agent-src}/contexts/authority/scope-mechanics.md +0 -0
  1549. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/guidelines-mechanics.md +0 -0
  1550. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/skill-quality-mechanics.md +0 -0
  1551. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md +0 -0
  1552. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/think-before-action-mechanics.md +0 -0
  1553. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/token-efficiency-mechanics.md +0 -0
  1554. /package/{.agent-src → dist/agent-src}/contexts/communication/rules-auto/user-interaction-mechanics.md +0 -0
  1555. /package/{.agent-src → dist/agent-src}/contexts/contracts/agents-md-anatomy.md +0 -0
  1556. /package/{.agent-src → dist/agent-src}/contexts/contracts/command-suggestion-flow.md +0 -0
  1557. /package/{.agent-src → dist/agent-src}/contexts/contracts/frugality-charter.md +0 -0
  1558. /package/{.agent-src → dist/agent-src}/contexts/contracts/research-schema.md +0 -0
  1559. /package/{.agent-src → dist/agent-src}/contexts/documentation-hierarchy.md +0 -0
  1560. /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-detection.md +0 -0
  1561. /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-examples.md +0 -0
  1562. /package/{.agent-src → dist/agent-src}/contexts/execution/autonomy-mechanics.md +0 -0
  1563. /package/{.agent-src → dist/agent-src}/contexts/execution/cheap-question-mechanics.md +0 -0
  1564. /package/{.agent-src → dist/agent-src}/contexts/execution/interrupt-examples.md +0 -0
  1565. /package/{.agent-src → dist/agent-src}/contexts/execution/roadmap-process-loop.md +0 -0
  1566. /package/{.agent-src → dist/agent-src}/contexts/execution/verification-mechanics.md +0 -0
  1567. /package/{.agent-src → dist/agent-src}/contexts/judges/no-consolidate-rationale.md +0 -0
  1568. /package/{.agent-src → dist/agent-src}/contexts/judges/persona-voice-rubric.md +0 -0
  1569. /package/{.agent-src → dist/agent-src}/contexts/model-recommendations.md +0 -0
  1570. /package/{.agent-src → dist/agent-src}/contexts/override-system.md +0 -0
  1571. /package/{.agent-src → dist/agent-src}/contexts/skills-and-commands.md +0 -0
  1572. /package/{.agent-src → dist/agent-src}/contexts/subagent-configuration.md +0 -0
  1573. /package/{.agent-src → dist/agent-src}/ghostwriter/README.md +0 -0
  1574. /package/{.agent-src → dist/agent-src}/ghostwriter/fictional-fixture-v1.md +0 -0
  1575. /package/{.agent-src → dist/agent-src}/packs/README.md +0 -0
  1576. /package/{.agent-src → dist/agent-src}/packs/agency-delivery.yml +0 -0
  1577. /package/{.agent-src → dist/agent-src}/packs/content-engine.yml +0 -0
  1578. /package/{.agent-src → dist/agent-src}/packs/founder-mvp.yml +0 -0
  1579. /package/{.agent-src → dist/agent-src}/personas/_template-specialist/persona.md +0 -0
  1580. /package/{.agent-src → dist/agent-src}/personas/advisors/contrarian.md +0 -0
  1581. /package/{.agent-src → dist/agent-src}/personas/advisors/executor.md +0 -0
  1582. /package/{.agent-src → dist/agent-src}/personas/advisors/expansionist.md +0 -0
  1583. /package/{.agent-src → dist/agent-src}/personas/advisors/first-principles.md +0 -0
  1584. /package/{.agent-src → dist/agent-src}/personas/advisors/outsider.md +0 -0
  1585. /package/{.agent-src → dist/agent-src}/personas/ai-agent.md +0 -0
  1586. /package/{.agent-src → dist/agent-src}/personas/ai-video-technical-director.md +0 -0
  1587. /package/{.agent-src → dist/agent-src}/personas/backend-architect.md +0 -0
  1588. /package/{.agent-src → dist/agent-src}/personas/cmo.md +0 -0
  1589. /package/{.agent-src → dist/agent-src}/personas/critical-challenger.md +0 -0
  1590. /package/{.agent-src → dist/agent-src}/personas/customer-success-lead.md +0 -0
  1591. /package/{.agent-src → dist/agent-src}/personas/developer.md +0 -0
  1592. /package/{.agent-src → dist/agent-src}/personas/discovery-lead.md +0 -0
  1593. /package/{.agent-src → dist/agent-src}/personas/eloquent-tamer.md +0 -0
  1594. /package/{.agent-src → dist/agent-src}/personas/engineering-manager.md +0 -0
  1595. /package/{.agent-src → dist/agent-src}/personas/finance-partner.md +0 -0
  1596. /package/{.agent-src → dist/agent-src}/personas/frontend-engineer.md +0 -0
  1597. /package/{.agent-src → dist/agent-src}/personas/growth-pm.md +0 -0
  1598. /package/{.agent-src → dist/agent-src}/personas/hollywood-director.md +0 -0
  1599. /package/{.agent-src → dist/agent-src}/personas/people-strategist.md +0 -0
  1600. /package/{.agent-src → dist/agent-src}/personas/product-owner.md +0 -0
  1601. /package/{.agent-src → dist/agent-src}/personas/qa.md +0 -0
  1602. /package/{.agent-src → dist/agent-src}/personas/revops-maintainer.md +0 -0
  1603. /package/{.agent-src → dist/agent-src}/personas/revops.md +0 -0
  1604. /package/{.agent-src → dist/agent-src}/personas/security-engineer.md +0 -0
  1605. /package/{.agent-src → dist/agent-src}/personas/senior-engineer.md +0 -0
  1606. /package/{.agent-src → dist/agent-src}/personas/stakeholder.md +0 -0
  1607. /package/{.agent-src → dist/agent-src}/personas/strategist.md +0 -0
  1608. /package/{.agent-src → dist/agent-src}/personas/tech-writer.md +0 -0
  1609. /package/{.agent-src → dist/agent-src}/presets/README.md +0 -0
  1610. /package/{.agent-src → dist/agent-src}/presets/balanced.yml +0 -0
  1611. /package/{.agent-src → dist/agent-src}/presets/fast.yml +0 -0
  1612. /package/{.agent-src → dist/agent-src}/presets/strict.yml +0 -0
  1613. /package/{.agent-src → dist/agent-src}/profiles/README.md +0 -0
  1614. /package/{.agent-src → dist/agent-src}/rules/agent-authority.md +0 -0
  1615. /package/{.agent-src → dist/agent-src}/rules/analysis-skill-routing.md +0 -0
  1616. /package/{.agent-src → dist/agent-src}/rules/architecture.md +0 -0
  1617. /package/{.agent-src → dist/agent-src}/rules/artifact-drafting-protocol.md +0 -0
  1618. /package/{.agent-src → dist/agent-src}/rules/artifact-engagement-recording.md +0 -0
  1619. /package/{.agent-src → dist/agent-src}/rules/autonomous-execution.md +0 -0
  1620. /package/{.agent-src → dist/agent-src}/rules/cli-output-handling.md +0 -0
  1621. /package/{.agent-src → dist/agent-src}/rules/command-suggestion-policy.md +0 -0
  1622. /package/{.agent-src → dist/agent-src}/rules/commit-conventions.md +0 -0
  1623. /package/{.agent-src → dist/agent-src}/rules/context-hygiene.md +0 -0
  1624. /package/{.agent-src → dist/agent-src}/rules/copilot-routing.md +0 -0
  1625. /package/{.agent-src → dist/agent-src}/rules/devcontainer-routing.md +0 -0
  1626. /package/{.agent-src → dist/agent-src}/rules/docker-commands.md +0 -0
  1627. /package/{.agent-src → dist/agent-src}/rules/domain-safety-disclaimer.md +0 -0
  1628. /package/{.agent-src → dist/agent-src}/rules/domain-safety-pii.md +0 -0
  1629. /package/{.agent-src → dist/agent-src}/rules/domain-safety-retention.md +0 -0
  1630. /package/{.agent-src → dist/agent-src}/rules/downstream-changes.md +0 -0
  1631. /package/{.agent-src → dist/agent-src}/rules/engineering-safety-floor.md +0 -0
  1632. /package/{.agent-src → dist/agent-src}/rules/external-reference-deep-dive.md +0 -0
  1633. /package/{.agent-src → dist/agent-src}/rules/fast-path-marker-visibility.md +0 -0
  1634. /package/{.agent-src → dist/agent-src}/rules/finance-safety-floor.md +0 -0
  1635. /package/{.agent-src → dist/agent-src}/rules/framework-neutrality-in-generic-skills.md +0 -0
  1636. /package/{.agent-src → dist/agent-src}/rules/git-history-discipline.md +0 -0
  1637. /package/{.agent-src → dist/agent-src}/rules/guidelines.md +0 -0
  1638. /package/{.agent-src → dist/agent-src}/rules/improve-before-implement.md +0 -0
  1639. /package/{.agent-src → dist/agent-src}/rules/invite-challenge.md +0 -0
  1640. /package/{.agent-src → dist/agent-src}/rules/laravel-routing.md +0 -0
  1641. /package/{.agent-src → dist/agent-src}/rules/laravel-translations.md +0 -0
  1642. /package/{.agent-src → dist/agent-src}/rules/low-impact-corpus-privacy-floor.md +0 -0
  1643. /package/{.agent-src → dist/agent-src}/rules/markdown-safe-codeblocks.md +0 -0
  1644. /package/{.agent-src → dist/agent-src}/rules/media-sync-ground-truth.md +0 -0
  1645. /package/{.agent-src → dist/agent-src}/rules/minimal-safe-diff.md +0 -0
  1646. /package/{.agent-src → dist/agent-src}/rules/no-decorative-emojis-in-git-surfaces.md +0 -0
  1647. /package/{.agent-src → dist/agent-src}/rules/onboarding-gate.md +0 -0
  1648. /package/{.agent-src → dist/agent-src}/rules/package-ci-checks.md +0 -0
  1649. /package/{.agent-src → dist/agent-src}/rules/php-coding.md +0 -0
  1650. /package/{.agent-src → dist/agent-src}/rules/reviewer-awareness.md +0 -0
  1651. /package/{.agent-src → dist/agent-src}/rules/roadmap-ci-steps-policy.md +0 -0
  1652. /package/{.agent-src → dist/agent-src}/rules/role-mode-adherence.md +0 -0
  1653. /package/{.agent-src → dist/agent-src}/rules/rule-type-governance.md +0 -0
  1654. /package/{.agent-src → dist/agent-src}/rules/runtime-safety.md +0 -0
  1655. /package/{.agent-src → dist/agent-src}/rules/security-sensitive-stop.md +0 -0
  1656. /package/{.agent-src → dist/agent-src}/rules/size-enforcement.md +0 -0
  1657. /package/{.agent-src → dist/agent-src}/rules/skill-improvement-trigger.md +0 -0
  1658. /package/{.agent-src → dist/agent-src}/rules/skill-quality.md +0 -0
  1659. /package/{.agent-src → dist/agent-src}/rules/slash-command-routing-policy.md +0 -0
  1660. /package/{.agent-src → dist/agent-src}/rules/strategy-safety-floor.md +0 -0
  1661. /package/{.agent-src → dist/agent-src}/rules/symfony-routing.md +0 -0
  1662. /package/{.agent-src → dist/agent-src}/rules/telegraph-speak.md +0 -0
  1663. /package/{.agent-src → dist/agent-src}/rules/think-before-action.md +0 -0
  1664. /package/{.agent-src → dist/agent-src}/rules/token-efficiency.md +0 -0
  1665. /package/{.agent-src → dist/agent-src}/rules/token-optimizer-maintenance.md +0 -0
  1666. /package/{.agent-src → dist/agent-src}/rules/tool-safety.md +0 -0
  1667. /package/{.agent-src → dist/agent-src}/rules/ui-audit-gate.md +0 -0
  1668. /package/{.agent-src → dist/agent-src}/rules/upstream-proposal.md +0 -0
  1669. /package/{.agent-src → dist/agent-src}/rules/user-interaction.md +0 -0
  1670. /package/{.agent-src → dist/agent-src}/scripts/scan-seeder-violations.php +0 -0
  1671. /package/{.agent-src → dist/agent-src}/skills/activation-design/SKILL.md +0 -0
  1672. /package/{.agent-src → dist/agent-src}/skills/adr-create/SKILL.md +0 -0
  1673. /package/{.agent-src → dist/agent-src}/skills/adversarial-review/SKILL.md +0 -0
  1674. /package/{.agent-src → dist/agent-src}/skills/agent-docs-writing/SKILL.md +0 -0
  1675. /package/{.agent-src → dist/agent-src}/skills/ai-council/SKILL.md +0 -0
  1676. /package/{.agent-src → dist/agent-src}/skills/analysis-autonomous-mode/SKILL.md +0 -0
  1677. /package/{.agent-src → dist/agent-src}/skills/analysis-skill-router/SKILL.md +0 -0
  1678. /package/{.agent-src → dist/agent-src}/skills/api-testing/SKILL.md +0 -0
  1679. /package/{.agent-src → dist/agent-src}/skills/architecture-review-lens/SKILL.md +0 -0
  1680. /package/{.agent-src → dist/agent-src}/skills/artisan-commands/SKILL.md +0 -0
  1681. /package/{.agent-src → dist/agent-src}/skills/async-python-patterns/SKILL.md +0 -0
  1682. /package/{.agent-src → dist/agent-src}/skills/aws-infrastructure/SKILL.md +0 -0
  1683. /package/{.agent-src → dist/agent-src}/skills/blast-radius-analyzer/SKILL.md +0 -0
  1684. /package/{.agent-src → dist/agent-src}/skills/bug-analyzer/SKILL.md +0 -0
  1685. /package/{.agent-src → dist/agent-src}/skills/build-buy-partner/SKILL.md +0 -0
  1686. /package/{.agent-src → dist/agent-src}/skills/canvas-design/SKILL.md +0 -0
  1687. /package/{.agent-src → dist/agent-src}/skills/canvas-design/evals/triggers.json +0 -0
  1688. /package/{.agent-src → dist/agent-src}/skills/churn-prevention/SKILL.md +0 -0
  1689. /package/{.agent-src → dist/agent-src}/skills/code-refactoring/SKILL.md +0 -0
  1690. /package/{.agent-src → dist/agent-src}/skills/command-routing/SKILL.md +0 -0
  1691. /package/{.agent-src → dist/agent-src}/skills/comp-banding/SKILL.md +0 -0
  1692. /package/{.agent-src → dist/agent-src}/skills/competitive-moat-analysis/SKILL.md +0 -0
  1693. /package/{.agent-src → dist/agent-src}/skills/competitive-positioning/SKILL.md +0 -0
  1694. /package/{.agent-src → dist/agent-src}/skills/composer-packages/SKILL.md +0 -0
  1695. /package/{.agent-src → dist/agent-src}/skills/content-funnel-design/SKILL.md +0 -0
  1696. /package/{.agent-src → dist/agent-src}/skills/context-authoring/SKILL.md +0 -0
  1697. /package/{.agent-src → dist/agent-src}/skills/contracts-cognition/SKILL.md +0 -0
  1698. /package/{.agent-src → dist/agent-src}/skills/conventional-commits-writing/SKILL.md +0 -0
  1699. /package/{.agent-src → dist/agent-src}/skills/copilot-agents-optimization/SKILL.md +0 -0
  1700. /package/{.agent-src → dist/agent-src}/skills/copilot-config/SKILL.md +0 -0
  1701. /package/{.agent-src → dist/agent-src}/skills/customer-research/SKILL.md +0 -0
  1702. /package/{.agent-src → dist/agent-src}/skills/data-flow-mapper/SKILL.md +0 -0
  1703. /package/{.agent-src → dist/agent-src}/skills/data-handling-judgment/SKILL.md +0 -0
  1704. /package/{.agent-src → dist/agent-src}/skills/dcf-modeling/SKILL.md +0 -0
  1705. /package/{.agent-src → dist/agent-src}/skills/deal-qualification-meddic/SKILL.md +0 -0
  1706. /package/{.agent-src → dist/agent-src}/skills/decision-record/SKILL.md +0 -0
  1707. /package/{.agent-src → dist/agent-src}/skills/defense-in-depth/SKILL.md +0 -0
  1708. /package/{.agent-src → dist/agent-src}/skills/dependency-upgrade/SKILL.md +0 -0
  1709. /package/{.agent-src → dist/agent-src}/skills/description-assist/SKILL.md +0 -0
  1710. /package/{.agent-src → dist/agent-src}/skills/devcontainer/SKILL.md +0 -0
  1711. /package/{.agent-src → dist/agent-src}/skills/developer-like-execution/SKILL.md +0 -0
  1712. /package/{.agent-src → dist/agent-src}/skills/discovery-interview/SKILL.md +0 -0
  1713. /package/{.agent-src → dist/agent-src}/skills/doc-coauthoring/SKILL.md +0 -0
  1714. /package/{.agent-src → dist/agent-src}/skills/doc-coauthoring/evals/triggers.json +0 -0
  1715. /package/{.agent-src → dist/agent-src}/skills/docker/SKILL.md +0 -0
  1716. /package/{.agent-src → dist/agent-src}/skills/editorial-calendar/SKILL.md +0 -0
  1717. /package/{.agent-src → dist/agent-src}/skills/eloquent/SKILL.md +0 -0
  1718. /package/{.agent-src → dist/agent-src}/skills/eloquent/evals/triggers.json +0 -0
  1719. /package/{.agent-src → dist/agent-src}/skills/error-handling-patterns/SKILL.md +0 -0
  1720. /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/SKILL.md +0 -0
  1721. /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/evals/output-schema.yml +0 -0
  1722. /package/{.agent-src → dist/agent-src}/skills/estimate-ticket/evals/triggers.json +0 -0
  1723. /package/{.agent-src → dist/agent-src}/skills/expansion-playbook/SKILL.md +0 -0
  1724. /package/{.agent-src → dist/agent-src}/skills/file-editor/SKILL.md +0 -0
  1725. /package/{.agent-src → dist/agent-src}/skills/finishing-a-development-branch/SKILL.md +0 -0
  1726. /package/{.agent-src → dist/agent-src}/skills/forecast-accuracy/SKILL.md +0 -0
  1727. /package/{.agent-src → dist/agent-src}/skills/forecasting/SKILL.md +0 -0
  1728. /package/{.agent-src → dist/agent-src}/skills/form-handler/SKILL.md +0 -0
  1729. /package/{.agent-src → dist/agent-src}/skills/fundraising-narrative/SKILL.md +0 -0
  1730. /package/{.agent-src → dist/agent-src}/skills/funnel-analysis/SKILL.md +0 -0
  1731. /package/{.agent-src → dist/agent-src}/skills/git-workflow/SKILL.md +0 -0
  1732. /package/{.agent-src → dist/agent-src}/skills/github-ci/SKILL.md +0 -0
  1733. /package/{.agent-src → dist/agent-src}/skills/grafana/SKILL.md +0 -0
  1734. /package/{.agent-src → dist/agent-src}/skills/gtm-launch/SKILL.md +0 -0
  1735. /package/{.agent-src → dist/agent-src}/skills/guideline-writing/SKILL.md +0 -0
  1736. /package/{.agent-src → dist/agent-src}/skills/hiring-loop-design/SKILL.md +0 -0
  1737. /package/{.agent-src → dist/agent-src}/skills/image-analyser/SKILL.md +0 -0
  1738. /package/{.agent-src → dist/agent-src}/skills/image-analyser/canon-spec.md +0 -0
  1739. /package/{.agent-src → dist/agent-src}/skills/image-analyser/evals/triggers.json +0 -0
  1740. /package/{.agent-src → dist/agent-src}/skills/image-creator/SKILL.md +0 -0
  1741. /package/{.agent-src → dist/agent-src}/skills/image-creator/evals/triggers.json +0 -0
  1742. /package/{.agent-src → dist/agent-src}/skills/incident-commander/SKILL.md +0 -0
  1743. /package/{.agent-src → dist/agent-src}/skills/jobs-events/SKILL.md +0 -0
  1744. /package/{.agent-src → dist/agent-src}/skills/judge-bug-hunter/SKILL.md +0 -0
  1745. /package/{.agent-src → dist/agent-src}/skills/judge-code-quality/SKILL.md +0 -0
  1746. /package/{.agent-src → dist/agent-src}/skills/judge-security-auditor/SKILL.md +0 -0
  1747. /package/{.agent-src → dist/agent-src}/skills/judge-test-coverage/SKILL.md +0 -0
  1748. /package/{.agent-src → dist/agent-src}/skills/laravel/SKILL.md +0 -0
  1749. /package/{.agent-src → dist/agent-src}/skills/laravel-api-endpoint/SKILL.md +0 -0
  1750. /package/{.agent-src → dist/agent-src}/skills/laravel-dto/SKILL.md +0 -0
  1751. /package/{.agent-src → dist/agent-src}/skills/laravel-horizon/SKILL.md +0 -0
  1752. /package/{.agent-src → dist/agent-src}/skills/laravel-mail/SKILL.md +0 -0
  1753. /package/{.agent-src → dist/agent-src}/skills/laravel-middleware/SKILL.md +0 -0
  1754. /package/{.agent-src → dist/agent-src}/skills/laravel-migration/SKILL.md +0 -0
  1755. /package/{.agent-src → dist/agent-src}/skills/laravel-notifications/SKILL.md +0 -0
  1756. /package/{.agent-src → dist/agent-src}/skills/laravel-pennant/SKILL.md +0 -0
  1757. /package/{.agent-src → dist/agent-src}/skills/laravel-pulse/SKILL.md +0 -0
  1758. /package/{.agent-src → dist/agent-src}/skills/laravel-reverb/SKILL.md +0 -0
  1759. /package/{.agent-src → dist/agent-src}/skills/laravel-scheduling/SKILL.md +0 -0
  1760. /package/{.agent-src → dist/agent-src}/skills/laravel-validation/SKILL.md +0 -0
  1761. /package/{.agent-src → dist/agent-src}/skills/laravel-websocket/SKILL.md +0 -0
  1762. /package/{.agent-src → dist/agent-src}/skills/launch-readiness/SKILL.md +0 -0
  1763. /package/{.agent-src → dist/agent-src}/skills/learning-to-rule-or-skill/SKILL.md +0 -0
  1764. /package/{.agent-src → dist/agent-src}/skills/livewire-architect/SKILL.md +0 -0
  1765. /package/{.agent-src → dist/agent-src}/skills/logging-monitoring/SKILL.md +0 -0
  1766. /package/{.agent-src → dist/agent-src}/skills/market-entry-analysis/SKILL.md +0 -0
  1767. /package/{.agent-src → dist/agent-src}/skills/markitdown/SKILL.md +0 -0
  1768. /package/{.agent-src → dist/agent-src}/skills/mcp/SKILL.md +0 -0
  1769. /package/{.agent-src → dist/agent-src}/skills/mcp-builder/SKILL.md +0 -0
  1770. /package/{.agent-src → dist/agent-src}/skills/memory-consolidation/SKILL.md +0 -0
  1771. /package/{.agent-src → dist/agent-src}/skills/messaging-architecture/SKILL.md +0 -0
  1772. /package/{.agent-src → dist/agent-src}/skills/migration-architect/SKILL.md +0 -0
  1773. /package/{.agent-src → dist/agent-src}/skills/mobile-e2e-strategy/SKILL.md +0 -0
  1774. /package/{.agent-src → dist/agent-src}/skills/module-detect-on-the-fly/SKILL.md +0 -0
  1775. /package/{.agent-src → dist/agent-src}/skills/module-management/SKILL.md +0 -0
  1776. /package/{.agent-src → dist/agent-src}/skills/multi-tenancy/SKILL.md +0 -0
  1777. /package/{.agent-src → dist/agent-src}/skills/nextjs-patterns/SKILL.md +0 -0
  1778. /package/{.agent-src → dist/agent-src}/skills/okr-tree-modeling/SKILL.md +0 -0
  1779. /package/{.agent-src → dist/agent-src}/skills/onboarding-design/SKILL.md +0 -0
  1780. /package/{.agent-src → dist/agent-src}/skills/onboarding-program/SKILL.md +0 -0
  1781. /package/{.agent-src → dist/agent-src}/skills/one-on-one-cadence/SKILL.md +0 -0
  1782. /package/{.agent-src → dist/agent-src}/skills/openapi/SKILL.md +0 -0
  1783. /package/{.agent-src → dist/agent-src}/skills/org-design/SKILL.md +0 -0
  1784. /package/{.agent-src → dist/agent-src}/skills/override-management/SKILL.md +0 -0
  1785. /package/{.agent-src → dist/agent-src}/skills/perf-feedback-craft/SKILL.md +0 -0
  1786. /package/{.agent-src → dist/agent-src}/skills/performance/SKILL.md +0 -0
  1787. /package/{.agent-src → dist/agent-src}/skills/performance-analysis/SKILL.md +0 -0
  1788. /package/{.agent-src → dist/agent-src}/skills/pest-testing/SKILL.md +0 -0
  1789. /package/{.agent-src → dist/agent-src}/skills/php-coder/SKILL.md +0 -0
  1790. /package/{.agent-src → dist/agent-src}/skills/php-coder/evals/triggers.json +0 -0
  1791. /package/{.agent-src → dist/agent-src}/skills/php-debugging/SKILL.md +0 -0
  1792. /package/{.agent-src → dist/agent-src}/skills/php-service/SKILL.md +0 -0
  1793. /package/{.agent-src → dist/agent-src}/skills/pipeline-strategy/SKILL.md +0 -0
  1794. /package/{.agent-src → dist/agent-src}/skills/pixar-storyteller/SKILL.md +0 -0
  1795. /package/{.agent-src → dist/agent-src}/skills/playwright-architect/SKILL.md +0 -0
  1796. /package/{.agent-src → dist/agent-src}/skills/playwright-testing/SKILL.md +0 -0
  1797. /package/{.agent-src → dist/agent-src}/skills/po-discovery/SKILL.md +0 -0
  1798. /package/{.agent-src → dist/agent-src}/skills/positioning-strategy/SKILL.md +0 -0
  1799. /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/SKILL.md +0 -0
  1800. /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/evals/triggers.json +0 -0
  1801. /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/reference/ev-fixtures.md +0 -0
  1802. /package/{.agent-src → dist/agent-src}/skills/prediction-pool-optimizer/reference/odds-and-bonus.md +0 -0
  1803. /package/{.agent-src → dist/agent-src}/skills/privacy-review/SKILL.md +0 -0
  1804. /package/{.agent-src → dist/agent-src}/skills/project-analysis-core/SKILL.md +0 -0
  1805. /package/{.agent-src → dist/agent-src}/skills/project-analysis-hypothesis-driven/SKILL.md +0 -0
  1806. /package/{.agent-src → dist/agent-src}/skills/project-analysis-laravel/SKILL.md +0 -0
  1807. /package/{.agent-src → dist/agent-src}/skills/project-analysis-nextjs/SKILL.md +0 -0
  1808. /package/{.agent-src → dist/agent-src}/skills/project-analysis-node-express/SKILL.md +0 -0
  1809. /package/{.agent-src → dist/agent-src}/skills/project-analysis-react/SKILL.md +0 -0
  1810. /package/{.agent-src → dist/agent-src}/skills/project-analysis-symfony/SKILL.md +0 -0
  1811. /package/{.agent-src → dist/agent-src}/skills/project-analysis-zend-laminas/SKILL.md +0 -0
  1812. /package/{.agent-src → dist/agent-src}/skills/project-analyzer/SKILL.md +0 -0
  1813. /package/{.agent-src → dist/agent-src}/skills/project-docs/SKILL.md +0 -0
  1814. /package/{.agent-src → dist/agent-src}/skills/prompt-engineering-patterns/SKILL.md +0 -0
  1815. /package/{.agent-src → dist/agent-src}/skills/prompt-optimizer/SKILL.md +0 -0
  1816. /package/{.agent-src → dist/agent-src}/skills/quality-tools/SKILL.md +0 -0
  1817. /package/{.agent-src → dist/agent-src}/skills/react-native-setup/SKILL.md +0 -0
  1818. /package/{.agent-src → dist/agent-src}/skills/receiving-code-review/SKILL.md +0 -0
  1819. /package/{.agent-src → dist/agent-src}/skills/refine-prompt/SKILL.md +0 -0
  1820. /package/{.agent-src → dist/agent-src}/skills/refine-ticket/SKILL.md +0 -0
  1821. /package/{.agent-src → dist/agent-src}/skills/refine-ticket/detection-map.yml +0 -0
  1822. /package/{.agent-src → dist/agent-src}/skills/refine-ticket/evals/output-schema.yml +0 -0
  1823. /package/{.agent-src → dist/agent-src}/skills/refine-ticket/evals/triggers.json +0 -0
  1824. /package/{.agent-src → dist/agent-src}/skills/release-comms/SKILL.md +0 -0
  1825. /package/{.agent-src → dist/agent-src}/skills/repomix-packer/SKILL.md +0 -0
  1826. /package/{.agent-src → dist/agent-src}/skills/requesting-code-review/SKILL.md +0 -0
  1827. /package/{.agent-src → dist/agent-src}/skills/retention-loops/SKILL.md +0 -0
  1828. /package/{.agent-src → dist/agent-src}/skills/review-routing/SKILL.md +0 -0
  1829. /package/{.agent-src → dist/agent-src}/skills/rice-prioritization/SKILL.md +0 -0
  1830. /package/{.agent-src → dist/agent-src}/skills/risk-officer/SKILL.md +0 -0
  1831. /package/{.agent-src → dist/agent-src}/skills/roadmap-writing/SKILL.md +0 -0
  1832. /package/{.agent-src → dist/agent-src}/skills/rtk-output-filtering/SKILL.md +0 -0
  1833. /package/{.agent-src → dist/agent-src}/skills/runway-cognition/SKILL.md +0 -0
  1834. /package/{.agent-src → dist/agent-src}/skills/scenario-modeling/SKILL.md +0 -0
  1835. /package/{.agent-src → dist/agent-src}/skills/secrets-management/SKILL.md +0 -0
  1836. /package/{.agent-src → dist/agent-src}/skills/security/SKILL.md +0 -0
  1837. /package/{.agent-src → dist/agent-src}/skills/security-audit/SKILL.md +0 -0
  1838. /package/{.agent-src → dist/agent-src}/skills/sequential-thinking/SKILL.md +0 -0
  1839. /package/{.agent-src → dist/agent-src}/skills/skill-improvement-pipeline/SKILL.md +0 -0
  1840. /package/{.agent-src → dist/agent-src}/skills/skill-management/SKILL.md +0 -0
  1841. /package/{.agent-src → dist/agent-src}/skills/skill-reviewer/SKILL.md +0 -0
  1842. /package/{.agent-src → dist/agent-src}/skills/skill-writing/SKILL.md +0 -0
  1843. /package/{.agent-src → dist/agent-src}/skills/skill-writing/evals/triggers.json +0 -0
  1844. /package/{.agent-src → dist/agent-src}/skills/stakeholder-tradeoff/SKILL.md +0 -0
  1845. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/SKILL.md +0 -0
  1846. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/README.md +0 -0
  1847. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-and-judge-two-stage.md +0 -0
  1848. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-and-judge.md +0 -0
  1849. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-competitively.md +0 -0
  1850. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-parallel.md +0 -0
  1851. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-steps.md +0 -0
  1852. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/do-in-worktrees.md +0 -0
  1853. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/prompts/judge-with-debate.md +0 -0
  1854. /package/{.agent-src → dist/agent-src}/skills/subagent-orchestration/schemas/subagent-status.json +0 -0
  1855. /package/{.agent-src → dist/agent-src}/skills/symfony-workflow/SKILL.md +0 -0
  1856. /package/{.agent-src → dist/agent-src}/skills/systematic-debugging/SKILL.md +0 -0
  1857. /package/{.agent-src → dist/agent-src}/skills/tech-debt-tracker/SKILL.md +0 -0
  1858. /package/{.agent-src → dist/agent-src}/skills/terraform/SKILL.md +0 -0
  1859. /package/{.agent-src → dist/agent-src}/skills/terragrunt/SKILL.md +0 -0
  1860. /package/{.agent-src → dist/agent-src}/skills/test-driven-development/SKILL.md +0 -0
  1861. /package/{.agent-src → dist/agent-src}/skills/test-performance/SKILL.md +0 -0
  1862. /package/{.agent-src → dist/agent-src}/skills/testing-anti-patterns/SKILL.md +0 -0
  1863. /package/{.agent-src → dist/agent-src}/skills/testing-anti-patterns/process-anti-patterns.md +0 -0
  1864. /package/{.agent-src → dist/agent-src}/skills/throughput-vs-morale-tradeoff/SKILL.md +0 -0
  1865. /package/{.agent-src → dist/agent-src}/skills/token-optimizer/SKILL.md +0 -0
  1866. /package/{.agent-src → dist/agent-src}/skills/traefik/SKILL.md +0 -0
  1867. /package/{.agent-src → dist/agent-src}/skills/ui-component-architect/SKILL.md +0 -0
  1868. /package/{.agent-src → dist/agent-src}/skills/unit-economics-modeling/SKILL.md +0 -0
  1869. /package/{.agent-src → dist/agent-src}/skills/universal-project-analysis/SKILL.md +0 -0
  1870. /package/{.agent-src → dist/agent-src}/skills/using-git-worktrees/SKILL.md +0 -0
  1871. /package/{.agent-src → dist/agent-src}/skills/validate-feature-fit/SKILL.md +0 -0
  1872. /package/{.agent-src → dist/agent-src}/skills/verify-completion-evidence/SKILL.md +0 -0
  1873. /package/{.agent-src → dist/agent-src}/skills/video-director/SKILL.md +0 -0
  1874. /package/{.agent-src → dist/agent-src}/skills/vision-articulation/SKILL.md +0 -0
  1875. /package/{.agent-src → dist/agent-src}/skills/voc-extract/SKILL.md +0 -0
  1876. /package/{.agent-src → dist/agent-src}/skills/voice-and-tone-design/SKILL.md +0 -0
  1877. /package/{.agent-src → dist/agent-src}/templates/agent-settings.md +0 -0
  1878. /package/{.agent-src → dist/agent-src}/templates/agents/.gitattributes.fragment +0 -0
  1879. /package/{.agent-src → dist/agent-src}/templates/agents/memory/architecture-decisions.example.yml +0 -0
  1880. /package/{.agent-src → dist/agent-src}/templates/agents/memory/domain-invariants.example.yml +0 -0
  1881. /package/{.agent-src → dist/agent-src}/templates/agents/memory/historical-patterns.example.yml +0 -0
  1882. /package/{.agent-src → dist/agent-src}/templates/agents/memory/incident-learnings.example.yml +0 -0
  1883. /package/{.agent-src → dist/agent-src}/templates/agents/memory/ownership.example.yml +0 -0
  1884. /package/{.agent-src → dist/agent-src}/templates/agents/memory/product-rules.example.yml +0 -0
  1885. /package/{.agent-src → dist/agent-src}/templates/contexts/auth-model.md +0 -0
  1886. /package/{.agent-src → dist/agent-src}/templates/contexts/data-sensitivity.md +0 -0
  1887. /package/{.agent-src → dist/agent-src}/templates/contexts/deployment-order.md +0 -0
  1888. /package/{.agent-src → dist/agent-src}/templates/contexts/observability.md +0 -0
  1889. /package/{.agent-src → dist/agent-src}/templates/contexts/tenant-boundaries.md +0 -0
  1890. /package/{.agent-src → dist/agent-src}/templates/contexts.md +0 -0
  1891. /package/{.agent-src → dist/agent-src}/templates/features.md +0 -0
  1892. /package/{.agent-src → dist/agent-src}/templates/github-workflows/memory-hygiene.yml +0 -0
  1893. /package/{.agent-src → dist/agent-src}/templates/github-workflows/pr-risk-review.yml +0 -0
  1894. /package/{.agent-src → dist/agent-src}/templates/github-workflows/roadmap-progress-check.yml +0 -0
  1895. /package/{.agent-src → dist/agent-src}/templates/overrides/command.md +0 -0
  1896. /package/{.agent-src → dist/agent-src}/templates/overrides/guideline.md +0 -0
  1897. /package/{.agent-src → dist/agent-src}/templates/overrides/rule.md +0 -0
  1898. /package/{.agent-src → dist/agent-src}/templates/overrides/skill.md +0 -0
  1899. /package/{.agent-src → dist/agent-src}/templates/overrides/template.md +0 -0
  1900. /package/{.agent-src → dist/agent-src}/templates/roadmaps.md +0 -0
  1901. /package/{.agent-src → dist/agent-src}/templates/scripts/README.md +0 -0
  1902. /package/{.agent-src → dist/agent-src}/templates/scripts/check_memory.py +0 -0
  1903. /package/{.agent-src → dist/agent-src}/templates/scripts/check_memory_proposal.py +0 -0
  1904. /package/{.agent-src → dist/agent-src}/templates/scripts/historical-bug-patterns.example.yml +0 -0
  1905. /package/{.agent-src → dist/agent-src}/templates/scripts/implement_ticket/__init__.py +0 -0
  1906. /package/{.agent-src → dist/agent-src}/templates/scripts/implement_ticket/__main__.py +0 -0
  1907. /package/{.agent-src → dist/agent-src}/templates/scripts/memory_hash.py +0 -0
  1908. /package/{.agent-src → dist/agent-src}/templates/scripts/memory_lookup.py +0 -0
  1909. /package/{.agent-src → dist/agent-src}/templates/scripts/memory_report.py +0 -0
  1910. /package/{.agent-src → dist/agent-src}/templates/scripts/memory_signal.py +0 -0
  1911. /package/{.agent-src → dist/agent-src}/templates/scripts/memory_status.py +0 -0
  1912. /package/{.agent-src → dist/agent-src}/templates/scripts/ownership-map.example.yml +0 -0
  1913. /package/{.agent-src → dist/agent-src}/templates/scripts/pr-risk-config.example.yml +0 -0
  1914. /package/{.agent-src → dist/agent-src}/templates/scripts/pr_review_routing.py +0 -0
  1915. /package/{.agent-src → dist/agent-src}/templates/scripts/pr_risk_review.py +0 -0
  1916. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/__init__.py +0 -0
  1917. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/aggregator.py +0 -0
  1918. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/boundary.py +0 -0
  1919. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/engagement.py +0 -0
  1920. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/report_renderer.py +0 -0
  1921. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry/settings.py +0 -0
  1922. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_record.py +0 -0
  1923. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_report.py +0 -0
  1924. /package/{.agent-src → dist/agent-src}/templates/scripts/telemetry_status.py +0 -0
  1925. /package/{.agent-src → dist/agent-src}/templates/scripts/tier_usage_report.py +0 -0
  1926. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/__init__.py +0 -0
  1927. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/__main__.py +0 -0
  1928. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/__init__.py +0 -0
  1929. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/agent_settings.py +0 -0
  1930. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/_lib/user_global_paths.py +0 -0
  1931. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/cli.py +0 -0
  1932. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/cli_args.py +0 -0
  1933. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/delivery_state.py +0 -0
  1934. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/__init__.py +0 -0
  1935. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/__init__.py +0 -0
  1936. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/analyze.py +0 -0
  1937. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/implement.py +0 -0
  1938. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/memory.py +0 -0
  1939. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/plan.py +0 -0
  1940. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/refine.py +0 -0
  1941. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/report.py +0 -0
  1942. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/test.py +0 -0
  1943. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/backend/verify.py +0 -0
  1944. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/__init__.py +0 -0
  1945. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/contract.py +0 -0
  1946. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/stitch.py +0 -0
  1947. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/mixed/ui.py +0 -0
  1948. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/__init__.py +0 -0
  1949. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/_passthrough.py +0 -0
  1950. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/apply.py +0 -0
  1951. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/audit.py +0 -0
  1952. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui/design.py +0 -0
  1953. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/__init__.py +0 -0
  1954. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/_skipped.py +0 -0
  1955. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/apply.py +0 -0
  1956. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/refine.py +0 -0
  1957. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/report.py +0 -0
  1958. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/directives/ui_trivial/test.py +0 -0
  1959. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/dispatcher.py +0 -0
  1960. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/emitters.py +0 -0
  1961. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/errors.py +0 -0
  1962. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hook_bootstrap.py +0 -0
  1963. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/__init__.py +0 -0
  1964. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/__init__.py +0 -0
  1965. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +0 -0
  1966. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +0 -0
  1967. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +0 -0
  1968. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/decision_gate.py +0 -0
  1969. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/decision_trace.py +0 -0
  1970. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/directive_set_guard.py +0 -0
  1971. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.py +0 -0
  1972. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/memory_visibility.py +0 -0
  1973. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/state_shape_validation.py +0 -0
  1974. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/builtin/trace.py +0 -0
  1975. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/context.py +0 -0
  1976. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/events.py +0 -0
  1977. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/exceptions.py +0 -0
  1978. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/registry.py +0 -0
  1979. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/runner.py +0 -0
  1980. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/hooks/settings.py +0 -0
  1981. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/input_builders.py +0 -0
  1982. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/intent/__init__.py +0 -0
  1983. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/intent/classify.py +0 -0
  1984. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/migration/__init__.py +0 -0
  1985. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/migration/v0_to_v1.py +0 -0
  1986. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/persona_policy.py +0 -0
  1987. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/__init__.py +0 -0
  1988. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/diff.py +0 -0
  1989. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/file.py +0 -0
  1990. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/resolvers/prompt.py +0 -0
  1991. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/__init__.py +0 -0
  1992. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/confidence.py +0 -0
  1993. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/decision_engine.py +0 -0
  1994. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/decision_trace.py +0 -0
  1995. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/scoring/memory_visibility.py +0 -0
  1996. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/stack/__init__.py +0 -0
  1997. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/stack/detect.py +0 -0
  1998. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/state.py +0 -0
  1999. /package/{.agent-src → dist/agent-src}/templates/scripts/work_engine/state_io.py +0 -0
  2000. /package/{.agent-src → dist/agent-src}/templates/skill-archive-note.md +0 -0
  2001. /package/{.agent-src → dist/agent-src}/templates/skill.md +0 -0
  2002. /package/{.agent-src → dist/agent-src}/user-types/_template/user-type.md +0 -0
  2003. /package/{.agent-src → dist/agent-src}/user-types/galabau-field-crew.md +0 -0
  2004. /package/{.agent-src → dist/agent-src}/user-types/metalworking-shop.md +0 -0
  2005. /package/{.agent-src → dist/agent-src}/user-types/truck-driver.md +0 -0
  2006. /package/{config → src/config}/discovery/session-profiles.yml +0 -0
  2007. /package/{config → src/config}/discovery/unassigned-artefacts.yml +0 -0
  2008. /package/{config → src/config}/gitignore-block.txt +0 -0
  2009. /package/{config → src/config}/profiles/balanced.ini +0 -0
  2010. /package/{config → src/config}/profiles/full.ini +0 -0
  2011. /package/{config → src/config}/profiles/minimal.ini +0 -0
  2012. /package/{scripts → src/scripts}/_archive/_backfill_skill_domains.py +0 -0
  2013. /package/{scripts → src/scripts}/_archive/_phase2_shim_helper.py +0 -0
  2014. /package/{scripts → src/scripts}/_archive/_pilot_council_question.py +0 -0
  2015. /package/{scripts → src/scripts}/_cli/__init__.py +0 -0
  2016. /package/{scripts → src/scripts}/_cli/cmd_explain.py +0 -0
  2017. /package/{scripts → src/scripts}/_cli/cmd_prune.py +0 -0
  2018. /package/{scripts → src/scripts}/_cli/cmd_settings_check.py +0 -0
  2019. /package/{scripts → src/scripts}/_cli/cmd_sync.py +0 -0
  2020. /package/{scripts → src/scripts}/_cli/cmd_uninstall.py +0 -0
  2021. /package/{scripts → src/scripts}/_cli/cmd_validate.py +0 -0
  2022. /package/{scripts → src/scripts}/_cli/explain_last/__init__.py +0 -0
  2023. /package/{scripts → src/scripts}/_cli/explain_last/assumptions.py +0 -0
  2024. /package/{scripts → src/scripts}/_cli/explain_last/council.py +0 -0
  2025. /package/{scripts → src/scripts}/_cli/explain_last/halt.py +0 -0
  2026. /package/{scripts → src/scripts}/_cli/explain_last/inputs.py +0 -0
  2027. /package/{scripts → src/scripts}/_cli/explain_last/memory.py +0 -0
  2028. /package/{scripts → src/scripts}/_cli/explain_last/provider.py +0 -0
  2029. /package/{scripts → src/scripts}/_cli/explain_last/render.py +0 -0
  2030. /package/{scripts → src/scripts}/_cli/explain_last/route.py +0 -0
  2031. /package/{scripts → src/scripts}/_cli/explain_last/scrubber.py +0 -0
  2032. /package/{scripts → src/scripts}/_cli/explain_last/sections/__init__.py +0 -0
  2033. /package/{scripts → src/scripts}/_cli/explain_last/sections/assumptions.py +0 -0
  2034. /package/{scripts → src/scripts}/_cli/explain_last/sections/council.py +0 -0
  2035. /package/{scripts → src/scripts}/_cli/explain_last/sections/halt.py +0 -0
  2036. /package/{scripts → src/scripts}/_cli/explain_last/sections/header.py +0 -0
  2037. /package/{scripts → src/scripts}/_cli/explain_last/sections/inputs.py +0 -0
  2038. /package/{scripts → src/scripts}/_cli/explain_last/sections/memory.py +0 -0
  2039. /package/{scripts → src/scripts}/_cli/explain_last/sections/pack.py +0 -0
  2040. /package/{scripts → src/scripts}/_cli/explain_last/sections/provider.py +0 -0
  2041. /package/{scripts → src/scripts}/_cli/explain_last/sections/route.py +0 -0
  2042. /package/{scripts → src/scripts}/_cli/explain_last/state_loader.py +0 -0
  2043. /package/{scripts → src/scripts}/_emit_domain_table.py +0 -0
  2044. /package/{scripts → src/scripts}/_lib/__init__.py +0 -0
  2045. /package/{scripts → src/scripts}/_lib/agent_settings.py +0 -0
  2046. /package/{scripts → src/scripts}/_lib/agents_overlay.py +0 -0
  2047. /package/{scripts → src/scripts}/_lib/bench_ab_scoring.py +0 -0
  2048. /package/{scripts → src/scripts}/_lib/bench_cost.py +0 -0
  2049. /package/{scripts → src/scripts}/_lib/bench_quality.py +0 -0
  2050. /package/{scripts → src/scripts}/_lib/bench_report.py +0 -0
  2051. /package/{scripts → src/scripts}/_lib/bench_telegraph.py +0 -0
  2052. /package/{scripts → src/scripts}/_lib/bench_telegraph_report.py +0 -0
  2053. /package/{scripts → src/scripts}/_lib/fs_atomic.py +0 -0
  2054. /package/{scripts → src/scripts}/_lib/installed_tools.py +0 -0
  2055. /package/{scripts → src/scripts}/_lib/json_pointers.py +0 -0
  2056. /package/{scripts → src/scripts}/_lib/linked_projects.py +0 -0
  2057. /package/{scripts → src/scripts}/_lib/module_detection.py +0 -0
  2058. /package/{scripts → src/scripts}/_lib/pin_resolver.py +0 -0
  2059. /package/{scripts → src/scripts}/_lib/script_output.py +0 -0
  2060. /package/{scripts → src/scripts}/_lib/token_count.py +0 -0
  2061. /package/{scripts → src/scripts}/_lib/update_check.py +0 -0
  2062. /package/{scripts → src/scripts}/_lib/user_global_paths.py +0 -0
  2063. /package/{scripts → src/scripts}/_tmp_scan_framework_leakage.py +0 -0
  2064. /package/{scripts → src/scripts}/adr/regenerate_index.py +0 -0
  2065. /package/{scripts/ai-video/lib/fixtures/kling → src/scripts/ai-video/lib/fixtures/comfyui}/scene-0001.mp4 +0 -0
  2066. /package/{scripts → src/scripts}/ai-video/lib/fixtures/gemini-veo/scene-0001.mp4 +0 -0
  2067. /package/{scripts → src/scripts}/ai-video/lib/fixtures/higgsfield/scene-0001.mp4 +0 -0
  2068. /package/{scripts → src/scripts}/ai-video/lib/fixtures/openai-images/scene-0001.png +0 -0
  2069. /package/{scripts → src/scripts}/ai-video/lib/fixtures/sora/scene-0001.mp4 +0 -0
  2070. /package/{scripts → src/scripts}/ai-video/lib/operator-pick.sh +0 -0
  2071. /package/{scripts → src/scripts}/ai-video/lib/parse-blueprint.sh +0 -0
  2072. /package/{scripts → src/scripts}/ai-video/lib/probe-audio.sh +0 -0
  2073. /package/{scripts → src/scripts}/ai-video/lib/redact.sh +0 -0
  2074. /package/{scripts → src/scripts}/ai_council/__init__.py +0 -0
  2075. /package/{scripts → src/scripts}/ai_council/_default_prices.py +0 -0
  2076. /package/{scripts → src/scripts}/ai_council/airgap.py +0 -0
  2077. /package/{scripts → src/scripts}/ai_council/budget_guard.py +0 -0
  2078. /package/{scripts → src/scripts}/ai_council/bundler.py +0 -0
  2079. /package/{scripts → src/scripts}/ai_council/cli_hints.py +0 -0
  2080. /package/{scripts → src/scripts}/ai_council/confidence_gate.py +0 -0
  2081. /package/{scripts → src/scripts}/ai_council/config.py +0 -0
  2082. /package/{scripts → src/scripts}/ai_council/consensus.py +0 -0
  2083. /package/{scripts → src/scripts}/ai_council/learn_low_impact_preview.py +0 -0
  2084. /package/{scripts → src/scripts}/ai_council/low_impact.py +0 -0
  2085. /package/{scripts → src/scripts}/ai_council/low_impact_corpus.py +0 -0
  2086. /package/{scripts → src/scripts}/ai_council/low_impact_intake.py +0 -0
  2087. /package/{scripts → src/scripts}/ai_council/modes.py +0 -0
  2088. /package/{scripts → src/scripts}/ai_council/necessity.py +0 -0
  2089. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/README.md +0 -0
  2090. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_add_quiet.py +0 -0
  2091. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_inject_quiet_flag.py +0 -0
  2092. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_measure_v2.sh +0 -0
  2093. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_measure_verbosity.sh +0 -0
  2094. /package/{scripts → src/scripts}/ai_council/one_off_archive/2026-05/_one_off_per_task.sh +0 -0
  2095. /package/{scripts → src/scripts}/ai_council/orchestrator.py +0 -0
  2096. /package/{scripts → src/scripts}/ai_council/probation_gate.py +0 -0
  2097. /package/{scripts → src/scripts}/ai_council/project_context.py +0 -0
  2098. /package/{scripts → src/scripts}/ai_council/prompts.py +0 -0
  2099. /package/{scripts → src/scripts}/ai_council/redact_low_impact_entry.py +0 -0
  2100. /package/{scripts → src/scripts}/ai_council/replay.py +0 -0
  2101. /package/{scripts → src/scripts}/ai_council/shadow_dispatch.py +0 -0
  2102. /package/{scripts → src/scripts}/ai_council/solo_dispatch.py +0 -0
  2103. /package/{scripts → src/scripts}/audit_skill_descriptions.py +0 -0
  2104. /package/{scripts → src/scripts}/bootstrap.sh +0 -0
  2105. /package/{scripts → src/scripts}/chat_history.py +0 -0
  2106. /package/{scripts → src/scripts}/check_bite_sized_granularity.py +0 -0
  2107. /package/{scripts → src/scripts}/check_council_layout.py +0 -0
  2108. /package/{scripts → src/scripts}/check_iron_law_prominence.py +0 -0
  2109. /package/{scripts → src/scripts}/check_kernel_rule_bundle.py +0 -0
  2110. /package/{scripts → src/scripts}/check_md_language.py +0 -0
  2111. /package/{scripts → src/scripts}/check_memory.py +0 -0
  2112. /package/{scripts → src/scripts}/check_memory_proposal.py +0 -0
  2113. /package/{scripts → src/scripts}/check_no_local_settings_committed.py +0 -0
  2114. /package/{scripts → src/scripts}/check_proposal.py +0 -0
  2115. /package/{scripts → src/scripts}/check_release_trunk_sync.py +0 -0
  2116. /package/{scripts → src/scripts}/ci_status.py +0 -0
  2117. /package/{scripts → src/scripts}/ci_summary.py +0 -0
  2118. /package/{scripts → src/scripts}/cleanup_other_scope.sh +0 -0
  2119. /package/{scripts → src/scripts}/command_suggester/__init__.py +0 -0
  2120. /package/{scripts → src/scripts}/command_suggester/cooldown.py +0 -0
  2121. /package/{scripts → src/scripts}/command_suggester/loader.py +0 -0
  2122. /package/{scripts → src/scripts}/command_suggester/match.py +0 -0
  2123. /package/{scripts → src/scripts}/command_suggester/rank.py +0 -0
  2124. /package/{scripts → src/scripts}/command_suggester/render.py +0 -0
  2125. /package/{scripts → src/scripts}/command_suggester/sanitize.py +0 -0
  2126. /package/{scripts → src/scripts}/command_suggester/settings.py +0 -0
  2127. /package/{scripts → src/scripts}/command_suggester/types.py +0 -0
  2128. /package/{scripts → src/scripts}/condense.sh +0 -0
  2129. /package/{scripts → src/scripts}/config/__init__.py +0 -0
  2130. /package/{scripts → src/scripts}/config/presets.py +0 -0
  2131. /package/{scripts → src/scripts}/context_hygiene_hook.py +0 -0
  2132. /package/{scripts → src/scripts}/cost/budget.mjs +0 -0
  2133. /package/{scripts → src/scripts}/cost/preflight.mjs +0 -0
  2134. /package/{scripts → src/scripts}/cost/track.mjs +0 -0
  2135. /package/{scripts → src/scripts}/council_prune.py +0 -0
  2136. /package/{scripts → src/scripts}/count_token_optimizer_usage.sh +0 -0
  2137. /package/{scripts → src/scripts}/expected_perms.json +0 -0
  2138. /package/{scripts → src/scripts}/first-run.sh +0 -0
  2139. /package/{scripts → src/scripts}/ghostwriter_fixture_allowlist.txt +0 -0
  2140. /package/{scripts → src/scripts}/hermetic-install.sh +0 -0
  2141. /package/{scripts → src/scripts}/hooks/__init__.py +0 -0
  2142. /package/{scripts → src/scripts}/hooks/augment-chat-history.sh +0 -0
  2143. /package/{scripts → src/scripts}/hooks/augment-context-hygiene.sh +0 -0
  2144. /package/{scripts → src/scripts}/hooks/augment-dispatcher.sh +0 -0
  2145. /package/{scripts → src/scripts}/hooks/augment-onboarding-gate.sh +0 -0
  2146. /package/{scripts → src/scripts}/hooks/augment-roadmap-progress.sh +0 -0
  2147. /package/{scripts → src/scripts}/hooks/cline-dispatcher.sh +0 -0
  2148. /package/{scripts → src/scripts}/hooks/cowork-dispatcher.sh +0 -0
  2149. /package/{scripts → src/scripts}/hooks/cursor-dispatcher.sh +0 -0
  2150. /package/{scripts → src/scripts}/hooks/dispatch_issues.py +0 -0
  2151. /package/{scripts → src/scripts}/hooks/envelope.py +0 -0
  2152. /package/{scripts → src/scripts}/hooks/gemini-dispatcher.sh +0 -0
  2153. /package/{scripts → src/scripts}/hooks/state_io.py +0 -0
  2154. /package/{scripts → src/scripts}/hooks/windsurf-dispatcher.sh +0 -0
  2155. /package/{scripts → src/scripts}/install_anthropic_key.sh +0 -0
  2156. /package/{scripts → src/scripts}/install_openai_key.sh +0 -0
  2157. /package/{scripts → src/scripts}/lint_global_paths.py +0 -0
  2158. /package/{scripts → src/scripts}/lint_readme_jargon.py +0 -0
  2159. /package/{scripts → src/scripts}/lint_readme_size.py +0 -0
  2160. /package/{scripts → src/scripts}/mcp_render.py +0 -0
  2161. /package/{scripts → src/scripts}/mcp_server/__main__.py +0 -0
  2162. /package/{scripts → src/scripts}/mcp_server/catalog.py +0 -0
  2163. /package/{scripts → src/scripts}/mcp_server/metadata.py +0 -0
  2164. /package/{scripts → src/scripts}/mcp_server/requirements.txt +0 -0
  2165. /package/{scripts → src/scripts}/mcp_server/server.py +0 -0
  2166. /package/{scripts → src/scripts}/mcp_server/telemetry.py +0 -0
  2167. /package/{scripts → src/scripts}/mcp_setup.sh +0 -0
  2168. /package/{scripts → src/scripts}/mcp_telemetry_health.py +0 -0
  2169. /package/{scripts → src/scripts}/mcp_telemetry_query.py +0 -0
  2170. /package/{scripts → src/scripts}/mcp_telemetry_store.py +0 -0
  2171. /package/{scripts → src/scripts}/memory_hash.py +0 -0
  2172. /package/{scripts → src/scripts}/memory_lookup.py +0 -0
  2173. /package/{scripts → src/scripts}/memory_report.py +0 -0
  2174. /package/{scripts → src/scripts}/memory_signal.py +0 -0
  2175. /package/{scripts → src/scripts}/memory_status.py +0 -0
  2176. /package/{scripts → src/scripts}/minimal_safe_diff_hook.py +0 -0
  2177. /package/{scripts → src/scripts}/onboarding_gate_hook.py +0 -0
  2178. /package/{scripts → src/scripts}/prediction-pool/adapters/_schema.md +0 -0
  2179. /package/{scripts → src/scripts}/prediction-pool/adapters/kicktipp.yml +0 -0
  2180. /package/{scripts → src/scripts}/prediction-pool/poisson_sim.py +0 -0
  2181. /package/{scripts → src/scripts}/prediction-pool/pool_winsim.py +0 -0
  2182. /package/{scripts → src/scripts}/prediction-pool/score_ev.py +0 -0
  2183. /package/{scripts → src/scripts}/prepack-check.mjs +0 -0
  2184. /package/{scripts → src/scripts}/probe_skill_registration.py +0 -0
  2185. /package/{scripts → src/scripts}/propose_modules_config.py +0 -0
  2186. /package/{scripts → src/scripts}/readme_linter.py +0 -0
  2187. /package/{scripts → src/scripts}/redact_hook_capture.py +0 -0
  2188. /package/{scripts → src/scripts}/requirements-evals.txt +0 -0
  2189. /package/{scripts → src/scripts}/runtime_dispatcher.py +0 -0
  2190. /package/{scripts → src/scripts}/runtime_handler.py +0 -0
  2191. /package/{scripts → src/scripts}/schemas/agent-settings.schema.json +0 -0
  2192. /package/{scripts → src/scripts}/schemas/persona.schema.json +0 -0
  2193. /package/{scripts → src/scripts}/schemas/skill.schema.json +0 -0
  2194. /package/{scripts → src/scripts}/schemas/user-type-axis.schema.json +0 -0
  2195. /package/{scripts → src/scripts}/schemas/user-type.schema.json +0 -0
  2196. /package/{scripts → src/scripts}/setup_eval_venv.sh +0 -0
  2197. /package/{scripts → src/scripts}/skill_tools/__init__.py +0 -0
  2198. /package/{scripts → src/scripts}/sync_yaml_rt.py +0 -0
  2199. /package/{scripts → src/scripts}/tool_registry.py +0 -0
  2200. /package/{scripts → src/scripts}/tools/__init__.py +0 -0
  2201. /package/{scripts → src/scripts}/tools/adapter_errors.py +0 -0
  2202. /package/{scripts → src/scripts}/tools/base_adapter.py +0 -0
  2203. /package/{scripts → src/scripts}/tools/github_adapter.py +0 -0
  2204. /package/{scripts → src/scripts}/tools/jira_adapter.py +0 -0
  2205. /package/{scripts → src/scripts}/update-github-metadata.sh +0 -0
  2206. /package/{scripts → src/scripts}/validate_safe_paths.py +0 -0
  2207. /package/{scripts → src/scripts}/validate_telegraph_carveouts.py +0 -0
  2208. /package/{scripts → src/scripts}/verify_before_complete_hook.py +0 -0
  2209. /package/{templates → src/templates}/agent-config-wrapper.sh +0 -0
  2210. /package/{templates → src/templates}/agent-user.md +0 -0
  2211. /package/{templates → src/templates}/agent-user.yml +0 -0
  2212. /package/{templates → src/templates}/claude_desktop_config.json.template +0 -0
  2213. /package/{templates → src/templates}/consumer-settings/ONBOARDING.md +0 -0
  2214. /package/{templates → src/templates}/consumer-settings/README.md +0 -0
  2215. /package/{templates → src/templates}/consumer-settings/augment-cli-hooks.json +0 -0
  2216. /package/{templates → src/templates}/consumer-settings/augment-settings.json +0 -0
  2217. /package/{templates → src/templates}/consumer-settings/claude-settings.json +0 -0
  2218. /package/{templates → src/templates}/consumer-settings/copilot-settings.json +0 -0
  2219. /package/{templates → src/templates}/cursor-rule.mdc.j2 +0 -0
  2220. /package/{templates → src/templates}/marketing-copy.yml +0 -0
  2221. /package/{templates → src/templates}/minimal/.agent-settings.yml +0 -0
  2222. /package/{templates → src/templates}/minimal/agents-overrides-readme.md +0 -0
  2223. /package/{templates → src/templates}/minimal/overrides-gitkeep +0 -0
  2224. /package/{templates → src/templates}/windsurf-rule.md.j2 +0 -0
@@ -0,0 +1,40 @@
1
+ (function(){const n=document.createElement("link").relList;if(n&&n.supports&&n.supports("modulepreload"))return;for(const t of document.querySelectorAll('link[rel="modulepreload"]'))r(t);new MutationObserver(t=>{for(const l of t)if(l.type==="childList")for(const o of l.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function i(t){const l={};return t.integrity&&(l.integrity=t.integrity),t.referrerPolicy&&(l.referrerPolicy=t.referrerPolicy),t.crossOrigin==="use-credentials"?l.credentials="include":t.crossOrigin==="anonymous"?l.credentials="omit":l.credentials="same-origin",l}function r(t){if(t.ep)return;t.ep=!0;const l=i(t);fetch(t.href,l)}})();var Pn,x,Pr,Mr,K,Ki,Dr,jr,qn,rn,Ee,Hr,xi,ii,ri,sn={},un=[],El=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,Mn=Array.isArray;function Y(e,n){for(var i in n)e[i]=n[i];return e}function Si(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function Ol(e,n,i){var r,t,l,o={};for(l in n)l=="key"?r=n[l]:l=="ref"?t=n[l]:o[l]=n[l];if(arguments.length>2&&(o.children=arguments.length>3?Pn.call(arguments,2):i),typeof e=="function"&&e.defaultProps!=null)for(l in e.defaultProps)o[l]===void 0&&(o[l]=e.defaultProps[l]);return tn(e,o,r,t,null)}function tn(e,n,i,r,t){var l={type:e,props:n,key:i,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:t??++Pr,__i:-1,__u:0};return t==null&&x.vnode!=null&&x.vnode(l),l}function Z(e){return e.children}function Oe(e,n){this.props=e,this.context=n}function ke(e,n){if(n==null)return e.__?ke(e.__,e.__i+1):null;for(var i;n<e.__k.length;n++)if((i=e.__k[n])!=null&&i.__e!=null)return i.__e;return typeof e.type=="function"?ke(e):null}function Nl(e){if(e.__P&&e.__d){var n=e.__v,i=n.__e,r=[],t=[],l=Y({},n);l.__v=n.__v+1,x.vnode&&x.vnode(l),Ai(e.__P,l,n,e.__n,e.__P.namespaceURI,32&n.__u?[i]:null,r,i??ke(n),!!(32&n.__u),t),l.__v=n.__v,l.__.__k[l.__i]=l,Yr(r,l,t),n.__e=n.__=null,l.__e!=i&&Br(l)}}function Br(e){if((e=e.__)!=null&&e.__c!=null)return e.__e=e.__c.base=null,e.__k.some(function(n){if(n!=null&&n.__e!=null)return e.__e=e.__c.base=n.__e}),Br(e)}function Gi(e){(!e.__d&&(e.__d=!0)&&K.push(e)&&!dn.__r++||Ki!=x.debounceRendering)&&((Ki=x.debounceRendering)||Dr)(dn)}function dn(){try{for(var e,n=1;K.length;)K.length>n&&K.sort(jr),e=K.shift(),n=K.length,Nl(e)}finally{K.length=dn.__r=0}}function Ur(e,n,i,r,t,l,o,c,u,d,f){var s,h,p,_,g,b,k,m=r&&r.__k||un,H=n.length;for(u=Il(i,n,m,u,H),s=0;s<H;s++)(p=i.__k[s])!=null&&(h=p.__i!=-1&&m[p.__i]||sn,p.__i=s,b=Ai(e,p,h,t,l,o,c,u,d,f),_=p.__e,p.ref&&h.ref!=p.ref&&(h.ref&&Ci(h.ref,null,p),f.push(p.ref,p.__c||_,p)),g==null&&_!=null&&(g=_),(k=!!(4&p.__u))||h.__k===p.__k?(u=Wr(p,u,e,k),k&&h.__e&&(h.__e=null)):typeof p.type=="function"&&b!==void 0?u=b:_&&(u=_.nextSibling),p.__u&=-7);return i.__e=g,u}function Il(e,n,i,r,t){var l,o,c,u,d,f=i.length,s=f,h=0;for(e.__k=new Array(t),l=0;l<t;l++)(o=n[l])!=null&&typeof o!="boolean"&&typeof o!="function"?(typeof o=="string"||typeof o=="number"||typeof o=="bigint"||o.constructor==String?o=e.__k[l]=tn(null,o,null,null,null):Mn(o)?o=e.__k[l]=tn(Z,{children:o},null,null,null):o.constructor===void 0&&o.__b>0?o=e.__k[l]=tn(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):e.__k[l]=o,u=l+h,o.__=e,o.__b=e.__b+1,c=null,(d=o.__i=Ll(o,i,u,s))!=-1&&(s--,(c=i[d])&&(c.__u|=2)),c==null||c.__v==null?(d==-1&&(t>f?h--:t<f&&h++),typeof o.type!="function"&&(o.__u|=4)):d!=u&&(d==u-1?h--:d==u+1?h++:(d>u?h--:h++,o.__u|=4))):e.__k[l]=null;if(s)for(l=0;l<f;l++)(c=i[l])!=null&&!(2&c.__u)&&(c.__e==r&&(r=ke(c)),qr(c,c));return r}function Wr(e,n,i,r){var t,l;if(typeof e.type=="function"){for(t=e.__k,l=0;t&&l<t.length;l++)t[l]&&(t[l].__=e,n=Wr(t[l],n,i,r));return n}e.__e!=n&&(r&&(n&&e.type&&!n.parentNode&&(n=ke(e)),i.insertBefore(e.__e,n||null)),n=e.__e);do n=n&&n.nextSibling;while(n!=null&&n.nodeType==8);return n}function Ll(e,n,i,r){var t,l,o,c=e.key,u=e.type,d=n[i],f=d!=null&&(2&d.__u)==0;if(d===null&&c==null||f&&c==d.key&&u==d.type)return i;if(r>(f?1:0)){for(t=i-1,l=i+1;t>=0||l<n.length;)if((d=n[o=t>=0?t--:l++])!=null&&!(2&d.__u)&&c==d.key&&u==d.type)return o}return-1}function Vi(e,n,i){n[0]=="-"?e.setProperty(n,i??""):e[n]=i==null?"":typeof i!="number"||El.test(n)?i:i+"px"}function Qe(e,n,i,r,t){var l,o;e:if(n=="style")if(typeof i=="string")e.style.cssText=i;else{if(typeof r=="string"&&(e.style.cssText=r=""),r)for(n in r)i&&n in i||Vi(e.style,n,"");if(i)for(n in i)r&&i[n]==r[n]||Vi(e.style,n,i[n])}else if(n[0]=="o"&&n[1]=="n")l=n!=(n=n.replace(Hr,"$1")),o=n.toLowerCase(),n=o in e||n=="onFocusOut"||n=="onFocusIn"?o.slice(2):n.slice(2),e.l||(e.l={}),e.l[n+l]=i,i?r?i[Ee]=r[Ee]:(i[Ee]=xi,e.addEventListener(n,l?ri:ii,l)):e.removeEventListener(n,l?ri:ii,l);else{if(t=="http://www.w3.org/2000/svg")n=n.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(n!="width"&&n!="height"&&n!="href"&&n!="list"&&n!="form"&&n!="tabIndex"&&n!="download"&&n!="rowSpan"&&n!="colSpan"&&n!="role"&&n!="popover"&&n in e)try{e[n]=i??"";break e}catch{}typeof i=="function"||(i==null||i===!1&&n[4]!="-"?e.removeAttribute(n):e.setAttribute(n,n=="popover"&&i==1?"":i))}}function Ji(e){return function(n){if(this.l){var i=this.l[n.type+e];if(n[rn]==null)n[rn]=xi++;else if(n[rn]<i[Ee])return;return i(x.event?x.event(n):n)}}}function Ai(e,n,i,r,t,l,o,c,u,d){var f,s,h,p,_,g,b,k,m,H,X,Ae,qi,Je,zn,B=n.type;if(n.constructor!==void 0)return null;128&i.__u&&(u=!!(32&i.__u),l=[c=n.__e=i.__e]),(f=x.__b)&&f(n);e:if(typeof B=="function")try{if(k=n.props,m=B.prototype&&B.prototype.render,H=(f=B.contextType)&&r[f.__c],X=f?H?H.props.value:f.__:r,i.__c?b=(s=n.__c=i.__c).__=s.__E:(m?n.__c=s=new B(k,X):(n.__c=s=new Oe(k,X),s.constructor=B,s.render=Rl),H&&H.sub(s),s.state||(s.state={}),s.__n=r,h=s.__d=!0,s.__h=[],s._sb=[]),m&&s.__s==null&&(s.__s=s.state),m&&B.getDerivedStateFromProps!=null&&(s.__s==s.state&&(s.__s=Y({},s.__s)),Y(s.__s,B.getDerivedStateFromProps(k,s.__s))),p=s.props,_=s.state,s.__v=n,h)m&&B.getDerivedStateFromProps==null&&s.componentWillMount!=null&&s.componentWillMount(),m&&s.componentDidMount!=null&&s.__h.push(s.componentDidMount);else{if(m&&B.getDerivedStateFromProps==null&&k!==p&&s.componentWillReceiveProps!=null&&s.componentWillReceiveProps(k,X),n.__v==i.__v||!s.__e&&s.shouldComponentUpdate!=null&&s.shouldComponentUpdate(k,s.__s,X)===!1){n.__v!=i.__v&&(s.props=k,s.state=s.__s,s.__d=!1),n.__e=i.__e,n.__k=i.__k,n.__k.some(function(de){de&&(de.__=n)}),un.push.apply(s.__h,s._sb),s._sb=[],s.__h.length&&o.push(s);break e}s.componentWillUpdate!=null&&s.componentWillUpdate(k,s.__s,X),m&&s.componentDidUpdate!=null&&s.__h.push(function(){s.componentDidUpdate(p,_,g)})}if(s.context=X,s.props=k,s.__P=e,s.__e=!1,Ae=x.__r,qi=0,m)s.state=s.__s,s.__d=!1,Ae&&Ae(n),f=s.render(s.props,s.state,s.context),un.push.apply(s.__h,s._sb),s._sb=[];else do s.__d=!1,Ae&&Ae(n),f=s.render(s.props,s.state,s.context),s.state=s.__s;while(s.__d&&++qi<25);s.state=s.__s,s.getChildContext!=null&&(r=Y(Y({},r),s.getChildContext())),m&&!h&&s.getSnapshotBeforeUpdate!=null&&(g=s.getSnapshotBeforeUpdate(p,_)),Je=f!=null&&f.type===Z&&f.key==null?zr(f.props.children):f,c=Ur(e,Mn(Je)?Je:[Je],n,i,r,t,l,o,c,u,d),s.base=n.__e,n.__u&=-161,s.__h.length&&o.push(s),b&&(s.__E=s.__=null)}catch(de){if(n.__v=null,u||l!=null)if(de.then){for(n.__u|=u?160:128;c&&c.nodeType==8&&c.nextSibling;)c=c.nextSibling;l[l.indexOf(c)]=null,n.__e=c}else{for(zn=l.length;zn--;)Si(l[zn]);ti(n)}else n.__e=i.__e,n.__k=i.__k,de.then||ti(n);x.__e(de,n,i)}else l==null&&n.__v==i.__v?(n.__k=i.__k,n.__e=i.__e):c=n.__e=Fl(i.__e,n,i,r,t,l,o,u,d);return(f=x.diffed)&&f(n),128&n.__u?void 0:c}function ti(e){e&&(e.__c&&(e.__c.__e=!0),e.__k&&e.__k.some(ti))}function Yr(e,n,i){for(var r=0;r<i.length;r++)Ci(i[r],i[++r],i[++r]);x.__c&&x.__c(n,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(l){l.call(t)})}catch(l){x.__e(l,t.__v)}})}function zr(e){return typeof e!="object"||e==null||e.__b>0?e:Mn(e)?e.map(zr):e.constructor!==void 0?null:Y({},e)}function Fl(e,n,i,r,t,l,o,c,u){var d,f,s,h,p,_,g,b=i.props||sn,k=n.props,m=n.type;if(m=="svg"?t="http://www.w3.org/2000/svg":m=="math"?t="http://www.w3.org/1998/Math/MathML":t||(t="http://www.w3.org/1999/xhtml"),l!=null){for(d=0;d<l.length;d++)if((p=l[d])&&"setAttribute"in p==!!m&&(m?p.localName==m:p.nodeType==3)){e=p,l[d]=null;break}}if(e==null){if(m==null)return document.createTextNode(k);e=document.createElementNS(t,m,k.is&&k),c&&(x.__m&&x.__m(n,l),c=!1),l=null}if(m==null)b===k||c&&e.data==k||(e.data=k);else{if(l=m=="textarea"&&k.defaultValue!=null?null:l&&Pn.call(e.childNodes),!c&&l!=null)for(b={},d=0;d<e.attributes.length;d++)b[(p=e.attributes[d]).name]=p.value;for(d in b)p=b[d],d=="dangerouslySetInnerHTML"?s=p:d=="children"||d in k||d=="value"&&"defaultValue"in k||d=="checked"&&"defaultChecked"in k||Qe(e,d,null,p,t);for(d in k)p=k[d],d=="children"?h=p:d=="dangerouslySetInnerHTML"?f=p:d=="value"?_=p:d=="checked"?g=p:c&&typeof p!="function"||b[d]===p||Qe(e,d,p,b[d],t);if(f)c||s&&(f.__html==s.__html||f.__html==e.innerHTML)||(e.innerHTML=f.__html),n.__k=[];else if(s&&(e.innerHTML=""),Ur(n.type=="template"?e.content:e,Mn(h)?h:[h],n,i,r,m=="foreignObject"?"http://www.w3.org/1999/xhtml":t,l,o,l?l[0]:i.__k&&ke(i,0),c,u),l!=null)for(d=l.length;d--;)Si(l[d]);c&&m!="textarea"||(d="value",m=="progress"&&_==null?e.removeAttribute("value"):_!=null&&(_!==e[d]||m=="progress"&&!_||m=="option"&&_!=b[d])&&Qe(e,d,_,b[d],t),d="checked",g!=null&&g!=e[d]&&Qe(e,d,g,b[d],t))}return e}function Ci(e,n,i){try{if(typeof e=="function"){var r=typeof e.__u=="function";r&&e.__u(),r&&n==null||(e.__u=e(n))}else e.current=n}catch(t){x.__e(t,i)}}function qr(e,n,i){var r,t;if(x.unmount&&x.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||Ci(r,null,n)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(l){x.__e(l,n)}r.base=r.__P=null}if(r=e.__k)for(t=0;t<r.length;t++)r[t]&&qr(r[t],n,i||typeof e.type!="function");i||Si(e.__e),e.__c=e.__=e.__e=void 0}function Rl(e,n,i){return this.constructor(e,i)}function $l(e,n,i){var r,t,l,o;n==document&&(n=document.documentElement),x.__&&x.__(e,n),t=(r=!1)?null:n.__k,l=[],o=[],Ai(n,e=n.__k=Ol(Z,null,[e]),t||sn,sn,n.namespaceURI,t?null:n.firstChild?Pn.call(n.childNodes):null,l,t?t.__e:n.firstChild,r,o),Yr(l,e,o)}Pn=un.slice,x={__e:function(e,n,i,r){for(var t,l,o;n=n.__;)if((t=n.__c)&&!t.__)try{if((l=t.constructor)&&l.getDerivedStateFromError!=null&&(t.setState(l.getDerivedStateFromError(e)),o=t.__d),t.componentDidCatch!=null&&(t.componentDidCatch(e,r||{}),o=t.__d),o)return t.__E=t}catch(c){e=c}throw e}},Pr=0,Mr=function(e){return e!=null&&e.constructor===void 0},Oe.prototype.setState=function(e,n){var i;i=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=Y({},this.state),typeof e=="function"&&(e=e(Y({},i),this.props)),e&&Y(i,e),e!=null&&this.__v&&(n&&this._sb.push(n),Gi(this))},Oe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Gi(this))},Oe.prototype.render=Z,K=[],Dr=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,jr=function(e,n){return e.__v.__b-n.__v.__b},dn.__r=0,qn=Math.random().toString(8),rn="__d"+qn,Ee="__a"+qn,Hr=/(PointerCapture)$|Capture$/i,xi=0,ii=Ji(!1),ri=Ji(!0);var Pl=0;function a(e,n,i,r,t,l){n||(n={});var o,c,u=n;if("ref"in u)for(c in u={},n)c=="ref"?o=n[c]:u[c]=n[c];var d={type:e,props:u,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Pl,__i:-1,__u:0,__source:t,__self:l};if(typeof e=="function"&&(o=e.defaultProps))for(c in o)u[c]===void 0&&(u[c]=o[c]);return x.vnode&&x.vnode(d),d}var Me,A,Kn,Qi,li=0,Kr=[],C=x,Zi=C.__b,Xi=C.__r,er=C.diffed,nr=C.__c,ir=C.unmount,rr=C.__;function Ti(e,n){C.__h&&C.__h(A,e,li||n),li=0;var i=A.__H||(A.__H={__:[],__h:[]});return e>=i.__.length&&i.__.push({}),i.__[e]}function Gr(e){return li=1,Ml(Qr,e)}function Ml(e,n,i){var r=Ti(Me++,2);if(r.t=e,!r.__c&&(r.__=[Qr(void 0,n),function(c){var u=r.__N?r.__N[0]:r.__[0],d=r.t(u,c);u!==d&&(r.__N=[d,r.__[1]],r.__c.setState({}))}],r.__c=A,!A.__f)){var t=function(c,u,d){if(!r.__c.__H)return!0;var f=r.__c.__H.__.filter(function(h){return h.__c});if(f.every(function(h){return!h.__N}))return!l||l.call(this,c,u,d);var s=r.__c.props!==c;return f.some(function(h){if(h.__N){var p=h.__[0];h.__=h.__N,h.__N=void 0,p!==h.__[0]&&(s=!0)}}),l&&l.call(this,c,u,d)||s};A.__f=!0;var l=A.shouldComponentUpdate,o=A.componentWillUpdate;A.componentWillUpdate=function(c,u,d){if(this.__e){var f=l;l=void 0,t(c,u,d),l=f}o&&o.call(this,c,u,d)},A.shouldComponentUpdate=t}return r.__N||r.__}function Ge(e,n){var i=Ti(Me++,3);!C.__s&&Jr(i.__H,n)&&(i.__=e,i.u=n,A.__H.__h.push(i))}function Vr(e,n){var i=Ti(Me++,7);return Jr(i.__H,n)&&(i.__=e(),i.__H=n,i.__h=e),i.__}function Dl(){for(var e;e=Kr.shift();){var n=e.__H;if(e.__P&&n)try{n.__h.some(ln),n.__h.some(ai),n.__h=[]}catch(i){n.__h=[],C.__e(i,e.__v)}}}C.__b=function(e){A=null,Zi&&Zi(e)},C.__=function(e,n){e&&n.__k&&n.__k.__m&&(e.__m=n.__k.__m),rr&&rr(e,n)},C.__r=function(e){Xi&&Xi(e),Me=0;var n=(A=e.__c).__H;n&&(Kn===A?(n.__h=[],A.__h=[],n.__.some(function(i){i.__N&&(i.__=i.__N),i.u=i.__N=void 0})):(n.__h.some(ln),n.__h.some(ai),n.__h=[],Me=0)),Kn=A},C.diffed=function(e){er&&er(e);var n=e.__c;n&&n.__H&&(n.__H.__h.length&&(Kr.push(n)!==1&&Qi===C.requestAnimationFrame||((Qi=C.requestAnimationFrame)||jl)(Dl)),n.__H.__.some(function(i){i.u&&(i.__H=i.u),i.u=void 0})),Kn=A=null},C.__c=function(e,n){n.some(function(i){try{i.__h.some(ln),i.__h=i.__h.filter(function(r){return!r.__||ai(r)})}catch(r){n.some(function(t){t.__h&&(t.__h=[])}),n=[],C.__e(r,i.__v)}}),nr&&nr(e,n)},C.unmount=function(e){ir&&ir(e);var n,i=e.__c;i&&i.__H&&(i.__H.__.some(function(r){try{ln(r)}catch(t){n=t}}),i.__H=void 0,n&&C.__e(n,i.__v))};var tr=typeof requestAnimationFrame=="function";function jl(e){var n,i=function(){clearTimeout(r),tr&&cancelAnimationFrame(n),setTimeout(e)},r=setTimeout(i,35);tr&&(n=requestAnimationFrame(i))}function ln(e){var n=A,i=e.__c;typeof i=="function"&&(e.__c=void 0,i()),A=n}function ai(e){var n=A;e.__c=e.__(),A=n}function Jr(e,n){return!e||e.length!==n.length||n.some(function(i,r){return i!==e[r]})}function Qr(e,n){return typeof n=="function"?n(e):n}var Hl=Symbol.for("preact-signals");function Dn(){if(z>1)z--;else{var e,n=!1;for(function(){var t=pn;for(pn=void 0;t!==void 0;)t.S.v===t.v&&(t.S.i=t.i),t=t.o}();Ne!==void 0;){var i=Ne;for(Ne=void 0,fn++;i!==void 0;){var r=i.u;if(i.u=void 0,i.f&=-3,!(8&i.f)&&Xr(i))try{i.c()}catch(t){n||(e=t,n=!0)}i=r}}if(fn=0,z--,n)throw e}}function Bl(e){if(z>0)return e();oi=++Ul,z++;try{return e()}finally{Dn()}}var S=void 0;function Ei(e){var n=S;S=void 0;try{return e()}finally{S=n}}var Ne=void 0,z=0,fn=0,Ul=0,oi=0,pn=void 0,hn=0;function Zr(e){if(S!==void 0){var n=e.n;if(n===void 0||n.t!==S)return n={i:0,S:e,p:S.s,n:void 0,t:S,e:void 0,x:void 0,r:n},S.s!==void 0&&(S.s.n=n),S.s=n,e.n=n,32&S.f&&e.S(n),n;if(n.i===-1)return n.i=0,n.n!==void 0&&(n.n.p=n.p,n.p!==void 0&&(n.p.n=n.n),n.p=S.s,n.n=void 0,S.s.n=n,S.s=n),n}}function I(e,n){this.v=e,this.i=0,this.n=void 0,this.t=void 0,this.l=0,this.W=n?.watched,this.Z=n?.unwatched,this.name=n?.name}I.prototype.brand=Hl;I.prototype.h=function(){return!0};I.prototype.S=function(e){var n=this,i=this.t;i!==e&&e.e===void 0&&(e.x=i,this.t=e,i!==void 0?i.e=e:Ei(function(){var r;(r=n.W)==null||r.call(n)}))};I.prototype.U=function(e){var n=this;if(this.t!==void 0){var i=e.e,r=e.x;i!==void 0&&(i.x=r,e.e=void 0),r!==void 0&&(r.e=i,e.x=void 0),e===this.t&&(this.t=r,r===void 0&&Ei(function(){var t;(t=n.Z)==null||t.call(n)}))}};I.prototype.subscribe=function(e){var n=this;return Ve(function(){var i=n.value,r=S;S=void 0;try{e(i)}finally{S=r}},{name:"sub"})};I.prototype.valueOf=function(){return this.value};I.prototype.toString=function(){return this.value+""};I.prototype.toJSON=function(){return this.value};I.prototype.peek=function(){var e=this;return Ei(function(){return e.value})};Object.defineProperty(I.prototype,"value",{get:function(){var e=Zr(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(fn>100)throw new Error("Cycle detected");(function(i){z!==0&&fn===0&&i.l!==oi&&(i.l=oi,pn={S:i,v:i.v,i:i.i,o:pn})})(this),this.v=e,this.i++,hn++,z++;try{for(var n=this.t;n!==void 0;n=n.x)n.t.N()}finally{Dn()}}}});function v(e,n){return new I(e,n)}function Xr(e){for(var n=e.s;n!==void 0;n=n.n)if(n.S.i!==n.i||!n.S.h()||n.S.i!==n.i)return!0;return!1}function et(e){for(var n=e.s;n!==void 0;n=n.n){var i=n.S.n;if(i!==void 0&&(n.r=i),n.S.n=n,n.i=-1,n.n===void 0){e.s=n;break}}}function nt(e){for(var n=e.s,i=void 0;n!==void 0;){var r=n.p;n.i===-1?(n.S.U(n),r!==void 0&&(r.n=n.n),n.n!==void 0&&(n.n.p=r)):i=n,n.S.n=n.r,n.r!==void 0&&(n.r=void 0),n=r}e.s=i}function se(e,n){I.call(this,void 0),this.x=e,this.s=void 0,this.g=hn-1,this.f=4,this.W=n?.watched,this.Z=n?.unwatched,this.name=n?.name}se.prototype=new I;se.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===hn))return!0;if(this.g=hn,this.f|=1,this.i>0&&!Xr(this))return this.f&=-2,!0;var e=S;try{et(this),S=this;var n=this.x();(16&this.f||this.v!==n||this.i===0)&&(this.v=n,this.f&=-17,this.i++)}catch(i){this.v=i,this.f|=16,this.i++}return S=e,nt(this),this.f&=-2,!0};se.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var n=this.s;n!==void 0;n=n.n)n.S.S(n)}I.prototype.S.call(this,e)};se.prototype.U=function(e){if(this.t!==void 0&&(I.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var n=this.s;n!==void 0;n=n.n)n.S.U(n)}};se.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}};Object.defineProperty(se.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=Zr(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function lr(e,n){return new se(e,n)}function it(e){var n=e.m;if(e.m=void 0,typeof n=="function"){z++;var i=S;S=void 0;try{n()}catch(r){throw e.f&=-2,e.f|=8,Oi(e),r}finally{S=i,Dn()}}}function Oi(e){for(var n=e.s;n!==void 0;n=n.n)n.S.U(n);e.x=void 0,e.s=void 0,it(e)}function Wl(e){if(S!==this)throw new Error("Out-of-order effect");nt(this),S=e,this.f&=-2,8&this.f&&Oi(this),Dn()}function xe(e,n){this.x=e,this.m=void 0,this.s=void 0,this.u=void 0,this.f=32,this.name=n?.name}xe.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var n=this.x();typeof n=="function"&&(this.m=n)}finally{e()}};xe.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,it(this),et(this),z++;var e=S;return S=this,Wl.bind(this,e)};xe.prototype.N=function(){2&this.f||(this.f|=2,this.u=Ne,Ne=this)};xe.prototype.d=function(){this.f|=8,1&this.f||Oi(this)};xe.prototype.dispose=function(){this.d()};function Ve(e,n){var i=new xe(e,n);try{i.c()}catch(t){throw i.d(),t}var r=i.d.bind(i);return r[Symbol.dispose]=r,r}var rt,Ze,Yl=typeof window<"u"&&!!window.__PREACT_SIGNALS_DEVTOOLS__,tt=[];Ve(function(){rt=this.N})();function Se(e,n){x[e]=n.bind(null,x[e]||function(){})}function vn(e){if(Ze){var n=Ze;Ze=void 0,n()}Ze=e&&e.S()}function lt(e){var n=this,i=e.data,r=ql(i);r.value=i;var t=Vr(function(){for(var c=n,u=n.__v;u=u.__;)if(u.__c){u.__c.__$f|=4;break}var d=lr(function(){var p=r.value.value;return p===0?0:p===!0?"":p||""}),f=lr(function(){return!Array.isArray(d.value)&&!Mr(d.value)}),s=Ve(function(){if(this.N=at,f.value){var p=d.value;c.__v&&c.__v.__e&&c.__v.__e.nodeType===3&&(c.__v.__e.data=p)}}),h=n.__$u.d;return n.__$u.d=function(){s(),h.call(this)},[f,d]},[]),l=t[0],o=t[1];return l.value?o.peek():o.value}lt.displayName="ReactiveTextNode";Object.defineProperties(I.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:lt},props:{configurable:!0,get:function(){var e=this;return{data:{get value(){return e.value}}}}},__b:{configurable:!0,value:1}});Se("__b",function(e,n){if(typeof n.type=="string"){var i,r=n.props;for(var t in r)if(t!=="children"){var l=r[t];l instanceof I&&(i||(n.__np=i={}),i[t]=l,r[t]=l.peek())}}e(n)});Se("__r",function(e,n){if(e(n),n.type!==Z){vn();var i,r=n.__c;r&&(r.__$f&=-2,(i=r.__$u)===void 0&&(r.__$u=i=function(t,l){var o;return Ve(function(){o=this},{name:l}),o.c=t,o}(function(){var t;Yl&&((t=i.y)==null||t.call(i)),r.__$f|=1,r.setState({})},typeof n.type=="function"?n.type.displayName||n.type.name:""))),vn(i)}});Se("__e",function(e,n,i,r){vn(),e(n,i,r)});Se("diffed",function(e,n){vn();var i;if(typeof n.type=="string"&&(i=n.__e)){var r=n.__np,t=n.props;if(r){var l=i.U;if(l)for(var o in l){var c=l[o];c!==void 0&&!(o in r)&&(c.d(),l[o]=void 0)}else l={},i.U=l;for(var u in r){var d=l[u],f=r[u];d===void 0?(d=zl(i,u,f),l[u]=d):d.o(f,t)}for(var s in r)t[s]=r[s]}}e(n)});function zl(e,n,i,r){var t=n in e&&e.ownerSVGElement===void 0,l=v(i),o=i.peek();return{o:function(c,u){l.value=c,o=c.peek()},d:Ve(function(){this.N=at;var c=l.value.value;o!==c?(o=void 0,t?e[n]=c:c!=null&&(c!==!1||n[4]==="-")?e.setAttribute(n,c):e.removeAttribute(n)):o=void 0})}}Se("unmount",function(e,n){if(typeof n.type=="string"){var i=n.__e;if(i){var r=i.U;if(r){i.U=void 0;for(var t in r){var l=r[t];l&&l.d()}}}n.__np=void 0}else{var o=n.__c;if(o){var c=o.__$u;c&&(o.__$u=void 0,c.d())}}e(n)});Se("__h",function(e,n,i,r){(r<3||r===9)&&(n.__$f|=2),e(n,i,r)});Oe.prototype.shouldComponentUpdate=function(e,n){if(this.__R)return!0;var i=this.__$u,r=i&&i.s!==void 0;for(var t in n)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var l=2&this.__$f;if(!(r||l||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var o in e)if(o!=="__source"&&e[o]!==this.props[o])return!0;for(var c in this.props)if(!(c in e))return!0;return!1};function ql(e,n){return Vr(function(){return v(e,n)},[])}var Kl=function(e){queueMicrotask(function(){queueMicrotask(e)})};function Gl(){Bl(function(){for(var e;e=tt.shift();)rt.call(e)})}function at(){tt.push(this)===1&&(x.requestAnimationFrame||Kl)(Gl)}function ot(){const e=window.location.hash;return e===""||e==="#"?"/":e.startsWith("#")?e.slice(1):e}const ve=v(ot());function ci(e){const n=e.startsWith("/")?e:`/${e}`;`#${n}`!==window.location.hash&&(window.location.hash=n)}let ar=!1;function Vl(){ar||(ar=!0,window.addEventListener("hashchange",()=>{ve.value=ot()}))}let De=null;function Jl(e){De=e}class R extends Error{status;body;constructor(n,i,r){super(r),this.status=n,this.body=i}}async function w(e,n={}){const i={Accept:"application/json",...n.headers??{}};De!==null&&(i.Authorization=`Bearer ${De}`);const{body:r,...t}=n,l={...t,headers:i};r!==void 0&&(l.body=JSON.stringify(r),i["Content-Type"]="application/json");const o=await fetch(e,l),c=await o.text(),u=c===""?{}:JSON.parse(c);if(!o.ok){const d=u.error?.message??`request failed (${o.status})`;throw new R(o.status,u,d)}return u}async function Ql(e,n,i,r={}){const t={Accept:"text/event-stream","Content-Type":"application/json",...r.headers??{}};De!==null&&(t.Authorization=`Bearer ${De}`);const l=await fetch(e,{...r,method:"POST",headers:t,body:JSON.stringify(n)});if(!l.ok||l.body===null){const f=await l.text().catch(()=>"");let s={};try{s=f===""?{}:JSON.parse(f)}catch{}throw new R(l.status,s,s.error?.message??`stream failed (${l.status})`)}const o=l.body.getReader(),c=new TextDecoder;let u="";const d=f=>{for(const s of f.split(`
2
+ `)){if(!s.startsWith("data:"))continue;const h=s.slice(5).trim();if(h!=="")try{i(JSON.parse(h))}catch{}}};for(;;){const{done:f,value:s}=await o.read();if(f)break;u+=c.decode(s,{stream:!0});let h=u.indexOf(`
3
+
4
+ `);for(;h!==-1;)d(u.slice(0,h)),u=u.slice(h+2),h=u.indexOf(`
5
+
6
+ `)}u.trim()!==""&&d(u)}const _n=v(null);async function Zl(){try{const e=await w("/api/v1/ping");_n.value={...e,projectScopeAvailable:e.projectScopeAvailable===!0}}catch{_n.value=null}}function J(e){switch(e.code){case"VALIDATION":return"Some fields need attention before saving.";case"CONFLICT":return"This file changed on disk while you were editing. Review the latest version and re-save.";case"PRECONDITION_REQUIRED":return"Reload the page once — the optimistic-lock token is missing.";case"NOT_FOUND":return"The file does not exist yet. Use the wizard to create it.";case"ATOMIC_WRITE":return"Write failed mid-flight. The file was not partially modified.";case"YAML_PARSE":return"YAML parse error — fix the file by hand, then reload.";default:return e.message}}function Xl(e){return/expected (boolean|string|number)/i.test(e)?e.replace(/^expected/i,"Expected"):e}function ct(e){const n={};for(const i of e.fields??[])n[i.path]=Xl(i.message);return n}function ea({id:e,children:n}){return a("p",{class:"ac-field__description",id:e,children:n})}function na({id:e,children:n}){return a("p",{class:"ac-field__error",id:e,role:"alert","aria-live":"polite",children:n})}function ue({id:e,label:n,description:i,error:r,children:t}){const l=i!==void 0?`${e}-desc`:void 0,o=r!==void 0?`${e}-err`:void 0;return a("div",{class:"ac-field","data-invalid":r!==void 0?"true":void 0,children:[a("label",{class:"ac-field__label",for:e,children:n}),i!==void 0?a(ea,{id:l,children:i}):null,a("div",{class:"ac-field__control","aria-describedby":l,"aria-errormessage":o,children:t}),r!==void 0?a(na,{id:o,children:r}):null]})}function st(e){return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:a("input",{class:"ac-input",type:"text",id:e.id,name:e.name,value:e.value,placeholder:e.placeholder,"aria-invalid":e.error!==void 0?"true":void 0,onInput:n=>e.onChange(n.currentTarget.value)})})}function ia(e){const n=e.step??(e.integer===!0?1:"any");return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:a("input",{class:"ac-input",type:"number",id:e.id,name:e.name,value:Number.isFinite(e.value)?String(e.value):"0",min:e.min,max:e.max,step:n,"aria-invalid":e.error!==void 0?"true":void 0,onInput:i=>{const r=i.currentTarget.value,t=r===""?0:Number(r);e.onChange(Number.isFinite(t)?t:0)}})})}function ra(e){return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:a("label",{class:"ac-toggle",children:[a("input",{type:"checkbox",id:e.id,name:e.name,checked:e.value,"aria-invalid":e.error!==void 0?"true":void 0,onChange:n=>e.onChange(n.currentTarget.checked)}),a("span",{class:"ac-toggle__track","aria-hidden":"true"}),a("span",{class:"ac-toggle__state",children:e.value?"On":"Off"})]})})}function ut(e){const n=e.options.length>3;return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:n?a("select",{class:"ac-input",id:e.id,name:e.name,value:e.value,"aria-invalid":e.error!==void 0?"true":void 0,onChange:i=>e.onChange(i.currentTarget.value),children:e.options.map(i=>a("option",{value:i.value,children:i.label??(i.value===""?"(none)":i.value)},i.value))}):a("div",{class:"ac-radio-group",role:"radiogroup","aria-labelledby":`${e.id}-label`,children:e.options.map(i=>{const r=`${e.id}-${i.value||"none"}`;return a("label",{class:"ac-radio",for:r,children:[a("input",{type:"radio",id:r,name:e.name,value:i.value,checked:i.value===e.value,onChange:()=>e.onChange(i.value)}),a("span",{children:i.label??(i.value===""?"(none)":i.value)})]},i.value)})})})}function mn(e){return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:a("textarea",{class:"ac-textarea",id:e.id,name:e.name,rows:e.rows??6,placeholder:e.placeholder,"aria-invalid":e.error!==void 0?"true":void 0,onInput:n=>e.onChange(n.currentTarget.value),children:e.value})})}function dt(e){return e.replace(/_/g," ").replace(/\./g," › ").replace(/\b\w/g,n=>n.toUpperCase())}function ta(e){return e.enum!==void 0&&e.enum.length>0?"enum":e.type==="integer"?"integer":e.type==="number"?"number":e.type==="boolean"?"boolean":e.type==="string"?"string":e.type==="array"&&e.items?.type==="string"?"array-of-strings":"unsupported"}function Gn(e,n){const i=ta(n);return{path:e,kind:i,label:dt(e[e.length-1]??""),description:n.description,options:n.enum,min:n.minimum,max:n.maximum}}function la(e){const n=[],i=e.properties??{};for(const[r,t]of Object.entries(i))if(t.type==="object"&&t.properties!==void 0){const l=[];for(const[o,c]of Object.entries(t.properties))if(c.type==="object"&&c.properties!==void 0)for(const[u,d]of Object.entries(c.properties))l.push(Gn([r,o,u],d));else l.push(Gn([r,o],c));n.push({path:[r],label:dt(r),description:t.description,fields:l})}else{const l=n.find(c=>c.path[0]==="__general"),o=Gn([r],t);l===void 0?n.unshift({path:["__general"],label:"General",fields:[o]}):l.fields.push(o)}return n}function aa(e,n){let i=e;for(const r of n){if(i===null||typeof i!="object"||Array.isArray(i))return;i=i[r]}return i}function ft(e,n,i){if(n.length===0)return e;const[r,...t]=n;if(r===void 0)return e;const l={...e};if(t.length===0)return l[r]=i,l;const o=l[r],c=o!==null&&typeof o=="object"&&!Array.isArray(o)?o:{};return l[r]=ft(c,t,i),l}function Ie(e){return e.join(".")}function oa(e,n,i,r){const t=Ie(e.path),l=t,o=aa(n,e.path),c=i[t],u=d=>{r(ft(n,e.path,d))};switch(e.kind){case"string":{const d=typeof o=="string"?o:"";return d.length>80?a(mn,{id:t,name:l,label:e.label,description:e.description,error:c,value:d,onChange:u}):a(st,{id:t,name:l,label:e.label,description:e.description,error:c,value:d,onChange:u})}case"enum":{const d=typeof o=="string"||typeof o=="number"?String(o):"",f=(e.options??[]).map(s=>({value:String(s)}));return a(ut,{id:t,name:l,label:e.label,description:e.description,error:c,value:d,options:f,onChange:u})}case"number":case"integer":{const d=typeof o=="number"?o:0;return a(ia,{id:t,name:l,label:e.label,description:e.description,error:c,value:d,integer:e.kind==="integer",min:e.min,max:e.max,onChange:u})}case"boolean":{const d=typeof o=="boolean"?o:!1;return a(ra,{id:t,name:l,label:e.label,description:e.description,error:c,value:d,onChange:u})}case"array-of-strings":{const f=(Array.isArray(o)?o.filter(s=>typeof s=="string"):[]).join(`
7
+ `);return a(mn,{id:t,name:l,label:e.label,description:`${e.description??""} (one entry per line)`.trim(),error:c,value:f,onChange:s=>{const h=s.split(`
8
+ `).map(p=>p.trim()).filter(p=>p!=="");u(h)}})}default:return null}}function ca({section:e,values:n,errors:i,onChange:r}){return a("section",{class:"ac-section","aria-labelledby":`section-${Ie(e.path)}`,children:[a("h2",{class:"ac-section__title",id:`section-${Ie(e.path)}`,children:e.label}),e.description!==void 0?a("p",{class:"ac-section__description",children:e.description}):null,a("div",{class:"ac-section__fields",children:e.fields.map(t=>a("div",{children:oa(t,n,i,r)},Ie(t.path)))})]})}function sa(e){const n=la(e.schema),i=e.errors??{};return a("form",{class:"ac-form",onSubmit:r=>r.preventDefault(),children:[n.map(r=>a(ca,{section:r,values:e.values,errors:i,onChange:e.onChange},Ie(r.path))),e.actions!==void 0?a("div",{class:"ac-form__actions",children:e.actions}):null]})}function ua(e){const[n]=Gr(()=>`${e.id}-list`);return a(ue,{id:e.id,label:e.label,description:e.description,error:e.error,children:[a("input",{class:"ac-input",type:"text",id:e.id,name:e.name,value:e.value,placeholder:e.placeholder,list:n,"aria-invalid":e.error!==void 0?"true":void 0,onInput:i=>e.onChange(i.currentTarget.value)}),a("datalist",{id:n,children:e.suggestions.map(i=>a("option",{value:i},i))})]})}const da=["developer","reviewer","designer","product-manager","ops","qa","maintainer"],fa=["de","en","en-US","en-GB","fr","es","it","nl","pt","pt-BR"];function or(){return new Date().toISOString().slice(0,10)}function fe(e,n){return e?.[n]}function pa({value:e,onChange:n,errors:i,hideRole:r,hideIdentityBasics:t}){const[l,o]=Gr(""),c="umd-role-suggestions";function u(_){n({...e,..._,last_updated:or()})}const d=e.role.filter(_=>_.trim()!=="");function f(_){const g=_.trim();if(g===""||d.includes(g)){o("");return}u({role:[...d,g]}),o("")}function s(_){d.length<=1||u({role:d.filter(g=>g!==_)})}function h(_){const g={...e,last_updated:or()};_===""?delete g.notes:g.notes=_,n(g)}const p=da.filter(_=>!d.includes(_));return a("div",{class:"ac-user-md-form",children:[t?null:a(st,{id:"umd-name",name:"identity.name",label:"Name",description:'How the agent addresses you in chat (e.g. "Matze", "Sarah"). Required.',value:e.identity.name,error:fe(i,"identity.name"),onChange:_=>u({identity:{...e.identity,name:_}})}),t?null:a(ua,{id:"umd-language",name:"language",label:"Language",description:"BCP-47 tag the agent mirrors in replies (e.g. 'de', 'en', 'en-US').",value:e.language,suggestions:fa,error:fe(i,"language"),onChange:_=>u({language:_})}),r?null:a(ue,{id:"umd-role-input",label:"Roles",description:"One or more roles. Seeded suggestions are non-binding — type anything and press Enter.",error:fe(i,"role"),children:[a("ul",{class:"ac-chip-list","data-testid":"umd-role-list",children:d.map(_=>a("li",{class:"ac-chip",children:[a("span",{children:_}),a("button",{type:"button",class:"ac-chip__remove","aria-label":`Remove ${_}`,disabled:d.length<=1,onClick:()=>s(_),children:"×"})]},_))}),a("div",{class:"ac-role-add",children:[a("input",{class:"ac-input",type:"text",id:"umd-role-input",name:"role-add",list:c,placeholder:"Add a role and press Enter",value:l,onInput:_=>o(_.currentTarget.value),onKeyDown:_=>{(_.key==="Enter"||_.key===",")&&(_.preventDefault(),f(l))}}),a("datalist",{id:c,children:p.map(_=>a("option",{value:_},_))}),a("button",{type:"button",class:"ac-button",onClick:()=>f(l),children:"Add role"})]})]}),a(ut,{id:"umd-pace",name:"style.pace",label:"Pace",value:e.style.pace,error:fe(i,"style.pace"),options:[{value:"pragmatic",label:"Pragmatic"},{value:"thorough",label:"Thorough"},{value:"rapid",label:"Rapid"}],onChange:_=>u({style:{...e.style,pace:_}})}),a(mn,{id:"umd-voice",name:"voice_sample",label:"Voice sample",description:"One to three sentences in your own style. The agent uses it as a tone anchor.",rows:4,value:e.voice_sample,error:fe(i,"voice_sample"),onChange:_=>u({voice_sample:_})}),a(mn,{id:"umd-notes",name:"notes",label:"Notes",description:"Optional free-form prose the agent remembers across sessions.",rows:6,value:e.notes??"",error:fe(i,"notes"),onChange:h})]})}function pt(){return{version:1,identity:{name:""},language:"en",role:[],style:{pace:"pragmatic"},voice_sample:"",last_updated:"1970-01-01"}}function cr(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Xe(e,n){return typeof e=="string"?e:n}function ha(e){return e==="thorough"||e==="rapid"?e:"pragmatic"}function va(e){return Array.isArray(e)?e.filter(n=>typeof n=="string"&&n.trim()!==""):[]}function _a(e){if(typeof e=="string")return e===""?void 0:e}function sr(e){const n=pt(),i=cr(e.identity)?e.identity:{},r=cr(e.style)?e.style:{},t=_a(e.notes),l={version:1,identity:{name:Xe(i.name,n.identity.name)},language:Xe(e.language,n.language),role:va(e.role),style:{pace:ha(r.pace)},voice_sample:Xe(e.voice_sample,n.voice_sample),last_updated:Xe(e.last_updated,n.last_updated)};return t!==void 0&&(l.notes=t),l}/*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */function ht(e){return typeof e>"u"||e===null}function ma(e){return typeof e=="object"&&e!==null}function ga(e){return Array.isArray(e)?e:ht(e)?[]:[e]}function ya(e,n){var i,r,t,l;if(n)for(l=Object.keys(n),i=0,r=l.length;i<r;i+=1)t=l[i],e[t]=n[t];return e}function ba(e,n){var i="",r;for(r=0;r<n;r+=1)i+=e;return i}function ka(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var wa=ht,xa=ma,Sa=ga,Aa=ba,Ca=ka,Ta=ya,O={isNothing:wa,isObject:xa,toArray:Sa,repeat:Aa,isNegativeZero:Ca,extend:Ta};function vt(e,n){var i="",r=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(i+='in "'+e.mark.name+'" '),i+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!n&&e.mark.snippet&&(i+=`
9
+
10
+ `+e.mark.snippet),r+" "+i):r}function je(e,n){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=n,this.message=vt(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}je.prototype=Object.create(Error.prototype);je.prototype.constructor=je;je.prototype.toString=function(n){return this.name+": "+vt(this,n)};var F=je;function Vn(e,n,i,r,t){var l="",o="",c=Math.floor(t/2)-1;return r-n>c&&(l=" ... ",n=r-c+l.length),i-r>c&&(o=" ...",i=r+c-o.length),{str:l+e.slice(n,i).replace(/\t/g,"→")+o,pos:r-n+l.length}}function Jn(e,n){return O.repeat(" ",n-e.length)+e}function Ea(e,n){if(n=Object.create(n||null),!e.buffer)return null;n.maxLength||(n.maxLength=79),typeof n.indent!="number"&&(n.indent=1),typeof n.linesBefore!="number"&&(n.linesBefore=3),typeof n.linesAfter!="number"&&(n.linesAfter=2);for(var i=/\r?\n|\r|\0/g,r=[0],t=[],l,o=-1;l=i.exec(e.buffer);)t.push(l.index),r.push(l.index+l[0].length),e.position<=l.index&&o<0&&(o=r.length-2);o<0&&(o=r.length-1);var c="",u,d,f=Math.min(e.line+n.linesAfter,t.length).toString().length,s=n.maxLength-(n.indent+f+3);for(u=1;u<=n.linesBefore&&!(o-u<0);u++)d=Vn(e.buffer,r[o-u],t[o-u],e.position-(r[o]-r[o-u]),s),c=O.repeat(" ",n.indent)+Jn((e.line-u+1).toString(),f)+" | "+d.str+`
11
+ `+c;for(d=Vn(e.buffer,r[o],t[o],e.position,s),c+=O.repeat(" ",n.indent)+Jn((e.line+1).toString(),f)+" | "+d.str+`
12
+ `,c+=O.repeat("-",n.indent+f+3+d.pos)+`^
13
+ `,u=1;u<=n.linesAfter&&!(o+u>=t.length);u++)d=Vn(e.buffer,r[o+u],t[o+u],e.position-(r[o]-r[o+u]),s),c+=O.repeat(" ",n.indent)+Jn((e.line+u+1).toString(),f)+" | "+d.str+`
14
+ `;return c.replace(/\n$/,"")}var Oa=Ea,Na=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],Ia=["scalar","sequence","mapping"];function La(e){var n={};return e!==null&&Object.keys(e).forEach(function(i){e[i].forEach(function(r){n[String(r)]=i})}),n}function Fa(e,n){if(n=n||{},Object.keys(n).forEach(function(i){if(Na.indexOf(i)===-1)throw new F('Unknown option "'+i+'" is met in definition of "'+e+'" YAML type.')}),this.options=n,this.tag=e,this.kind=n.kind||null,this.resolve=n.resolve||function(){return!0},this.construct=n.construct||function(i){return i},this.instanceOf=n.instanceOf||null,this.predicate=n.predicate||null,this.represent=n.represent||null,this.representName=n.representName||null,this.defaultStyle=n.defaultStyle||null,this.multi=n.multi||!1,this.styleAliases=La(n.styleAliases||null),Ia.indexOf(this.kind)===-1)throw new F('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var N=Fa;function ur(e,n){var i=[];return e[n].forEach(function(r){var t=i.length;i.forEach(function(l,o){l.tag===r.tag&&l.kind===r.kind&&l.multi===r.multi&&(t=o)}),i[t]=r}),i}function Ra(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},n,i;function r(t){t.multi?(e.multi[t.kind].push(t),e.multi.fallback.push(t)):e[t.kind][t.tag]=e.fallback[t.tag]=t}for(n=0,i=arguments.length;n<i;n+=1)arguments[n].forEach(r);return e}function si(e){return this.extend(e)}si.prototype.extend=function(n){var i=[],r=[];if(n instanceof N)r.push(n);else if(Array.isArray(n))r=r.concat(n);else if(n&&(Array.isArray(n.implicit)||Array.isArray(n.explicit)))n.implicit&&(i=i.concat(n.implicit)),n.explicit&&(r=r.concat(n.explicit));else throw new F("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");i.forEach(function(l){if(!(l instanceof N))throw new F("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(l.loadKind&&l.loadKind!=="scalar")throw new F("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(l.multi)throw new F("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),r.forEach(function(l){if(!(l instanceof N))throw new F("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var t=Object.create(si.prototype);return t.implicit=(this.implicit||[]).concat(i),t.explicit=(this.explicit||[]).concat(r),t.compiledImplicit=ur(t,"implicit"),t.compiledExplicit=ur(t,"explicit"),t.compiledTypeMap=Ra(t.compiledImplicit,t.compiledExplicit),t};var _t=si,mt=new N("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),gt=new N("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),yt=new N("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),bt=new _t({explicit:[mt,gt,yt]});function $a(e){if(e===null)return!0;var n=e.length;return n===1&&e==="~"||n===4&&(e==="null"||e==="Null"||e==="NULL")}function Pa(){return null}function Ma(e){return e===null}var kt=new N("tag:yaml.org,2002:null",{kind:"scalar",resolve:$a,construct:Pa,predicate:Ma,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function Da(e){if(e===null)return!1;var n=e.length;return n===4&&(e==="true"||e==="True"||e==="TRUE")||n===5&&(e==="false"||e==="False"||e==="FALSE")}function ja(e){return e==="true"||e==="True"||e==="TRUE"}function Ha(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var wt=new N("tag:yaml.org,2002:bool",{kind:"scalar",resolve:Da,construct:ja,predicate:Ha,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function Ba(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function Ua(e){return 48<=e&&e<=55}function Wa(e){return 48<=e&&e<=57}function Ya(e){if(e===null)return!1;var n=e.length,i=0,r=!1,t;if(!n)return!1;if(t=e[i],(t==="-"||t==="+")&&(t=e[++i]),t==="0"){if(i+1===n)return!0;if(t=e[++i],t==="b"){for(i++;i<n;i++)if(t=e[i],t!=="_"){if(t!=="0"&&t!=="1")return!1;r=!0}return r&&t!=="_"}if(t==="x"){for(i++;i<n;i++)if(t=e[i],t!=="_"){if(!Ba(e.charCodeAt(i)))return!1;r=!0}return r&&t!=="_"}if(t==="o"){for(i++;i<n;i++)if(t=e[i],t!=="_"){if(!Ua(e.charCodeAt(i)))return!1;r=!0}return r&&t!=="_"}}if(t==="_")return!1;for(;i<n;i++)if(t=e[i],t!=="_"){if(!Wa(e.charCodeAt(i)))return!1;r=!0}return!(!r||t==="_")}function za(e){var n=e,i=1,r;if(n.indexOf("_")!==-1&&(n=n.replace(/_/g,"")),r=n[0],(r==="-"||r==="+")&&(r==="-"&&(i=-1),n=n.slice(1),r=n[0]),n==="0")return 0;if(r==="0"){if(n[1]==="b")return i*parseInt(n.slice(2),2);if(n[1]==="x")return i*parseInt(n.slice(2),16);if(n[1]==="o")return i*parseInt(n.slice(2),8)}return i*parseInt(n,10)}function qa(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!O.isNegativeZero(e)}var xt=new N("tag:yaml.org,2002:int",{kind:"scalar",resolve:Ya,construct:za,predicate:qa,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),Ka=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function Ga(e){return!(e===null||!Ka.test(e)||e[e.length-1]==="_")}function Va(e){var n,i;return n=e.replace(/_/g,"").toLowerCase(),i=n[0]==="-"?-1:1,"+-".indexOf(n[0])>=0&&(n=n.slice(1)),n===".inf"?i===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:n===".nan"?NaN:i*parseFloat(n,10)}var Ja=/^[-+]?[0-9]+e/;function Qa(e,n){var i;if(isNaN(e))switch(n){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(n){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(n){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(O.isNegativeZero(e))return"-0.0";return i=e.toString(10),Ja.test(i)?i.replace("e",".e"):i}function Za(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||O.isNegativeZero(e))}var St=new N("tag:yaml.org,2002:float",{kind:"scalar",resolve:Ga,construct:Va,predicate:Za,represent:Qa,defaultStyle:"lowercase"}),At=bt.extend({implicit:[kt,wt,xt,St]}),Ct=At,Tt=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),Et=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function Xa(e){return e===null?!1:Tt.exec(e)!==null||Et.exec(e)!==null}function eo(e){var n,i,r,t,l,o,c,u=0,d=null,f,s,h;if(n=Tt.exec(e),n===null&&(n=Et.exec(e)),n===null)throw new Error("Date resolve error");if(i=+n[1],r=+n[2]-1,t=+n[3],!n[4])return new Date(Date.UTC(i,r,t));if(l=+n[4],o=+n[5],c=+n[6],n[7]){for(u=n[7].slice(0,3);u.length<3;)u+="0";u=+u}return n[9]&&(f=+n[10],s=+(n[11]||0),d=(f*60+s)*6e4,n[9]==="-"&&(d=-d)),h=new Date(Date.UTC(i,r,t,l,o,c,u)),d&&h.setTime(h.getTime()-d),h}function no(e){return e.toISOString()}var Ot=new N("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:Xa,construct:eo,instanceOf:Date,represent:no});function io(e){return e==="<<"||e===null}var Nt=new N("tag:yaml.org,2002:merge",{kind:"scalar",resolve:io}),Ni=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
15
+ \r`;function ro(e){if(e===null)return!1;var n,i,r=0,t=e.length,l=Ni;for(i=0;i<t;i++)if(n=l.indexOf(e.charAt(i)),!(n>64)){if(n<0)return!1;r+=6}return r%8===0}function to(e){var n,i,r=e.replace(/[\r\n=]/g,""),t=r.length,l=Ni,o=0,c=[];for(n=0;n<t;n++)n%4===0&&n&&(c.push(o>>16&255),c.push(o>>8&255),c.push(o&255)),o=o<<6|l.indexOf(r.charAt(n));return i=t%4*6,i===0?(c.push(o>>16&255),c.push(o>>8&255),c.push(o&255)):i===18?(c.push(o>>10&255),c.push(o>>2&255)):i===12&&c.push(o>>4&255),new Uint8Array(c)}function lo(e){var n="",i=0,r,t,l=e.length,o=Ni;for(r=0;r<l;r++)r%3===0&&r&&(n+=o[i>>18&63],n+=o[i>>12&63],n+=o[i>>6&63],n+=o[i&63]),i=(i<<8)+e[r];return t=l%3,t===0?(n+=o[i>>18&63],n+=o[i>>12&63],n+=o[i>>6&63],n+=o[i&63]):t===2?(n+=o[i>>10&63],n+=o[i>>4&63],n+=o[i<<2&63],n+=o[64]):t===1&&(n+=o[i>>2&63],n+=o[i<<4&63],n+=o[64],n+=o[64]),n}function ao(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var It=new N("tag:yaml.org,2002:binary",{kind:"scalar",resolve:ro,construct:to,predicate:ao,represent:lo}),oo=Object.prototype.hasOwnProperty,co=Object.prototype.toString;function so(e){if(e===null)return!0;var n=[],i,r,t,l,o,c=e;for(i=0,r=c.length;i<r;i+=1){if(t=c[i],o=!1,co.call(t)!=="[object Object]")return!1;for(l in t)if(oo.call(t,l))if(!o)o=!0;else return!1;if(!o)return!1;if(n.indexOf(l)===-1)n.push(l);else return!1}return!0}function uo(e){return e!==null?e:[]}var Lt=new N("tag:yaml.org,2002:omap",{kind:"sequence",resolve:so,construct:uo}),fo=Object.prototype.toString;function po(e){if(e===null)return!0;var n,i,r,t,l,o=e;for(l=new Array(o.length),n=0,i=o.length;n<i;n+=1){if(r=o[n],fo.call(r)!=="[object Object]"||(t=Object.keys(r),t.length!==1))return!1;l[n]=[t[0],r[t[0]]]}return!0}function ho(e){if(e===null)return[];var n,i,r,t,l,o=e;for(l=new Array(o.length),n=0,i=o.length;n<i;n+=1)r=o[n],t=Object.keys(r),l[n]=[t[0],r[t[0]]];return l}var Ft=new N("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:po,construct:ho}),vo=Object.prototype.hasOwnProperty;function _o(e){if(e===null)return!0;var n,i=e;for(n in i)if(vo.call(i,n)&&i[n]!==null)return!1;return!0}function mo(e){return e!==null?e:{}}var Rt=new N("tag:yaml.org,2002:set",{kind:"mapping",resolve:_o,construct:mo}),Ii=Ct.extend({implicit:[Ot,Nt],explicit:[It,Lt,Ft,Rt]}),Q=Object.prototype.hasOwnProperty,gn=1,$t=2,Pt=3,yn=4,Qn=1,go=2,dr=3,yo=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,bo=/[\x85\u2028\u2029]/,ko=/[,\[\]\{\}]/,Mt=/^(?:!|!!|![a-z\-]+!)$/i,Dt=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function fr(e){return Object.prototype.toString.call(e)}function U(e){return e===10||e===13}function ne(e){return e===9||e===32}function $(e){return e===9||e===32||e===10||e===13}function _e(e){return e===44||e===91||e===93||e===123||e===125}function wo(e){var n;return 48<=e&&e<=57?e-48:(n=e|32,97<=n&&n<=102?n-97+10:-1)}function xo(e){return e===120?2:e===117?4:e===85?8:0}function So(e){return 48<=e&&e<=57?e-48:-1}function pr(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?" ":e===110?`
16
+ `:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"…":e===95?" ":e===76?"\u2028":e===80?"\u2029":""}function Ao(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}function jt(e,n,i){n==="__proto__"?Object.defineProperty(e,n,{configurable:!0,enumerable:!0,writable:!0,value:i}):e[n]=i}var Ht=new Array(256),Bt=new Array(256);for(var pe=0;pe<256;pe++)Ht[pe]=pr(pe)?1:0,Bt[pe]=pr(pe);function Co(e,n){this.input=e,this.filename=n.filename||null,this.schema=n.schema||Ii,this.onWarning=n.onWarning||null,this.legacy=n.legacy||!1,this.json=n.json||!1,this.listener=n.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function Ut(e,n){var i={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return i.snippet=Oa(i),new F(n,i)}function y(e,n){throw Ut(e,n)}function bn(e,n){e.onWarning&&e.onWarning.call(null,Ut(e,n))}var hr={YAML:function(n,i,r){var t,l,o;n.version!==null&&y(n,"duplication of %YAML directive"),r.length!==1&&y(n,"YAML directive accepts exactly one argument"),t=/^([0-9]+)\.([0-9]+)$/.exec(r[0]),t===null&&y(n,"ill-formed argument of the YAML directive"),l=parseInt(t[1],10),o=parseInt(t[2],10),l!==1&&y(n,"unacceptable YAML version of the document"),n.version=r[0],n.checkLineBreaks=o<2,o!==1&&o!==2&&bn(n,"unsupported YAML version of the document")},TAG:function(n,i,r){var t,l;r.length!==2&&y(n,"TAG directive accepts exactly two arguments"),t=r[0],l=r[1],Mt.test(t)||y(n,"ill-formed tag handle (first argument) of the TAG directive"),Q.call(n.tagMap,t)&&y(n,'there is a previously declared suffix for "'+t+'" tag handle'),Dt.test(l)||y(n,"ill-formed tag prefix (second argument) of the TAG directive");try{l=decodeURIComponent(l)}catch{y(n,"tag prefix is malformed: "+l)}n.tagMap[t]=l}};function V(e,n,i,r){var t,l,o,c;if(n<i){if(c=e.input.slice(n,i),r)for(t=0,l=c.length;t<l;t+=1)o=c.charCodeAt(t),o===9||32<=o&&o<=1114111||y(e,"expected valid JSON character");else yo.test(c)&&y(e,"the stream contains non-printable characters");e.result+=c}}function vr(e,n,i,r){var t,l,o,c;for(O.isObject(i)||y(e,"cannot merge mappings; the provided source object is unacceptable"),t=Object.keys(i),o=0,c=t.length;o<c;o+=1)l=t[o],Q.call(n,l)||(jt(n,l,i[l]),r[l]=!0)}function me(e,n,i,r,t,l,o,c,u){var d,f;if(Array.isArray(t))for(t=Array.prototype.slice.call(t),d=0,f=t.length;d<f;d+=1)Array.isArray(t[d])&&y(e,"nested arrays are not supported inside keys"),typeof t=="object"&&fr(t[d])==="[object Object]"&&(t[d]="[object Object]");if(typeof t=="object"&&fr(t)==="[object Object]"&&(t="[object Object]"),t=String(t),n===null&&(n={}),r==="tag:yaml.org,2002:merge")if(Array.isArray(l))for(d=0,f=l.length;d<f;d+=1)vr(e,n,l[d],i);else vr(e,n,l,i);else!e.json&&!Q.call(i,t)&&Q.call(n,t)&&(e.line=o||e.line,e.lineStart=c||e.lineStart,e.position=u||e.position,y(e,"duplicated mapping key")),jt(n,t,l),delete i[t];return n}function Li(e){var n;n=e.input.charCodeAt(e.position),n===10?e.position++:n===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):y(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function T(e,n,i){for(var r=0,t=e.input.charCodeAt(e.position);t!==0;){for(;ne(t);)t===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),t=e.input.charCodeAt(++e.position);if(n&&t===35)do t=e.input.charCodeAt(++e.position);while(t!==10&&t!==13&&t!==0);if(U(t))for(Li(e),t=e.input.charCodeAt(e.position),r++,e.lineIndent=0;t===32;)e.lineIndent++,t=e.input.charCodeAt(++e.position);else break}return i!==-1&&r!==0&&e.lineIndent<i&&bn(e,"deficient indentation"),r}function jn(e){var n=e.position,i;return i=e.input.charCodeAt(n),!!((i===45||i===46)&&i===e.input.charCodeAt(n+1)&&i===e.input.charCodeAt(n+2)&&(n+=3,i=e.input.charCodeAt(n),i===0||$(i)))}function Fi(e,n){n===1?e.result+=" ":n>1&&(e.result+=O.repeat(`
17
+ `,n-1))}function To(e,n,i){var r,t,l,o,c,u,d,f,s=e.kind,h=e.result,p;if(p=e.input.charCodeAt(e.position),$(p)||_e(p)||p===35||p===38||p===42||p===33||p===124||p===62||p===39||p===34||p===37||p===64||p===96||(p===63||p===45)&&(t=e.input.charCodeAt(e.position+1),$(t)||i&&_e(t)))return!1;for(e.kind="scalar",e.result="",l=o=e.position,c=!1;p!==0;){if(p===58){if(t=e.input.charCodeAt(e.position+1),$(t)||i&&_e(t))break}else if(p===35){if(r=e.input.charCodeAt(e.position-1),$(r))break}else{if(e.position===e.lineStart&&jn(e)||i&&_e(p))break;if(U(p))if(u=e.line,d=e.lineStart,f=e.lineIndent,T(e,!1,-1),e.lineIndent>=n){c=!0,p=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=d,e.lineIndent=f;break}}c&&(V(e,l,o,!1),Fi(e,e.line-u),l=o=e.position,c=!1),ne(p)||(o=e.position+1),p=e.input.charCodeAt(++e.position)}return V(e,l,o,!1),e.result?!0:(e.kind=s,e.result=h,!1)}function Eo(e,n){var i,r,t;if(i=e.input.charCodeAt(e.position),i!==39)return!1;for(e.kind="scalar",e.result="",e.position++,r=t=e.position;(i=e.input.charCodeAt(e.position))!==0;)if(i===39)if(V(e,r,e.position,!0),i=e.input.charCodeAt(++e.position),i===39)r=e.position,e.position++,t=e.position;else return!0;else U(i)?(V(e,r,t,!0),Fi(e,T(e,!1,n)),r=t=e.position):e.position===e.lineStart&&jn(e)?y(e,"unexpected end of the document within a single quoted scalar"):(e.position++,t=e.position);y(e,"unexpected end of the stream within a single quoted scalar")}function Oo(e,n){var i,r,t,l,o,c;if(c=e.input.charCodeAt(e.position),c!==34)return!1;for(e.kind="scalar",e.result="",e.position++,i=r=e.position;(c=e.input.charCodeAt(e.position))!==0;){if(c===34)return V(e,i,e.position,!0),e.position++,!0;if(c===92){if(V(e,i,e.position,!0),c=e.input.charCodeAt(++e.position),U(c))T(e,!1,n);else if(c<256&&Ht[c])e.result+=Bt[c],e.position++;else if((o=xo(c))>0){for(t=o,l=0;t>0;t--)c=e.input.charCodeAt(++e.position),(o=wo(c))>=0?l=(l<<4)+o:y(e,"expected hexadecimal character");e.result+=Ao(l),e.position++}else y(e,"unknown escape sequence");i=r=e.position}else U(c)?(V(e,i,r,!0),Fi(e,T(e,!1,n)),i=r=e.position):e.position===e.lineStart&&jn(e)?y(e,"unexpected end of the document within a double quoted scalar"):(e.position++,r=e.position)}y(e,"unexpected end of the stream within a double quoted scalar")}function No(e,n){var i=!0,r,t,l,o=e.tag,c,u=e.anchor,d,f,s,h,p,_=Object.create(null),g,b,k,m;if(m=e.input.charCodeAt(e.position),m===91)f=93,p=!1,c=[];else if(m===123)f=125,p=!0,c={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=c),m=e.input.charCodeAt(++e.position);m!==0;){if(T(e,!0,n),m=e.input.charCodeAt(e.position),m===f)return e.position++,e.tag=o,e.anchor=u,e.kind=p?"mapping":"sequence",e.result=c,!0;i?m===44&&y(e,"expected the node content, but found ','"):y(e,"missed comma between flow collection entries"),b=g=k=null,s=h=!1,m===63&&(d=e.input.charCodeAt(e.position+1),$(d)&&(s=h=!0,e.position++,T(e,!0,n))),r=e.line,t=e.lineStart,l=e.position,we(e,n,gn,!1,!0),b=e.tag,g=e.result,T(e,!0,n),m=e.input.charCodeAt(e.position),(h||e.line===r)&&m===58&&(s=!0,m=e.input.charCodeAt(++e.position),T(e,!0,n),we(e,n,gn,!1,!0),k=e.result),p?me(e,c,_,b,g,k,r,t,l):s?c.push(me(e,null,_,b,g,k,r,t,l)):c.push(g),T(e,!0,n),m=e.input.charCodeAt(e.position),m===44?(i=!0,m=e.input.charCodeAt(++e.position)):i=!1}y(e,"unexpected end of the stream within a flow collection")}function Io(e,n){var i,r,t=Qn,l=!1,o=!1,c=n,u=0,d=!1,f,s;if(s=e.input.charCodeAt(e.position),s===124)r=!1;else if(s===62)r=!0;else return!1;for(e.kind="scalar",e.result="";s!==0;)if(s=e.input.charCodeAt(++e.position),s===43||s===45)Qn===t?t=s===43?dr:go:y(e,"repeat of a chomping mode identifier");else if((f=So(s))>=0)f===0?y(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?y(e,"repeat of an indentation width identifier"):(c=n+f-1,o=!0);else break;if(ne(s)){do s=e.input.charCodeAt(++e.position);while(ne(s));if(s===35)do s=e.input.charCodeAt(++e.position);while(!U(s)&&s!==0)}for(;s!==0;){for(Li(e),e.lineIndent=0,s=e.input.charCodeAt(e.position);(!o||e.lineIndent<c)&&s===32;)e.lineIndent++,s=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>c&&(c=e.lineIndent),U(s)){u++;continue}if(e.lineIndent<c){t===dr?e.result+=O.repeat(`
18
+ `,l?1+u:u):t===Qn&&l&&(e.result+=`
19
+ `);break}for(r?ne(s)?(d=!0,e.result+=O.repeat(`
20
+ `,l?1+u:u)):d?(d=!1,e.result+=O.repeat(`
21
+ `,u+1)):u===0?l&&(e.result+=" "):e.result+=O.repeat(`
22
+ `,u):e.result+=O.repeat(`
23
+ `,l?1+u:u),l=!0,o=!0,u=0,i=e.position;!U(s)&&s!==0;)s=e.input.charCodeAt(++e.position);V(e,i,e.position,!1)}return!0}function _r(e,n){var i,r=e.tag,t=e.anchor,l=[],o,c=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=l),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,y(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!$(o))));){if(c=!0,e.position++,T(e,!0,-1)&&e.lineIndent<=n){l.push(null),u=e.input.charCodeAt(e.position);continue}if(i=e.line,we(e,n,Pt,!1,!0),l.push(e.result),T(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===i||e.lineIndent>n)&&u!==0)y(e,"bad indentation of a sequence entry");else if(e.lineIndent<n)break}return c?(e.tag=r,e.anchor=t,e.kind="sequence",e.result=l,!0):!1}function Lo(e,n,i){var r,t,l,o,c,u,d=e.tag,f=e.anchor,s={},h=Object.create(null),p=null,_=null,g=null,b=!1,k=!1,m;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),m=e.input.charCodeAt(e.position);m!==0;){if(!b&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,y(e,"tab characters must not be used in indentation")),r=e.input.charCodeAt(e.position+1),l=e.line,(m===63||m===58)&&$(r))m===63?(b&&(me(e,s,h,p,_,null,o,c,u),p=_=g=null),k=!0,b=!0,t=!0):b?(b=!1,t=!0):y(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,m=r;else{if(o=e.line,c=e.lineStart,u=e.position,!we(e,i,$t,!1,!0))break;if(e.line===l){for(m=e.input.charCodeAt(e.position);ne(m);)m=e.input.charCodeAt(++e.position);if(m===58)m=e.input.charCodeAt(++e.position),$(m)||y(e,"a whitespace character is expected after the key-value separator within a block mapping"),b&&(me(e,s,h,p,_,null,o,c,u),p=_=g=null),k=!0,b=!1,t=!1,p=e.tag,_=e.result;else if(k)y(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=d,e.anchor=f,!0}else if(k)y(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=d,e.anchor=f,!0}if((e.line===l||e.lineIndent>n)&&(b&&(o=e.line,c=e.lineStart,u=e.position),we(e,n,yn,!0,t)&&(b?_=e.result:g=e.result),b||(me(e,s,h,p,_,g,o,c,u),p=_=g=null),T(e,!0,-1),m=e.input.charCodeAt(e.position)),(e.line===l||e.lineIndent>n)&&m!==0)y(e,"bad indentation of a mapping entry");else if(e.lineIndent<n)break}return b&&me(e,s,h,p,_,null,o,c,u),k&&(e.tag=d,e.anchor=f,e.kind="mapping",e.result=s),k}function Fo(e){var n,i=!1,r=!1,t,l,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&y(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(i=!0,o=e.input.charCodeAt(++e.position)):o===33?(r=!0,t="!!",o=e.input.charCodeAt(++e.position)):t="!",n=e.position,i){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(l=e.input.slice(n,e.position),o=e.input.charCodeAt(++e.position)):y(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!$(o);)o===33&&(r?y(e,"tag suffix cannot contain exclamation marks"):(t=e.input.slice(n-1,e.position+1),Mt.test(t)||y(e,"named tag handle cannot contain such characters"),r=!0,n=e.position+1)),o=e.input.charCodeAt(++e.position);l=e.input.slice(n,e.position),ko.test(l)&&y(e,"tag suffix cannot contain flow indicator characters")}l&&!Dt.test(l)&&y(e,"tag name cannot contain such characters: "+l);try{l=decodeURIComponent(l)}catch{y(e,"tag name is malformed: "+l)}return i?e.tag=l:Q.call(e.tagMap,t)?e.tag=e.tagMap[t]+l:t==="!"?e.tag="!"+l:t==="!!"?e.tag="tag:yaml.org,2002:"+l:y(e,'undeclared tag handle "'+t+'"'),!0}function Ro(e){var n,i;if(i=e.input.charCodeAt(e.position),i!==38)return!1;for(e.anchor!==null&&y(e,"duplication of an anchor property"),i=e.input.charCodeAt(++e.position),n=e.position;i!==0&&!$(i)&&!_e(i);)i=e.input.charCodeAt(++e.position);return e.position===n&&y(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(n,e.position),!0}function $o(e){var n,i,r;if(r=e.input.charCodeAt(e.position),r!==42)return!1;for(r=e.input.charCodeAt(++e.position),n=e.position;r!==0&&!$(r)&&!_e(r);)r=e.input.charCodeAt(++e.position);return e.position===n&&y(e,"name of an alias node must contain at least one character"),i=e.input.slice(n,e.position),Q.call(e.anchorMap,i)||y(e,'unidentified alias "'+i+'"'),e.result=e.anchorMap[i],T(e,!0,-1),!0}function we(e,n,i,r,t){var l,o,c,u=1,d=!1,f=!1,s,h,p,_,g,b;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,l=o=c=yn===i||Pt===i,r&&T(e,!0,-1)&&(d=!0,e.lineIndent>n?u=1:e.lineIndent===n?u=0:e.lineIndent<n&&(u=-1)),u===1)for(;Fo(e)||Ro(e);)T(e,!0,-1)?(d=!0,c=l,e.lineIndent>n?u=1:e.lineIndent===n?u=0:e.lineIndent<n&&(u=-1)):c=!1;if(c&&(c=d||t),(u===1||yn===i)&&(gn===i||$t===i?g=n:g=n+1,b=e.position-e.lineStart,u===1?c&&(_r(e,b)||Lo(e,b,g))||No(e,g)?f=!0:(o&&Io(e,g)||Eo(e,g)||Oo(e,g)?f=!0:$o(e)?(f=!0,(e.tag!==null||e.anchor!==null)&&y(e,"alias node should not have any properties")):To(e,g,gn===i)&&(f=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(f=c&&_r(e,b))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&y(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,h=e.implicitTypes.length;s<h;s+=1)if(_=e.implicitTypes[s],_.resolve(e.result)){e.result=_.construct(e.result),e.tag=_.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(Q.call(e.typeMap[e.kind||"fallback"],e.tag))_=e.typeMap[e.kind||"fallback"][e.tag];else for(_=null,p=e.typeMap.multi[e.kind||"fallback"],s=0,h=p.length;s<h;s+=1)if(e.tag.slice(0,p[s].tag.length)===p[s].tag){_=p[s];break}_||y(e,"unknown tag !<"+e.tag+">"),e.result!==null&&_.kind!==e.kind&&y(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+_.kind+'", not "'+e.kind+'"'),_.resolve(e.result,e.tag)?(e.result=_.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):y(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||f}function Po(e){var n=e.position,i,r,t,l=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(T(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(l=!0,o=e.input.charCodeAt(++e.position),i=e.position;o!==0&&!$(o);)o=e.input.charCodeAt(++e.position);for(r=e.input.slice(i,e.position),t=[],r.length<1&&y(e,"directive name must not be less than one character in length");o!==0;){for(;ne(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!U(o));break}if(U(o))break;for(i=e.position;o!==0&&!$(o);)o=e.input.charCodeAt(++e.position);t.push(e.input.slice(i,e.position))}o!==0&&Li(e),Q.call(hr,r)?hr[r](e,r,t):bn(e,'unknown document directive "'+r+'"')}if(T(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,T(e,!0,-1)):l&&y(e,"directives end mark is expected"),we(e,e.lineIndent-1,yn,!1,!0),T(e,!0,-1),e.checkLineBreaks&&bo.test(e.input.slice(n,e.position))&&bn(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&jn(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,T(e,!0,-1));return}if(e.position<e.length-1)y(e,"end of the stream or a document separator is expected");else return}function Wt(e,n){e=String(e),n=n||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
24
+ `),e.charCodeAt(0)===65279&&(e=e.slice(1)));var i=new Co(e,n),r=e.indexOf("\0");for(r!==-1&&(i.position=r,y(i,"null byte is not allowed in input")),i.input+="\0";i.input.charCodeAt(i.position)===32;)i.lineIndent+=1,i.position+=1;for(;i.position<i.length-1;)Po(i);return i.documents}function Mo(e,n,i){n!==null&&typeof n=="object"&&typeof i>"u"&&(i=n,n=null);var r=Wt(e,i);if(typeof n!="function")return r;for(var t=0,l=r.length;t<l;t+=1)n(r[t])}function Do(e,n){var i=Wt(e,n);if(i.length!==0){if(i.length===1)return i[0];throw new F("expected a single document in the stream, but found more")}}var jo=Mo,Ho=Do,Yt={loadAll:jo,load:Ho},zt=Object.prototype.toString,qt=Object.prototype.hasOwnProperty,Ri=65279,Bo=9,He=10,Uo=13,Wo=32,Yo=33,zo=34,ui=35,qo=37,Ko=38,Go=39,Vo=42,Kt=44,Jo=45,kn=58,Qo=61,Zo=62,Xo=63,ec=64,Gt=91,Vt=93,nc=96,Jt=123,ic=124,Qt=125,L={};L[0]="\\0";L[7]="\\a";L[8]="\\b";L[9]="\\t";L[10]="\\n";L[11]="\\v";L[12]="\\f";L[13]="\\r";L[27]="\\e";L[34]='\\"';L[92]="\\\\";L[133]="\\N";L[160]="\\_";L[8232]="\\L";L[8233]="\\P";var rc=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],tc=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function lc(e,n){var i,r,t,l,o,c,u;if(n===null)return{};for(i={},r=Object.keys(n),t=0,l=r.length;t<l;t+=1)o=r[t],c=String(n[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&qt.call(u.styleAliases,c)&&(c=u.styleAliases[c]),i[o]=c;return i}function ac(e){var n,i,r;if(n=e.toString(16).toUpperCase(),e<=255)i="x",r=2;else if(e<=65535)i="u",r=4;else if(e<=4294967295)i="U",r=8;else throw new F("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+i+O.repeat("0",r-n.length)+n}var oc=1,Be=2;function cc(e){this.schema=e.schema||Ii,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=O.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=lc(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Be:oc,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function mr(e,n){for(var i=O.repeat(" ",n),r=0,t=-1,l="",o,c=e.length;r<c;)t=e.indexOf(`
25
+ `,r),t===-1?(o=e.slice(r),r=c):(o=e.slice(r,t+1),r=t+1),o.length&&o!==`
26
+ `&&(l+=i),l+=o;return l}function di(e,n){return`
27
+ `+O.repeat(" ",e.indent*n)}function sc(e,n){var i,r,t;for(i=0,r=e.implicitTypes.length;i<r;i+=1)if(t=e.implicitTypes[i],t.resolve(n))return!0;return!1}function wn(e){return e===Wo||e===Bo}function Ue(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==Ri||65536<=e&&e<=1114111}function gr(e){return Ue(e)&&e!==Ri&&e!==Uo&&e!==He}function yr(e,n,i){var r=gr(e),t=r&&!wn(e);return(i?r:r&&e!==Kt&&e!==Gt&&e!==Vt&&e!==Jt&&e!==Qt)&&e!==ui&&!(n===kn&&!t)||gr(n)&&!wn(n)&&e===ui||n===kn&&t}function uc(e){return Ue(e)&&e!==Ri&&!wn(e)&&e!==Jo&&e!==Xo&&e!==kn&&e!==Kt&&e!==Gt&&e!==Vt&&e!==Jt&&e!==Qt&&e!==ui&&e!==Ko&&e!==Vo&&e!==Yo&&e!==ic&&e!==Qo&&e!==Zo&&e!==Go&&e!==zo&&e!==qo&&e!==ec&&e!==nc}function dc(e){return!wn(e)&&e!==kn}function Ce(e,n){var i=e.charCodeAt(n),r;return i>=55296&&i<=56319&&n+1<e.length&&(r=e.charCodeAt(n+1),r>=56320&&r<=57343)?(i-55296)*1024+r-56320+65536:i}function Zt(e){var n=/^\n* /;return n.test(e)}var Xt=1,fi=2,el=3,nl=4,he=5;function fc(e,n,i,r,t,l,o,c){var u,d=0,f=null,s=!1,h=!1,p=r!==-1,_=-1,g=uc(Ce(e,0))&&dc(Ce(e,e.length-1));if(n||o)for(u=0;u<e.length;d>=65536?u+=2:u++){if(d=Ce(e,u),!Ue(d))return he;g=g&&yr(d,f,c),f=d}else{for(u=0;u<e.length;d>=65536?u+=2:u++){if(d=Ce(e,u),d===He)s=!0,p&&(h=h||u-_-1>r&&e[_+1]!==" ",_=u);else if(!Ue(d))return he;g=g&&yr(d,f,c),f=d}h=h||p&&u-_-1>r&&e[_+1]!==" "}return!s&&!h?g&&!o&&!t(e)?Xt:l===Be?he:fi:i>9&&Zt(e)?he:o?l===Be?he:fi:h?nl:el}function pc(e,n,i,r,t){e.dump=function(){if(n.length===0)return e.quotingType===Be?'""':"''";if(!e.noCompatMode&&(rc.indexOf(n)!==-1||tc.test(n)))return e.quotingType===Be?'"'+n+'"':"'"+n+"'";var l=e.indent*Math.max(1,i),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-l),c=r||e.flowLevel>-1&&i>=e.flowLevel;function u(d){return sc(e,d)}switch(fc(n,c,e.indent,o,u,e.quotingType,e.forceQuotes&&!r,t)){case Xt:return n;case fi:return"'"+n.replace(/'/g,"''")+"'";case el:return"|"+br(n,e.indent)+kr(mr(n,l));case nl:return">"+br(n,e.indent)+kr(mr(hc(n,o),l));case he:return'"'+vc(n)+'"';default:throw new F("impossible error: invalid scalar style")}}()}function br(e,n){var i=Zt(e)?String(n):"",r=e[e.length-1]===`
28
+ `,t=r&&(e[e.length-2]===`
29
+ `||e===`
30
+ `),l=t?"+":r?"":"-";return i+l+`
31
+ `}function kr(e){return e[e.length-1]===`
32
+ `?e.slice(0,-1):e}function hc(e,n){for(var i=/(\n+)([^\n]*)/g,r=function(){var d=e.indexOf(`
33
+ `);return d=d!==-1?d:e.length,i.lastIndex=d,wr(e.slice(0,d),n)}(),t=e[0]===`
34
+ `||e[0]===" ",l,o;o=i.exec(e);){var c=o[1],u=o[2];l=u[0]===" ",r+=c+(!t&&!l&&u!==""?`
35
+ `:"")+wr(u,n),t=l}return r}function wr(e,n){if(e===""||e[0]===" ")return e;for(var i=/ [^ ]/g,r,t=0,l,o=0,c=0,u="";r=i.exec(e);)c=r.index,c-t>n&&(l=o>t?o:c,u+=`
36
+ `+e.slice(t,l),t=l+1),o=c;return u+=`
37
+ `,e.length-t>n&&o>t?u+=e.slice(t,o)+`
38
+ `+e.slice(o+1):u+=e.slice(t),u.slice(1)}function vc(e){for(var n="",i=0,r,t=0;t<e.length;i>=65536?t+=2:t++)i=Ce(e,t),r=L[i],!r&&Ue(i)?(n+=e[t],i>=65536&&(n+=e[t+1])):n+=r||ac(i);return n}function _c(e,n,i){var r="",t=e.tag,l,o,c;for(l=0,o=i.length;l<o;l+=1)c=i[l],e.replacer&&(c=e.replacer.call(i,String(l),c)),(q(e,n,c,!1,!1)||typeof c>"u"&&q(e,n,null,!1,!1))&&(r!==""&&(r+=","+(e.condenseFlow?"":" ")),r+=e.dump);e.tag=t,e.dump="["+r+"]"}function xr(e,n,i,r){var t="",l=e.tag,o,c,u;for(o=0,c=i.length;o<c;o+=1)u=i[o],e.replacer&&(u=e.replacer.call(i,String(o),u)),(q(e,n+1,u,!0,!0,!1,!0)||typeof u>"u"&&q(e,n+1,null,!0,!0,!1,!0))&&((!r||t!=="")&&(t+=di(e,n)),e.dump&&He===e.dump.charCodeAt(0)?t+="-":t+="- ",t+=e.dump);e.tag=l,e.dump=t||"[]"}function mc(e,n,i){var r="",t=e.tag,l=Object.keys(i),o,c,u,d,f;for(o=0,c=l.length;o<c;o+=1)f="",r!==""&&(f+=", "),e.condenseFlow&&(f+='"'),u=l[o],d=i[u],e.replacer&&(d=e.replacer.call(i,u,d)),q(e,n,u,!1,!1)&&(e.dump.length>1024&&(f+="? "),f+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),q(e,n,d,!1,!1)&&(f+=e.dump,r+=f));e.tag=t,e.dump="{"+r+"}"}function gc(e,n,i,r){var t="",l=e.tag,o=Object.keys(i),c,u,d,f,s,h;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new F("sortKeys must be a boolean or a function");for(c=0,u=o.length;c<u;c+=1)h="",(!r||t!=="")&&(h+=di(e,n)),d=o[c],f=i[d],e.replacer&&(f=e.replacer.call(i,d,f)),q(e,n+1,d,!0,!0,!0)&&(s=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,s&&(e.dump&&He===e.dump.charCodeAt(0)?h+="?":h+="? "),h+=e.dump,s&&(h+=di(e,n)),q(e,n+1,f,!0,s)&&(e.dump&&He===e.dump.charCodeAt(0)?h+=":":h+=": ",h+=e.dump,t+=h));e.tag=l,e.dump=t||"{}"}function Sr(e,n,i){var r,t,l,o,c,u;for(t=i?e.explicitTypes:e.implicitTypes,l=0,o=t.length;l<o;l+=1)if(c=t[l],(c.instanceOf||c.predicate)&&(!c.instanceOf||typeof n=="object"&&n instanceof c.instanceOf)&&(!c.predicate||c.predicate(n))){if(i?c.multi&&c.representName?e.tag=c.representName(n):e.tag=c.tag:e.tag="?",c.represent){if(u=e.styleMap[c.tag]||c.defaultStyle,zt.call(c.represent)==="[object Function]")r=c.represent(n,u);else if(qt.call(c.represent,u))r=c.represent[u](n,u);else throw new F("!<"+c.tag+'> tag resolver accepts not "'+u+'" style');e.dump=r}return!0}return!1}function q(e,n,i,r,t,l,o){e.tag=null,e.dump=i,Sr(e,i,!1)||Sr(e,i,!0);var c=zt.call(e.dump),u=r,d;r&&(r=e.flowLevel<0||e.flowLevel>n);var f=c==="[object Object]"||c==="[object Array]",s,h;if(f&&(s=e.duplicates.indexOf(i),h=s!==-1),(e.tag!==null&&e.tag!=="?"||h||e.indent!==2&&n>0)&&(t=!1),h&&e.usedDuplicates[s])e.dump="*ref_"+s;else{if(f&&h&&!e.usedDuplicates[s]&&(e.usedDuplicates[s]=!0),c==="[object Object]")r&&Object.keys(e.dump).length!==0?(gc(e,n,e.dump,t),h&&(e.dump="&ref_"+s+e.dump)):(mc(e,n,e.dump),h&&(e.dump="&ref_"+s+" "+e.dump));else if(c==="[object Array]")r&&e.dump.length!==0?(e.noArrayIndent&&!o&&n>0?xr(e,n-1,e.dump,t):xr(e,n,e.dump,t),h&&(e.dump="&ref_"+s+e.dump)):(_c(e,n,e.dump),h&&(e.dump="&ref_"+s+" "+e.dump));else if(c==="[object String]")e.tag!=="?"&&pc(e,e.dump,n,l,u);else{if(c==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new F("unacceptable kind of an object to dump "+c)}e.tag!==null&&e.tag!=="?"&&(d=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?d="!"+d:d.slice(0,18)==="tag:yaml.org,2002:"?d="!!"+d.slice(18):d="!<"+d+">",e.dump=d+" "+e.dump)}return!0}function yc(e,n){var i=[],r=[],t,l;for(pi(e,i,r),t=0,l=r.length;t<l;t+=1)n.duplicates.push(i[r[t]]);n.usedDuplicates=new Array(l)}function pi(e,n,i){var r,t,l;if(e!==null&&typeof e=="object")if(t=n.indexOf(e),t!==-1)i.indexOf(t)===-1&&i.push(t);else if(n.push(e),Array.isArray(e))for(t=0,l=e.length;t<l;t+=1)pi(e[t],n,i);else for(r=Object.keys(e),t=0,l=r.length;t<l;t+=1)pi(e[r[t]],n,i)}function bc(e,n){n=n||{};var i=new cc(n);i.noRefs||yc(e,i);var r=e;return i.replacer&&(r=i.replacer.call({"":r},"",r)),q(i,0,r,!0,!0)?i.dump+`
39
+ `:""}var kc=bc,wc={dump:kc};function $i(e,n){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+n+" instead, which is now safe by default.")}}var xc=N,Sc=_t,Ac=bt,Cc=At,Tc=Ct,Ec=Ii,Oc=Yt.load,Nc=Yt.loadAll,Ic=wc.dump,Lc=F,Fc={binary:It,float:St,map:yt,null:kt,pairs:Ft,set:Rt,timestamp:Ot,bool:wt,int:xt,merge:Nt,omap:Lt,seq:gt,str:mt},Rc=$i("safeLoad","load"),$c=$i("safeLoadAll","loadAll"),Pc=$i("safeDump","dump"),Mc={Type:xc,Schema:Sc,FAILSAFE_SCHEMA:Ac,JSON_SCHEMA:Cc,CORE_SCHEMA:Tc,DEFAULT_SCHEMA:Ec,load:Oc,loadAll:Nc,dump:Ic,YAMLException:Lc,types:Fc,safeLoad:Rc,safeLoadAll:$c,safeDump:Pc};function Dc(e){if(e.trim()==="")return{};const i=Mc.load(e);if(i==null)return{};if(typeof i!="object"||Array.isArray(i))throw new Error(".agent-user.yml must parse to an object");return i}const Ar={id:"welcome",title:"Welcome — who are you?",navLabel:"You",subtitle:"Your name and language. Stored in .agent-user.yml; we pre-fill what we can detect.",kind:"welcome"},Cr={id:"profile",title:"Which experience?",navLabel:"Experience",subtitle:"Pick the experience that fits you — developer · content · founder · agency · finance · ops. It selects your default command/skill surface and persona pre-selection. Cost tier is a secondary knob on a later step. You can switch later with `agent-config use --profile=<id>`.",kind:"form",paths:["profile.id"]},jc=[{id:"ai-tools",title:"Which AI tools do you use?",navLabel:"AI tools",subtitle:"Pick the editors and CLIs that should pick up this config. Auto-detect runs first; you can override.",kind:"aiTools"},{id:"roles",title:"What do you work on?",navLabel:"Roles",subtitle:"Pick the areas you work in. We use them to recommend capability packs on the next step, and they become your roles in .agent-user.yml.",kind:"roles"},{id:"packs",title:"Which capability packs do you want?",navLabel:"Packs",subtitle:"Founder-strategy, finance-basic, gtm-sales, ops-people, ai-video — pick zero or more. You can change this later.",kind:"packs"}],Tr=[{id:"identity",title:"Editor and tooling",navLabel:"Editor",subtitle:"IDE goes into .agent-settings.yml so the agent opens files in the right tool. rtk presence is auto-detected (see the rtk row). Your name lives in .agent-user.yml (later step).",kind:"form",paths:["personal.ide","personal.open_edited_files"]},{id:"personality",title:"How should the agent behave?",navLabel:"Personality",subtitle:"Autonomy, output verbosity, and PR-comment style.",kind:"form",paths:["personal.autonomy","personal.minimal_output","personal.play_by_play","personal.pr_comment_bot_icon"]},{id:"cost",title:"Rule loading, budgets & model tier",navLabel:"Cost & rules",subtitle:"Three distinct levers: rule_loading_tier (how many behavioural rules load — token footprint), cost.budgets (optional USD spending ceilings), and model.auto_switch (per-skill model tier). They are independent — the rule tier is not a spend lever and the model tier is not a rule lever.",kind:"form",paths:["rule_loading_tier","cost.budgets.daily","cost.budgets.weekly","cost.budgets.monthly","cost.enforcement","model.auto_switch"]},{id:"roadmap-quality",title:"Roadmap & quality cadence",navLabel:"Roadmap & quality",subtitle:"When the agent runs quality tools and refreshes roadmap dashboards.",kind:"form",paths:["roadmap.quality_cadence","roadmap.dashboard_regen_cadence","quality.local_auto_run","quality.wait_for_remote_ci"]},{id:"memory",title:"Memory & redaction",navLabel:"Memory",subtitle:"Inline-review threshold and transcript-redaction regexes.",kind:"form",paths:["memory.review_threshold","memory.redact_patterns"]},{id:"user-md",title:"Your .agent-user.yml",navLabel:"User profile",subtitle:"Identity, voice, preferences. Stored at agents/settings/.agent-user.yml. Skip to leave empty.",kind:"userMd"},{id:"review",title:"Review & finish",navLabel:"Review",subtitle:"These keys will change. Confirm to write .agent-settings.yml and .agent-user.yml atomically.",kind:"review"}];function il(e={}){return e.extended===!0?[Ar,Cr,...jc,...Tr]:[Ar,Cr,...Tr]}function Hn(e,n={}){const i=il(n),r=Math.max(0,Math.min(i.length-1,e));return i[r]}function Hc(e,n){const i={type:"object",properties:{},...e.description!==void 0?{description:e.description}:{}},r=i.properties,t=e.properties??{};for(const l of n){const o=l.split(".").filter(H=>H.length>0);if(o.length===0)continue;const[c,u,d]=o;if(c===void 0)continue;const f=t[c];if(f===void 0)continue;if(u===void 0){r[c]=f;continue}const s=f.properties?.[u];if(s===void 0)continue;const p=r[c]??{type:"object",properties:{},...f.description!==void 0?{description:f.description}:{}},_=p.properties??={};if(d===void 0){_[u]=s,r[c]=p;continue}const g=s.properties?.[d];if(g===void 0)continue;const k=_[u]??{type:"object",properties:{},...s.description!==void 0?{description:s.description}:{}},m=k.properties??={};m[d]=g,_[u]=k,r[c]=p}return i}function Bc({current:e,total:n}){const i=Math.max(1,n),r=Math.max(0,Math.min(i-1,e)),t=Array.from({length:i},(o,c)=>c<=r),l=Math.round((r+1)/i*100);return a("div",{class:"ac-wizard__progress",role:"progressbar","aria-valuenow":r+1,"aria-valuemin":1,"aria-valuemax":i,"aria-valuetext":`Step ${r+1} of ${i} (${l}%)`,children:t.map((o,c)=>a("span",{class:`ac-wizard__progress-segment${o?" ac-wizard__progress-segment--filled":""}`,"aria-hidden":"true"},c))})}function Uc({step:e,index:n,total:i}){return a("header",{class:"ac-page__header ac-wizard__header",children:[a("p",{class:"ac-wizard__step-count",children:["Step ",n+1," of ",i]}),a("div",{class:"ac-wizard__header-text",children:[a("h1",{children:e.title}),a("p",{class:"ac-wizard__subtitle",children:e.subtitle})]}),a(Bc,{current:n,total:i})]})}function Wc(e){const n=e.canFinish??!0,i=e.completed??!1;return a("div",{class:"ac-form__actions ac-wizard__nav",children:[a("button",{type:"button",class:"ac-button",disabled:!e.canGoPrev||e.busy,onClick:e.onPrev,children:"Back"}),e.canSkip&&e.onSkip!==void 0?a("button",{type:"button",class:"ac-button ac-wizard__skip",disabled:e.busy,onClick:e.onSkip,children:e.skipLabel??"Skip"}):null,e.isLast?i?null:a("button",{type:"button",class:"ac-button ac-button--primary",disabled:e.busy||!n,onClick:e.onFinish,children:e.busy?"Saving…":"Finish & save"}):a("button",{type:"button",class:"ac-button ac-button--primary",disabled:!e.canGoNext||e.busy,onClick:e.onNext,children:e.nextLabel??"Next"})]})}function rl(e,n){return e.kind!=="form"||e.paths===void 0?!1:!!(e.paths.includes(n)||e.id==="cost"&&(n.startsWith("telegraph.")||n.startsWith("verbosity.")))}function Yc(e,n){return e.kind==="userMd"?n==="body"||n.startsWith("body."):rl(e,n)}function zc(e,n){for(const i of Object.keys(n.errors))if(Yc(e,i))return!0;return!1}function qc(e,n){if(zc(e,n))return{label:"needs attention",tone:"error"};if(e.kind==="userMd")return n.userMdChanged?{label:n.userMdAction==="create"?"will create":"will replace",tone:"changed"}:{label:"",tone:"idle"};if(e.kind==="form"){const i=n.changes.filter(r=>rl(e,r.path)).length;return i===0?{label:"",tone:"idle"}:{label:`${i} change${i===1?"":"s"}`,tone:"changed"}}if(e.kind==="aiTools"){const i=n.selectedToolsCount??0;return i===0?{label:"",tone:"idle"}:{label:`${i} tool${i===1?"":"s"}`,tone:"changed"}}if(e.kind==="packs"){const i=n.selectedPacksCount??0;return i===0?{label:"",tone:"idle"}:{label:`${i} pack${i===1?"":"s"}`,tone:"changed"}}return{label:"",tone:"idle"}}function Kc(e){const n=e.steps.filter((i,r)=>r!==e.currentIndex);return a(Z,{children:a("nav",{class:"ac-wizard__review-nav","aria-label":"Jump back to a step",children:[a("p",{class:"ac-wizard__review-nav-label",children:"Jump back to a step:"}),a("ul",{class:"ac-wizard__review-nav-list",children:n.map(i=>{const r=e.steps.indexOf(i),t=qc(i,e),l=t.tone==="error"?"ac-wizard__review-nav-button ac-wizard__review-nav-button--error":"ac-wizard__review-nav-button";return a("li",{children:a("button",{type:"button",class:l,onClick:()=>{e.onJump(r)},children:[a("span",{class:"ac-wizard__review-nav-index",children:r+1}),a("span",{class:"ac-wizard__review-nav-text",children:i.navLabel}),t.label!==""?a("span",{class:`ac-wizard__review-nav-status ac-wizard__review-nav-status--${t.tone}`,children:t.label}):null]})},i.id)})})]})})}function Gc(e){const n=e.abortedAt??"unknown time",i=e.abortNote??"no further detail recorded",r=e.writesSinceRollback;return a("aside",{class:"ac-banner ac-banner--recovery",role:"alert",children:[a("strong",{children:"Previous install was interrupted."}),a("p",{children:["Aborted at ",a("code",{children:n})," — ",i,". ",r," write",r===1?"":"s"," landed before the abort marker."]}),a("p",{children:"Pick how to recover before continuing. Resume reopens the wizard fresh, Rollback discards the abort state, Ignore hides this banner without touching the log."}),a("div",{class:"ac-banner__actions",children:[a("button",{type:"button",disabled:e.busy,onClick:()=>e.onResume(),children:"Resume install"}),a("button",{type:"button",disabled:e.busy,onClick:()=>e.onRollback(),children:"Rollback"}),a("button",{type:"button",disabled:e.busy,onClick:()=>e.onIgnore(),children:"Ignore"})]})]})}function Vc(){return a("section",{class:"ac-continue-screen","aria-labelledby":"ac-continue-title",children:[a("h2",{id:"ac-continue-title",children:"Install complete — continue with setup?"}),a("p",{children:"Your install selections (AI tools, roles, capability packs) are captured. Use the footer to continue:"}),a("ul",{children:[a("li",{children:[a("strong",{children:"Next"})," — go through the remaining personalisation steps: editor + tooling, personality, cost profile, roadmap & quality, memory, your",a("code",{children:" .agent-user.yml"}),", and finally the project module roots."]}),a("li",{children:[a("strong",{children:"Finish install here"})," — skip the rest and write ",a("code",{children:".agent-settings.yml"})," with the install-only selections. You can re-run ",a("code",{children:"agent-config setup"}),"later to pick up the personalisation steps."]})]})]})}function Jc(e){const n=e.version??"unknown";return a("section",{class:"ac-backup-screen","aria-labelledby":"ac-backup-title",children:[a("h2",{id:"ac-backup-title",children:"Existing v3 install detected"}),a("p",{children:["Found a v3.x install at ",a("code",{children:e.sourcePath})," ","(VERSION: ",a("code",{children:n}),"). v4 is a hard-cut release with no auto-migration — settings, identity, and history layouts changed. The wizard can back up the v3 tree before writing the v4 layout so you can roll back manually if needed."]}),e.error!==null?a("p",{class:"ac-banner ac-banner--error",children:["Backup failed: ",e.error]}):null,a("ul",{children:[a("li",{children:[a("strong",{children:"Backup v3 and proceed"})," — copies the tree to ",a("code",{children:e.backupTarget}),", then runs the v4 install. Restore later with",a("code",{children:[" mv ",e.backupTarget," ",e.sourcePath]}),"."]}),a("li",{children:[a("strong",{children:"Abort, uninstall v3 first"})," — closes the wizard. You decide what to keep."]})]}),a("div",{class:"ac-backup-screen__actions",children:[a("button",{type:"button",class:"ac-button ac-button--primary",disabled:e.busy,onClick:()=>e.onBackupAndProceed(),children:e.busy?"Backing up…":"Backup v3 and proceed"}),a("button",{type:"button",class:"ac-button",disabled:e.busy,onClick:()=>e.onAbort(),children:"Abort, uninstall v3 first"})]})]})}const tl=v(!1),Le=v(null),P=v(null),xn=v(!1),Sn=v(!1),oe=v(0),Pi=v(null),j=v({}),ll=v({}),al=v(0),ye=v({}),E=v(null),ie=v(null),Mi=v(!1),hi=v(!1),Bn=v(!1),ol=v({}),Un=v([]);v("global");const Di=v(!1),D=v(!1),Qc=v(!1),An=v(!1),Cn=v(null),ji=v([]),Tn=v({}),En=v(!0),On=v(""),Nn=v("agents");v(!1);const cl=v(null),Zc=[{id:"claude-code",label:"Claude Code"},{id:"claude-desktop",label:"Claude Desktop"},{id:"cursor",label:"Cursor"},{id:"windsurf",label:"Windsurf"},{id:"cline",label:"Cline"},{id:"gemini-cli",label:"Gemini CLI"},{id:"copilot",label:"GitHub Copilot"},{id:"augment",label:"Augment"},{id:"aider",label:"Aider"},{id:"codex",label:"Codex"},{id:"roocode",label:"Roo Code"},{id:"continue",label:"Continue"},{id:"kilocode",label:"Kilo Code"},{id:"zed",label:"Zed"},{id:"jetbrains",label:"JetBrains"},{id:"kiro",label:"Kiro"},{id:"qoder",label:"Qoder"},{id:"opencode",label:"OpenCode"},{id:"trae",label:"Trae"},{id:"antigravity",label:"Antigravity"},{id:"codebuddy",label:"CodeBuddy"},{id:"droid",label:"Droid"},{id:"warp",label:"Warp"}],Er=v(!1),Fe=v(!1),re=v(null),Hi=v([]),Bi=v([]),Wn=v([]),te=v({}),Or=v(!1),Zn=v(!1),sl=v({}),Nr=v(!1),ul=v(null),dl=v(null),fl=v("https://github.com/event4u-app/rtk");v(!1);v(null);v([]);v({});v({});const ce=v({}),G=v({}),vi=v(!1),Ir=v(!1);v({});v(null);v(null);v(!1);v(null);const In=v(null),pl=v(!1),_i=v(null),mi=v(!1),gi=v(!1),yi=v(null),Re=v(null),an=v(!1);function hl(){return il({extended:D.value})}function We(){return hl().length}function Xc(e){return e??new Date().toISOString()}function Ui(e){return Math.max(0,Math.min(We()-1,e))}function es(e){if("$ref"in e&&e.$ref!==void 0&&"definitions"in e&&e.definitions!==void 0){const n=e.$ref.replace("#/definitions/",""),i=e.definitions[n];if(i!==void 0)return i}return e}async function ns(){try{return await w("/api/v1/settings")}catch(e){if(e instanceof R&&e.status===404&&e.body.error?.code==="NOT_FOUND"){const n=e.body;if(n.defaults!==void 0&&n.schema!==void 0)return{values:n.defaults,lastModified:n.lastModified??0,path:n.path??".agent-settings.yml",schema:n.schema};const i=await w("/api/v1/schema");return{values:{},lastModified:0,path:".agent-settings.yml",schema:i.settings}}throw e}}async function is(){try{const e=await w("/api/v1/install/recovery");In.value=e.incomplete?e:null}catch{In.value=null}}async function rs(){try{const e=await w("/api/v1/install/legacy-v3");_i.value=e.present?e:null}catch{_i.value=null}}async function ts(){gi.value=!0,yi.value=null;try{await w("/api/v1/install/backup-v3",{method:"POST"}),mi.value=!0}catch(e){yi.value=e instanceof R?J(e.body.error??{code:"UNKNOWN",message:e.message}):e instanceof Error?e.message:String(e)}finally{gi.value=!1}}async function Xn(e){try{await w("/api/v1/install/recovery/dismiss",{method:"POST",body:{reason:e}})}catch(n){P.value={message:n instanceof Error?n.message:String(n),tone:"error"};return}In.value=null,pl.value=!0}async function ls(){Le.value=null;try{is(),rs();const[e,n]=await Promise.all([w("/api/v1/wizard/state"),ns()]);Pi.value=es(n.schema),al.value=n.lastModified,ll.value=n.values,ol.value=n.legacyHints??{},D.value=e.extendedSteps===!0,Re.value=e.wizardMode??null;const i=Object.keys(e.partial??{});j.value=i.length>0?{...n.values,...e.partial}:n.values,oe.value=Ui(e.step),Di.value=!1,tl.value=!0;const r=Hn(oe.value,{extended:D.value});(r.kind==="welcome"||r.kind==="userMd"||r.kind==="review")&&vl(),(r.kind==="roles"||r.kind==="aiTools"||r.kind==="packs")&&_l(),r.kind==="aiTools"&&ml(),r.id==="identity"&&gl(),r.kind==="review"&&yl()}catch(e){e instanceof R?Le.value=J(e.body.error??{code:"UNKNOWN",message:e.message}):Le.value=e instanceof Error?e.message:String(e)}}function as(e,n){return e.identity.name.trim()!==""?e:{...e,identity:{...e.identity,name:n}}}async function vl(){if(!hi.value)try{const e=await w("/api/v1/user-md");if(Mi.value=e.exists,e.exists&&e.identity!==null){const n=sr(e.identity);ie.value=n,E.value=n}else{let n;try{const r=await w("/api/v1/user-md/template");n=sr(Dc(r.body))}catch{n=pt()}const i=ol.value.user_name;typeof i=="string"&&i.trim()!==""&&(n=as(n,i)),ie.value=n,E.value=n}}catch(e){P.value={message:e instanceof Error?e.message:String(e),tone:"error"}}finally{hi.value=!0}}const os=new Set(["python"]);async function _l(){if(!(Er.value||Fe.value)){Fe.value=!0,re.value=null;try{const[e,n]=await Promise.all([w("/api/v1/wizard/manifest"),w("/api/v1/wizard/auto-detect")]),i=(e.packs??[]).map(l=>({id:l.id,label:l.label??l.id,description:l.description??"",requires_hint:l.requires_hint,cluster:l.cluster??void 0,workspaces:l.workspaces}));Hi.value=i,Wn.value=(e.workspaces??[]).filter(l=>l.id!=="agent-config-maintainer").map(l=>({id:l.id,label:l.label??l.id,description:l.description??"",default_packs:l.default_packs??[],optional_packs:l.optional_packs??[],...l.example_roles!==void 0?{example_roles:l.example_roles}:{}}));const r=new Set(i.map(l=>l.id)),t=n.signals.map(l=>l.id.startsWith("pack-")?l.id.slice(5):l.id).filter(l=>r.has(l)).filter(l=>!os.has(l));Bi.value=t}catch(e){e instanceof R?re.value=J(e.body.error??{code:"UNKNOWN",message:e.message}):re.value=e instanceof Error?e.message:String(e)}finally{Fe.value=!1,Er.value=!0}}}async function ml(){if(!(Or.value||Zn.value)){Zn.value=!0;try{const e=await w("/api/v1/wizard/detect-tools"),n=e.tools??{},i=e.configured??[];if(sl.value=n,Object.keys(ce.value).length===0){const r={};if(i.length>0)for(const t of i)r[t]=!0;else for(const[t,l]of Object.entries(n))l&&(r[t]=!0);ce.value=r}}catch{}finally{Zn.value=!1,Or.value=!0}}}async function gl(){if(!Nr.value){Nr.value=!0;try{const e=await w("/api/v1/wizard/detect-rtk"),n=e.installed===!0;ul.value=n,dl.value=e.installCommand??null,typeof e.repo=="string"&&(fl.value=e.repo);const i=j.value.personal??{};j.value={...j.value,personal:{...i,rtk_installed:n}}}catch{}}}async function cs(e,n){try{await w("/api/v1/wizard/state",{method:"POST",body:{step:e,totalSteps:We(),partial:n,startedAt:Xc(null)}})}catch(i){P.value={message:i instanceof Error?i.message:String(i),tone:"error"}}}async function yl(){Sn.value=!0;try{const e=await w("/api/v1/settings/diff",{method:"POST",body:{values:j.value,ifUnmodifiedSince:al.value}});Un.value=e.changes,ye.value={}}catch(e){e instanceof R?(ye.value=ct(e.body.error??{message:e.message}),P.value={message:J(e.body.error??{code:"UNKNOWN",message:e.message}),tone:"error"}):P.value={message:e instanceof Error?e.message:String(e),tone:"error"}}finally{Sn.value=!1}}function Ln(){return Bn.value?!1:E.value===null||ie.value===null?E.value!==ie.value:JSON.stringify(E.value)!==JSON.stringify(ie.value)}async function Te(e){const n=Ui(e);await cs(n,j.value),oe.value=n,P.value=null;const i=Hn(n,{extended:D.value});(i.kind==="welcome"||i.kind==="userMd")&&vl(),(i.kind==="roles"||i.kind==="aiTools"||i.kind==="packs")&&_l(),i.kind==="packs"&&kl(),i.kind==="aiTools"&&ml(),i.id==="identity"&&gl(),i.kind==="review"&&yl()}function bl(){const e=G.value,n=new Map(Hi.value.map(l=>[l.id,l])),i=Object.entries(e).filter(([,l])=>l===!0).map(([l])=>l).filter(l=>{const o=n.get(l)?.cluster;return o===void 0||e[o]===!0}),r=new Set,t=l=>{if(!r.has(l)){r.add(l);for(const o of n.get(l)?.requires_hint??[])t(o)}};for(const l of i)t(l);return[...r].sort()}function kl(){if(vi.value)return;const e=Object.entries(te.value).filter(([,r])=>r===!0).map(([r])=>r),n=new Map(Wn.value.map(r=>[r.id,r])),i={};for(const r of e)for(const t of n.get(r)?.default_packs??[])i[t]=!0;for(const r of Bi.value)i[r]=!0;G.value=i}function ss(){const e=Object.entries(ce.value).filter(([,r])=>r===!0).map(([r])=>r);if(e.length===0)return null;const n=bl();return{schema_version:"wizard-v2",tools:e,packs:n,settings:j.value}}async function us(){xn.value=!0,P.value=null;try{const e={settings:j.value},n=Object.entries(te.value).filter(([,u])=>u===!0).map(([u])=>u),i=E.value!==null&&typeof E.value.identity?.name=="string"&&E.value.identity.name.trim().length>0;E.value!==null&&i&&(Ln()||n.length>0)&&(e.identity=n.length>0?{...E.value,role:n}:E.value);const r=await w("/api/v1/wizard/finish",{method:"POST",body:e}),t="You can close this browser window now.",l=r.dryRun===!0?"Dry-run complete — no files written. Settings would be saved.":Array.isArray(r.writtenPaths)?`Saved (${r.writtenPaths.join(", ")}). Wizard complete.`:"Wizard complete.",o=D.value?ss():null;let c="";if(o!==null)try{let u=null;await Ql("/api/v1/wizard/apply",o,s=>{s.type==="error"&&(u=typeof s.message=="string"?s.message:"install failed")});const d=o.tools.length,f=o.packs.length;c=u!==null?` Installer failed: ${u}. Settings were saved; re-run the wizard to retry.`:` Installer applied ${d} tool${d===1?"":"s"}`+(f>0?` and ${f} pack${f===1?"":"s"}.`:".")}catch(u){c=` Installer bridge failed: ${u instanceof R?J(u.body.error??{code:"UNKNOWN",message:u.message}):u instanceof Error?u.message:String(u)}. Settings were saved; re-run the wizard to retry the install plan.`}P.value={message:`${l}${c} ${t}`,tone:"success"},oe.value=Ui(We()-1),ll.value=j.value,ie.value=Ln()?E.value:ie.value,Un.value=[],Di.value=!0}catch(e){e instanceof R?(ye.value=ct(e.body.error??{message:e.message}),P.value={message:J(e.body.error??{code:"UNKNOWN",message:e.message}),tone:"error"}):P.value={message:e instanceof Error?e.message:String(e),tone:"error"}}finally{xn.value=!1}}const ds=["de","en","en-US","en-GB","fr","es","it","nl","pt","pt-BR"];function fs(){if(Ir.value)return;const e=E.value;if(e===null)return;Ir.value=!0;let n=e;if(e.identity.name.trim()===""){const i=_n.value?.systemUser;i!==void 0&&i.trim()!==""&&(n={...n,identity:{...n.identity,name:i}})}if(!Mi.value&&typeof navigator<"u"){const i=(navigator.language||"").split("-")[0];i.length>=2&&(n={...n,language:i})}n!==e&&(E.value=n)}function ps(){const e=E.value;if(Ge(()=>{fs()},[e]),e===null)return a("p",{children:"Loading…"});const n=i=>{E.value={...i,last_updated:new Date().toISOString().slice(0,10)},Bn.value=!1};return a("div",{class:"ac-wizard-step-stub ac-wizard__module-fields",children:[a("p",{children:["Tell the agent who you are. We pre-filled what we could detect — adjust freely. Stored in ",a("code",{children:".agent-user.yml"}),"."]}),a("div",{class:"ac-field",children:[a("label",{class:"ac-field__label",for:"welcome-name",children:"Name"}),a("input",{class:"ac-input",id:"welcome-name",type:"text",placeholder:"How should the agent address you?",value:e.identity.name,onInput:i=>n({...e,identity:{...e.identity,name:i.currentTarget.value}})})]}),a("div",{class:"ac-field",children:[a("label",{class:"ac-field__label",for:"welcome-lang",children:"Language"}),a("input",{class:"ac-input",id:"welcome-lang",type:"text",list:"welcome-lang-list",placeholder:"BCP-47 code, e.g. de, en, en-US",value:e.language,onInput:i=>n({...e,language:i.currentTarget.value})}),a("datalist",{id:"welcome-lang-list",children:ds.map(i=>a("option",{value:i},i))})]})]})}function hs(){const e=ce.value,n=sl.value;return a("div",{class:"ac-wizard-step-stub",children:[a("p",{children:"Pick the AI tools you use. Tools detected on this machine are pre-selected on first run. The installer wires each selected tool's surface (skills, rules, commands) on apply; you can change this list later by re-running the wizard."}),a("ul",{class:"ac-wizard__tool-list",children:Zc.map(i=>{const r=n[i.id]===!0;return a("li",{class:"ac-wizard__tool-row",children:[a("label",{class:"ac-wizard__tool-label",children:[a("input",{type:"checkbox",checked:e[i.id]??!1,onChange:t=>{const l=t.currentTarget.checked;ce.value={...e,[i.id]:l}}})," ",i.label]}),a("span",{class:`ac-badge ${r?"ac-badge--installed":"ac-badge--missing"}`,title:r?"Detected on this machine":"Not detected on this machine",children:r?"installed":"not installed"})]},i.id)})})]})}function vs(){if(Fe.value)return a("p",{children:"Loading roles…"});if(re.value!==null)return a("div",{class:"ac-wizard-step-stub",children:a("p",{class:"ac-banner ac-banner--error",children:["Discovery failed: ",re.value]})});const e=te.value,n=Wn.value,i=(r,t)=>{te.value={...te.value,[r]:t},kl()};return a("div",{class:"ac-wizard-step-stub",children:[a("p",{children:["Pick the areas you work in. We use them to recommend capability packs on the next step, and they become your roles in",a("code",{children:" .agent-user.yml"}),"."]}),n.length===0?a("p",{children:a("em",{children:"No roles available in the manifest."})}):a("div",{class:"ac-wizard__pack-grid",children:n.map(r=>a("section",{class:"ac-pack-tile",children:[a("label",{class:"ac-pack-tile__head",children:[a("input",{type:"checkbox",checked:e[r.id]??!1,onChange:t=>{i(r.id,t.currentTarget.checked)}}),a("span",{class:"ac-pack-tile__title",children:r.label})]}),(r.example_roles??[]).length>0?a("p",{class:"ac-pack-tile__role",children:["e.g. ",(r.example_roles??[]).join(", ")]}):null,r.description!==""?a("p",{class:"ac-pack-tile__desc",children:r.description}):null]},r.id))})]})}function _s(){if(Fe.value)return a("p",{children:"Loading discovery manifest…"});if(re.value!==null)return a("div",{class:"ac-wizard-step-stub",children:[a("p",{class:"ac-banner ac-banner--error",children:["Discovery failed: ",re.value]}),a("p",{children:"The manifest endpoint is gated on extended-mode. Re-run the server with extended steps enabled to populate this list."})]});const e=G.value,n=new Set(Bi.value),i=new Map(Wn.value.map(s=>[s.id,s.label])),r=te.value,t=s=>{const h=(s??[]).filter(p=>p!=="agent-config-maintainer");return h.length===0?null:a("span",{class:"ac-pack-tile__ws",children:h.map(p=>a("span",{class:`ac-badge ac-badge--ws${r[p]===!0?" ac-badge--ws-active":""}`,title:r[p]===!0?"Matches a role you picked":"Workspace / area",children:i.get(p)??p},p))})},l=Hi.value.filter(s=>s.id!=="engineering-base"),o=new Map;for(const s of l)if(s.cluster!==void 0){const h=o.get(s.cluster)??[];h.push(s),o.set(s.cluster,h)}const c=new Set(l.filter(s=>s.cluster!==void 0).map(s=>s.id)),u=l.filter(s=>!c.has(s.id)),d=(s,h)=>{vi.value=!0,G.value={...G.value,[s]:h}},f=(s,h)=>{vi.value=!0;const p={...G.value,[s]:h};if(h)for(const _ of o.get(s)??[])p[_.id]===void 0&&(p[_.id]=!0);G.value=p};return a("div",{class:"ac-wizard-step-stub",children:[a("p",{children:"Pick the capability packs to install. Auto-detected packs are pre-selected; engineering hygiene is included automatically when a pack needs it. A language tile expands to its frameworks — turn the language off to skip them all."}),u.length===0?a("p",{children:a("em",{children:"No packs available in the manifest."})}):a("div",{class:"ac-wizard__pack-grid",children:u.map(s=>{const h=o.get(s.id)??[],p=h.length>0,_=e[s.id]??!1;return a("section",{class:"ac-pack-tile",children:[a("label",{class:"ac-pack-tile__head",children:[a("input",{type:"checkbox",checked:_,onChange:g=>{const b=g.currentTarget.checked;p?f(s.id,b):d(s.id,b)}}),a("span",{class:"ac-pack-tile__title",children:s.label}),n.has(s.id)?a("span",{class:"ac-badge ac-badge--installed",children:"auto-detected"}):null]}),t(s.workspaces),s.description!==""?a("p",{class:"ac-pack-tile__desc",children:s.description}):null,p?a("fieldset",{class:"ac-pack-tile__children",disabled:!_,children:h.map(g=>a("label",{class:"ac-pack-tile__child",children:[a("input",{type:"checkbox",checked:e[g.id]??!1,disabled:!_,onChange:b=>{d(g.id,b.currentTarget.checked)}}),a("span",{children:g.label})]},g.id))}):null]},s.id)})})]})}function ms(){const e=ul.value,n=dl.value;return a("div",{class:"ac-rtk-row",children:[a("div",{class:"ac-rtk-row__head",children:[a("span",{class:"ac-rtk-row__label",children:["rtk ",a("small",{children:"(Rust Token Killer)"})]}),e===null?a("span",{class:"ac-badge ac-badge--missing",children:"detecting…"}):e?a("span",{class:"ac-badge ac-badge--installed",children:"installed"}):a("span",{class:"ac-badge ac-badge--missing",children:"not installed"})]}),e===!1?a("div",{class:"ac-rtk-row__install",children:[a("p",{class:"ac-field__description",children:"rtk wraps verbose CLI output for ~60–90% token savings. Install it, then re-open the wizard to pick up detection:"}),n!==null?a("code",{class:"ac-rtk-row__cmd",children:n}):null,a("a",{class:"ac-button",href:fl.value,target:"_blank",rel:"noreferrer noopener",children:"Open rtk repo"})]}):null]})}function gs(){const e=Hn(oe.value,{extended:D.value});if(D.value&&Re.value==="install"&&e.id==="identity"&&!an.value)return a(Vc,{});if(e.kind==="form"){const i=Hc(Pi.value,e.paths??[]);return a(Z,{children:[e.id==="identity"?a(ms,{}):null,a(sa,{schema:i,values:j.value,errors:ye.value,onChange:r=>{j.value=r}})]})}return e.kind==="userMd"?!hi.value||E.value===null?a("p",{children:"Loading .agent-user.yml…"}):a(pa,{value:E.value,errors:ye.value,hideRole:D.value&&Re.value==="install",hideIdentityBasics:D.value&&Re.value==="install",onChange:i=>{E.value=i,Bn.value=!1}}):e.kind==="welcome"?a(ps,{}):e.kind==="aiTools"?a(hs,{}):e.kind==="roles"?a(vs,{}):e.kind==="packs"?a(_s,{}):a(Kc,{steps:hl(),currentIndex:oe.value,changes:Un.value,errors:ye.value,userMdChanged:Ln(),userMdAction:Mi.value?"replace":"create",loading:Sn.value,onJump:i=>{Te(i)},selectedToolsCount:Object.values(ce.value).filter(Boolean).length,selectedPacksCount:Object.values(G.value).filter(Boolean).length})}function ei({path:e}){if(Ge(()=>{ls()},[]),!tl.value||Pi.value===null)return a("div",{class:"ac-page",children:[a("h1",{children:"Setup wizard"}),Le.value!==null?a("p",{class:"ac-banner ac-banner--error",children:Le.value}):a("p",{children:"Loading…"})]});const n=oe.value,i=We(),r=Hn(n,{extended:D.value}),t=n===i-1,l=r.kind==="aiTools"&&Object.values(ce.value).filter(Boolean).length===0||r.kind==="roles"&&Object.values(te.value).filter(Boolean).length===0||r.kind==="packs"&&bl().length===0,o=D.value&&Re.value==="install"&&r.id==="identity"&&!an.value,c=In.value,u=c!==null&&!pl.value,d=_i.value;return d!==null&&d.present&&!mi.value?a("div",{class:"ac-page",children:a(Jc,{sourcePath:d.path,backupTarget:d.backupTarget,version:d.version,busy:gi.value,error:yi.value,onBackupAndProceed:()=>{ts()},onAbort:()=>{P.value={tone:"info",message:"Aborted. Uninstall v3 manually, then re-run `agent-config install`."},mi.value=!0}})}):a("div",{class:"ac-page",children:[a(Uc,{step:r,index:n,total:i}),u?a(Gc,{abortedAt:c.abortedAt,abortNote:c.abortNote,writesSinceRollback:c.writesSinceRollback,busy:xn.value,onResume:()=>{Xn("resume")},onRollback:()=>{Xn("rollback")},onIgnore:()=>{Xn("ignore")}}):null,P.value!==null?a("p",{class:`ac-banner${P.value.tone==="error"?" ac-banner--error":""}`,children:P.value.message}):null,a("div",{class:"ac-wizard__step",children:a(gs,{})}),l?a("p",{class:"ac-wizard__hint",children:r.kind==="aiTools"?"Select at least one AI tool to continue.":r.kind==="roles"?"Select at least one role to continue.":"Select at least one capability pack to continue."}):null,a(Wc,{canGoPrev:n>0,canGoNext:!t&&!l,canSkip:o||r.kind==="userMd",skipLabel:o?"Finish install here":"Skip",isLast:t,busy:xn.value||Sn.value,canFinish:Un.value.length>0||Ln(),completed:Di.value,onPrev:()=>{Te(n-1)},onNext:()=>{if(o){an.value=!0;return}Te(n+1)},onSkip:()=>{if(o){an.value=!0,Te(We()-1);return}Bn.value=!0,Te(n+1)},onFinish:()=>{us()}})]})}const Fn=v(!1),be=v(null);async function ys(){An.value=!0,Cn.value=null;try{const e=await w("/api/v1/modules/detect");ji.value=e.candidates,cl.value=e.project_root;const n={};for(const i of e.candidates)n[i.path]=!0;Tn.value=n,En.value=e.proposed_block.enabled,On.value=e.proposed_block.namespace_template??"",Nn.value=e.proposed_block.agent_folder??"agents"}catch(e){Cn.value=e instanceof R?J(e.body.error??{code:"UNKNOWN",message:e.message}):e instanceof Error?e.message:String(e)}finally{An.value=!1,Qc.value=!0}}function bs(){const e=new Set(ji.value.map(r=>r.path)),n=Tn.value,i=Object.keys(n).filter(r=>n[r]===!0&&e.has(r));return{enabled:En.value,root_paths:i,namespace_template:On.value,agent_folder:Nn.value||"agents"}}async function ks(){Fn.value=!0,be.value=null;try{const e=await w("/api/v1/modules/apply",{method:"POST",body:bs()});be.value={message:e.appliedTo!==null?`Saved project settings to ${e.appliedTo}.`:`Saved project settings to ${e.projectRoot}.`,tone:"success"}}catch(e){const n=e instanceof R?J(e.body.error??{code:"UNKNOWN",message:e.message}):e instanceof Error?e.message:String(e);be.value={message:`Could not save project settings: ${n}`,tone:"error"}}finally{Fn.value=!1}}function ws(){if(An.value)return a("p",{children:"Detecting module roots…"});if(Cn.value!==null)return a("p",{class:"ac-banner ac-banner--error",children:["Module detection failed: ",Cn.value]});const e=ji.value,n=Tn.value,i=cl.value;return a("div",{class:"ac-section",children:[i!==null?a("p",{class:"ac-section__description",children:["Scanning ",a("code",{children:i}),". Pick which detected roots the agent should treat as modules. These write to",a("code",{children:" .agent-project-settings.yml"})," in this repo only."]}):null,a("label",{children:[a("input",{type:"checkbox",checked:En.value,onChange:r=>{En.value=r.currentTarget.checked}})," ","Enable module discovery (writes ",a("code",{children:"modules.enabled"}),")"]}),e.length===0?a("p",{children:[a("em",{children:"No module roots detected."})," The scan found no common module layouts (Laravel ",a("code",{children:"app/Modules/"}),", Symfony",a("code",{children:" src/Module/"}),", Node ",a("code",{children:"packages/"}),", Python",a("code",{children:" src/"}),", Go ",a("code",{children:"internal/"}),")."]}):a("ul",{style:"list-style: none; padding-left: 0;",children:e.map(r=>a("li",{children:a("label",{children:[a("input",{type:"checkbox",checked:n[r.path]??!1,onChange:t=>{const l=t.currentTarget.checked;Tn.value={...n,[r.path]:l}}})," ",a("code",{children:r.path})," — ",r.stack," ",a("small",{children:["(",r.confidence," confidence)"]})]})},r.path))}),a("div",{class:"ac-wizard__module-fields",children:[a("div",{class:"ac-field",children:[a("label",{class:"ac-field__label",for:"ac-modules-namespace",children:"Namespace template"}),a("input",{id:"ac-modules-namespace",class:"ac-input",type:"text",value:On.value,placeholder:"e.g. App\\\\Modules\\\\{ModuleName}\\\\App",onInput:r=>{On.value=r.currentTarget.value}}),a("span",{class:"ac-field__description",children:"How a module path maps to its namespace. Leave blank to skip namespacing."})]}),a("div",{class:"ac-field",children:[a("label",{class:"ac-field__label",for:"ac-modules-agent-folder",children:"Agent folder"}),a("input",{id:"ac-modules-agent-folder",class:"ac-input",type:"text",value:Nn.value,placeholder:"agents",onInput:r=>{Nn.value=r.currentTarget.value}}),a("span",{class:"ac-field__description",children:["Folder name that holds per-module agent docs (default ",a("code",{children:"agents"}),")."]})]})]})]})}function xs(){return Ge(()=>{ys()},[]),a("div",{class:"ac-page",children:[a("header",{class:"ac-page__header",children:[a("h1",{children:"Project settings"}),a("p",{class:"ac-section__description",children:["Configuration scoped to this repository — written to",a("code",{children:" .agent-project-settings.yml"}),", not the global tree."]})]}),be.value!==null?a("p",{class:`ac-banner ac-banner--${be.value.tone==="success"?"success":"error"}`,children:be.value.message}):null,a("section",{class:"ac-section",children:[a("h2",{class:"ac-section__title",children:"Modules"}),a(ws,{})]}),a("div",{class:"ac-form__actions ac-wizard__nav",children:a("button",{type:"button",class:"ac-button ac-button--primary",disabled:Fn.value||An.value,onClick:()=>{ks()},children:Fn.value?"Saving…":"Save project settings"})})]})}const on=v([]),Ye=v([]),bi=v([]),ki=v([]),Rn=v(null),wl=v(!1),$e=v(null),M=v(null),ni=v("plain"),$n=v({}),xl=v([]),Lr={"claude-code":"Claude Code",codex:"Codex",gemini:"Gemini"};function Ss(){try{return globalThis.sessionStorage?.getItem("ac-workspace-host")??"claude-code"}catch{return"claude-code"}}const Wi=v(Ss());function As(e){Wi.value=e;try{globalThis.sessionStorage?.setItem("ac-workspace-host",e)}catch{}}const ze=v([]),W=v(null),ge=v({}),le=v(!1),qe=v(null),ee=v(""),Pe=v(!1),Yn=v(!1),wi=v(null),ae=v(null),Ke=v([]),cn=v(new Set),Sl="claude-code",Fr=2e3;async function Cs(){$e.value=null;try{const[e,n,i,r,t,l]=await Promise.all([w("/api/v1/workspace/roles"),w("/api/v1/workspace/sessions?limit=20"),w("/api/v1/workspace/knowledge?limit=20"),w("/api/v1/workspace/documents?limit=20"),w("/api/v1/workspace/drive-health").catch(()=>({health:{}})),w("/api/v1/workspace/hosts").catch(()=>({hosts:[]}))]);on.value=e.roles,Ye.value=n.sessions,bi.value=i.chunks,ki.value=r.documents,$n.value=t.health??{},xl.value=l.hosts??[],wl.value=!0}catch(e){e instanceof R?$e.value=e.body?.error?.message??e.message:$e.value=e instanceof Error?e.message:String(e)}}async function Ts(e,n){try{const i=await w(`/api/v1/workspace/roles/${e}/tasks`);ze.value=i.tasks}catch{ze.value=n}}async function Yi(e){ae.value=e,cn.value=new Set;try{const n=await w(`/api/v1/workspace/sessions/${e}`);Ke.value=Array.isArray(n.log)?n.log:[]}catch{Ke.value=[]}}async function Es(e){M.value=null,Yn.value=!1,ee.value="",W.value=null,await Yi(e)}async function Al(e,n,i){M.value=null,le.value=!0,ee.value="",Yn.value=!1,wi.value={role:e,task:n,inputs:i};try{const r=await w("/api/v1/workspace/launch",{method:"POST",body:{role:e,task:n,inputs:i,host:Wi.value}});qe.value=r,M.value=Cl(r),W.value=null,await Yi(r.id);const t=await w("/api/v1/workspace/sessions?limit=20");Ye.value=t.sessions,await zi()}catch(r){qe.value=null,r instanceof R?M.value=r.body?.error?.message??r.message:M.value=r instanceof Error?r.message:String(r)}finally{le.value=!1}}async function Os(e,n){if(!(n.trim()===""||Pe.value)){Pe.value=!0,M.value=null;try{const i=await w(`/api/v1/workspace/sessions/${e}/continue`,{method:"POST",body:{prompt:n}});qe.value=i,M.value=Cl(i),i.driven&&(ee.value=""),await Yi(e);const r=await w("/api/v1/workspace/sessions?limit=20");Ye.value=r.sessions,await zi()}catch(i){i instanceof R&&i.status===410?(Yn.value=!0,M.value="Host session expired — start a new conversation."):i instanceof R?M.value=i.body?.error?.message??i.message:M.value=i instanceof Error?i.message:String(i)}finally{Pe.value=!1}}}async function zi(){try{const e=await w("/api/v1/workspace/drive-health");$n.value=e.health??{}}catch{}}async function Ns(e){try{await w(`/api/v1/workspace/drive-health/${e}/reset`,{method:"POST"}),await zi()}catch{}}function Cl(e){return e.driven?e.recovered===!0?`Host recovered — drove the turn for ${e.role} · ${e.task}.`:`Drove the turn for ${e.role} · ${e.task}.`:e.host_killed===!0?`Host ${Sl} is paused after repeated failures — handed off to the inbox.`:e.error_kind==="render-error"?`Couldn't fill the prompt: ${e.error??"missing input"}.`:e.reason==="no-prompt-for-task"?"Recorded the session — this task has no runnable prompt yet.":typeof e.handoff=="string"?`Prepared a hand-off — open ${e.handoff} and paste it into your host.`:`Recorded the session ${e.id} (${e.role} · ${e.task}).`}function Is({role:e}){const n=Rn.value===e.slug;return a("button",{type:"button",class:`ac-workspace__role${n?" ac-workspace__role--active":""}`,"aria-current":n?"true":void 0,"aria-label":`Pick role ${e.display_name}`,onClick:()=>{Rn.value=e.slug,M.value=null,qe.value=null,W.value=null,ge.value={},ze.value=e.first_tasks,Ts(e.slug,e.first_tasks)},children:[a("span",{class:"ac-workspace__role-name",children:e.display_name}),a("span",{class:"ac-workspace__role-status","data-status":e.status,children:e.status}),a("span",{class:"ac-workspace__role-tagline",children:e.tagline})]})}function Ls({role:e,task:n}){const i=n.inputs??[],r=ge.value,t=i.some(l=>l.required&&(r[l.name]??"").trim()==="");return a("form",{class:"ac-workspace__task-form",onSubmit:l=>{l.preventDefault(),!t&&!le.value&&Al(e,n.name,ge.value)},children:[i.length===0?a("p",{class:"ac-workspace__form-note",children:"No inputs — runs the prompt as-is."}):i.map(l=>a("label",{class:"ac-workspace__field",children:[a("span",{class:"ac-workspace__field-label",children:[l.name,l.required?a("span",{class:"ac-workspace__req","aria-hidden":"true",children:" *"}):null]}),a("textarea",{class:"ac-workspace__field-input",placeholder:l.shape,required:l.required,"aria-label":`${l.name}${l.required?" (required)":""}`,value:r[l.name]??"",onInput:o=>{ge.value={...ge.value,[l.name]:o.target.value}}})]},l.name)),a("div",{class:"ac-workspace__form-actions",children:[a("button",{type:"submit",class:"ac-button ac-button--primary",disabled:t||le.value,children:le.value?"Running…":"Run task"}),a("button",{type:"button",class:"ac-button",onClick:()=>{W.value=null},children:"Cancel"})]})]})}function Fs(e){const n=[];for(const i of e){const r=i.data??{};if(i.kind==="launcher.input")r.followup===!0?n.push({kind:"user",text:typeof r.prompt=="string"?r.prompt:""}):n.push({kind:"task",text:typeof r.task=="string"?r.task:""});else if(i.kind==="host.turn"){const t=r.usage,l=t!=null?`${typeof r.model=="string"?r.model:Sl} · in ${t.input_tokens??0} / out ${t.output_tokens??0} tokens`:void 0;n.push({kind:"assistant",text:typeof r.text=="string"?r.text:"",meta:l})}else if(i.kind==="host.error"){const t=typeof r.error_kind=="string"?r.error_kind:"error";n.push({kind:"error",text:`${t}: ${typeof r.error=="string"?r.error:""}`})}}return n}function Rs(){if(ae.value===null)return null;const e=Fs(Ke.value),n=Ke.value.some(i=>i.kind==="host.turn");return a("section",{class:"ac-workspace__thread","aria-label":"Conversation thread",children:[a("h2",{class:"ac-workspace__heading",children:"Conversation"}),e.length===0?a("p",{class:"ac-workspace__empty",children:"No turns yet."}):a("ol",{class:"ac-workspace__thread-list",children:e.map((i,r)=>{const t=i.kind==="assistant"&&i.text.length>Fr,l=cn.value.has(r),o=t&&!l?`${i.text.slice(0,Fr)}…`:i.text;return a("li",{class:`ac-workspace__thread-block ac-workspace__thread-block--${i.kind}`,children:[a("span",{class:"ac-workspace__thread-role",children:i.kind==="task"?"Task":i.kind==="user"?"You":i.kind==="assistant"?"Host":"Error"}),a("pre",{class:"ac-workspace__thread-text",children:o}),t?a("button",{type:"button",class:"ac-button",onClick:()=>{const c=new Set(cn.value);c.has(r)?c.delete(r):c.add(r),cn.value=c},children:l?"Show less":"Show full"}):null,i.meta!=null?a("p",{class:"ac-workspace__turn-meta",children:i.meta}):null]},r)})}),Yn.value?a("div",{class:"ac-workspace__followup-gone",role:"status",children:[a("p",{children:"Host session expired."}),wi.value!==null?a("button",{type:"button",class:"ac-button ac-button--primary",disabled:le.value,onClick:()=>{const i=wi.value;i!==null&&Al(i.role,i.task,i.inputs)},children:le.value?"Starting…":"Start a new conversation"}):a("p",{children:"Pick a task above to start a new conversation."})]}):n?a("form",{class:"ac-workspace__followup",onSubmit:i=>{i.preventDefault(),ae.value!==null&&Os(ae.value,ee.value)},children:[a("label",{class:"ac-workspace__field",children:[a("span",{class:"ac-workspace__field-label",children:"Follow up"}),a("textarea",{class:"ac-workspace__field-input",placeholder:"Continue this conversation — e.g. make it shorter","aria-label":"Follow-up prompt",value:ee.value,onInput:i=>{ee.value=i.target.value}})]}),a("button",{type:"submit",class:"ac-button ac-button--primary",disabled:ee.value.trim()===""||Pe.value,children:Pe.value?"Continuing…":"Send follow-up"})]}):null]})}function $s({role:e}){const n=ze.value.length>0?ze.value:e.first_tasks;return a("section",{class:"ac-workspace__tasks","aria-labelledby":"task-heading",children:[a("h2",{id:"task-heading",class:"ac-workspace__heading",children:["First tasks · ",e.display_name]}),n.length===0?a("p",{class:"ac-workspace__empty",children:"No tasks scaffolded yet for this role."}):a("ul",{class:"ac-workspace__task-list",children:n.map(i=>a("li",{class:"ac-workspace__task",children:[a("div",{class:"ac-workspace__task-head",children:[a("span",{class:"ac-workspace__task-name",children:i.name}),a("button",{type:"button",class:"ac-button ac-button--primary","aria-expanded":W.value===i.name,onClick:()=>{W.value=W.value===i.name?null:i.name,ge.value={},qe.value=null,ae.value=null,Ke.value=[]},children:W.value===i.name?"Close":"Start session"})]}),a("p",{class:"ac-workspace__task-intent",children:i.intent}),i.prompt!==""?a("code",{class:"ac-workspace__task-prompt",children:["prompts/",i.prompt]}):null,W.value===i.name?a(Ls,{role:e.slug,task:i}):null]},i.name))}),e.skills.length>0?a("details",{class:"ac-workspace__skills",children:[a("summary",{children:["Skill shortlist (",e.skills.length,")"]}),a("ul",{class:"ac-workspace__skill-list",children:[e.skills.slice(0,5).map(i=>a("li",{class:"ac-workspace__skill",children:[a("code",{children:i.id})," — ",i.why]},i.id)),e.skills.length>5?a("li",{class:"ac-workspace__skill-more",children:["+ ",e.skills.length-5," more"]}):null]})]}):null]})}function Ps(){return a("section",{class:"ac-workspace__sessions","aria-labelledby":"sessions-heading",children:[a("h2",{id:"sessions-heading",class:"ac-workspace__heading",children:"Recent sessions"}),Ye.value.length===0?a("p",{class:"ac-workspace__empty",children:"No sessions yet — pick a role and start one."}):a("ul",{class:"ac-workspace__session-list",children:Ye.value.map(e=>a("li",{class:"ac-workspace__session",children:a("button",{type:"button",class:`ac-workspace__session-open${ae.value===e.id?" ac-workspace__session-open--active":""}`,"aria-label":`Open session ${e.task}`,"aria-current":ae.value===e.id?"true":void 0,onClick:()=>{Es(e.id)},children:[a("span",{class:"ac-workspace__session-id",children:e.id.slice(0,16)}),a("span",{class:"ac-workspace__session-role",children:e.role}),a("span",{class:"ac-workspace__session-task",children:e.task})]})},e.id))})]})}function Ms(){return a("section",{class:"ac-workspace__knowledge","aria-labelledby":"knowledge-heading",children:[a("h2",{id:"knowledge-heading",class:"ac-workspace__heading",children:"Knowledge sources"}),bi.value.length===0?a("p",{class:"ac-workspace__empty",children:["No sources yet. Run ",a("code",{children:"/knowledge:ingest <path>"})," to add documents."]}):a("ol",{class:"ac-workspace__citation-list",children:bi.value.map((e,n)=>a("li",{class:"ac-workspace__citation",children:[a("span",{class:"ac-workspace__citation-marker","aria-label":`Citation ${n+1}`,children:["[",n+1,"]"]}),a("a",{href:`file://${e.source}`,class:"ac-workspace__citation-source",title:"Open source in OS default app",children:e.source.split("/").pop()??e.source}),e.pinned?a("span",{class:"ac-workspace__citation-pin","aria-label":"pinned",children:"★"}):null,a("p",{class:"ac-workspace__citation-excerpt",children:[e.excerpt.slice(0,200),e.excerpt.length>200?"…":""]})]},e.id))})]})}function Ds(){return a("section",{class:"ac-workspace__recent","aria-labelledby":"recent-heading",children:[a("h2",{id:"recent-heading",class:"ac-workspace__heading",children:"Recent documents"}),ki.value.length===0?a("p",{class:"ac-workspace__empty",children:"No documents yet. Saved drafts land here."}):a("ul",{class:"ac-workspace__doc-list",children:ki.value.map(e=>a("li",{class:"ac-workspace__doc",children:[a("span",{class:"ac-workspace__doc-type","data-type":e.type,children:e.type}),a("span",{class:"ac-workspace__doc-title",children:e.title}),a("time",{class:"ac-workspace__doc-time",dateTime:e.updated_at,children:e.updated_at.slice(0,10)})]},`${e.type}/${e.slug}`))})]})}function js(){const n=Object.values($n.value).filter(i=>i.killed||i.consecutive_failures>0);return a("section",{class:"ac-workspace__drive-health","aria-labelledby":"drive-health-heading",children:[a("h2",{id:"drive-health-heading",class:"ac-workspace__heading",children:"Host health"}),n.length===0?a("p",{class:"ac-workspace__empty",children:"All hosts healthy."}):a("ul",{class:"ac-workspace__health-list",children:Object.entries($n.value).filter(([,i])=>i.killed||i.consecutive_failures>0).map(([i,r])=>{const t=r.killed?r.kill_reason==="manual"?"paused (manual)":"paused — auto-recovering":"degraded";return a("li",{class:"ac-workspace__health","data-killed":r.killed?"true":"false",children:[a("span",{class:"ac-workspace__health-host",children:i}),a("span",{class:"ac-workspace__health-state",children:t}),a("span",{class:"ac-workspace__health-meta",children:[r.consecutive_failures," fail streak",r.last_error_kind!=null?` · ${r.last_error_kind}`:""]}),r.killed?a("button",{type:"button",class:"ac-button ac-workspace__health-reset","aria-label":`Reset ${i}`,onClick:()=>{Ns(i)},children:"Reset"}):null]},i)})})]})}function Hs(){const e=ni.value;return a("fieldset",{class:"ac-workspace__explain",children:[a("legend",{class:"ac-workspace__heading",children:"Explanation style"}),a("label",{class:"ac-workspace__explain-option",children:[a("input",{type:"radio",name:"explain-mode",value:"plain",checked:e==="plain",onChange:()=>{ni.value="plain"},"aria-label":"Plain language"}),a("span",{children:"Plain language"})]}),a("label",{class:"ac-workspace__explain-option",children:[a("input",{type:"radio",name:"explain-mode",value:"technical",checked:e==="technical",onChange:()=>{ni.value="technical"},"aria-label":"Technical detail"}),a("span",{children:"Technical detail"})]}),a("p",{class:"ac-workspace__explain-hint",children:e==="plain"?"Replies use everyday words. Toggle to see the technical view.":"Replies keep the technical vocabulary. Toggle for the plain view."})]})}function Bs(){const e=xl.value,n=e.length>0?e.map(r=>r.id):Object.keys(Lr),i=new Map(e.map(r=>[r.id,r.cli_present]));return a("label",{class:"ac-workspace__host-picker",children:[a("span",{class:"ac-workspace__host-label",children:"Host"}),a("select",{class:"ac-workspace__host-select","aria-label":"Host agent",value:Wi.value,onChange:r=>{As(r.target.value)},children:n.map(r=>{const t=i.get(r)!==!1,l=Lr[r]??r;return a("option",{value:r,disabled:!t,children:[l," (",r,")",t?"":" — not installed"]},r)})})]})}function Us(){if(Ge(()=>{Cs()},[]),$e.value!==null)return a("div",{class:"ac-page ac-page--error",children:[a("h1",{children:"Workspace"}),a("p",{class:"ac-banner ac-banner--error",children:$e.value})]});if(!wl.value)return a("div",{class:"ac-page",children:[a("h1",{children:"Workspace"}),a("p",{children:"Loading…"})]});const e=Rn.value!==null?on.value.find(n=>n.slug===Rn.value)??null:null;return a("div",{class:"ac-page ac-workspace",children:[a("header",{class:"ac-page__header",children:[a("h1",{children:"Workspace"}),a("p",{class:"ac-page__subtitle",children:"Pick a role, pick a first task, run it."}),a(Bs,{})]}),M.value!==null?a("p",{class:"ac-banner",role:"status",children:M.value}):null,a("div",{class:"ac-workspace__grid",children:[a("section",{class:"ac-workspace__roles","aria-labelledby":"roles-heading",children:[a("h2",{id:"roles-heading",class:"ac-workspace__heading",children:"Roles"}),on.value.length===0?a("p",{class:"ac-workspace__empty",children:"No roles installed."}):a("div",{class:"ac-workspace__role-grid",children:on.value.map(n=>a(Is,{role:n},n.slug))})]}),a("main",{class:"ac-workspace__main","aria-label":"Tasks and sessions",children:[e!==null?a($s,{role:e}):a("p",{class:"ac-workspace__empty",children:"Pick a role on the left to see its first tasks."}),a(Rs,{}),a(Ps,{})]}),a("aside",{class:"ac-workspace__rail","aria-label":"Knowledge and documents",children:[a(Ms,{}),a(Ds,{}),a(js,{}),a(Hs,{})]})]})]})}const Tl=[{id:"setup",label:"Setup",hashPath:"/setup",matches:["/setup","/wizard"]},{id:"project",label:"Projekt",hashPath:"/project",matches:["/project"]},{id:"tasks",label:"Tasks",hashPath:"/tasks",matches:["/tasks"]},{id:"council",label:"Council",hashPath:"/council",matches:["/council"]},{id:"memory",label:"Memory",hashPath:"/memory",matches:["/memory"]},{id:"explain",label:"Explain",hashPath:"/explain",matches:["/explain"]},{id:"workspace",label:"Workspace",hashPath:"/workspace",matches:["/workspace"]}];function Ws(e){for(const n of Tl)for(const i of n.matches)if(e===i||e.startsWith(`${i}/`))return n.id;return null}function Ys(){const e=ve.value,n=Ws(e);return a("header",{class:"ac-topnav",children:a("div",{class:"ac-topnav__inner",children:[a("div",{class:"ac-topnav__brand",children:[a("h1",{class:"ac-topnav__title",children:"@event4u/agent-config"}),a("p",{class:"ac-topnav__subtitle",children:"Browser Wizard"})]}),a("nav",{class:"ac-topnav__tabs","aria-label":"Surfaces",children:Tl.map(i=>a("button",{type:"button",class:`ac-topnav__tab${n===i.id?" ac-topnav__tab--active":""}`,"aria-current":n===i.id?"page":void 0,onClick:()=>ci(i.hashPath),children:i.label},i.id))})]})})}function en({name:e}){return a("div",{class:"ac-page",children:[a("header",{class:"ac-page__header",children:a("h1",{children:e})}),a("section",{class:"ac-section",children:[a("p",{class:"ac-section__description",children:["The ",a("strong",{children:e})," surface is currently served by the legacy installer GUI on port ",a("code",{children:"41100"}),". It is being ported to the modern shell in a follow-up phase (road-to-unified-setup § Phase 5)."]}),a("p",{class:"ac-section__description",children:["For now the legacy surface remains reachable via"," ",a("code",{children:"installer gui"}),"."]})]})]})}function zs({path:e}){return a("div",{class:"ac-page ac-page--error",children:[a("h1",{children:"Page not found"}),a("p",{children:["Nothing routed to ",a("code",{children:e}),". Try ",a("a",{href:"#/setup",children:"Setup"}),"."]})]})}function qs(){const e=_n.value;return e===null||e.dryRun!==!0?null:a("div",{class:"ac-dryrun-banner",role:"status","aria-live":"polite",children:[a("strong",{children:"DRY RUN"}),a("span",{children:" · no files will be written. Validation + rendering run normally; commits return a preview."})]})}function Ks(e){return e==="/"||e==="/setup"||e.startsWith("/setup/")?a(ei,{path:e}):e.startsWith("/wizard")?a(ei,{path:e}):e==="/settings"||e.startsWith("/settings/")?a(ei,{path:"/setup"}):e==="/project"||e.startsWith("/project/")?a(xs,{}):e==="/tasks"?a(en,{name:"Tasks"}):e==="/council"?a(en,{name:"Council"}):e==="/memory"?a(en,{name:"Memory"}):e==="/explain"?a(en,{name:"Explain"}):e==="/workspace"?a(Us,{}):a(zs,{path:e})}function Gs(){return Ge(()=>{Vl(),(ve.value==="/"||ve.value==="/settings"||ve.value.startsWith("/settings/"))&&ci("/setup"),Zl()},[]),a(Z,{children:[a(qs,{}),a(Ys,{}),Ks(ve.value)]})}const Vs=3e4,Js=30*6e4;let nn=null,Rr=!1;function $r(e){if(!Rr&&(Rr=!0,!(typeof navigator>"u"||typeof navigator.sendBeacon!="function")))try{navigator.sendBeacon(`/api/v1/shutdown?token=${encodeURIComponent(e)}`)}catch{}}function Qs(e){if(typeof window>"u")return()=>{};let n=Date.now();const i=()=>{n=Date.now()},r=["pointerdown","keydown","wheel","touchstart"];for(const c of r)window.addEventListener(c,i,{passive:!0});const t=()=>{document.hidden||i()};document.addEventListener("visibilitychange",t);const l=()=>{nn!==null&&clearInterval(nn),nn=null;for(const c of r)window.removeEventListener(c,i);document.removeEventListener("visibilitychange",t),window.removeEventListener("pagehide",o)};nn=setInterval(()=>{if(!document.hidden){if(Date.now()-n>Js){$r(e),l();return}w("/api/v1/ping").catch(()=>{})}},Vs);function o(){$r(e)}return window.addEventListener("pagehide",o),l}function Zs(){return new URLSearchParams(window.location.search).get("token")}function Xs(){const e=document.getElementById("app");if(e===null)return;const n=Zs();if(n===null){e.textContent="agent-config UI · missing token — re-open via `agent-config ui:serve`.";return}Jl(n),Qs(n),e.textContent="",$l(a(Gs,{}),e)}Xs();
40
+ //# sourceMappingURL=index-CoQo90sz.js.map