@event4u/agent-config 1.19.0 → 1.21.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 (297) hide show
  1. package/.agent-src/commands/agent-handoff.md +14 -10
  2. package/.agent-src/commands/agents.md +1 -1
  3. package/.agent-src/commands/bug-fix.md +1 -1
  4. package/.agent-src/commands/bug-investigate.md +2 -2
  5. package/.agent-src/commands/chat-history/import.md +166 -0
  6. package/.agent-src/commands/chat-history/learn.md +178 -0
  7. package/.agent-src/commands/chat-history/show.md +17 -18
  8. package/.agent-src/commands/chat-history.md +26 -25
  9. package/.agent-src/commands/compress.md +12 -0
  10. package/.agent-src/commands/context/create.md +2 -2
  11. package/.agent-src/commands/context.md +1 -1
  12. package/.agent-src/commands/copilot-agents.md +1 -1
  13. package/.agent-src/commands/council/default.md +21 -12
  14. package/.agent-src/commands/council.md +1 -1
  15. package/.agent-src/commands/create-pr.md +28 -8
  16. package/.agent-src/commands/e2e-heal.md +1 -1
  17. package/.agent-src/commands/e2e-plan.md +1 -1
  18. package/.agent-src/commands/feature/dev.md +3 -3
  19. package/.agent-src/commands/feature.md +1 -1
  20. package/.agent-src/commands/fix/seeder.md +2 -2
  21. package/.agent-src/commands/fix.md +1 -1
  22. package/.agent-src/commands/jira-ticket.md +1 -1
  23. package/.agent-src/commands/judge.md +2 -2
  24. package/.agent-src/commands/memory.md +1 -1
  25. package/.agent-src/commands/mode.md +5 -5
  26. package/.agent-src/commands/module.md +1 -1
  27. package/.agent-src/commands/onboard.md +4 -4
  28. package/.agent-src/commands/optimize/augmentignore.md +1 -1
  29. package/.agent-src/commands/optimize-prompt.md +61 -0
  30. package/.agent-src/commands/optimize.md +1 -1
  31. package/.agent-src/commands/override.md +1 -1
  32. package/.agent-src/commands/review-changes.md +1 -1
  33. package/.agent-src/commands/review-routing.md +1 -1
  34. package/.agent-src/commands/roadmap.md +1 -1
  35. package/.agent-src/commands/set-cost-profile.md +3 -3
  36. package/.agent-src/commands/sync-agent-settings.md +2 -2
  37. package/.agent-src/commands/sync-gitignore.md +1 -1
  38. package/.agent-src/commands/tests/create.md +2 -2
  39. package/.agent-src/commands/tests.md +1 -1
  40. package/.agent-src/commands/threat-model.md +4 -4
  41. package/.agent-src/contexts/authority/commit-mechanics.md +14 -1
  42. package/.agent-src/contexts/authority/destructive-mechanics.md +14 -1
  43. package/.agent-src/contexts/authority/scope-mechanics.md +5 -0
  44. package/.agent-src/contexts/communication/rules-auto/guidelines-mechanics.md +76 -0
  45. package/.agent-src/contexts/communication/rules-auto/skill-quality-mechanics.md +76 -0
  46. package/.agent-src/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md +4 -4
  47. package/.agent-src/contexts/communication/rules-auto/think-before-action-mechanics.md +98 -0
  48. package/.agent-src/contexts/communication/rules-auto/token-efficiency-mechanics.md +93 -0
  49. package/.agent-src/contexts/communication/rules-auto/user-interaction-mechanics.md +125 -9
  50. package/.agent-src/contexts/execution/autonomy-mechanics.md +44 -0
  51. package/.agent-src/contexts/model-recommendations.md +2 -2
  52. package/.agent-src/contexts/override-system.md +1 -1
  53. package/.agent-src/personas/product-owner.md +2 -2
  54. package/.agent-src/personas/qa.md +1 -1
  55. package/.agent-src/rules/agent-authority.md +5 -6
  56. package/.agent-src/rules/agent-docs.md +11 -53
  57. package/.agent-src/rules/analysis-skill-routing.md +10 -40
  58. package/.agent-src/rules/architecture.md +6 -1
  59. package/.agent-src/rules/artifact-drafting-protocol.md +5 -0
  60. package/.agent-src/rules/artifact-engagement-recording.md +23 -59
  61. package/.agent-src/rules/ask-when-uncertain.md +24 -47
  62. package/.agent-src/rules/augment-portability.md +14 -62
  63. package/.agent-src/rules/augment-source-of-truth.md +10 -1
  64. package/.agent-src/rules/autonomous-execution.md +17 -98
  65. package/.agent-src/rules/capture-learnings.md +9 -80
  66. package/.agent-src/rules/cli-output-handling.md +12 -42
  67. package/.agent-src/rules/command-suggestion-policy.md +25 -73
  68. package/.agent-src/rules/commit-conventions.md +9 -58
  69. package/.agent-src/rules/commit-policy.md +16 -47
  70. package/.agent-src/rules/context-hygiene.md +5 -0
  71. package/.agent-src/rules/direct-answers.md +21 -42
  72. package/.agent-src/rules/docker-commands.md +11 -45
  73. package/.agent-src/rules/docs-sync.md +10 -56
  74. package/.agent-src/rules/downstream-changes.md +5 -0
  75. package/.agent-src/rules/e2e-testing.md +9 -44
  76. package/.agent-src/rules/guidelines.md +13 -75
  77. package/.agent-src/rules/improve-before-implement.md +10 -2
  78. package/.agent-src/rules/language-and-tone.md +35 -69
  79. package/.agent-src/rules/laravel-translations.md +11 -40
  80. package/.agent-src/rules/markdown-safe-codeblocks.md +4 -0
  81. package/.agent-src/rules/minimal-safe-diff.md +4 -0
  82. package/.agent-src/rules/missing-tool-handling.md +4 -0
  83. package/.agent-src/rules/model-recommendation.md +9 -61
  84. package/.agent-src/rules/no-attribution-footers.md +53 -0
  85. package/.agent-src/rules/no-cheap-questions.md +11 -27
  86. package/.agent-src/rules/no-council-references.md +76 -0
  87. package/.agent-src/rules/no-roadmap-references.md +8 -1
  88. package/.agent-src/rules/non-destructive-by-default.md +13 -43
  89. package/.agent-src/rules/onboarding-gate.md +9 -117
  90. package/.agent-src/rules/package-ci-checks.md +10 -37
  91. package/.agent-src/rules/php-coding.md +10 -55
  92. package/.agent-src/rules/preservation-guard.md +9 -0
  93. package/.agent-src/rules/review-routing-awareness.md +9 -97
  94. package/.agent-src/rules/reviewer-awareness.md +8 -83
  95. package/.agent-src/rules/roadmap-progress-sync.md +7 -170
  96. package/.agent-src/rules/role-mode-adherence.md +6 -2
  97. package/.agent-src/rules/rule-type-governance.md +8 -66
  98. package/.agent-src/rules/runtime-safety.md +5 -0
  99. package/.agent-src/rules/scope-control.md +17 -62
  100. package/.agent-src/rules/security-sensitive-stop.md +7 -1
  101. package/.agent-src/rules/size-enforcement.md +6 -1
  102. package/.agent-src/rules/skill-improvement-trigger.md +9 -49
  103. package/.agent-src/rules/skill-quality.md +7 -64
  104. package/.agent-src/rules/slash-command-routing-policy.md +11 -63
  105. package/.agent-src/rules/think-before-action.md +22 -87
  106. package/.agent-src/rules/token-efficiency.md +10 -74
  107. package/.agent-src/rules/token-optimizer-maintenance.md +68 -0
  108. package/.agent-src/rules/tool-safety.md +4 -0
  109. package/.agent-src/rules/ui-audit-gate.md +25 -61
  110. package/.agent-src/rules/upstream-proposal.md +9 -67
  111. package/.agent-src/rules/user-interaction.md +25 -95
  112. package/.agent-src/rules/verify-before-complete.md +1 -1
  113. package/.agent-src/skills/agent-docs-writing/SKILL.md +1 -1
  114. package/.agent-src/skills/ai-council/SKILL.md +69 -5
  115. package/.agent-src/skills/analysis-autonomous-mode/SKILL.md +1 -1
  116. package/.agent-src/skills/analysis-skill-router/SKILL.md +3 -3
  117. package/.agent-src/skills/artisan-commands/SKILL.md +2 -2
  118. package/.agent-src/skills/authz-review/SKILL.md +1 -1
  119. package/.agent-src/skills/aws-infrastructure/SKILL.md +5 -5
  120. package/.agent-src/skills/blast-radius-analyzer/SKILL.md +8 -8
  121. package/.agent-src/skills/bug-analyzer/SKILL.md +5 -5
  122. package/.agent-src/skills/code-refactoring/SKILL.md +4 -4
  123. package/.agent-src/skills/code-review/SKILL.md +2 -2
  124. package/.agent-src/skills/command-writing/SKILL.md +11 -0
  125. package/.agent-src/skills/composer-packages/SKILL.md +2 -2
  126. package/.agent-src/skills/context-authoring/SKILL.md +11 -0
  127. package/.agent-src/skills/context-document/SKILL.md +1 -1
  128. package/.agent-src/skills/copilot-agents-optimization/SKILL.md +23 -0
  129. package/.agent-src/skills/copilot-config/SKILL.md +1 -1
  130. package/.agent-src/skills/dcf-modeling/SKILL.md +89 -0
  131. package/.agent-src/skills/dependency-upgrade/SKILL.md +2 -2
  132. package/.agent-src/skills/devcontainer/SKILL.md +2 -2
  133. package/.agent-src/skills/developer-like-execution/SKILL.md +1 -1
  134. package/.agent-src/skills/docker/SKILL.md +1 -1
  135. package/.agent-src/skills/dto-creator/SKILL.md +1 -1
  136. package/.agent-src/skills/estimate-ticket/SKILL.md +2 -2
  137. package/.agent-src/skills/fe-design/SKILL.md +4 -4
  138. package/.agent-src/skills/feature-planning/SKILL.md +5 -5
  139. package/.agent-src/skills/funnel-analysis/SKILL.md +100 -0
  140. package/.agent-src/skills/laravel/SKILL.md +1 -1
  141. package/.agent-src/skills/laravel-notifications/SKILL.md +5 -5
  142. package/.agent-src/skills/laravel-pennant/SKILL.md +1 -1
  143. package/.agent-src/skills/laravel-pulse/SKILL.md +4 -4
  144. package/.agent-src/skills/laravel-reverb/SKILL.md +2 -2
  145. package/.agent-src/skills/laravel-scheduling/SKILL.md +1 -1
  146. package/.agent-src/skills/md-language-check/SKILL.md +1 -1
  147. package/.agent-src/skills/migration-creator/SKILL.md +7 -7
  148. package/.agent-src/skills/multi-tenancy/SKILL.md +8 -8
  149. package/.agent-src/skills/okr-tree-modeling/SKILL.md +93 -0
  150. package/.agent-src/skills/performance-analysis/SKILL.md +3 -3
  151. package/.agent-src/skills/pest-testing/SKILL.md +6 -6
  152. package/.agent-src/skills/php-service/SKILL.md +2 -2
  153. package/.agent-src/skills/project-analysis-hypothesis-driven/SKILL.md +3 -3
  154. package/.agent-src/skills/project-analysis-react/SKILL.md +1 -1
  155. package/.agent-src/skills/project-analysis-symfony/SKILL.md +1 -1
  156. package/.agent-src/skills/project-analysis-zend-laminas/SKILL.md +2 -2
  157. package/.agent-src/skills/project-analyzer/SKILL.md +4 -4
  158. package/.agent-src/skills/prompt-optimizer/SKILL.md +108 -0
  159. package/.agent-src/skills/readme-reviewer/SKILL.md +1 -1
  160. package/.agent-src/skills/rice-prioritization/SKILL.md +100 -0
  161. package/.agent-src/skills/rule-writing/SKILL.md +33 -0
  162. package/.agent-src/skills/sentry-integration/SKILL.md +1 -1
  163. package/.agent-src/skills/skill-writing/SKILL.md +14 -0
  164. package/.agent-src/skills/subagent-orchestration/SKILL.md +34 -2
  165. package/.agent-src/skills/terraform/SKILL.md +2 -2
  166. package/.agent-src/skills/terragrunt/SKILL.md +8 -8
  167. package/.agent-src/skills/test-performance/SKILL.md +5 -5
  168. package/.agent-src/skills/threat-modeling/SKILL.md +2 -2
  169. package/.agent-src/skills/token-optimizer/SKILL.md +110 -0
  170. package/.agent-src/skills/unit-economics-modeling/SKILL.md +104 -0
  171. package/.agent-src/skills/universal-project-analysis/SKILL.md +1 -1
  172. package/.agent-src/skills/using-git-worktrees/SKILL.md +1 -0
  173. package/.agent-src/templates/AGENTS.md +1 -1
  174. package/.agent-src/templates/agent-settings.md +25 -41
  175. package/.agent-src/templates/contexts/tenant-boundaries.md +2 -2
  176. package/.agent-src/templates/contexts.md +1 -1
  177. package/.agent-src/templates/copilot-instructions.md +21 -0
  178. package/.agent-src/templates/copilot-review-instructions.md +76 -0
  179. package/.agent-src/templates/features.md +1 -1
  180. package/.agent-src/templates/rule.md +127 -0
  181. package/.agent-src/templates/scripts/work_engine/hook_bootstrap.py +7 -5
  182. package/.agent-src/templates/scripts/work_engine/hooks/__init__.py +0 -4
  183. package/.agent-src/templates/scripts/work_engine/hooks/builtin/__init__.py +0 -4
  184. package/.agent-src/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +7 -51
  185. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +1 -2
  186. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +1 -2
  187. package/.agent-src/templates/scripts/work_engine/hooks/builtin/memory_visibility.py +2 -3
  188. package/.agent-src/templates/skill.md +30 -1
  189. package/.claude-plugin/marketplace.json +11 -4
  190. package/AGENTS.md +71 -3
  191. package/CHANGELOG.md +180 -3
  192. package/README.md +24 -23
  193. package/config/agent-settings.template.yml +63 -23
  194. package/config/gitignore-block.txt +11 -4
  195. package/docs/architecture.md +84 -3
  196. package/docs/catalog.md +23 -11
  197. package/docs/contracts/adr-chat-history-split.md +10 -1
  198. package/docs/contracts/agent-memory-contract.md +1 -1
  199. package/docs/contracts/command-clusters.md +1 -1
  200. package/docs/contracts/context-paths.md +2 -1
  201. package/docs/contracts/cross-wing-handoff.md +133 -0
  202. package/docs/contracts/file-ownership-matrix.json +678 -609
  203. package/docs/contracts/hook-architecture-v1.md +8 -1
  204. package/docs/contracts/iron-law-overrides.txt +25 -0
  205. package/docs/contracts/kernel-membership.md +273 -0
  206. package/docs/contracts/load-context-schema.md +26 -11
  207. package/docs/contracts/memory-visibility-v1.md +8 -24
  208. package/docs/contracts/pilot/agent-authority.md +24 -0
  209. package/docs/contracts/pilot/direct-answers.md +70 -0
  210. package/docs/contracts/pilot/language-and-tone.md +63 -0
  211. package/docs/contracts/rule-classification.md +170 -0
  212. package/docs/contracts/rule-router.md +153 -0
  213. package/docs/customization.md +18 -7
  214. package/docs/decisions/ADR-001-kernel-swap-deferred.md +109 -0
  215. package/docs/decisions/ADR-002-kernel-bucket-overrides.md +124 -0
  216. package/docs/decisions/ADR-rule-kernel-and-router.md +122 -0
  217. package/docs/getting-started.md +19 -27
  218. package/docs/guidelines/agent-infra/ask-when-uncertain-demos.md +1 -1
  219. package/docs/guidelines/agent-infra/roadmap-progress-mechanics.md +176 -0
  220. package/docs/guidelines/agent-infra/rule-type-governance.md +73 -0
  221. package/docs/guidelines/agent-infra/size-and-scope.md +13 -2
  222. package/docs/guidelines/agent-infra/skill-quality-checklist.md +119 -0
  223. package/docs/guidelines/augment-portability-patterns.md +68 -0
  224. package/docs/guidelines/php/php-coding-patterns.md +62 -0
  225. package/docs/hook-payload-capture.md +221 -0
  226. package/docs/migrations/commands-1.15.0.md +17 -12
  227. package/docs/skills-catalog.md +5 -4
  228. package/llms.txt +4 -3
  229. package/package.json +1 -1
  230. package/scripts/_p43_bodies.py +235 -0
  231. package/scripts/_p43_compress.py +118 -0
  232. package/scripts/_p4_migrate.py +199 -0
  233. package/scripts/_pilot_council_question.py +57 -0
  234. package/scripts/_pilot_measure.py +53 -0
  235. package/scripts/agent-config +1 -1
  236. package/scripts/ai_council/_default_prices.py +4 -4
  237. package/scripts/ai_council/clients.py +1 -1
  238. package/scripts/ai_council/modes.py +3 -4
  239. package/scripts/ai_council/pricing.py +10 -9
  240. package/scripts/ai_council/session.py +107 -5
  241. package/scripts/build_linear_digest.py +3 -5
  242. package/scripts/build_rule_trigger_matrix.py +1 -9
  243. package/scripts/chat_history.py +952 -596
  244. package/scripts/check_always_budget.py +39 -6
  245. package/scripts/check_compressed_paths.py +213 -0
  246. package/scripts/check_compression.py +15 -0
  247. package/scripts/check_context_paths.py +1 -0
  248. package/scripts/check_council_layout.py +105 -0
  249. package/scripts/check_council_references.py +145 -0
  250. package/scripts/check_portability.py +2 -0
  251. package/scripts/check_references.py +14 -2
  252. package/scripts/check_token_optimizer_freshness.py +131 -0
  253. package/scripts/compile_router.py +148 -0
  254. package/scripts/compress.py +219 -11
  255. package/scripts/council_cli.py +63 -9
  256. package/scripts/council_prune.py +81 -0
  257. package/scripts/count_token_optimizer_usage.sh +54 -0
  258. package/scripts/hook_manifest.yaml +33 -0
  259. package/scripts/hooks/augment-chat-history.sh +10 -0
  260. package/scripts/hooks/cowork-dispatcher.sh +98 -0
  261. package/scripts/hooks/dispatch_hook.py +35 -0
  262. package/scripts/hooks_status.py +12 -1
  263. package/scripts/install-hooks.sh +2 -2
  264. package/scripts/install.sh +81 -2
  265. package/scripts/iron_law_sha.py +98 -0
  266. package/scripts/lint_handoffs.py +214 -0
  267. package/scripts/lint_hook_manifest.py +2 -1
  268. package/scripts/lint_load_context.py +35 -5
  269. package/scripts/measure_rule_budget.py +314 -0
  270. package/scripts/prototype_lint_contradictions.py +150 -0
  271. package/scripts/redact_hook_capture.py +148 -0
  272. package/scripts/schemas/rule.schema.json +55 -6
  273. package/scripts/schemas/skill.schema.json +5 -0
  274. package/scripts/skill_linter.py +359 -7
  275. package/scripts/smoke_path_resolution.py +93 -0
  276. package/scripts/update_prices.py +3 -3
  277. package/scripts/validate_frontmatter.py +41 -1
  278. package/.agent-src/commands/chat-history/checkpoint.md +0 -126
  279. package/.agent-src/commands/chat-history/clear.md +0 -103
  280. package/.agent-src/commands/chat-history/resume.md +0 -183
  281. package/.agent-src/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md +0 -72
  282. package/.agent-src/contexts/communication/rules-auto/augment-portability-mechanics.md +0 -79
  283. package/.agent-src/contexts/communication/rules-auto/cli-output-handling-mechanics.md +0 -87
  284. package/.agent-src/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md +0 -62
  285. package/.agent-src/contexts/communication/rules-auto/docs-sync-mechanics.md +0 -78
  286. package/.agent-src/contexts/communication/rules-auto/package-ci-checks-mechanics.md +0 -85
  287. package/.agent-src/contexts/communication/rules-auto/review-routing-awareness-mechanics.md +0 -65
  288. package/.agent-src/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md +0 -78
  289. package/.agent-src/contexts/communication/rules-auto/ui-audit-gate-mechanics.md +0 -53
  290. package/.agent-src/rules/chat-history-cadence.md +0 -143
  291. package/.agent-src/rules/chat-history-ownership.md +0 -124
  292. package/.agent-src/rules/chat-history-visibility.md +0 -97
  293. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_heartbeat.py +0 -50
  294. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_turn_check.py +0 -49
  295. package/scripts/check_phase_coupling.py +0 -148
  296. /package/{docs → .agent-src/contexts}/contracts/artifact-engagement-flow.md +0 -0
  297. /package/{docs → .agent-src/contexts}/contracts/command-suggestion-flow.md +0 -0
@@ -63,19 +63,13 @@
63
63
  "load_context": [],
64
64
  "load_context_eager": []
65
65
  },
66
- ".agent-src.uncompressed/commands/chat-history/checkpoint.md": {
66
+ ".agent-src.uncompressed/commands/chat-history/import.md": {
67
67
  "kind": "command",
68
68
  "rule_type": null,
69
69
  "load_context": [],
70
70
  "load_context_eager": []
71
71
  },
72
- ".agent-src.uncompressed/commands/chat-history/clear.md": {
73
- "kind": "command",
74
- "rule_type": null,
75
- "load_context": [],
76
- "load_context_eager": []
77
- },
78
- ".agent-src.uncompressed/commands/chat-history/resume.md": {
72
+ ".agent-src.uncompressed/commands/chat-history/learn.md": {
79
73
  "kind": "command",
80
74
  "rule_type": null,
81
75
  "load_context": [],
@@ -387,6 +381,12 @@
387
381
  "load_context": [],
388
382
  "load_context_eager": []
389
383
  },
384
+ ".agent-src.uncompressed/commands/optimize-prompt.md": {
385
+ "kind": "command",
386
+ "rule_type": null,
387
+ "load_context": [],
388
+ "load_context_eager": []
389
+ },
390
390
  ".agent-src.uncompressed/commands/optimize.md": {
391
391
  "kind": "command",
392
392
  "rule_type": null,
@@ -597,79 +597,55 @@
597
597
  "load_context": [],
598
598
  "load_context_eager": []
599
599
  },
600
- ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md": {
601
- "kind": "context",
602
- "rule_type": null,
603
- "load_context": [],
604
- "load_context_eager": []
605
- },
606
- ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md": {
607
- "kind": "context",
608
- "rule_type": null,
609
- "load_context": [],
610
- "load_context_eager": []
611
- },
612
600
  ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md": {
613
601
  "kind": "context",
614
602
  "rule_type": null,
615
603
  "load_context": [],
616
604
  "load_context_eager": []
617
605
  },
618
- ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md": {
619
- "kind": "context",
620
- "rule_type": null,
621
- "load_context": [],
622
- "load_context_eager": []
623
- },
624
- ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md": {
625
- "kind": "context",
626
- "rule_type": null,
627
- "load_context": [],
628
- "load_context_eager": []
629
- },
630
- ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md": {
606
+ ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md": {
631
607
  "kind": "context",
632
608
  "rule_type": null,
633
609
  "load_context": [],
634
610
  "load_context_eager": []
635
611
  },
636
- ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md": {
612
+ ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md": {
637
613
  "kind": "context",
638
614
  "rule_type": null,
639
615
  "load_context": [],
640
616
  "load_context_eager": []
641
617
  },
642
- ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md": {
618
+ ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md": {
643
619
  "kind": "context",
644
620
  "rule_type": null,
645
621
  "load_context": [],
646
622
  "load_context_eager": []
647
623
  },
648
- ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md": {
624
+ ".agent-src.uncompressed/contexts/communication/rules-auto/think-before-action-mechanics.md": {
649
625
  "kind": "context",
650
626
  "rule_type": null,
651
627
  "load_context": [],
652
628
  "load_context_eager": []
653
629
  },
654
- ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md": {
630
+ ".agent-src.uncompressed/contexts/communication/rules-auto/token-efficiency-mechanics.md": {
655
631
  "kind": "context",
656
632
  "rule_type": null,
657
633
  "load_context": [],
658
634
  "load_context_eager": []
659
635
  },
660
- ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md": {
636
+ ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md": {
661
637
  "kind": "context",
662
638
  "rule_type": null,
663
639
  "load_context": [],
664
640
  "load_context_eager": []
665
641
  },
666
- ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md": {
642
+ ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md": {
667
643
  "kind": "context",
668
644
  "rule_type": null,
669
645
  "load_context": [],
670
646
  "load_context_eager": []
671
647
  },
672
- ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md": {
648
+ ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md": {
673
649
  "kind": "context",
674
650
  "rule_type": null,
675
651
  "load_context": [],
@@ -823,7 +799,7 @@
823
799
  "kind": "rule",
824
800
  "rule_type": "auto",
825
801
  "load_context": [
826
- ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md"
802
+ "contexts/contracts/artifact-engagement-flow.md"
827
803
  ],
828
804
  "load_context_eager": []
829
805
  },
@@ -836,16 +812,14 @@
836
812
  ".agent-src.uncompressed/rules/augment-portability.md": {
837
813
  "kind": "rule",
838
814
  "rule_type": "auto",
839
- "load_context": [
840
- ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md"
841
- ],
815
+ "load_context": [],
842
816
  "load_context_eager": []
843
817
  },
844
818
  ".agent-src.uncompressed/rules/augment-source-of-truth.md": {
845
819
  "kind": "rule",
846
820
  "rule_type": "auto",
847
821
  "load_context": [
848
- ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md"
822
+ "contexts/communication/rules-auto/augment-source-of-truth-mechanics.md"
849
823
  ],
850
824
  "load_context_eager": []
851
825
  },
@@ -853,9 +827,9 @@
853
827
  "kind": "rule",
854
828
  "rule_type": "auto",
855
829
  "load_context": [
856
- ".agent-src.uncompressed/contexts/execution/autonomy-detection.md",
857
- ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
858
- ".agent-src.uncompressed/contexts/execution/autonomy-examples.md"
830
+ "contexts/execution/autonomy-detection.md",
831
+ "contexts/execution/autonomy-mechanics.md",
832
+ "contexts/execution/autonomy-examples.md"
859
833
  ],
860
834
  "load_context_eager": []
861
835
  },
@@ -865,37 +839,17 @@
865
839
  "load_context": [],
866
840
  "load_context_eager": []
867
841
  },
868
- ".agent-src.uncompressed/rules/chat-history-cadence.md": {
869
- "kind": "rule",
870
- "rule_type": "auto",
871
- "load_context": [],
872
- "load_context_eager": []
873
- },
874
- ".agent-src.uncompressed/rules/chat-history-ownership.md": {
875
- "kind": "rule",
876
- "rule_type": "auto",
877
- "load_context": [],
878
- "load_context_eager": []
879
- },
880
- ".agent-src.uncompressed/rules/chat-history-visibility.md": {
881
- "kind": "rule",
882
- "rule_type": "auto",
883
- "load_context": [],
884
- "load_context_eager": []
885
- },
886
842
  ".agent-src.uncompressed/rules/cli-output-handling.md": {
887
843
  "kind": "rule",
888
844
  "rule_type": "auto",
889
- "load_context": [
890
- ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md"
891
- ],
845
+ "load_context": [],
892
846
  "load_context_eager": []
893
847
  },
894
848
  ".agent-src.uncompressed/rules/command-suggestion-policy.md": {
895
849
  "kind": "rule",
896
850
  "rule_type": "auto",
897
851
  "load_context": [
898
- ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md"
852
+ "contexts/contracts/command-suggestion-flow.md"
899
853
  ],
900
854
  "load_context_eager": []
901
855
  },
@@ -909,7 +863,7 @@
909
863
  "kind": "rule",
910
864
  "rule_type": "always",
911
865
  "load_context": [
912
- ".agent-src.uncompressed/contexts/authority/commit-mechanics.md"
866
+ "contexts/authority/commit-mechanics.md"
913
867
  ],
914
868
  "load_context_eager": []
915
869
  },
@@ -934,9 +888,7 @@
934
888
  ".agent-src.uncompressed/rules/docs-sync.md": {
935
889
  "kind": "rule",
936
890
  "rule_type": "auto",
937
- "load_context": [
938
- ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md"
939
- ],
891
+ "load_context": [],
940
892
  "load_context_eager": []
941
893
  },
942
894
  ".agent-src.uncompressed/rules/downstream-changes.md": {
@@ -954,7 +906,9 @@
954
906
  ".agent-src.uncompressed/rules/guidelines.md": {
955
907
  "kind": "rule",
956
908
  "rule_type": "auto",
957
- "load_context": [],
909
+ "load_context": [
910
+ "contexts/communication/rules-auto/guidelines-mechanics.md"
911
+ ],
958
912
  "load_context_eager": []
959
913
  },
960
914
  ".agent-src.uncompressed/rules/improve-before-implement.md": {
@@ -999,12 +953,24 @@
999
953
  "load_context": [],
1000
954
  "load_context_eager": []
1001
955
  },
956
+ ".agent-src.uncompressed/rules/no-attribution-footers.md": {
957
+ "kind": "rule",
958
+ "rule_type": "auto",
959
+ "load_context": [],
960
+ "load_context_eager": []
961
+ },
1002
962
  ".agent-src.uncompressed/rules/no-cheap-questions.md": {
1003
963
  "kind": "rule",
1004
964
  "rule_type": "always",
1005
965
  "load_context": [],
1006
966
  "load_context_eager": []
1007
967
  },
968
+ ".agent-src.uncompressed/rules/no-council-references.md": {
969
+ "kind": "rule",
970
+ "rule_type": "auto",
971
+ "load_context": [],
972
+ "load_context_eager": []
973
+ },
1008
974
  ".agent-src.uncompressed/rules/no-roadmap-references.md": {
1009
975
  "kind": "rule",
1010
976
  "rule_type": "auto",
@@ -1015,7 +981,7 @@
1015
981
  "kind": "rule",
1016
982
  "rule_type": "always",
1017
983
  "load_context": [
1018
- ".agent-src.uncompressed/contexts/authority/destructive-mechanics.md"
984
+ "contexts/authority/destructive-mechanics.md"
1019
985
  ],
1020
986
  "load_context_eager": []
1021
987
  },
@@ -1028,9 +994,7 @@
1028
994
  ".agent-src.uncompressed/rules/package-ci-checks.md": {
1029
995
  "kind": "rule",
1030
996
  "rule_type": "auto",
1031
- "load_context": [
1032
- ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md"
1033
- ],
997
+ "load_context": [],
1034
998
  "load_context_eager": []
1035
999
  },
1036
1000
  ".agent-src.uncompressed/rules/php-coding.md": {
@@ -1048,9 +1012,7 @@
1048
1012
  ".agent-src.uncompressed/rules/review-routing-awareness.md": {
1049
1013
  "kind": "rule",
1050
1014
  "rule_type": "auto",
1051
- "load_context": [
1052
- ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md"
1053
- ],
1015
+ "load_context": [],
1054
1016
  "load_context_eager": []
1055
1017
  },
1056
1018
  ".agent-src.uncompressed/rules/reviewer-awareness.md": {
@@ -1062,9 +1024,7 @@
1062
1024
  ".agent-src.uncompressed/rules/roadmap-progress-sync.md": {
1063
1025
  "kind": "rule",
1064
1026
  "rule_type": "auto",
1065
- "load_context": [
1066
- ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md"
1067
- ],
1027
+ "load_context": [],
1068
1028
  "load_context_eager": []
1069
1029
  },
1070
1030
  ".agent-src.uncompressed/rules/role-mode-adherence.md": {
@@ -1089,7 +1049,7 @@
1089
1049
  "kind": "rule",
1090
1050
  "rule_type": "always",
1091
1051
  "load_context": [
1092
- ".agent-src.uncompressed/contexts/authority/scope-mechanics.md"
1052
+ "contexts/authority/scope-mechanics.md"
1093
1053
  ],
1094
1054
  "load_context_eager": []
1095
1055
  },
@@ -1114,26 +1074,32 @@
1114
1074
  ".agent-src.uncompressed/rules/skill-quality.md": {
1115
1075
  "kind": "rule",
1116
1076
  "rule_type": "auto",
1117
- "load_context": [
1118
- ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md"
1119
- ],
1077
+ "load_context": [],
1120
1078
  "load_context_eager": []
1121
1079
  },
1122
1080
  ".agent-src.uncompressed/rules/slash-command-routing-policy.md": {
1123
1081
  "kind": "rule",
1124
1082
  "rule_type": "auto",
1125
- "load_context": [
1126
- ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md"
1127
- ],
1083
+ "load_context": [],
1128
1084
  "load_context_eager": []
1129
1085
  },
1130
1086
  ".agent-src.uncompressed/rules/think-before-action.md": {
1131
1087
  "kind": "rule",
1132
1088
  "rule_type": "auto",
1133
- "load_context": [],
1089
+ "load_context": [
1090
+ "contexts/communication/rules-auto/think-before-action-mechanics.md"
1091
+ ],
1134
1092
  "load_context_eager": []
1135
1093
  },
1136
1094
  ".agent-src.uncompressed/rules/token-efficiency.md": {
1095
+ "kind": "rule",
1096
+ "rule_type": "auto",
1097
+ "load_context": [
1098
+ "contexts/communication/rules-auto/token-efficiency-mechanics.md"
1099
+ ],
1100
+ "load_context_eager": []
1101
+ },
1102
+ ".agent-src.uncompressed/rules/token-optimizer-maintenance.md": {
1137
1103
  "kind": "rule",
1138
1104
  "rule_type": "auto",
1139
1105
  "load_context": [],
@@ -1148,9 +1114,7 @@
1148
1114
  ".agent-src.uncompressed/rules/ui-audit-gate.md": {
1149
1115
  "kind": "rule",
1150
1116
  "rule_type": "auto",
1151
- "load_context": [
1152
- ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md"
1153
- ],
1117
+ "load_context": [],
1154
1118
  "load_context_eager": []
1155
1119
  },
1156
1120
  ".agent-src.uncompressed/rules/upstream-proposal.md": {
@@ -1163,7 +1127,7 @@
1163
1127
  "kind": "rule",
1164
1128
  "rule_type": "auto",
1165
1129
  "load_context": [
1166
- ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md"
1130
+ "contexts/communication/rules-auto/user-interaction-mechanics.md"
1167
1131
  ],
1168
1132
  "load_context_eager": []
1169
1133
  },
@@ -1171,7 +1135,7 @@
1171
1135
  "kind": "rule",
1172
1136
  "rule_type": "always",
1173
1137
  "load_context": [
1174
- ".agent-src.uncompressed/contexts/execution/verification-mechanics.md"
1138
+ "contexts/execution/verification-mechanics.md"
1175
1139
  ],
1176
1140
  "load_context_eager": []
1177
1141
  },
@@ -1343,6 +1307,12 @@
1343
1307
  "load_context": [],
1344
1308
  "load_context_eager": []
1345
1309
  },
1310
+ ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md": {
1311
+ "kind": "skill",
1312
+ "rule_type": null,
1313
+ "load_context": [],
1314
+ "load_context_eager": []
1315
+ },
1346
1316
  ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md": {
1347
1317
  "kind": "skill",
1348
1318
  "rule_type": null,
@@ -1433,6 +1403,12 @@
1433
1403
  "load_context": [],
1434
1404
  "load_context_eager": []
1435
1405
  },
1406
+ ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md": {
1407
+ "kind": "skill",
1408
+ "rule_type": null,
1409
+ "load_context": [],
1410
+ "load_context_eager": []
1411
+ },
1436
1412
  ".agent-src.uncompressed/skills/git-workflow/SKILL.md": {
1437
1413
  "kind": "skill",
1438
1414
  "rule_type": null,
@@ -1613,6 +1589,12 @@
1613
1589
  "load_context": [],
1614
1590
  "load_context_eager": []
1615
1591
  },
1592
+ ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md": {
1593
+ "kind": "skill",
1594
+ "rule_type": null,
1595
+ "load_context": [],
1596
+ "load_context_eager": []
1597
+ },
1616
1598
  ".agent-src.uncompressed/skills/openapi/SKILL.md": {
1617
1599
  "kind": "skill",
1618
1600
  "rule_type": null,
@@ -1727,6 +1709,12 @@
1727
1709
  "load_context": [],
1728
1710
  "load_context_eager": []
1729
1711
  },
1712
+ ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md": {
1713
+ "kind": "skill",
1714
+ "rule_type": null,
1715
+ "load_context": [],
1716
+ "load_context_eager": []
1717
+ },
1730
1718
  ".agent-src.uncompressed/skills/quality-tools/SKILL.md": {
1731
1719
  "kind": "skill",
1732
1720
  "rule_type": null,
@@ -1787,6 +1775,12 @@
1787
1775
  "load_context": [],
1788
1776
  "load_context_eager": []
1789
1777
  },
1778
+ ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md": {
1779
+ "kind": "skill",
1780
+ "rule_type": null,
1781
+ "load_context": [],
1782
+ "load_context_eager": []
1783
+ },
1790
1784
  ".agent-src.uncompressed/skills/roadmap-management/SKILL.md": {
1791
1785
  "kind": "skill",
1792
1786
  "rule_type": null,
@@ -1907,12 +1901,24 @@
1907
1901
  "load_context": [],
1908
1902
  "load_context_eager": []
1909
1903
  },
1904
+ ".agent-src.uncompressed/skills/token-optimizer/SKILL.md": {
1905
+ "kind": "skill",
1906
+ "rule_type": null,
1907
+ "load_context": [],
1908
+ "load_context_eager": []
1909
+ },
1910
1910
  ".agent-src.uncompressed/skills/traefik/SKILL.md": {
1911
1911
  "kind": "skill",
1912
1912
  "rule_type": null,
1913
1913
  "load_context": [],
1914
1914
  "load_context_eager": []
1915
1915
  },
1916
+ ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md": {
1917
+ "kind": "skill",
1918
+ "rule_type": null,
1919
+ "load_context": [],
1920
+ "load_context_eager": []
1921
+ },
1916
1922
  ".agent-src.uncompressed/skills/universal-project-analysis/SKILL.md": {
1917
1923
  "kind": "skill",
1918
1924
  "rule_type": null,
@@ -1958,13 +1964,6 @@
1958
1964
  "via": "self",
1959
1965
  "depth": 0
1960
1966
  },
1961
- {
1962
- "source": ".agent-src.uncompressed/commands/agent-handoff.md",
1963
- "target": ".agent-src.uncompressed/rules/chat-history-ownership.md",
1964
- "type": "READ_ONLY",
1965
- "via": "body_link",
1966
- "depth": 1
1967
- },
1968
1967
  {
1969
1968
  "source": ".agent-src.uncompressed/commands/agent-status.md",
1970
1969
  "target": ".agent-src.uncompressed/commands/agent-status.md",
@@ -2029,26 +2028,82 @@
2029
2028
  "depth": 0
2030
2029
  },
2031
2030
  {
2032
- "source": ".agent-src.uncompressed/commands/chat-history/checkpoint.md",
2033
- "target": ".agent-src.uncompressed/commands/chat-history/checkpoint.md",
2031
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2032
+ "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2034
2033
  "type": "WRITE",
2035
2034
  "via": "self",
2036
2035
  "depth": 0
2037
2036
  },
2038
2037
  {
2039
- "source": ".agent-src.uncompressed/commands/chat-history/clear.md",
2040
- "target": ".agent-src.uncompressed/commands/chat-history/clear.md",
2041
- "type": "WRITE",
2042
- "via": "self",
2043
- "depth": 0
2038
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2039
+ "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2040
+ "type": "READ_ONLY",
2041
+ "via": "body_link",
2042
+ "depth": 1
2043
+ },
2044
+ {
2045
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2046
+ "target": ".agent-src.uncompressed/commands/chat-history/show.md",
2047
+ "type": "READ_ONLY",
2048
+ "via": "body_link",
2049
+ "depth": 1
2050
+ },
2051
+ {
2052
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2053
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2054
+ "type": "READ_ONLY",
2055
+ "via": "body_link",
2056
+ "depth": 1
2057
+ },
2058
+ {
2059
+ "source": ".agent-src.uncompressed/commands/chat-history/import.md",
2060
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
2061
+ "type": "READ_ONLY",
2062
+ "via": "body_link",
2063
+ "depth": 1
2064
+ },
2065
+ {
2066
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2067
+ "target": ".agent-src.uncompressed/commands/chat-history/import.md",
2068
+ "type": "READ_ONLY",
2069
+ "via": "body_link",
2070
+ "depth": 1
2044
2071
  },
2045
2072
  {
2046
- "source": ".agent-src.uncompressed/commands/chat-history/resume.md",
2047
- "target": ".agent-src.uncompressed/commands/chat-history/resume.md",
2073
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2074
+ "target": ".agent-src.uncompressed/commands/chat-history/learn.md",
2048
2075
  "type": "WRITE",
2049
2076
  "via": "self",
2050
2077
  "depth": 0
2051
2078
  },
2079
+ {
2080
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2081
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
2082
+ "type": "READ_ONLY",
2083
+ "via": "body_link",
2084
+ "depth": 1
2085
+ },
2086
+ {
2087
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2088
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
2089
+ "type": "READ_ONLY",
2090
+ "via": "body_link",
2091
+ "depth": 1
2092
+ },
2093
+ {
2094
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2095
+ "target": ".agent-src.uncompressed/skills/learning-to-rule-or-skill/SKILL.md",
2096
+ "type": "READ_ONLY",
2097
+ "via": "body_link",
2098
+ "depth": 1
2099
+ },
2100
+ {
2101
+ "source": ".agent-src.uncompressed/commands/chat-history/learn.md",
2102
+ "target": ".agent-src.uncompressed/skills/upstream-contribute/SKILL.md",
2103
+ "type": "READ_ONLY",
2104
+ "via": "body_link",
2105
+ "depth": 1
2106
+ },
2052
2107
  {
2053
2108
  "source": ".agent-src.uncompressed/commands/chat-history/show.md",
2054
2109
  "target": ".agent-src.uncompressed/commands/chat-history/show.md",
@@ -2217,6 +2272,13 @@
2217
2272
  "via": "self",
2218
2273
  "depth": 0
2219
2274
  },
2275
+ {
2276
+ "source": ".agent-src.uncompressed/commands/create-pr.md",
2277
+ "target": ".agent-src.uncompressed/rules/no-attribution-footers.md",
2278
+ "type": "READ_ONLY",
2279
+ "via": "body_link",
2280
+ "depth": 1
2281
+ },
2220
2282
  {
2221
2283
  "source": ".agent-src.uncompressed/commands/create-pr/description-only.md",
2222
2284
  "target": ".agent-src.uncompressed/commands/create-pr/description-only.md",
@@ -2595,6 +2657,20 @@
2595
2657
  "via": "body_link",
2596
2658
  "depth": 1
2597
2659
  },
2660
+ {
2661
+ "source": ".agent-src.uncompressed/commands/optimize-prompt.md",
2662
+ "target": ".agent-src.uncompressed/commands/optimize-prompt.md",
2663
+ "type": "WRITE",
2664
+ "via": "self",
2665
+ "depth": 0
2666
+ },
2667
+ {
2668
+ "source": ".agent-src.uncompressed/commands/optimize-prompt.md",
2669
+ "target": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
2670
+ "type": "READ_ONLY",
2671
+ "via": "body_link",
2672
+ "depth": 1
2673
+ },
2598
2674
  {
2599
2675
  "source": ".agent-src.uncompressed/commands/optimize.md",
2600
2676
  "target": ".agent-src.uncompressed/commands/optimize.md",
@@ -3135,208 +3211,117 @@
3135
3211
  "depth": 1
3136
3212
  },
3137
3213
  {
3138
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md",
3139
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md",
3140
- "type": "WRITE",
3141
- "via": "self",
3142
- "depth": 0
3143
- },
3144
- {
3145
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md",
3146
- "target": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3147
- "type": "READ_ONLY",
3148
- "via": "body_link",
3149
- "depth": 1
3150
- },
3151
- {
3152
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md",
3153
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md",
3214
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3215
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3154
3216
  "type": "WRITE",
3155
3217
  "via": "self",
3156
3218
  "depth": 0
3157
3219
  },
3158
3220
  {
3159
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md",
3160
- "target": ".agent-src.uncompressed/rules/augment-portability.md",
3221
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3222
+ "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
3161
3223
  "type": "READ_ONLY",
3162
3224
  "via": "body_link",
3163
3225
  "depth": 1
3164
3226
  },
3165
3227
  {
3166
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3167
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3228
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
3229
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
3168
3230
  "type": "WRITE",
3169
3231
  "via": "self",
3170
3232
  "depth": 0
3171
3233
  },
3172
3234
  {
3173
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3174
- "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
3235
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
3236
+ "target": ".agent-src.uncompressed/rules/guidelines.md",
3175
3237
  "type": "READ_ONLY",
3176
3238
  "via": "body_link",
3177
3239
  "depth": 1
3178
3240
  },
3179
3241
  {
3180
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md",
3181
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md",
3242
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3243
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3182
3244
  "type": "WRITE",
3183
3245
  "via": "self",
3184
3246
  "depth": 0
3185
3247
  },
3186
3248
  {
3187
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md",
3188
- "target": ".agent-src.uncompressed/rules/cli-output-handling.md",
3249
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3250
+ "target": ".agent-src.uncompressed/rules/skill-quality.md",
3189
3251
  "type": "READ_ONLY",
3190
3252
  "via": "body_link",
3191
3253
  "depth": 1
3192
3254
  },
3193
3255
  {
3194
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md",
3195
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md",
3256
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
3257
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
3196
3258
  "type": "WRITE",
3197
3259
  "via": "self",
3198
3260
  "depth": 0
3199
3261
  },
3200
3262
  {
3201
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md",
3202
- "target": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
3203
- "type": "READ_ONLY",
3204
- "via": "body_link",
3205
- "depth": 1
3206
- },
3207
- {
3208
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md",
3209
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md",
3263
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/think-before-action-mechanics.md",
3264
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/think-before-action-mechanics.md",
3210
3265
  "type": "WRITE",
3211
3266
  "via": "self",
3212
3267
  "depth": 0
3213
3268
  },
3214
3269
  {
3215
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md",
3216
- "target": ".agent-src.uncompressed/rules/docs-sync.md",
3270
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/think-before-action-mechanics.md",
3271
+ "target": ".agent-src.uncompressed/rules/think-before-action.md",
3217
3272
  "type": "READ_ONLY",
3218
3273
  "via": "body_link",
3219
3274
  "depth": 1
3220
3275
  },
3221
3276
  {
3222
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md",
3223
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md",
3277
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/token-efficiency-mechanics.md",
3278
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/token-efficiency-mechanics.md",
3224
3279
  "type": "WRITE",
3225
3280
  "via": "self",
3226
3281
  "depth": 0
3227
3282
  },
3228
3283
  {
3229
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md",
3230
- "target": ".agent-src.uncompressed/rules/package-ci-checks.md",
3284
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/token-efficiency-mechanics.md",
3285
+ "target": ".agent-src.uncompressed/rules/token-efficiency.md",
3231
3286
  "type": "READ_ONLY",
3232
3287
  "via": "body_link",
3233
3288
  "depth": 1
3234
3289
  },
3235
3290
  {
3236
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
3237
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
3291
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3292
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3238
3293
  "type": "WRITE",
3239
3294
  "via": "self",
3240
3295
  "depth": 0
3241
3296
  },
3242
3297
  {
3243
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
3244
- "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
3298
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3299
+ "target": ".agent-src.uncompressed/rules/language-and-tone.md",
3245
3300
  "type": "READ_ONLY",
3246
3301
  "via": "body_link",
3247
3302
  "depth": 1
3248
3303
  },
3249
3304
  {
3250
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
3251
- "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
3305
+ "source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3306
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
3252
3307
  "type": "READ_ONLY",
3253
3308
  "via": "body_link",
3254
3309
  "depth": 1
3255
3310
  },
3256
3311
  {
3257
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md",
3258
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md",
3312
+ "source": ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md",
3313
+ "target": ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md",
3259
3314
  "type": "WRITE",
3260
3315
  "via": "self",
3261
3316
  "depth": 0
3262
3317
  },
3263
3318
  {
3264
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md",
3265
- "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
3266
- "type": "READ_ONLY",
3267
- "via": "body_link",
3268
- "depth": 1
3269
- },
3270
- {
3271
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3272
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3273
- "type": "WRITE",
3274
- "via": "self",
3275
- "depth": 0
3276
- },
3277
- {
3278
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
3279
- "target": ".agent-src.uncompressed/rules/skill-quality.md",
3280
- "type": "READ_ONLY",
3281
- "via": "body_link",
3282
- "depth": 1
3283
- },
3284
- {
3285
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
3286
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
3287
- "type": "WRITE",
3288
- "via": "self",
3289
- "depth": 0
3290
- },
3291
- {
3292
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3293
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3319
+ "source": ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md",
3320
+ "target": ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md",
3294
3321
  "type": "WRITE",
3295
3322
  "via": "self",
3296
3323
  "depth": 0
3297
3324
  },
3298
- {
3299
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3300
- "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
3301
- "type": "READ_ONLY",
3302
- "via": "body_link",
3303
- "depth": 1
3304
- },
3305
- {
3306
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3307
- "target": ".agent-src.uncompressed/rules/improve-before-implement.md",
3308
- "type": "READ_ONLY",
3309
- "via": "body_link",
3310
- "depth": 1
3311
- },
3312
- {
3313
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3314
- "target": ".agent-src.uncompressed/rules/ui-audit-gate.md",
3315
- "type": "READ_ONLY",
3316
- "via": "body_link",
3317
- "depth": 1
3318
- },
3319
- {
3320
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
3321
- "target": ".agent-src.uncompressed/skills/existing-ui-audit/SKILL.md",
3322
- "type": "READ_ONLY",
3323
- "via": "body_link",
3324
- "depth": 1
3325
- },
3326
- {
3327
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3328
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3329
- "type": "WRITE",
3330
- "via": "self",
3331
- "depth": 0
3332
- },
3333
- {
3334
- "source": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
3335
- "target": ".agent-src.uncompressed/rules/user-interaction.md",
3336
- "type": "READ_ONLY",
3337
- "via": "body_link",
3338
- "depth": 1
3339
- },
3340
3325
  {
3341
3326
  "source": ".agent-src.uncompressed/contexts/documentation-hierarchy.md",
3342
3327
  "target": ".agent-src.uncompressed/contexts/documentation-hierarchy.md",
@@ -3428,6 +3413,13 @@
3428
3413
  "via": "self",
3429
3414
  "depth": 0
3430
3415
  },
3416
+ {
3417
+ "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3418
+ "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
3419
+ "type": "READ_ONLY",
3420
+ "via": "body_link",
3421
+ "depth": 1
3422
+ },
3431
3423
  {
3432
3424
  "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3433
3425
  "target": ".agent-src.uncompressed/rules/autonomous-execution.md",
@@ -3435,6 +3427,13 @@
3435
3427
  "via": "body_link",
3436
3428
  "depth": 1
3437
3429
  },
3430
+ {
3431
+ "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3432
+ "target": ".agent-src.uncompressed/rules/commit-policy.md",
3433
+ "type": "READ_ONLY",
3434
+ "via": "body_link",
3435
+ "depth": 1
3436
+ },
3438
3437
  {
3439
3438
  "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3440
3439
  "target": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
@@ -3442,6 +3441,20 @@
3442
3441
  "via": "body_link",
3443
3442
  "depth": 1
3444
3443
  },
3444
+ {
3445
+ "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3446
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
3447
+ "type": "READ_ONLY",
3448
+ "via": "body_link",
3449
+ "depth": 1
3450
+ },
3451
+ {
3452
+ "source": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3453
+ "target": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
3454
+ "type": "READ_ONLY",
3455
+ "via": "body_link",
3456
+ "depth": 1
3457
+ },
3445
3458
  {
3446
3459
  "source": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
3447
3460
  "target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
@@ -3696,39 +3709,25 @@
3696
3709
  },
3697
3710
  {
3698
3711
  "source": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3699
- "target": ".agent-src.uncompressed/commands/implement-ticket.md",
3712
+ "target": ".agent-src.uncompressed/contexts/contracts/artifact-engagement-flow.md",
3700
3713
  "type": "READ_ONLY",
3701
3714
  "via": "body_link",
3702
3715
  "depth": 1
3703
3716
  },
3704
3717
  {
3705
3718
  "source": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3706
- "target": ".agent-src.uncompressed/commands/work.md",
3707
- "type": "READ_ONLY",
3708
- "via": "body_link",
3709
- "depth": 1
3710
- },
3711
- {
3712
- "source": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3713
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md",
3714
- "type": "READ_ONLY",
3715
- "via": "body_link",
3716
- "depth": 1
3719
+ "target": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3720
+ "type": "WRITE",
3721
+ "via": "self",
3722
+ "depth": 0
3717
3723
  },
3718
3724
  {
3719
3725
  "source": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3720
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/artifact-engagement-recording-mechanics.md",
3726
+ "target": "contexts/contracts/artifact-engagement-flow.md",
3721
3727
  "type": "READ_ONLY",
3722
3728
  "via": "load_context",
3723
3729
  "depth": 1
3724
3730
  },
3725
- {
3726
- "source": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3727
- "target": ".agent-src.uncompressed/rules/artifact-engagement-recording.md",
3728
- "type": "WRITE",
3729
- "via": "self",
3730
- "depth": 0
3731
- },
3732
3731
  {
3733
3732
  "source": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
3734
3733
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -3751,19 +3750,12 @@
3751
3750
  "depth": 1
3752
3751
  },
3753
3752
  {
3754
- "source": ".agent-src.uncompressed/rules/augment-portability.md",
3755
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md",
3753
+ "source": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
3754
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
3756
3755
  "type": "READ_ONLY",
3757
3756
  "via": "body_link",
3758
3757
  "depth": 1
3759
3758
  },
3760
- {
3761
- "source": ".agent-src.uncompressed/rules/augment-portability.md",
3762
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-portability-mechanics.md",
3763
- "type": "READ_ONLY",
3764
- "via": "load_context",
3765
- "depth": 1
3766
- },
3767
3759
  {
3768
3760
  "source": ".agent-src.uncompressed/rules/augment-portability.md",
3769
3761
  "target": ".agent-src.uncompressed/rules/augment-portability.md",
@@ -3778,13 +3770,6 @@
3778
3770
  "via": "body_link",
3779
3771
  "depth": 1
3780
3772
  },
3781
- {
3782
- "source": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
3783
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3784
- "type": "READ_ONLY",
3785
- "via": "load_context",
3786
- "depth": 1
3787
- },
3788
3773
  {
3789
3774
  "source": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
3790
3775
  "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
@@ -3793,22 +3778,22 @@
3793
3778
  "depth": 0
3794
3779
  },
3795
3780
  {
3796
- "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3797
- "target": ".agent-src.uncompressed/commands/commit.md",
3781
+ "source": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
3782
+ "target": "contexts/communication/rules-auto/augment-source-of-truth-mechanics.md",
3798
3783
  "type": "READ_ONLY",
3799
- "via": "body_link",
3784
+ "via": "load_context",
3800
3785
  "depth": 1
3801
3786
  },
3802
3787
  {
3803
3788
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3804
- "target": ".agent-src.uncompressed/commands/commit/in-chunks.md",
3789
+ "target": ".agent-src.uncompressed/commands/commit.md",
3805
3790
  "type": "READ_ONLY",
3806
3791
  "via": "body_link",
3807
3792
  "depth": 1
3808
3793
  },
3809
3794
  {
3810
3795
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3811
- "target": ".agent-src.uncompressed/contexts/execution/autonomy-detection.md",
3796
+ "target": ".agent-src.uncompressed/commands/commit/in-chunks.md",
3812
3797
  "type": "READ_ONLY",
3813
3798
  "via": "body_link",
3814
3799
  "depth": 1
@@ -3817,13 +3802,6 @@
3817
3802
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3818
3803
  "target": ".agent-src.uncompressed/contexts/execution/autonomy-detection.md",
3819
3804
  "type": "READ_ONLY",
3820
- "via": "load_context",
3821
- "depth": 1
3822
- },
3823
- {
3824
- "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3825
- "target": ".agent-src.uncompressed/contexts/execution/autonomy-examples.md",
3826
- "type": "READ_ONLY",
3827
3805
  "via": "body_link",
3828
3806
  "depth": 1
3829
3807
  },
@@ -3831,13 +3809,6 @@
3831
3809
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3832
3810
  "target": ".agent-src.uncompressed/contexts/execution/autonomy-examples.md",
3833
3811
  "type": "READ_ONLY",
3834
- "via": "load_context",
3835
- "depth": 1
3836
- },
3837
- {
3838
- "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3839
- "target": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3840
- "type": "READ_ONLY",
3841
3812
  "via": "body_link",
3842
3813
  "depth": 1
3843
3814
  },
@@ -3845,7 +3816,7 @@
3845
3816
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3846
3817
  "target": ".agent-src.uncompressed/contexts/execution/autonomy-mechanics.md",
3847
3818
  "type": "READ_ONLY",
3848
- "via": "load_context",
3819
+ "via": "body_link",
3849
3820
  "depth": 1
3850
3821
  },
3851
3822
  {
@@ -3869,13 +3840,6 @@
3869
3840
  "via": "body_link",
3870
3841
  "depth": 1
3871
3842
  },
3872
- {
3873
- "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3874
- "target": ".agent-src.uncompressed/rules/direct-answers.md",
3875
- "type": "READ_ONLY",
3876
- "via": "body_link",
3877
- "depth": 1
3878
- },
3879
3843
  {
3880
3844
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3881
3845
  "target": ".agent-src.uncompressed/rules/no-cheap-questions.md",
@@ -3899,116 +3863,32 @@
3899
3863
  },
3900
3864
  {
3901
3865
  "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3902
- "target": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
3903
- "type": "READ_ONLY",
3904
- "via": "body_link",
3905
- "depth": 1
3906
- },
3907
- {
3908
- "source": ".agent-src.uncompressed/rules/capture-learnings.md",
3909
- "target": ".agent-src.uncompressed/rules/capture-learnings.md",
3910
- "type": "WRITE",
3911
- "via": "self",
3912
- "depth": 0
3913
- },
3914
- {
3915
- "source": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3916
- "target": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3917
- "type": "WRITE",
3918
- "via": "self",
3919
- "depth": 0
3920
- },
3921
- {
3922
- "source": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3923
- "target": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3924
- "type": "READ_ONLY",
3925
- "via": "body_link",
3926
- "depth": 1
3927
- },
3928
- {
3929
- "source": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3930
- "target": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3931
- "type": "READ_ONLY",
3932
- "via": "body_link",
3933
- "depth": 1
3934
- },
3935
- {
3936
- "source": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3937
- "target": ".agent-src.uncompressed/commands/chat-history.md",
3938
- "type": "READ_ONLY",
3939
- "via": "body_link",
3940
- "depth": 1
3941
- },
3942
- {
3943
- "source": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3944
- "target": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3945
- "type": "READ_ONLY",
3946
- "via": "body_link",
3947
- "depth": 1
3948
- },
3949
- {
3950
- "source": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3951
- "target": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3952
- "type": "WRITE",
3953
- "via": "self",
3954
- "depth": 0
3955
- },
3956
- {
3957
- "source": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3958
- "target": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3959
- "type": "READ_ONLY",
3960
- "via": "body_link",
3961
- "depth": 1
3962
- },
3963
- {
3964
- "source": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3965
- "target": ".agent-src.uncompressed/rules/rule-type-governance.md",
3866
+ "target": "contexts/execution/autonomy-detection.md",
3966
3867
  "type": "READ_ONLY",
3967
- "via": "body_link",
3868
+ "via": "load_context",
3968
3869
  "depth": 1
3969
3870
  },
3970
3871
  {
3971
- "source": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3972
- "target": ".agent-src.uncompressed/rules/chat-history-cadence.md",
3872
+ "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3873
+ "target": "contexts/execution/autonomy-examples.md",
3973
3874
  "type": "READ_ONLY",
3974
- "via": "body_link",
3875
+ "via": "load_context",
3975
3876
  "depth": 1
3976
3877
  },
3977
3878
  {
3978
- "source": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3979
- "target": ".agent-src.uncompressed/rules/chat-history-ownership.md",
3879
+ "source": ".agent-src.uncompressed/rules/autonomous-execution.md",
3880
+ "target": "contexts/execution/autonomy-mechanics.md",
3980
3881
  "type": "READ_ONLY",
3981
- "via": "body_link",
3882
+ "via": "load_context",
3982
3883
  "depth": 1
3983
3884
  },
3984
3885
  {
3985
- "source": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3986
- "target": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3886
+ "source": ".agent-src.uncompressed/rules/capture-learnings.md",
3887
+ "target": ".agent-src.uncompressed/rules/capture-learnings.md",
3987
3888
  "type": "WRITE",
3988
3889
  "via": "self",
3989
3890
  "depth": 0
3990
3891
  },
3991
- {
3992
- "source": ".agent-src.uncompressed/rules/chat-history-visibility.md",
3993
- "target": ".agent-src.uncompressed/rules/direct-answers.md",
3994
- "type": "READ_ONLY",
3995
- "via": "body_link",
3996
- "depth": 1
3997
- },
3998
- {
3999
- "source": ".agent-src.uncompressed/rules/cli-output-handling.md",
4000
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md",
4001
- "type": "READ_ONLY",
4002
- "via": "body_link",
4003
- "depth": 1
4004
- },
4005
- {
4006
- "source": ".agent-src.uncompressed/rules/cli-output-handling.md",
4007
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/cli-output-handling-mechanics.md",
4008
- "type": "READ_ONLY",
4009
- "via": "load_context",
4010
- "depth": 1
4011
- },
4012
3892
  {
4013
3893
  "source": ".agent-src.uncompressed/rules/cli-output-handling.md",
4014
3894
  "target": ".agent-src.uncompressed/rules/cli-output-handling.md",
@@ -4018,18 +3898,11 @@
4018
3898
  },
4019
3899
  {
4020
3900
  "source": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
4021
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md",
3901
+ "target": ".agent-src.uncompressed/contexts/contracts/command-suggestion-flow.md",
4022
3902
  "type": "READ_ONLY",
4023
3903
  "via": "body_link",
4024
3904
  "depth": 1
4025
3905
  },
4026
- {
4027
- "source": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
4028
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/command-suggestion-policy-mechanics.md",
4029
- "type": "READ_ONLY",
4030
- "via": "load_context",
4031
- "depth": 1
4032
- },
4033
3906
  {
4034
3907
  "source": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
4035
3908
  "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
@@ -4060,16 +3933,16 @@
4060
3933
  },
4061
3934
  {
4062
3935
  "source": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
4063
- "target": ".agent-src.uncompressed/rules/slash-command-routing-policy.md",
3936
+ "target": ".agent-src.uncompressed/rules/verify-before-complete.md",
4064
3937
  "type": "READ_ONLY",
4065
3938
  "via": "body_link",
4066
3939
  "depth": 1
4067
3940
  },
4068
3941
  {
4069
3942
  "source": ".agent-src.uncompressed/rules/command-suggestion-policy.md",
4070
- "target": ".agent-src.uncompressed/rules/user-interaction.md",
3943
+ "target": "contexts/contracts/command-suggestion-flow.md",
4071
3944
  "type": "READ_ONLY",
4072
- "via": "body_link",
3945
+ "via": "load_context",
4073
3946
  "depth": 1
4074
3947
  },
4075
3948
  {
@@ -4100,13 +3973,6 @@
4100
3973
  "via": "body_link",
4101
3974
  "depth": 1
4102
3975
  },
4103
- {
4104
- "source": ".agent-src.uncompressed/rules/commit-policy.md",
4105
- "target": ".agent-src.uncompressed/contexts/authority/commit-mechanics.md",
4106
- "type": "READ_ONLY",
4107
- "via": "load_context",
4108
- "depth": 1
4109
- },
4110
3976
  {
4111
3977
  "source": ".agent-src.uncompressed/rules/commit-policy.md",
4112
3978
  "target": ".agent-src.uncompressed/rules/autonomous-execution.md",
@@ -4135,6 +4001,13 @@
4135
4001
  "via": "body_link",
4136
4002
  "depth": 1
4137
4003
  },
4004
+ {
4005
+ "source": ".agent-src.uncompressed/rules/commit-policy.md",
4006
+ "target": "contexts/authority/commit-mechanics.md",
4007
+ "type": "READ_ONLY",
4008
+ "via": "load_context",
4009
+ "depth": 1
4010
+ },
4138
4011
  {
4139
4012
  "source": ".agent-src.uncompressed/rules/context-hygiene.md",
4140
4013
  "target": ".agent-src.uncompressed/rules/context-hygiene.md",
@@ -4156,20 +4029,6 @@
4156
4029
  "via": "self",
4157
4030
  "depth": 0
4158
4031
  },
4159
- {
4160
- "source": ".agent-src.uncompressed/rules/docs-sync.md",
4161
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md",
4162
- "type": "READ_ONLY",
4163
- "via": "body_link",
4164
- "depth": 1
4165
- },
4166
- {
4167
- "source": ".agent-src.uncompressed/rules/docs-sync.md",
4168
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/docs-sync-mechanics.md",
4169
- "type": "READ_ONLY",
4170
- "via": "load_context",
4171
- "depth": 1
4172
- },
4173
4032
  {
4174
4033
  "source": ".agent-src.uncompressed/rules/docs-sync.md",
4175
4034
  "target": ".agent-src.uncompressed/rules/docs-sync.md",
@@ -4191,6 +4050,13 @@
4191
4050
  "via": "self",
4192
4051
  "depth": 0
4193
4052
  },
4053
+ {
4054
+ "source": ".agent-src.uncompressed/rules/guidelines.md",
4055
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/guidelines-mechanics.md",
4056
+ "type": "READ_ONLY",
4057
+ "via": "body_link",
4058
+ "depth": 1
4059
+ },
4194
4060
  {
4195
4061
  "source": ".agent-src.uncompressed/rules/guidelines.md",
4196
4062
  "target": ".agent-src.uncompressed/rules/guidelines.md",
@@ -4198,6 +4064,13 @@
4198
4064
  "via": "self",
4199
4065
  "depth": 0
4200
4066
  },
4067
+ {
4068
+ "source": ".agent-src.uncompressed/rules/guidelines.md",
4069
+ "target": "contexts/communication/rules-auto/guidelines-mechanics.md",
4070
+ "type": "READ_ONLY",
4071
+ "via": "load_context",
4072
+ "depth": 1
4073
+ },
4201
4074
  {
4202
4075
  "source": ".agent-src.uncompressed/rules/improve-before-implement.md",
4203
4076
  "target": ".agent-src.uncompressed/rules/artifact-drafting-protocol.md",
@@ -4219,6 +4092,13 @@
4219
4092
  "via": "self",
4220
4093
  "depth": 0
4221
4094
  },
4095
+ {
4096
+ "source": ".agent-src.uncompressed/rules/language-and-tone.md",
4097
+ "target": ".agent-src.uncompressed/rules/user-interaction.md",
4098
+ "type": "READ_ONLY",
4099
+ "via": "body_link",
4100
+ "depth": 1
4101
+ },
4222
4102
  {
4223
4103
  "source": ".agent-src.uncompressed/rules/laravel-translations.md",
4224
4104
  "target": ".agent-src.uncompressed/rules/laravel-translations.md",
@@ -4254,6 +4134,34 @@
4254
4134
  "via": "self",
4255
4135
  "depth": 0
4256
4136
  },
4137
+ {
4138
+ "source": ".agent-src.uncompressed/rules/no-attribution-footers.md",
4139
+ "target": ".agent-src.uncompressed/commands/create-pr.md",
4140
+ "type": "READ_ONLY",
4141
+ "via": "body_link",
4142
+ "depth": 1
4143
+ },
4144
+ {
4145
+ "source": ".agent-src.uncompressed/rules/no-attribution-footers.md",
4146
+ "target": ".agent-src.uncompressed/rules/commit-conventions.md",
4147
+ "type": "READ_ONLY",
4148
+ "via": "body_link",
4149
+ "depth": 1
4150
+ },
4151
+ {
4152
+ "source": ".agent-src.uncompressed/rules/no-attribution-footers.md",
4153
+ "target": ".agent-src.uncompressed/rules/no-attribution-footers.md",
4154
+ "type": "WRITE",
4155
+ "via": "self",
4156
+ "depth": 0
4157
+ },
4158
+ {
4159
+ "source": ".agent-src.uncompressed/rules/no-attribution-footers.md",
4160
+ "target": ".agent-src.uncompressed/rules/scope-control.md",
4161
+ "type": "READ_ONLY",
4162
+ "via": "body_link",
4163
+ "depth": 1
4164
+ },
4257
4165
  {
4258
4166
  "source": ".agent-src.uncompressed/rules/no-cheap-questions.md",
4259
4167
  "target": ".agent-src.uncompressed/rules/ask-when-uncertain.md",
@@ -4324,6 +4232,34 @@
4324
4232
  "via": "body_link",
4325
4233
  "depth": 1
4326
4234
  },
4235
+ {
4236
+ "source": ".agent-src.uncompressed/rules/no-council-references.md",
4237
+ "target": ".agent-src.uncompressed/rules/augment-source-of-truth.md",
4238
+ "type": "READ_ONLY",
4239
+ "via": "body_link",
4240
+ "depth": 1
4241
+ },
4242
+ {
4243
+ "source": ".agent-src.uncompressed/rules/no-council-references.md",
4244
+ "target": ".agent-src.uncompressed/rules/no-council-references.md",
4245
+ "type": "WRITE",
4246
+ "via": "self",
4247
+ "depth": 0
4248
+ },
4249
+ {
4250
+ "source": ".agent-src.uncompressed/rules/no-council-references.md",
4251
+ "target": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4252
+ "type": "READ_ONLY",
4253
+ "via": "body_link",
4254
+ "depth": 1
4255
+ },
4256
+ {
4257
+ "source": ".agent-src.uncompressed/rules/no-council-references.md",
4258
+ "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4259
+ "type": "READ_ONLY",
4260
+ "via": "body_link",
4261
+ "depth": 1
4262
+ },
4327
4263
  {
4328
4264
  "source": ".agent-src.uncompressed/rules/no-roadmap-references.md",
4329
4265
  "target": ".agent-src.uncompressed/rules/agent-docs.md",
@@ -4366,13 +4302,6 @@
4366
4302
  "via": "body_link",
4367
4303
  "depth": 1
4368
4304
  },
4369
- {
4370
- "source": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
4371
- "target": ".agent-src.uncompressed/contexts/authority/destructive-mechanics.md",
4372
- "type": "READ_ONLY",
4373
- "via": "load_context",
4374
- "depth": 1
4375
- },
4376
4305
  {
4377
4306
  "source": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
4378
4307
  "target": ".agent-src.uncompressed/rules/autonomous-execution.md",
@@ -4409,10 +4338,10 @@
4409
4338
  "depth": 1
4410
4339
  },
4411
4340
  {
4412
- "source": ".agent-src.uncompressed/rules/onboarding-gate.md",
4413
- "target": ".agent-src.uncompressed/commands/onboard.md",
4341
+ "source": ".agent-src.uncompressed/rules/non-destructive-by-default.md",
4342
+ "target": "contexts/authority/destructive-mechanics.md",
4414
4343
  "type": "READ_ONLY",
4415
- "via": "body_link",
4344
+ "via": "load_context",
4416
4345
  "depth": 1
4417
4346
  },
4418
4347
  {
@@ -4422,27 +4351,6 @@
4422
4351
  "via": "self",
4423
4352
  "depth": 0
4424
4353
  },
4425
- {
4426
- "source": ".agent-src.uncompressed/rules/onboarding-gate.md",
4427
- "target": ".agent-src.uncompressed/rules/rule-type-governance.md",
4428
- "type": "READ_ONLY",
4429
- "via": "body_link",
4430
- "depth": 1
4431
- },
4432
- {
4433
- "source": ".agent-src.uncompressed/rules/package-ci-checks.md",
4434
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md",
4435
- "type": "READ_ONLY",
4436
- "via": "body_link",
4437
- "depth": 1
4438
- },
4439
- {
4440
- "source": ".agent-src.uncompressed/rules/package-ci-checks.md",
4441
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/package-ci-checks-mechanics.md",
4442
- "type": "READ_ONLY",
4443
- "via": "load_context",
4444
- "depth": 1
4445
- },
4446
4354
  {
4447
4355
  "source": ".agent-src.uncompressed/rules/package-ci-checks.md",
4448
4356
  "target": ".agent-src.uncompressed/rules/package-ci-checks.md",
@@ -4464,27 +4372,6 @@
4464
4372
  "via": "self",
4465
4373
  "depth": 0
4466
4374
  },
4467
- {
4468
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4469
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
4470
- "type": "READ_ONLY",
4471
- "via": "body_link",
4472
- "depth": 1
4473
- },
4474
- {
4475
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4476
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/review-routing-awareness-mechanics.md",
4477
- "type": "READ_ONLY",
4478
- "via": "load_context",
4479
- "depth": 1
4480
- },
4481
- {
4482
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4483
- "target": ".agent-src.uncompressed/rules/minimal-safe-diff.md",
4484
- "type": "READ_ONLY",
4485
- "via": "body_link",
4486
- "depth": 1
4487
- },
4488
4375
  {
4489
4376
  "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4490
4377
  "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
@@ -4492,41 +4379,6 @@
4492
4379
  "via": "self",
4493
4380
  "depth": 0
4494
4381
  },
4495
- {
4496
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4497
- "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4498
- "type": "READ_ONLY",
4499
- "via": "body_link",
4500
- "depth": 1
4501
- },
4502
- {
4503
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4504
- "target": ".agent-src.uncompressed/rules/verify-before-complete.md",
4505
- "type": "READ_ONLY",
4506
- "via": "body_link",
4507
- "depth": 1
4508
- },
4509
- {
4510
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4511
- "target": ".agent-src.uncompressed/skills/judge-test-coverage/SKILL.md",
4512
- "type": "READ_ONLY",
4513
- "via": "body_link",
4514
- "depth": 1
4515
- },
4516
- {
4517
- "source": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4518
- "target": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
4519
- "type": "READ_ONLY",
4520
- "via": "body_link",
4521
- "depth": 1
4522
- },
4523
- {
4524
- "source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4525
- "target": ".agent-src.uncompressed/rules/review-routing-awareness.md",
4526
- "type": "READ_ONLY",
4527
- "via": "body_link",
4528
- "depth": 1
4529
- },
4530
4382
  {
4531
4383
  "source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4532
4384
  "target": ".agent-src.uncompressed/rules/reviewer-awareness.md",
@@ -4534,34 +4386,6 @@
4534
4386
  "via": "self",
4535
4387
  "depth": 0
4536
4388
  },
4537
- {
4538
- "source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4539
- "target": ".agent-src.uncompressed/skills/requesting-code-review/SKILL.md",
4540
- "type": "READ_ONLY",
4541
- "via": "body_link",
4542
- "depth": 1
4543
- },
4544
- {
4545
- "source": ".agent-src.uncompressed/rules/reviewer-awareness.md",
4546
- "target": ".agent-src.uncompressed/skills/review-routing/SKILL.md",
4547
- "type": "READ_ONLY",
4548
- "via": "body_link",
4549
- "depth": 1
4550
- },
4551
- {
4552
- "source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
4553
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md",
4554
- "type": "READ_ONLY",
4555
- "via": "body_link",
4556
- "depth": 1
4557
- },
4558
- {
4559
- "source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
4560
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/roadmap-progress-sync-mechanics.md",
4561
- "type": "READ_ONLY",
4562
- "via": "load_context",
4563
- "depth": 1
4564
- },
4565
4389
  {
4566
4390
  "source": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
4567
4391
  "target": ".agent-src.uncompressed/rules/roadmap-progress-sync.md",
@@ -4625,13 +4449,6 @@
4625
4449
  "via": "body_link",
4626
4450
  "depth": 1
4627
4451
  },
4628
- {
4629
- "source": ".agent-src.uncompressed/rules/scope-control.md",
4630
- "target": ".agent-src.uncompressed/contexts/authority/scope-mechanics.md",
4631
- "type": "READ_ONLY",
4632
- "via": "load_context",
4633
- "depth": 1
4634
- },
4635
4452
  {
4636
4453
  "source": ".agent-src.uncompressed/rules/scope-control.md",
4637
4454
  "target": ".agent-src.uncompressed/rules/commit-policy.md",
@@ -4653,6 +4470,13 @@
4653
4470
  "via": "self",
4654
4471
  "depth": 0
4655
4472
  },
4473
+ {
4474
+ "source": ".agent-src.uncompressed/rules/scope-control.md",
4475
+ "target": "contexts/authority/scope-mechanics.md",
4476
+ "type": "READ_ONLY",
4477
+ "via": "load_context",
4478
+ "depth": 1
4479
+ },
4656
4480
  {
4657
4481
  "source": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
4658
4482
  "target": ".agent-src.uncompressed/rules/security-sensitive-stop.md",
@@ -4674,20 +4498,6 @@
4674
4498
  "via": "self",
4675
4499
  "depth": 0
4676
4500
  },
4677
- {
4678
- "source": ".agent-src.uncompressed/rules/skill-quality.md",
4679
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
4680
- "type": "READ_ONLY",
4681
- "via": "body_link",
4682
- "depth": 1
4683
- },
4684
- {
4685
- "source": ".agent-src.uncompressed/rules/skill-quality.md",
4686
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/skill-quality-mechanics.md",
4687
- "type": "READ_ONLY",
4688
- "via": "load_context",
4689
- "depth": 1
4690
- },
4691
4501
  {
4692
4502
  "source": ".agent-src.uncompressed/rules/skill-quality.md",
4693
4503
  "target": ".agent-src.uncompressed/rules/skill-quality.md",
@@ -4695,13 +4505,6 @@
4695
4505
  "via": "self",
4696
4506
  "depth": 0
4697
4507
  },
4698
- {
4699
- "source": ".agent-src.uncompressed/rules/slash-command-routing-policy.md",
4700
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/slash-command-routing-policy-mechanics.md",
4701
- "type": "READ_ONLY",
4702
- "via": "load_context",
4703
- "depth": 1
4704
- },
4705
4508
  {
4706
4509
  "source": ".agent-src.uncompressed/rules/slash-command-routing-policy.md",
4707
4510
  "target": ".agent-src.uncompressed/rules/slash-command-routing-policy.md",
@@ -4709,6 +4512,13 @@
4709
4512
  "via": "self",
4710
4513
  "depth": 0
4711
4514
  },
4515
+ {
4516
+ "source": ".agent-src.uncompressed/rules/think-before-action.md",
4517
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/think-before-action-mechanics.md",
4518
+ "type": "READ_ONLY",
4519
+ "via": "body_link",
4520
+ "depth": 1
4521
+ },
4712
4522
  {
4713
4523
  "source": ".agent-src.uncompressed/rules/think-before-action.md",
4714
4524
  "target": ".agent-src.uncompressed/rules/think-before-action.md",
@@ -4716,6 +4526,20 @@
4716
4526
  "via": "self",
4717
4527
  "depth": 0
4718
4528
  },
4529
+ {
4530
+ "source": ".agent-src.uncompressed/rules/think-before-action.md",
4531
+ "target": "contexts/communication/rules-auto/think-before-action-mechanics.md",
4532
+ "type": "READ_ONLY",
4533
+ "via": "load_context",
4534
+ "depth": 1
4535
+ },
4536
+ {
4537
+ "source": ".agent-src.uncompressed/rules/token-efficiency.md",
4538
+ "target": ".agent-src.uncompressed/contexts/communication/rules-auto/token-efficiency-mechanics.md",
4539
+ "type": "READ_ONLY",
4540
+ "via": "body_link",
4541
+ "depth": 1
4542
+ },
4719
4543
  {
4720
4544
  "source": ".agent-src.uncompressed/rules/token-efficiency.md",
4721
4545
  "target": ".agent-src.uncompressed/rules/token-efficiency.md",
@@ -4724,39 +4548,32 @@
4724
4548
  "depth": 0
4725
4549
  },
4726
4550
  {
4727
- "source": ".agent-src.uncompressed/rules/tool-safety.md",
4728
- "target": ".agent-src.uncompressed/rules/tool-safety.md",
4729
- "type": "WRITE",
4730
- "via": "self",
4731
- "depth": 0
4732
- },
4733
- {
4734
- "source": ".agent-src.uncompressed/rules/ui-audit-gate.md",
4735
- "target": ".agent-src.uncompressed/commands/implement-ticket.md",
4551
+ "source": ".agent-src.uncompressed/rules/token-efficiency.md",
4552
+ "target": "contexts/communication/rules-auto/token-efficiency-mechanics.md",
4736
4553
  "type": "READ_ONLY",
4737
- "via": "body_link",
4554
+ "via": "load_context",
4738
4555
  "depth": 1
4739
4556
  },
4740
4557
  {
4741
- "source": ".agent-src.uncompressed/rules/ui-audit-gate.md",
4742
- "target": ".agent-src.uncompressed/commands/work.md",
4743
- "type": "READ_ONLY",
4744
- "via": "body_link",
4745
- "depth": 1
4558
+ "source": ".agent-src.uncompressed/rules/token-optimizer-maintenance.md",
4559
+ "target": ".agent-src.uncompressed/rules/token-optimizer-maintenance.md",
4560
+ "type": "WRITE",
4561
+ "via": "self",
4562
+ "depth": 0
4746
4563
  },
4747
4564
  {
4748
- "source": ".agent-src.uncompressed/rules/ui-audit-gate.md",
4749
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
4565
+ "source": ".agent-src.uncompressed/rules/token-optimizer-maintenance.md",
4566
+ "target": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
4750
4567
  "type": "READ_ONLY",
4751
4568
  "via": "body_link",
4752
4569
  "depth": 1
4753
4570
  },
4754
4571
  {
4755
- "source": ".agent-src.uncompressed/rules/ui-audit-gate.md",
4756
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/ui-audit-gate-mechanics.md",
4757
- "type": "READ_ONLY",
4758
- "via": "load_context",
4759
- "depth": 1
4572
+ "source": ".agent-src.uncompressed/rules/tool-safety.md",
4573
+ "target": ".agent-src.uncompressed/rules/tool-safety.md",
4574
+ "type": "WRITE",
4575
+ "via": "self",
4576
+ "depth": 0
4760
4577
  },
4761
4578
  {
4762
4579
  "source": ".agent-src.uncompressed/rules/ui-audit-gate.md",
@@ -4786,20 +4603,6 @@
4786
4603
  "via": "body_link",
4787
4604
  "depth": 1
4788
4605
  },
4789
- {
4790
- "source": ".agent-src.uncompressed/rules/user-interaction.md",
4791
- "target": ".agent-src.uncompressed/contexts/communication/rules-auto/user-interaction-mechanics.md",
4792
- "type": "READ_ONLY",
4793
- "via": "load_context",
4794
- "depth": 1
4795
- },
4796
- {
4797
- "source": ".agent-src.uncompressed/rules/user-interaction.md",
4798
- "target": ".agent-src.uncompressed/rules/language-and-tone.md",
4799
- "type": "READ_ONLY",
4800
- "via": "body_link",
4801
- "depth": 1
4802
- },
4803
4606
  {
4804
4607
  "source": ".agent-src.uncompressed/rules/user-interaction.md",
4805
4608
  "target": ".agent-src.uncompressed/rules/user-interaction.md",
@@ -4808,17 +4611,17 @@
4808
4611
  "depth": 0
4809
4612
  },
4810
4613
  {
4811
- "source": ".agent-src.uncompressed/rules/verify-before-complete.md",
4812
- "target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
4614
+ "source": ".agent-src.uncompressed/rules/user-interaction.md",
4615
+ "target": "contexts/communication/rules-auto/user-interaction-mechanics.md",
4813
4616
  "type": "READ_ONLY",
4814
- "via": "body_link",
4617
+ "via": "load_context",
4815
4618
  "depth": 1
4816
4619
  },
4817
4620
  {
4818
4621
  "source": ".agent-src.uncompressed/rules/verify-before-complete.md",
4819
4622
  "target": ".agent-src.uncompressed/contexts/execution/verification-mechanics.md",
4820
4623
  "type": "READ_ONLY",
4821
- "via": "load_context",
4624
+ "via": "body_link",
4822
4625
  "depth": 1
4823
4626
  },
4824
4627
  {
@@ -4828,6 +4631,13 @@
4828
4631
  "via": "self",
4829
4632
  "depth": 0
4830
4633
  },
4634
+ {
4635
+ "source": ".agent-src.uncompressed/rules/verify-before-complete.md",
4636
+ "target": "contexts/execution/verification-mechanics.md",
4637
+ "type": "READ_ONLY",
4638
+ "via": "load_context",
4639
+ "depth": 1
4640
+ },
4831
4641
  {
4832
4642
  "source": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
4833
4643
  "target": ".agent-src.uncompressed/skills/adversarial-review/SKILL.md",
@@ -4842,6 +4652,13 @@
4842
4652
  "via": "self",
4843
4653
  "depth": 0
4844
4654
  },
4655
+ {
4656
+ "source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4657
+ "target": ".agent-src.uncompressed/rules/no-council-references.md",
4658
+ "type": "READ_ONLY",
4659
+ "via": "body_link",
4660
+ "depth": 1
4661
+ },
4845
4662
  {
4846
4663
  "source": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
4847
4664
  "target": ".agent-src.uncompressed/skills/ai-council/SKILL.md",
@@ -5185,6 +5002,34 @@
5185
5002
  "via": "self",
5186
5003
  "depth": 0
5187
5004
  },
5005
+ {
5006
+ "source": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5007
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5008
+ "type": "WRITE",
5009
+ "via": "self",
5010
+ "depth": 0
5011
+ },
5012
+ {
5013
+ "source": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5014
+ "target": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5015
+ "type": "READ_ONLY",
5016
+ "via": "body_link",
5017
+ "depth": 1
5018
+ },
5019
+ {
5020
+ "source": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5021
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
5022
+ "type": "READ_ONLY",
5023
+ "via": "body_link",
5024
+ "depth": 1
5025
+ },
5026
+ {
5027
+ "source": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5028
+ "target": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
5029
+ "type": "READ_ONLY",
5030
+ "via": "body_link",
5031
+ "depth": 1
5032
+ },
5188
5033
  {
5189
5034
  "source": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
5190
5035
  "target": ".agent-src.uncompressed/skills/dependency-upgrade/SKILL.md",
@@ -5451,6 +5296,41 @@
5451
5296
  "via": "body_link",
5452
5297
  "depth": 1
5453
5298
  },
5299
+ {
5300
+ "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5301
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5302
+ "type": "READ_ONLY",
5303
+ "via": "body_link",
5304
+ "depth": 1
5305
+ },
5306
+ {
5307
+ "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5308
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5309
+ "type": "WRITE",
5310
+ "via": "self",
5311
+ "depth": 0
5312
+ },
5313
+ {
5314
+ "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5315
+ "target": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5316
+ "type": "READ_ONLY",
5317
+ "via": "body_link",
5318
+ "depth": 1
5319
+ },
5320
+ {
5321
+ "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5322
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
5323
+ "type": "READ_ONLY",
5324
+ "via": "body_link",
5325
+ "depth": 1
5326
+ },
5327
+ {
5328
+ "source": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5329
+ "target": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
5330
+ "type": "READ_ONLY",
5331
+ "via": "body_link",
5332
+ "depth": 1
5333
+ },
5454
5334
  {
5455
5335
  "source": ".agent-src.uncompressed/skills/git-workflow/SKILL.md",
5456
5336
  "target": ".agent-src.uncompressed/skills/git-workflow/SKILL.md",
@@ -5899,6 +5779,34 @@
5899
5779
  "via": "self",
5900
5780
  "depth": 0
5901
5781
  },
5782
+ {
5783
+ "source": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5784
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
5785
+ "type": "READ_ONLY",
5786
+ "via": "body_link",
5787
+ "depth": 1
5788
+ },
5789
+ {
5790
+ "source": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5791
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
5792
+ "type": "READ_ONLY",
5793
+ "via": "body_link",
5794
+ "depth": 1
5795
+ },
5796
+ {
5797
+ "source": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5798
+ "target": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5799
+ "type": "WRITE",
5800
+ "via": "self",
5801
+ "depth": 0
5802
+ },
5803
+ {
5804
+ "source": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
5805
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
5806
+ "type": "READ_ONLY",
5807
+ "via": "body_link",
5808
+ "depth": 1
5809
+ },
5902
5810
  {
5903
5811
  "source": ".agent-src.uncompressed/skills/openapi/SKILL.md",
5904
5812
  "target": ".agent-src.uncompressed/skills/openapi/SKILL.md",
@@ -6032,6 +5940,41 @@
6032
5940
  "via": "self",
6033
5941
  "depth": 0
6034
5942
  },
5943
+ {
5944
+ "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5945
+ "target": ".agent-src.uncompressed/commands/optimize-prompt.md",
5946
+ "type": "READ_ONLY",
5947
+ "via": "body_link",
5948
+ "depth": 1
5949
+ },
5950
+ {
5951
+ "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5952
+ "target": ".agent-src.uncompressed/commands/review-changes.md",
5953
+ "type": "READ_ONLY",
5954
+ "via": "body_link",
5955
+ "depth": 1
5956
+ },
5957
+ {
5958
+ "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5959
+ "target": ".agent-src.uncompressed/skills/description-assist/SKILL.md",
5960
+ "type": "READ_ONLY",
5961
+ "via": "body_link",
5962
+ "depth": 1
5963
+ },
5964
+ {
5965
+ "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5966
+ "target": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5967
+ "type": "WRITE",
5968
+ "via": "self",
5969
+ "depth": 0
5970
+ },
5971
+ {
5972
+ "source": ".agent-src.uncompressed/skills/prompt-optimizer/SKILL.md",
5973
+ "target": ".agent-src.uncompressed/skills/refine-prompt/SKILL.md",
5974
+ "type": "READ_ONLY",
5975
+ "via": "body_link",
5976
+ "depth": 1
5977
+ },
6035
5978
  {
6036
5979
  "source": ".agent-src.uncompressed/skills/quality-tools/SKILL.md",
6037
5980
  "target": ".agent-src.uncompressed/skills/quality-tools/SKILL.md",
@@ -6249,6 +6192,41 @@
6249
6192
  "via": "body_link",
6250
6193
  "depth": 1
6251
6194
  },
6195
+ {
6196
+ "source": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6197
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
6198
+ "type": "READ_ONLY",
6199
+ "via": "body_link",
6200
+ "depth": 1
6201
+ },
6202
+ {
6203
+ "source": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6204
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
6205
+ "type": "READ_ONLY",
6206
+ "via": "body_link",
6207
+ "depth": 1
6208
+ },
6209
+ {
6210
+ "source": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6211
+ "target": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
6212
+ "type": "READ_ONLY",
6213
+ "via": "body_link",
6214
+ "depth": 1
6215
+ },
6216
+ {
6217
+ "source": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6218
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6219
+ "type": "WRITE",
6220
+ "via": "self",
6221
+ "depth": 0
6222
+ },
6223
+ {
6224
+ "source": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6225
+ "target": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6226
+ "type": "READ_ONLY",
6227
+ "via": "body_link",
6228
+ "depth": 1
6229
+ },
6252
6230
  {
6253
6231
  "source": ".agent-src.uncompressed/skills/roadmap-management/SKILL.md",
6254
6232
  "target": ".agent-src.uncompressed/commands/roadmap/create.md",
@@ -6487,6 +6465,13 @@
6487
6465
  "via": "body_link",
6488
6466
  "depth": 1
6489
6467
  },
6468
+ {
6469
+ "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
6470
+ "target": ".agent-src.uncompressed/skills/finishing-a-development-branch/SKILL.md",
6471
+ "type": "READ_ONLY",
6472
+ "via": "body_link",
6473
+ "depth": 1
6474
+ },
6490
6475
  {
6491
6476
  "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
6492
6477
  "target": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
@@ -6494,6 +6479,13 @@
6494
6479
  "via": "self",
6495
6480
  "depth": 0
6496
6481
  },
6482
+ {
6483
+ "source": ".agent-src.uncompressed/skills/subagent-orchestration/SKILL.md",
6484
+ "target": ".agent-src.uncompressed/skills/using-git-worktrees/SKILL.md",
6485
+ "type": "READ_ONLY",
6486
+ "via": "body_link",
6487
+ "depth": 1
6488
+ },
6497
6489
  {
6498
6490
  "source": ".agent-src.uncompressed/skills/systematic-debugging/SKILL.md",
6499
6491
  "target": ".agent-src.uncompressed/skills/blast-radius-analyzer/SKILL.md",
@@ -6641,6 +6633,48 @@
6641
6633
  "via": "self",
6642
6634
  "depth": 0
6643
6635
  },
6636
+ {
6637
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6638
+ "target": ".agent-src.uncompressed/rules/cli-output-handling.md",
6639
+ "type": "READ_ONLY",
6640
+ "via": "body_link",
6641
+ "depth": 1
6642
+ },
6643
+ {
6644
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6645
+ "target": ".agent-src.uncompressed/rules/direct-answers.md",
6646
+ "type": "READ_ONLY",
6647
+ "via": "body_link",
6648
+ "depth": 1
6649
+ },
6650
+ {
6651
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6652
+ "target": ".agent-src.uncompressed/rules/token-efficiency.md",
6653
+ "type": "READ_ONLY",
6654
+ "via": "body_link",
6655
+ "depth": 1
6656
+ },
6657
+ {
6658
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6659
+ "target": ".agent-src.uncompressed/rules/token-optimizer-maintenance.md",
6660
+ "type": "READ_ONLY",
6661
+ "via": "body_link",
6662
+ "depth": 1
6663
+ },
6664
+ {
6665
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6666
+ "target": ".agent-src.uncompressed/skills/rtk-output-filtering/SKILL.md",
6667
+ "type": "READ_ONLY",
6668
+ "via": "body_link",
6669
+ "depth": 1
6670
+ },
6671
+ {
6672
+ "source": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6673
+ "target": ".agent-src.uncompressed/skills/token-optimizer/SKILL.md",
6674
+ "type": "WRITE",
6675
+ "via": "self",
6676
+ "depth": 0
6677
+ },
6644
6678
  {
6645
6679
  "source": ".agent-src.uncompressed/skills/traefik/SKILL.md",
6646
6680
  "target": ".agent-src.uncompressed/skills/traefik/SKILL.md",
@@ -6648,6 +6682,41 @@
6648
6682
  "via": "self",
6649
6683
  "depth": 0
6650
6684
  },
6685
+ {
6686
+ "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6687
+ "target": ".agent-src.uncompressed/skills/dcf-modeling/SKILL.md",
6688
+ "type": "READ_ONLY",
6689
+ "via": "body_link",
6690
+ "depth": 1
6691
+ },
6692
+ {
6693
+ "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6694
+ "target": ".agent-src.uncompressed/skills/funnel-analysis/SKILL.md",
6695
+ "type": "READ_ONLY",
6696
+ "via": "body_link",
6697
+ "depth": 1
6698
+ },
6699
+ {
6700
+ "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6701
+ "target": ".agent-src.uncompressed/skills/okr-tree-modeling/SKILL.md",
6702
+ "type": "READ_ONLY",
6703
+ "via": "body_link",
6704
+ "depth": 1
6705
+ },
6706
+ {
6707
+ "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6708
+ "target": ".agent-src.uncompressed/skills/rice-prioritization/SKILL.md",
6709
+ "type": "READ_ONLY",
6710
+ "via": "body_link",
6711
+ "depth": 1
6712
+ },
6713
+ {
6714
+ "source": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6715
+ "target": ".agent-src.uncompressed/skills/unit-economics-modeling/SKILL.md",
6716
+ "type": "WRITE",
6717
+ "via": "self",
6718
+ "depth": 0
6719
+ },
6651
6720
  {
6652
6721
  "source": ".agent-src.uncompressed/skills/universal-project-analysis/SKILL.md",
6653
6722
  "target": ".agent-src.uncompressed/skills/universal-project-analysis/SKILL.md",