@event4u/agent-config 1.13.0 → 1.15.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 (291) hide show
  1. package/.agent-src/commands/agent-handoff.md +4 -1
  2. package/.agent-src/commands/agent-status.md +3 -0
  3. package/.agent-src/commands/agents-audit.md +4 -0
  4. package/.agent-src/commands/agents-cleanup.md +6 -1
  5. package/.agent-src/commands/agents-prepare.md +3 -0
  6. package/.agent-src/commands/analyze-reference-repo.md +4 -0
  7. package/.agent-src/commands/bug-fix.md +7 -3
  8. package/.agent-src/commands/bug-investigate.md +4 -0
  9. package/.agent-src/commands/chat-history-checkpoint.md +126 -0
  10. package/.agent-src/commands/chat-history-clear.md +6 -1
  11. package/.agent-src/commands/chat-history-resume.md +7 -2
  12. package/.agent-src/commands/chat-history.md +7 -2
  13. package/.agent-src/commands/check-current-md.md +137 -0
  14. package/.agent-src/commands/commit-in-chunks.md +118 -0
  15. package/.agent-src/commands/commit.md +4 -0
  16. package/.agent-src/commands/compress.md +37 -2
  17. package/.agent-src/commands/context-create.md +4 -0
  18. package/.agent-src/commands/context-refactor.md +4 -0
  19. package/.agent-src/commands/copilot-agents-init.md +3 -0
  20. package/.agent-src/commands/copilot-agents-optimize.md +3 -0
  21. package/.agent-src/commands/create-pr-description.md +4 -0
  22. package/.agent-src/commands/create-pr.md +4 -0
  23. package/.agent-src/commands/do-and-judge.md +4 -1
  24. package/.agent-src/commands/do-in-steps.md +3 -0
  25. package/.agent-src/commands/e2e-heal.md +4 -0
  26. package/.agent-src/commands/e2e-plan.md +4 -0
  27. package/.agent-src/commands/estimate-ticket.md +4 -1
  28. package/.agent-src/commands/feature-dev.md +4 -0
  29. package/.agent-src/commands/feature-explore.md +4 -0
  30. package/.agent-src/commands/feature-plan.md +4 -0
  31. package/.agent-src/commands/feature-refactor.md +4 -0
  32. package/.agent-src/commands/feature-roadmap.md +6 -0
  33. package/.agent-src/commands/fix-ci.md +4 -0
  34. package/.agent-src/commands/fix-portability.md +5 -2
  35. package/.agent-src/commands/fix-pr-bot-comments.md +4 -0
  36. package/.agent-src/commands/fix-pr-comments.md +4 -0
  37. package/.agent-src/commands/fix-pr-developer-comments.md +4 -0
  38. package/.agent-src/commands/fix-references.md +3 -0
  39. package/.agent-src/commands/fix-seeder.md +4 -0
  40. package/.agent-src/commands/implement-ticket.md +39 -13
  41. package/.agent-src/commands/jira-ticket.md +4 -0
  42. package/.agent-src/commands/judge.md +3 -0
  43. package/.agent-src/commands/memory-add.md +5 -3
  44. package/.agent-src/commands/memory-full.md +5 -2
  45. package/.agent-src/commands/memory-promote.md +7 -6
  46. package/.agent-src/commands/mode.md +3 -0
  47. package/.agent-src/commands/module-create.md +4 -0
  48. package/.agent-src/commands/module-explore.md +4 -0
  49. package/.agent-src/commands/onboard.md +33 -0
  50. package/.agent-src/commands/optimize-agents.md +4 -0
  51. package/.agent-src/commands/optimize-augmentignore.md +12 -0
  52. package/.agent-src/commands/optimize-rtk-filters.md +3 -0
  53. package/.agent-src/commands/optimize-skills.md +4 -0
  54. package/.agent-src/commands/override-create.md +4 -0
  55. package/.agent-src/commands/override-manage.md +4 -0
  56. package/.agent-src/commands/package-reset.md +3 -0
  57. package/.agent-src/commands/package-test.md +3 -0
  58. package/.agent-src/commands/prepare-for-review.md +4 -0
  59. package/.agent-src/commands/project-analyze.md +4 -0
  60. package/.agent-src/commands/project-health.md +4 -0
  61. package/.agent-src/commands/propose-memory.md +6 -8
  62. package/.agent-src/commands/quality-fix.md +4 -0
  63. package/.agent-src/commands/refine-ticket.md +12 -7
  64. package/.agent-src/commands/review-changes.md +39 -8
  65. package/.agent-src/commands/review-routing.md +4 -0
  66. package/.agent-src/commands/roadmap-create.md +18 -0
  67. package/.agent-src/commands/roadmap-execute.md +14 -1
  68. package/.agent-src/commands/rule-compliance-audit.md +4 -0
  69. package/.agent-src/commands/set-cost-profile.md +11 -0
  70. package/.agent-src/commands/sync-agent-settings.md +12 -0
  71. package/.agent-src/commands/sync-gitignore.md +3 -0
  72. package/.agent-src/commands/tests-create.md +4 -0
  73. package/.agent-src/commands/tests-execute.md +6 -3
  74. package/.agent-src/commands/threat-model.md +4 -0
  75. package/.agent-src/commands/update-form-request-messages.md +4 -0
  76. package/.agent-src/commands/upstream-contribute.md +4 -0
  77. package/.agent-src/commands/work.md +161 -0
  78. package/.agent-src/guidelines/agent-infra/engineering-memory-data-format.md +2 -6
  79. package/.agent-src/guidelines/agent-infra/layered-settings.md +0 -1
  80. package/.agent-src/guidelines/agent-infra/memory-access.md +0 -7
  81. package/.agent-src/guidelines/agent-infra/role-contracts.md +2 -4
  82. package/.agent-src/guidelines/agent-infra/self-improvement-pipeline.md +0 -1
  83. package/.agent-src/guidelines/php/patterns/strategy.md +180 -2
  84. package/.agent-src/personas/README.md +0 -1
  85. package/.agent-src/rules/artifact-drafting-protocol.md +7 -2
  86. package/.agent-src/rules/artifact-engagement-recording.md +133 -0
  87. package/.agent-src/rules/ask-when-uncertain.md +18 -13
  88. package/.agent-src/rules/augment-portability.md +64 -37
  89. package/.agent-src/rules/autonomous-execution.md +158 -0
  90. package/.agent-src/rules/chat-history-cadence.md +109 -0
  91. package/.agent-src/rules/chat-history-ownership.md +123 -0
  92. package/.agent-src/rules/chat-history-visibility.md +96 -0
  93. package/.agent-src/rules/cli-output-handling.md +27 -4
  94. package/.agent-src/rules/command-suggestion.md +134 -0
  95. package/.agent-src/rules/commit-policy.md +109 -0
  96. package/.agent-src/rules/direct-answers.md +114 -0
  97. package/.agent-src/rules/docs-sync.md +36 -0
  98. package/.agent-src/rules/downstream-changes.md +10 -9
  99. package/.agent-src/rules/improve-before-implement.md +9 -6
  100. package/.agent-src/rules/language-and-tone.md +85 -6
  101. package/.agent-src/rules/non-destructive-by-default.md +117 -0
  102. package/.agent-src/rules/package-ci-checks.md +4 -0
  103. package/.agent-src/rules/preservation-guard.md +20 -0
  104. package/.agent-src/rules/roadmap-progress-sync.md +159 -27
  105. package/.agent-src/rules/role-mode-adherence.md +1 -1
  106. package/.agent-src/rules/scope-control.md +42 -1
  107. package/.agent-src/rules/size-enforcement.md +2 -3
  108. package/.agent-src/rules/skill-quality.md +3 -8
  109. package/.agent-src/rules/ui-audit-before-build.md +106 -0
  110. package/.agent-src/rules/user-interaction.md +107 -51
  111. package/.agent-src/scripts/update_roadmap_progress.py +73 -9
  112. package/.agent-src/skills/blade-ui/SKILL.md +47 -3
  113. package/.agent-src/skills/command-routing/SKILL.md +32 -0
  114. package/.agent-src/skills/command-writing/SKILL.md +52 -2
  115. package/.agent-src/skills/description-assist/SKILL.md +21 -0
  116. package/.agent-src/skills/estimate-ticket/SKILL.md +0 -1
  117. package/.agent-src/skills/existing-ui-audit/SKILL.md +202 -0
  118. package/.agent-src/skills/fe-design/SKILL.md +78 -61
  119. package/.agent-src/skills/file-editor/SKILL.md +9 -0
  120. package/.agent-src/skills/finishing-a-development-branch/SKILL.md +4 -0
  121. package/.agent-src/skills/flux/SKILL.md +31 -4
  122. package/.agent-src/skills/guideline-writing/SKILL.md +24 -2
  123. package/.agent-src/skills/learning-to-rule-or-skill/SKILL.md +51 -9
  124. package/.agent-src/skills/livewire/SKILL.md +49 -4
  125. package/.agent-src/skills/md-language-check/SKILL.md +103 -0
  126. package/.agent-src/skills/php-coder/SKILL.md +24 -0
  127. package/.agent-src/skills/react-shadcn-ui/SKILL.md +121 -0
  128. package/.agent-src/skills/refine-prompt/SKILL.md +220 -0
  129. package/.agent-src/skills/refine-ticket/SKILL.md +32 -28
  130. package/.agent-src/skills/roadmap-management/SKILL.md +24 -11
  131. package/.agent-src/skills/rule-writing/SKILL.md +23 -1
  132. package/.agent-src/skills/skill-writing/SKILL.md +3 -5
  133. package/.agent-src/skills/upstream-contribute/SKILL.md +3 -3
  134. package/.agent-src/skills/using-git-worktrees/SKILL.md +3 -1
  135. package/.agent-src/templates/AGENTS.md +24 -6
  136. package/.agent-src/templates/agent-settings.md +149 -0
  137. package/.agent-src/templates/roadmaps.md +11 -4
  138. package/.agent-src/templates/scripts/implement_ticket/__init__.py +63 -26
  139. package/.agent-src/templates/scripts/implement_ticket/__main__.py +8 -2
  140. package/.agent-src/templates/scripts/memory_lookup.py +1 -1
  141. package/.agent-src/templates/scripts/telemetry/__init__.py +42 -0
  142. package/.agent-src/templates/scripts/telemetry/aggregator.py +154 -0
  143. package/.agent-src/templates/scripts/telemetry/boundary.py +171 -0
  144. package/.agent-src/templates/scripts/telemetry/engagement.py +238 -0
  145. package/.agent-src/templates/scripts/telemetry/report_renderer.py +170 -0
  146. package/.agent-src/templates/scripts/telemetry/settings.py +112 -0
  147. package/.agent-src/templates/scripts/telemetry_record.py +166 -0
  148. package/.agent-src/templates/scripts/telemetry_report.py +161 -0
  149. package/.agent-src/templates/scripts/telemetry_status.py +142 -0
  150. package/.agent-src/templates/scripts/work_engine/__init__.py +58 -0
  151. package/.agent-src/templates/scripts/work_engine/__main__.py +9 -0
  152. package/.agent-src/templates/scripts/work_engine/cli.py +195 -0
  153. package/.agent-src/templates/scripts/work_engine/cli_args.py +116 -0
  154. package/.agent-src/templates/scripts/{implement_ticket → work_engine}/delivery_state.py +10 -3
  155. package/.agent-src/templates/scripts/work_engine/directives/__init__.py +33 -0
  156. package/.agent-src/templates/scripts/work_engine/directives/backend/__init__.py +98 -0
  157. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/analyze.py +1 -1
  158. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/implement.py +3 -3
  159. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/memory.py +2 -2
  160. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/plan.py +2 -2
  161. package/.agent-src/templates/scripts/work_engine/directives/backend/refine.py +396 -0
  162. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/report.py +37 -5
  163. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/test.py +2 -2
  164. package/.agent-src/templates/scripts/{implement_ticket/steps → work_engine/directives/backend}/verify.py +2 -2
  165. package/.agent-src/templates/scripts/work_engine/directives/mixed/__init__.py +116 -0
  166. package/.agent-src/templates/scripts/work_engine/directives/mixed/contract.py +254 -0
  167. package/.agent-src/templates/scripts/work_engine/directives/mixed/stitch.py +229 -0
  168. package/.agent-src/templates/scripts/work_engine/directives/mixed/ui.py +231 -0
  169. package/.agent-src/templates/scripts/work_engine/directives/ui/__init__.py +113 -0
  170. package/.agent-src/templates/scripts/work_engine/directives/ui/_passthrough.py +44 -0
  171. package/.agent-src/templates/scripts/work_engine/directives/ui/apply.py +241 -0
  172. package/.agent-src/templates/scripts/work_engine/directives/ui/audit.py +414 -0
  173. package/.agent-src/templates/scripts/work_engine/directives/ui/design.py +335 -0
  174. package/.agent-src/templates/scripts/work_engine/directives/ui/polish.py +510 -0
  175. package/.agent-src/templates/scripts/work_engine/directives/ui/review.py +468 -0
  176. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/__init__.py +119 -0
  177. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/_skipped.py +37 -0
  178. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/apply.py +165 -0
  179. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/refine.py +66 -0
  180. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/report.py +62 -0
  181. package/.agent-src/templates/scripts/work_engine/directives/ui_trivial/test.py +115 -0
  182. package/.agent-src/templates/scripts/work_engine/dispatcher.py +331 -0
  183. package/.agent-src/templates/scripts/work_engine/emitters.py +43 -0
  184. package/.agent-src/templates/scripts/work_engine/errors.py +19 -0
  185. package/.agent-src/templates/scripts/work_engine/hook_bootstrap.py +76 -0
  186. package/.agent-src/templates/scripts/work_engine/hooks/__init__.py +54 -0
  187. package/.agent-src/templates/scripts/work_engine/hooks/builtin/__init__.py +32 -0
  188. package/.agent-src/templates/scripts/work_engine/hooks/builtin/_chat_history_base.py +103 -0
  189. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_append.py +44 -0
  190. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_halt_append.py +42 -0
  191. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_heartbeat.py +50 -0
  192. package/.agent-src/templates/scripts/work_engine/hooks/builtin/chat_history_turn_check.py +49 -0
  193. package/.agent-src/templates/scripts/work_engine/hooks/builtin/directive_set_guard.py +53 -0
  194. package/.agent-src/templates/scripts/work_engine/hooks/builtin/halt_surface_audit.py +50 -0
  195. package/.agent-src/templates/scripts/work_engine/hooks/builtin/state_shape_validation.py +52 -0
  196. package/.agent-src/templates/scripts/work_engine/hooks/builtin/trace.py +84 -0
  197. package/.agent-src/templates/scripts/work_engine/hooks/context.py +66 -0
  198. package/.agent-src/templates/scripts/work_engine/hooks/events.py +44 -0
  199. package/.agent-src/templates/scripts/work_engine/hooks/exceptions.py +79 -0
  200. package/.agent-src/templates/scripts/work_engine/hooks/registry.py +60 -0
  201. package/.agent-src/templates/scripts/work_engine/hooks/runner.py +73 -0
  202. package/.agent-src/templates/scripts/work_engine/hooks/settings.py +141 -0
  203. package/.agent-src/templates/scripts/work_engine/input_builders.py +163 -0
  204. package/.agent-src/templates/scripts/work_engine/intent/__init__.py +47 -0
  205. package/.agent-src/templates/scripts/work_engine/intent/classify.py +280 -0
  206. package/.agent-src/templates/scripts/work_engine/migration/__init__.py +8 -0
  207. package/.agent-src/templates/scripts/work_engine/migration/v0_to_v1.py +231 -0
  208. package/.agent-src/templates/scripts/{implement_ticket → work_engine}/persona_policy.py +1 -1
  209. package/.agent-src/templates/scripts/work_engine/resolvers/__init__.py +22 -0
  210. package/.agent-src/templates/scripts/work_engine/resolvers/diff.py +106 -0
  211. package/.agent-src/templates/scripts/work_engine/resolvers/file.py +113 -0
  212. package/.agent-src/templates/scripts/work_engine/resolvers/prompt.py +90 -0
  213. package/.agent-src/templates/scripts/work_engine/scoring/__init__.py +14 -0
  214. package/.agent-src/templates/scripts/work_engine/scoring/confidence.py +300 -0
  215. package/.agent-src/templates/scripts/work_engine/stack/__init__.py +31 -0
  216. package/.agent-src/templates/scripts/work_engine/stack/detect.py +187 -0
  217. package/.agent-src/templates/scripts/work_engine/state.py +641 -0
  218. package/.agent-src/templates/scripts/work_engine/state_io.py +202 -0
  219. package/.claude-plugin/marketplace.json +105 -2
  220. package/AGENTS.md +38 -8
  221. package/CHANGELOG.md +609 -0
  222. package/README.md +136 -14
  223. package/config/agent-settings.template.yml +45 -0
  224. package/config/gitignore-block.txt +4 -0
  225. package/docs/MIGRATION.md +122 -0
  226. package/docs/architecture.md +111 -35
  227. package/docs/contracts/STABILITY.md +95 -0
  228. package/docs/contracts/adr-chat-history-split.md +132 -0
  229. package/docs/contracts/adr-command-suggestion.md +146 -0
  230. package/docs/contracts/adr-implement-ticket-runtime.md +122 -0
  231. package/docs/contracts/adr-product-ui-track.md +384 -0
  232. package/docs/contracts/adr-prompt-driven-execution.md +187 -0
  233. package/docs/contracts/agent-memory-contract.md +149 -0
  234. package/docs/contracts/artifact-engagement-flow.md +262 -0
  235. package/docs/contracts/command-clusters.md +126 -0
  236. package/docs/contracts/command-suggestion-flow.md +148 -0
  237. package/docs/contracts/implement-ticket-flow.md +628 -0
  238. package/docs/contracts/linear-ai-rules-inclusion.md +143 -0
  239. package/docs/contracts/linear-ai-three-layers.md +131 -0
  240. package/docs/contracts/rule-interactions.md +107 -0
  241. package/docs/contracts/rule-interactions.yml +142 -0
  242. package/docs/contracts/ui-stack-extension.md +236 -0
  243. package/docs/contracts/ui-track-flow.md +338 -0
  244. package/docs/development.md +1 -1
  245. package/docs/getting-started.md +3 -3
  246. package/docs/installation.md +124 -2
  247. package/docs/migrations/commands-1.15.0.md +112 -0
  248. package/docs/showcase.md +204 -0
  249. package/docs/ui-track-mental-model.md +121 -0
  250. package/package.json +1 -1
  251. package/scripts/agent-config +199 -0
  252. package/scripts/audit_cloud_compatibility.py +288 -0
  253. package/scripts/build_cloud_bundle.py +458 -0
  254. package/scripts/build_linear_digest.py +263 -0
  255. package/scripts/chat_history.py +796 -7
  256. package/scripts/check_compression.py +139 -0
  257. package/scripts/check_iron_law_prominence.py +143 -0
  258. package/scripts/check_md_language.py +159 -0
  259. package/scripts/check_portability.py +38 -0
  260. package/scripts/check_public_links.py +185 -0
  261. package/scripts/check_references.py +1 -0
  262. package/scripts/check_reply_consistency.py +140 -0
  263. package/scripts/command_suggester/__init__.py +51 -0
  264. package/scripts/command_suggester/cooldown.py +132 -0
  265. package/scripts/command_suggester/loader.py +70 -0
  266. package/scripts/command_suggester/match.py +180 -0
  267. package/scripts/command_suggester/rank.py +120 -0
  268. package/scripts/command_suggester/render.py +86 -0
  269. package/scripts/command_suggester/sanitize.py +113 -0
  270. package/scripts/command_suggester/settings.py +125 -0
  271. package/scripts/command_suggester/types.py +78 -0
  272. package/scripts/hooks/augment-chat-history.sh +56 -0
  273. package/scripts/install-hooks.sh +67 -0
  274. package/scripts/install.py +150 -33
  275. package/scripts/lint_marketplace.py +27 -0
  276. package/scripts/lint_no_new_atomic_commands.py +179 -0
  277. package/scripts/lint_rule_interactions.py +149 -0
  278. package/scripts/memory_lookup.py +1 -1
  279. package/scripts/migrate_command_suggestions.py +151 -0
  280. package/scripts/release.py +297 -64
  281. package/scripts/schemas/command.schema.json +41 -0
  282. package/scripts/skill_linter.py +81 -0
  283. package/scripts/sync_agent_settings.py +42 -12
  284. package/scripts/update_counts.py +10 -0
  285. package/templates/consumer-settings/augment-cli-hooks.json +54 -0
  286. package/templates/consumer-settings/claude-settings.json +55 -1
  287. package/.agent-src/rules/chat-history.md +0 -171
  288. package/.agent-src/templates/scripts/implement_ticket/cli.py +0 -171
  289. package/.agent-src/templates/scripts/implement_ticket/dispatcher.py +0 -134
  290. package/.agent-src/templates/scripts/implement_ticket/steps/__init__.py +0 -49
  291. package/.agent-src/templates/scripts/implement_ticket/steps/refine.py +0 -140
package/CHANGELOG.md CHANGED
@@ -7,6 +7,615 @@ versioning policy is documented in [CONTRIBUTING.md](CONTRIBUTING.md#versioning-
7
7
  > Entries before 1.3.3 were reconstructed from git history after the fact.
8
8
  > Early releases did not maintain release notes.
9
9
 
10
+ ## [Unreleased]
11
+
12
+ Three roadmaps land in this release.
13
+
14
+ **Universal Execution Engine (R1)** — the `/implement-ticket` runtime is
15
+ renamed and re-shaped into a universal dispatcher. **No user-visible
16
+ behavior change** — the `/implement-ticket` slash command and the
17
+ `./agent-config implement-ticket` CLI are byte-stable, gated by the
18
+ new Golden-Transcript replay harness.
19
+
20
+ **Prompt-Driven Execution (R2)** — a new `/work` command drives free-form
21
+ prompts through the same `work_engine` dispatcher with a
22
+ confidence-band gate at `refine`. R1 goldens remain byte-equal across
23
+ the R2 changes.
24
+
25
+ **Product UI Track (R3)** — three new directive sets (`ui`,
26
+ `ui-trivial`, `mixed`) turn UI work from "writes the code" into
27
+ "produces UI that feels designed". An existing-UI audit is enforced
28
+ as a hard gate before any `apply`; design briefs lock microcopy
29
+ verbatim; polish has a 2-round ceiling. Stack-aware dispatch routes
30
+ implementation to `blade-livewire-flux` / `react-shadcn` / `vue` /
31
+ `plain` skill bundles. Happy-path halt budget is 2 (audit pick +
32
+ design sign-off). R1 + R2 goldens stay byte-equal; 12 new GT-U
33
+ baselines pin the R3 contract.
34
+
35
+ ### Features
36
+
37
+ * **engine:** universal `work_engine` Python module with explicit
38
+ `version: 1` state schema, `directive_set` envelope (backend / ui-stub
39
+ / mixed-stub), and `input.kind`-based dispatch ready for prompt-driven
40
+ and UI directives in R2 / R3.
41
+ * **migration:** `work_engine.migration.v0_to_v1` auto-migrates
42
+ `.implement-ticket-state.json` → `.work-state.json` on first run;
43
+ v0 file preserved as `.implement-ticket-state.json.bak`. Idempotent
44
+ and refuses to overwrite an existing v1 destination.
45
+ * **tests:** Golden-Transcript replay harness with 5 live-captured
46
+ baseline transcripts (`tests/golden/baseline/GT-{1..5}/`),
47
+ `CHECKSUMS.txt` SHA-256 manifest, four strict comparators
48
+ (exit codes, state-snapshot structure, halt-marker shape, delivery
49
+ report headings) with allow-listed free-text drift on `questions`
50
+ and `report` bodies. Both pytest (`tests/golden/test_replay.py`) and
51
+ CLI (`python3 -m tests.golden.harness`) entry points.
52
+ * **command:** `/work` — sibling entrypoint to `/implement-ticket` that
53
+ drives free-form prompts through the same `work_engine` dispatcher
54
+ with `input.kind="prompt"`. Backed by the `command-routing` and
55
+ `refine-prompt` skills.
56
+ * **engine (R2):** prompt resolver (`work_engine.resolvers.prompt`)
57
+ builds the prompt envelope; `directives/backend/refine.py::_run_prompt`
58
+ reconstructs acceptance criteria, scores the prompt on five
59
+ dimensions, and dispatches on the resulting band.
60
+ * **scoring:** deterministic, heuristic-only confidence scorer at
61
+ `work_engine.scoring.confidence` — single source of truth for the
62
+ rubric (`goal_clarity`, `scope_boundary`, `ac_evidence`, `stack_data`,
63
+ `reversibility`) and band thresholds (`high ≥ 0.8`, `medium ≥ 0.5`,
64
+ `low < 0.5`).
65
+ * **band-action gate:** silent proceed on `high`, assumptions-report
66
+ halt on `medium`, one-question halt on `low` (per the
67
+ `ask-when-uncertain` Iron Law).
68
+ * **tests (R2):** four new Golden Transcripts (`GT-P1` high-band happy,
69
+ `GT-P2` medium-band release, `GT-P3` low-band one-question halt,
70
+ `GT-P4` UI-intent rejection — superseded by the R3 UI track but kept
71
+ to pin pre-R3 behaviour) pinned alongside the R1 goldens.
72
+
73
+ ### Changed
74
+
75
+ * **engine (refactor):** internal Python module renamed
76
+ `implement_ticket` → `work_engine`. Public CLI surface, slash command,
77
+ user-facing prompts, halts, and delivery report are unchanged. State
78
+ filename moves from `.implement-ticket-state.json` to `.work-state.json`
79
+ with auto-migration.
80
+ * **engine (R2):** `refine` SUCCESS paths now mirror
81
+ `data["reconstructed_ac"]` into `state.ticket["acceptance_criteria"]`
82
+ as an independent list copy, so downstream gates (`analyze`, `plan`)
83
+ read the same AC slot regardless of envelope kind.
84
+
85
+ ### Deprecated
86
+
87
+ * **`implement_ticket` Python module** — re-export shim retained for
88
+ backwards compatibility; emits `DeprecationWarning` on import.
89
+ Internal Python consumers should migrate to `from work_engine import …`.
90
+ Removal is a separate user-driven decision, not pinned to a release.
91
+
92
+ ### CI
93
+
94
+ * **freeze-guard:** named `task golden-replay` step in `Taskfile.yml`
95
+ and a dedicated `Golden Replay` step in `.github/workflows/tests.yml`,
96
+ both invoked before the main pytest sweep so structural regressions
97
+ surface first. Freeze-guard workflow rejects baseline edits outside
98
+ `R1-P1`-tagged commits.
99
+ * **roadmap-progress-check** wired into `task ci` (1.13.0 carry-over).
100
+
101
+ ### Documentation
102
+
103
+ * **ADR (R1):** [`agents/contexts/adr-work-engine-rename.md`](agents/contexts/adr-work-engine-rename.md)
104
+ — rationale, scope of the rename, compatibility shim policy, state
105
+ migration, golden-test contract, tradeoffs, non-goals.
106
+ * **ADR (R2):** [`docs/contracts/adr-prompt-driven-execution.md`](docs/contracts/adr-prompt-driven-execution.md)
107
+ — naming decision (`/work` over `/do`), confidence-band gate,
108
+ AC-projection fix, R3 deferral boundary, and golden contract.
109
+ * **flow:** `docs/contracts/implement-ticket-flow.md` gains a "Replay
110
+ protocol — Strict-Verb comparison" section (R1) and a
111
+ "Prompt envelopes and confidence bands (R2)" section pinning the
112
+ band-action mapping to the scorer module.
113
+ * **README + AGENTS.md template:** document `/work` as the sibling
114
+ entrypoint, the confidence-band rubric, and the
115
+ `/work` vs. `/implement-ticket` selection rule.
116
+ * **rules:** `scope-control` forbids release / version / deprecation-date
117
+ language in roadmaps, plans, and ADRs; introduces a `Decline = silence`
118
+ policy preventing branch-switch and PR proposals from being re-asked
119
+ on the same task.
120
+
121
+ ### Features (R3 — Product UI Track)
122
+
123
+ * **directive sets:** `directives/ui/` (`audit → design → apply →
124
+ review → polish → report`), `directives/ui_trivial/` (provably
125
+ bounded edits, `MAX_FILES = 1` and `MAX_LINES_CHANGED = 5`), and
126
+ `directives/mixed/` (`contract → ui → stitch`). Dispatched at the
127
+ engine boundary on `state.directive_set`; the audit gate is enforced
128
+ at the dispatcher AND at always-on rule level
129
+ ([`ui-audit-before-build`](.agent-src/rules/ui-audit-before-build.md))
130
+ so cloud surfaces and free-form edits cannot bypass it.
131
+ * **stack detection:** `scripts/work_engine/stack/detect.py` reads
132
+ `composer.json` + `package.json` and labels the frontend as
133
+ `blade-livewire-flux` / `react-shadcn` / `vue` / `plain`. Cached on
134
+ `state.stack` against manifest `mtime`; recoverable on parse error
135
+ (downgrades to `plain`). `apply` / `review` / `polish` route on the
136
+ label.
137
+ * **audit gate:** `state.ui_audit` must carry `≥ 1 components_found`
138
+ OR `greenfield = True` with a user-chosen `greenfield_decision` ∈
139
+ `{scaffold, bare, external_reference}`. Empty dict, `None`, or
140
+ populated-without-keys is rejected; the dispatcher emits
141
+ `@agent-directive: existing-ui-audit` and refuses to advance.
142
+ * **design brief lock:** `apply` rejects components carrying
143
+ `PLACEHOLDER_PATTERNS` (`<placeholder>`, `lorem`, `todo:`, `tbd`,
144
+ `xxx`); both producer and consumer enforce.
145
+ * **polish ceiling:** hard `POLISH_CEILING = 2` rounds, validated at
146
+ in-memory state, on-disk schema, AND dispatcher layers. After round
147
+ 2 the engine halts with ship-as-is / abort / hand-off.
148
+ * **token-violation extraction:** polish classifies
149
+ `kind == "token_violation"` findings against
150
+ `state.ui_audit.design_tokens`; matched values use the named token,
151
+ unmatched values repeated > `TOKEN_REPEAT_THRESHOLD = 2` times
152
+ trigger token extraction before the next round.
153
+ * **trivial-path reclassification:** `directives/ui_trivial/apply.py`
154
+ flips `state.directive_set = "ui"` when the bounded preconditions
155
+ fail, restarting the dispatcher at audit. Reclassification is loud
156
+ and counted in the delivery report.
157
+ * **mixed orchestration:** sentinels `state.contract.contract_confirmed`
158
+ (UI sub-flow refuses to start without it) and
159
+ `state.stitch.verdict = "success"` (stitch's success condition;
160
+ `blocked` / `partial` halts unless `integration_confirmed` flips).
161
+ * **skills:** new `existing-ui-audit`, `react-shadcn-ui`, plus
162
+ stack-specific apply / review / polish bundles. `fe-design`
163
+ repositioned as a framework-agnostic reference cited by
164
+ `directives/ui/design.py`.
165
+ * **tests (R3):** twelve new Golden Transcripts (`GT-U1`..`GT-U4`,
166
+ `GT-U9`..`GT-U12`) covering high-confidence happy path
167
+ (1 halt budget), ambiguous (2 halts max), greenfield decisions,
168
+ trivial-path apply, polish ceiling hit, and mixed orchestration.
169
+ All R1 + R2 + R3 baselines auto-discovered by `tests/golden/test_replay.py`.
170
+
171
+ ### Documentation (R3)
172
+
173
+ * **ADR (R3):** [`docs/contracts/adr-product-ui-track.md`](docs/contracts/adr-product-ui-track.md)
174
+ — audit-as-hard-gate rationale, design-review loop, halt-budget
175
+ reasoning, trivial-path-and-reclassification, stack-detection
176
+ strategy, fe-design migration, tradeoffs, non-goals.
177
+ * **flow contract:** [`docs/contracts/ui-track-flow.md`](docs/contracts/ui-track-flow.md)
178
+ — slot-by-slot wiring for `ui` / `ui-trivial` / `mixed`, the
179
+ audit-path table (`STRONG_SIMILARITY = 0.7`, `TIE_GAP = 0.05`),
180
+ design-brief lock + placeholder patterns, stack-dispatch tables,
181
+ polish ceiling, trivial preconditions, mixed sentinels,
182
+ idempotency table, declared ambiguities across all eight directives.
183
+ * **extension recipe:** [`docs/contracts/ui-stack-extension.md`](docs/contracts/ui-stack-extension.md)
184
+ — how to add a new stack (Svelte, SolidJS, Astro, …): label
185
+ conventions, detector heuristic, three required skills, dispatch
186
+ wiring, version anchor, Golden fixture, end-to-end verification.
187
+ * **README + AGENTS.md template:** UI track flow table (`ui` /
188
+ `ui-trivial` / `mixed`), audit-gate property, design-brief lock,
189
+ polish ceiling, stack-dispatch summary; the pre-R3 "rejected,
190
+ backend-only" wording is removed.
191
+ * **golden test capture:** [`tests/golden/CAPTURING.md`](tests/golden/CAPTURING.md)
192
+ — central regeneration recipe, lock policy, when to relock; replaces
193
+ 17 per-baseline `reproduction-notes.md` files (the loadable artefacts
194
+ — `transcript.json`, `state-snapshots/`, `halt-markers.json`,
195
+ `exit-codes.json`, `delivery-report.md` — stay).
196
+
197
+ ### Archived (R3)
198
+
199
+ * **roadmap:** `agents/roadmaps/intent-based-orchestration.md` moved to
200
+ `agents/roadmaps/archive/`; superseded by R1 + R2 + R3.
201
+
202
+ **Artefact-Engagement Telemetry** — opt-in, default-off measurement layer
203
+ that records which skills, rules, commands, and guidelines the agent
204
+ consults and applies during a `/implement-ticket` or `/work` run.
205
+ Maintainer-targeted; consumers see no prompts.
206
+
207
+ ### Features
208
+
209
+ * **telemetry:** `./agent-config telemetry:record` and
210
+ `./agent-config telemetry:report` CLI scripts + `telemetry/` Python
211
+ package (boundary, aggregator, renderer, schema). Default-off via
212
+ `telemetry.artifact_engagement.enabled` in `.agent-settings.yml`.
213
+ * **schema:** `schema_version: 1` JSONL events with `task_id`,
214
+ `boundary_kind`, `consulted` / `applied` (kind→ids), `ts`,
215
+ `tokens_estimate`. Aggregator silently skips lines with unknown
216
+ schema versions.
217
+ * **report:** quartile bucketing on applied/consulted ratio — Essential
218
+ (top 20 %), Useful (mid 60 %), Retirement Candidates (bottom 20 %) —
219
+ emitted as Markdown or JSON.
220
+ * **rule:** `artifact-engagement-recording` — fires per phase-step
221
+ inside `/implement-ticket` and `/work`; no-op under the default-off
222
+ gate so the recording path costs nothing when disabled.
223
+ * **privacy:** `check_id_redaction` validator enforces a redaction
224
+ floor (no path separators, no file extensions, no control characters,
225
+ no whitespace, non-empty) on **both** write and export. Tampered or
226
+ legacy logs cannot leak through reports — renderer re-validates.
227
+ * **tests:** 36 redaction test cases plus end-to-end CLI coverage
228
+ in `tests/telemetry/`.
229
+
230
+ ### Documentation
231
+
232
+ * **ADR:** [`agents/contexts/adr-artifact-engagement.md`](agents/contexts/adr-artifact-engagement.md)
233
+ — rationale, default-off doctrine, privacy contract, schema
234
+ versioning, deprecation horizon.
235
+ * **flow:** `docs/contracts/artifact-engagement-flow.md` is the
236
+ cross-cutting reference for what gets recorded, when, and under
237
+ which constraints; includes the maintainer hand-audit recipe.
238
+ * **AGENTS.md + README.md:** short *Maintainer telemetry (opt-in)*
239
+ pointer; consumers see nothing.
240
+ * **`/onboard`:** Step 9 emits a one-screen maintainer-only hint
241
+ describing the feature; no question, no prompt.
242
+
243
+ **Context-Aware Command Suggestion** — deterministic, read-only layer
244
+ that surfaces eligible slash commands as numbered options when a
245
+ non-`/`-prefixed user prompt matches their `suggestion.trigger_*`
246
+ frontmatter. **Nothing auto-executes** — the user picks every time;
247
+ the as-is option is always present and always last.
248
+
249
+ ### Features
250
+
251
+ * **engine:** `scripts/command_suggester/` Python package
252
+ (`match` / `rank` / `cooldown` / `sanitize` / `render` / `loader`).
253
+ Heuristic-only scoring (substring + Jaccard token overlap +
254
+ structural-bonus boosts), per-conversation cooldown keyed on
255
+ `(command, evidence)`, and a sanitiser that strips fenced + inline
256
+ code blocks plus the suggester's own previous block shape before
257
+ scoring.
258
+ * **rule:** `command-suggestion` (always-on) — emits one
259
+ numbered-options block per turn under the `user-interaction` Iron
260
+ Law. Subordinate to `scope-control`, `ask-when-uncertain`,
261
+ `verify-before-complete`, and any active role-mode contract or
262
+ engine halt; on conflict → silent.
263
+ * **frontmatter:** every command carries
264
+ `suggestion.eligible` (default `true`) plus a flat
265
+ `trigger_description` + `trigger_context` pair (linter-validated,
266
+ ≥ 10 chars each). Locked eligibility table at
267
+ [`agents/contexts/command-suggestion-eligibility.md`](agents/contexts/command-suggestion-eligibility.md).
268
+ * **settings:** `commands.suggestion` block in
269
+ `.agent-settings.yml` — `enabled` (global), `blocklist`
270
+ (per-command), `confidence_floor` (default `0.6`), `cooldown`
271
+ (default `10m`), `max_options` (default `4`, plus the always-extra
272
+ as-is option). Per-command overrides via frontmatter.
273
+ * **opt-out paths (3):** global (`enabled: false`), per-command
274
+ (`blocklist`), per-conversation (`/command-suggestion-off` /
275
+ `/command-suggestion-on` directives detected by `cooldown.py`).
276
+ * **anti-noise heuristics:** sub-floor suppression, lonely-match
277
+ guard within `floor + 0.1`, vague-prompt guard (< 6 words +
278
+ > 2 matches without structural bonus), continuation-phrase guard
279
+ (`ok`, `weiter`, `continue`, …). Structural bonuses (ticket key,
280
+ file path) override every suppressor.
281
+ * **tests:** 84 unit cases in `tests/test_command_suggester.py`
282
+ (matcher, rank, cooldown, sanitiser, render, settings, directive)
283
+ plus 9 GT-CS goldens in `tests/test_command_suggester_goldens.py`
284
+ (single-match, tie-break, sub-floor, slash-bypass, as-is pick,
285
+ cooldown, settings off, clarification-wins, adversarial echo).
286
+ * **no behavioural change to slash invocation:** explicit `/command`
287
+ bypasses the suggester entirely; per-command halts intact.
288
+
289
+ ### Documentation
290
+
291
+ * **ADR:** [`docs/contracts/adr-command-suggestion.md`](docs/contracts/adr-command-suggestion.md)
292
+ — "suggest, never invoke" anchor, eligibility rubric, anti-noise
293
+ heuristics, hardening list, three opt-out paths.
294
+ * **flow:** [`docs/contracts/command-suggestion-flow.md`](docs/contracts/command-suggestion-flow.md)
295
+ — scoring breakdown, evidence semantics, subordination order, and
296
+ hardening tests.
297
+ * **README + AGENTS.md:** short *Context-aware command suggestion*
298
+ section pointing to the ADR and the flow doc.
299
+
300
+ **Install-path pruning (relabel only)** — `docs/installation.md`
301
+ reorders install paths by recommendation prominence. Composer + npm
302
+ remain the default; manual / submodule / VS Code Git URL are tagged
303
+ `advanced`; Claude.ai Web Skills UI is tagged `experimental`; Linear
304
+ AI workspace guidance is tagged `staged`. **No installer or shipped
305
+ artefact is removed in 1.15.0** — every path on the page still works
306
+ and is still tested. The labels describe how prominent the path is in
307
+ our recommendation order, not its support status.
308
+
309
+ ### Documentation
310
+
311
+ * **`docs/installation.md`:** new label table at the top
312
+ (`(no label)` / `advanced` / `experimental` / `staged`) plus a
313
+ preamble that calls out the no-removal contract explicitly. Section
314
+ headers carry their label inline for skim-readers.
315
+ * **rationale:** see R9 in
316
+ [`agents/roadmaps/archive/road-to-post-pr29-optimize.md`](agents/roadmaps/archive/road-to-post-pr29-optimize.md)
317
+ — relabelling addresses the "four install paths at zero external
318
+ users" tension without removing any path that an existing user
319
+ might rely on.
320
+
321
+ ## [1.15.0](https://github.com/event4u-app/agent-config/compare/1.14.0...1.15.0) (2026-05-02)
322
+
323
+ ### Features
324
+
325
+ * **governance:** rule-interaction matrix + linter (P2.2) ([cd68591](https://github.com/event4u-app/agent-config/commit/cd6859174d289737b829fe49a4c7f92bd318a290))
326
+ * **rules:** split chat-history into ownership/cadence/visibility (P2.1) ([7b5348d](https://github.com/event4u-app/agent-config/commit/7b5348d2656c12000fca667c2e577c026839aa11))
327
+ * **governance:** command-collapse contract + atomic-command linter (P0.8) ([5f1ebb7](https://github.com/event4u-app/agent-config/commit/5f1ebb72484da28679f7a49fffc5cbb4bd7a07f6))
328
+ * **work_engine:** default state file → .work-state.json + collision-safe backup ([b0f487a](https://github.com/event4u-app/agent-config/commit/b0f487a3f261797320b3726211206f813f2c2c1a))
329
+ * **docs:** public contracts to docs/contracts/ + STABILITY policy + link checker ([7c6ac17](https://github.com/event4u-app/agent-config/commit/7c6ac17609d19505625cb4fa9a76798a403997ad))
330
+ * support capture-only roadmaps in dashboard generator ([c0df2dc](https://github.com/event4u-app/agent-config/commit/c0df2dc3c680a6cfa6c87f2e64868360695fa3ec))
331
+
332
+ ### Bug Fixes
333
+
334
+ * **rules:** restore Iron Law heading + code blocks in compressed roadmap-progress-sync ([96c633b](https://github.com/event4u-app/agent-config/commit/96c633b583fc17ea560fe1ddf7b915ab5a3be3f3))
335
+ * **ci:** clear check-refs regressions in roadmap files ([56b40f3](https://github.com/event4u-app/agent-config/commit/56b40f397e632337f5f69a507b13aa2b475453c3))
336
+
337
+ ### Performance
338
+
339
+ * **ci:** smoke GT subset + duration line + nightly full replay (P2.4) ([7b0608d](https://github.com/event4u-app/agent-config/commit/7b0608d3f51bac534f835424860049483ae6004a))
340
+
341
+ ### Documentation
342
+
343
+ * **ui-track:** 1-page mental model + archive Phase 2 roadmap — P2.10/P2.11 ([d87673d](https://github.com/event4u-app/agent-config/commit/d87673d75ec8cd0136336a1954b356a953b79e4e))
344
+ * **install:** relabel install paths (advanced/experimental/staged) — P2.5 ([66e5389](https://github.com/event4u-app/agent-config/commit/66e53894f3dd12ff0762a56f677e302d1ca726c1))
345
+ * add visible (beta) markers to public-surface contract links ([282b74f](https://github.com/event4u-app/agent-config/commit/282b74fccab2c0ba585271013c5fe61b396aaa09))
346
+ * positioning headline + work_engine vs runtime_dispatcher separation ([ccf833f](https://github.com/event4u-app/agent-config/commit/ccf833f07b34ff2c6c5cf64e8328fb67b7629c4d))
347
+ * **roadmaps:** reviewer feedback + directional → out-of-horizon ([6af0320](https://github.com/event4u-app/agent-config/commit/6af03205537d761a0cbe6c205662c34854deea6a))
348
+ * **rules:** position-agnostic recommendation in user-interaction ([ee57ae0](https://github.com/event4u-app/agent-config/commit/ee57ae0d233b3332f30dfd3d3f67b3954ce153ef))
349
+ * **roadmaps:** retire stale open-questions and placeholder sections ([c1ec177](https://github.com/event4u-app/agent-config/commit/c1ec17782521bb5688260d1873423fbf4d4adc99))
350
+ * **roadmaps:** synthesize decisions from multi-AI review ([4d9dcc1](https://github.com/event4u-app/agent-config/commit/4d9dcc19929fe7d3fa2657509a4b8a2e9a1ee7e2))
351
+ * add capture-only synthesis roadmaps ([d2bdb76](https://github.com/event4u-app/agent-config/commit/d2bdb76ec562d8a00313f49b388083fdad8f1b42))
352
+
353
+ ### Refactoring
354
+
355
+ * **work_engine:** modularise cli.py into 7 focused modules (P2.3) ([ad92366](https://github.com/event4u-app/agent-config/commit/ad9236681c1537beec3d407bead9b7386c57c73d))
356
+ * **roadmaps:** binary status model — ready (implicit) / draft (hidden) ([2d3d713](https://github.com/event4u-app/agent-config/commit/2d3d713a52ac039c08317817331ba6aaa81fcb12))
357
+
358
+ ### Tests
359
+
360
+ * **work_engine:** cover default state file + UI-prompt routing + medium-band halt (P0.7) ([e97c499](https://github.com/event4u-app/agent-config/commit/e97c499fa7daaf0478423efbdb34d648b6e400c8))
361
+
362
+ ### Chores
363
+
364
+ * **generated:** sync compressed projections for chat-history split (P2.1) ([f53a44f](https://github.com/event4u-app/agent-config/commit/f53a44f31fd7d93c28122b945f8059bd112dc854))
365
+ * **generated:** regenerate .windsurfrules after rule edits ([0090392](https://github.com/event4u-app/agent-config/commit/00903924eaf1955ad2049dc03c3c57d9f4ff016e))
366
+ * **roadmaps:** mark Phase 1 progress in road-to-post-pr29-optimize + dashboard ([a2160af](https://github.com/event4u-app/agent-config/commit/a2160afd6e7280bd3d4a71641fb4dba8234edf21))
367
+ * **scripts:** whitelist scripts/mcp_server/ in portability check ([259745e](https://github.com/event4u-app/agent-config/commit/259745e9f52ea0a60e3e92a553a5938b15adc0ca))
368
+
369
+ ### Other
370
+
371
+ * **readme:** drop redundant 'no runtime deps' bullet — clear 500-line limit ([53b5df4](https://github.com/event4u-app/agent-config/commit/53b5df481122ccbd70ce358a3192643c7fff73b0))
372
+ * **readme:** trim Stability tiers + command-suggestion blocks to clear 500-line limit ([5bb50ba](https://github.com/event4u-app/agent-config/commit/5bb50ba43d8734f5deb02c0b34c9c6e26475c52b))
373
+ * **rules:** trim roadmap-progress-sync to 199 lines (clear CI hard limit) ([12c3a2e](https://github.com/event4u-app/agent-config/commit/12c3a2e1357dfca7ec0bd2f6b507e606ec2de596))
374
+
375
+ ## [1.14.0](https://github.com/event4u-app/agent-config/compare/1.13.0...1.14.0) (2026-05-01)
376
+
377
+ ### Features
378
+
379
+ * scaffold a11y findings + preview envelope in UI stack skills ([6e72357](https://github.com/event4u-app/agent-config/commit/6e7235708e74dfa629378dc0c09dd3a366c41fb5))
380
+ * **ui-track:** R4 phase 3 — preview envelope render contract ([13906c0](https://github.com/event4u-app/agent-config/commit/13906c0d622de5f1e556be8273a4acdd240acb0a))
381
+ * **r4:** polish termination contract — a11y precedence + one-shot extension ([98cf2d7](https://github.com/event4u-app/agent-config/commit/98cf2d7f43550d391ef3ee03233d2eaa18b8be30))
382
+ * **review:** R4 Phase 1 — a11y gate on ui.review ([ba93534](https://github.com/event4u-app/agent-config/commit/ba93534d3e09f44cac6f06805600a2084465e0b4))
383
+ * **state:** R4 Phase 0 — a11y / preview envelopes on ui_review, ui_audit, ui_polish ([29fe67c](https://github.com/event4u-app/agent-config/commit/29fe67ccef98320e21899816eb2f7ee0910e9e89))
384
+ * **golden:** pin GT-U3..U4, U9..U12 UI track baselines ([52a33c2](https://github.com/event4u-app/agent-config/commit/52a33c23bb0e01752204ab68aa8309d05b68cbd5))
385
+ * **ci:** add Iron Law prominence linter ([2e1cae5](https://github.com/event4u-app/agent-config/commit/2e1cae534cf7e1dc164258fb09dea0859c47fa8d))
386
+ * **chat-history:** native augment hooks via user-level settings ([de9a1b0](https://github.com/event4u-app/agent-config/commit/de9a1b08d279c6ed251a2b762e1fc069c7a9e840))
387
+ * **chat-history:** platform bridges + git-hook fallback ([a1e6574](https://github.com/event4u-app/agent-config/commit/a1e65748148c676b37586bedcbc7c9c4ec520640))
388
+ * **golden:** add GT-U2 ui-improve diff scenario ([ff0b5f8](https://github.com/event4u-app/agent-config/commit/ff0b5f8189c4fb8e257799d5569e69bd09289f79))
389
+ * **work-engine:** add hooks lifecycle + thread diff/file inputs ([53fb358](https://github.com/event4u-app/agent-config/commit/53fb35806b9dea3b7b39431cd7bdb5ac270d7ae1))
390
+ * **work-engine:** add hooks primitives package ([33a4ea8](https://github.com/event4u-app/agent-config/commit/33a4ea8e3aa16a2e4c1e0b191773964fa94708c3))
391
+ * **skills:** reposition UI skills as directive-dispatched executors and reference (R3 Phase 5) ([2b7870d](https://github.com/event4u-app/agent-config/commit/2b7870df80adfc6fe86d1c7cd1c0ef9b36b79c35))
392
+ * **work_engine:** implement mixed directive set (Phase 4) ([f81ac1d](https://github.com/event4u-app/agent-config/commit/f81ac1d0633eee65f2046e2ffe843262a9fa8039))
393
+ * **work-engine:** add state.contract and state.stitch envelopes ([40c8060](https://github.com/event4u-app/agent-config/commit/40c8060135193a360b0c35be9c38ad7c211c69fc))
394
+ * **work_engine:** add shadcn version-mismatch halt + per-stack audit fixtures ([1d73217](https://github.com/event4u-app/agent-config/commit/1d732179153eb8bc32d8f2b84f399e9553580300))
395
+ * add react-shadcn-ui skill ([91e8de2](https://github.com/event4u-app/agent-config/commit/91e8de249f5ed8f4fd2df1e97b09b294e1b2b648))
396
+ * add ui/review + ui/polish directives with token-violation refactor ([9d25234](https://github.com/event4u-app/agent-config/commit/9d25234f907061ad6d841bdf9ca9fd5ea8ae5476))
397
+ * add ui/design + ui/apply directives ([1c5bb28](https://github.com/event4u-app/agent-config/commit/1c5bb28ea0d9e3f60dfcd659563b92cd86f52427))
398
+ * extend work-engine state schema for UI directives ([aa961ad](https://github.com/event4u-app/agent-config/commit/aa961ad10838e69edb6f36e1dedac37f3d94d292))
399
+ * **roadmap-sync:** mandate per-step checkbox flips during autonomous runs ([f1019b0](https://github.com/event4u-app/agent-config/commit/f1019b042789104c439cfe925fd8238a55f94541))
400
+ * **chat-history:** conditional Iron Law for HOOK vs CHECKPOINT path ([ccf42c7](https://github.com/event4u-app/agent-config/commit/ccf42c77b6882e390c877ab2227258ea73eb6b22))
401
+ * **chat-history:** add /chat-history-checkpoint command for CHECKPOINT path ([71c38bf](https://github.com/event4u-app/agent-config/commit/71c38bf9387100a2b25dd4a60c657ff56526ff94))
402
+ * **chat-history:** wire HOOK strategy for Claude Code and Augment CLI ([d280777](https://github.com/event4u-app/agent-config/commit/d2807770c5d8937e7cc4ba8a65c91de4503ccff0))
403
+ * **chat-history:** add hook-append wrapper for platform hooks ([f936e57](https://github.com/event4u-app/agent-config/commit/f936e573bcc613ea7d7fc6bcd90113c5514821a2))
404
+ * **roadmap-sync:** harden rule with Iron Law, pre-send self-check, failure modes ([208728f](https://github.com/event4u-app/agent-config/commit/208728f3e92a6343adca74f8ab8853e9558091b6))
405
+ * **compress:** allow caveman style, enforce structural Iron Law preservation ([7bcbcae](https://github.com/event4u-app/agent-config/commit/7bcbcae1cd4e9341abbf90e67e20baee0f2902c4))
406
+ * **skills:** add md-language-check skill and /check-current-md command ([0aaed82](https://github.com/event4u-app/agent-config/commit/0aaed829908bcb1e891d691db248a06667e9ee53))
407
+ * **work-engine:** implement ui-trivial directive set ([59bb66d](https://github.com/event4u-app/agent-config/commit/59bb66de360c38b186e1462664795ccbddd7ce1e))
408
+ * **rules:** extract Hard Floor into non-destructive-by-default ([dfc80a6](https://github.com/event4u-app/agent-config/commit/dfc80a6ec848d0a5fe7a8997d1e29dab3cf73fb0))
409
+ * **work-engine:** wire ui-trivial directive set with reclassification (R3 P2 S6) ([10d5cb0](https://github.com/event4u-app/agent-config/commit/10d5cb0e76679e3549b502d26f83ca8667a314e9))
410
+ * **directives/ui:** high-confidence vs ambiguous audit branching (R3 Phase 2 Step 4) ([8a5645b](https://github.com/event4u-app/agent-config/commit/8a5645be20b6c9d86f87b7facf84afad7f5901bb))
411
+ * **skills/existing-ui-audit:** hard audit gate for R3 Phase 2 ([7189ef5](https://github.com/event4u-app/agent-config/commit/7189ef558feeabe9556fb68b46550ef1920d2f9a))
412
+ * **directives/ui:** routing-target stub for R3 Phase 1 ([4e83a21](https://github.com/event4u-app/agent-config/commit/4e83a2112ecb8019b927e1a858f31cda43e2929d))
413
+ * **work-engine:** stack detection + intent routing (R3 Phase 1) ([11cc83d](https://github.com/event4u-app/agent-config/commit/11cc83d77a70e387fa0ac0cf2ef8fee9af15e19c))
414
+ * **command-suggester:** engine + rule + settings (Phases 3-6) ([e035618](https://github.com/event4u-app/agent-config/commit/e035618ead1ee96561898048e9ee86378054209b))
415
+ * **commands:** inject suggestion frontmatter into all 75 commands ([470c2f6](https://github.com/event4u-app/agent-config/commit/470c2f61a422518deb999105c1078abfcbf4ee2d))
416
+ * **linter:** validate command suggestion frontmatter block ([e137b70](https://github.com/event4u-app/agent-config/commit/e137b703a40f2a9527fea2e6e68313d073696f11))
417
+ * **commands:** add command-suggestion eligibility audit ([55ccbd6](https://github.com/event4u-app/agent-config/commit/55ccbd6add58de25a7dcc2b7e1518adb0d52e788))
418
+ * **telemetry:** redaction validator and export gate (Phase 5) ([1e2f9f0](https://github.com/event4u-app/agent-config/commit/1e2f9f0e3879ebc5d08449d7146df0d185c6dea1))
419
+ * **telemetry:** wire telemetry:report CLI ([e68bd05](https://github.com/event4u-app/agent-config/commit/e68bd0574f81584fad5b845355e9a7048b082365))
420
+ * **telemetry:** aggregator + report renderer for engagement log ([598f9e1](https://github.com/event4u-app/agent-config/commit/598f9e1d3786be0b4b3ebfbc4edaff60a65d06fc))
421
+ * **telemetry:** add artifact-engagement-recording rule + wire commands ([81ad51f](https://github.com/event4u-app/agent-config/commit/81ad51f88e590ef61339c8b7f463496d92316f60))
422
+ * **telemetry:** recording engine + telemetry:record / telemetry:status CLI ([7327d53](https://github.com/event4u-app/agent-config/commit/7327d5373040a25ab38298660e435b7d86559ea9))
423
+ * **telemetry:** add engagement event schema (Phase 1 step 1+4) ([e8ae569](https://github.com/event4u-app/agent-config/commit/e8ae5692fb2d24fe50f3cabe91af2917b00699b9))
424
+ * **road-to-universal-distribution:** tick 4 mechanically-verifiable acceptance items ([3725039](https://github.com/event4u-app/agent-config/commit/372503936ae4c3621bad0505a868a749837e41c3))
425
+ * **road-to-universal-distribution:** close Phase 6 Steps 1+5, defer 2+3+4 ([12cd983](https://github.com/event4u-app/agent-config/commit/12cd9839ec6011eebaa18bb476afd133538ccd84))
426
+ * **ci:** cloud-release workflow — attach cloud bundles + Linear digest to GitHub Releases ([6299ca7](https://github.com/event4u-app/agent-config/commit/6299ca736f3b5967d98c56c53fe80693a3f15a57))
427
+ * **rules:** harden language-and-tone — chat messages are the only language signal ([51144da](https://github.com/event4u-app/agent-config/commit/51144da3c39eb704038ac7e390b8e7e97fc2ecde))
428
+ * **cloud:** Phase 4 Step 2 — narrow rewrite for cloud-portable prose ([45a2ed1](https://github.com/event4u-app/agent-config/commit/45a2ed16952075e8af10874392bb041b384583b8))
429
+ * **audit:** Phase 4 Step 1 — cloud-action classifier extension ([485acca](https://github.com/event4u-app/agent-config/commit/485acca8cfdbbd4c1839c2c3d9e21cf52925ee37))
430
+ * **linear:** Phase 3 — Linear AI rules digest builder + three-layer split ([3dcbf0a](https://github.com/event4u-app/agent-config/commit/3dcbf0af3c2dca70ef70f18af70a3568516f0147))
431
+ * **rules:** add commit-policy as canonical no-commit-no-ask rule ([fd208ea](https://github.com/event4u-app/agent-config/commit/fd208ea1c0f95aaa58d930c99ff0e51dd27600ed))
432
+ * **rules:** add autonomous-execution rule with intent-based opt-in ([fbff529](https://github.com/event4u-app/agent-config/commit/fbff5299b32606b7f13f06c856a4d4556c908fcb))
433
+ * **commands:** add /commit-in-chunks for autonomous commit splitting ([b53fa7b](https://github.com/event4u-app/agent-config/commit/b53fa7b277a107af8acc6076baf8c985f0fbb901))
434
+ * **cloud:** mark T3-H artifacts cloud-safe (4 noop + 4 degrade) ([0eb7eb3](https://github.com/event4u-app/agent-config/commit/0eb7eb3cdbf590e3ef87f372c3fd09d85aa5cfd5))
435
+ * **cloud:** cloud-safe marker detection + variant rendering ([67bf28b](https://github.com/event4u-app/agent-config/commit/67bf28b8f85384333f5d26807ad92e6d0b456288))
436
+ * **cloud:** cloud-bundle builder with T3-H gating + tests ([f749edc](https://github.com/event4u-app/agent-config/commit/f749edc8c0f16cded153eb24580c4b262a6065ae))
437
+ * **chat-history:** add heartbeat visibility modes (on/off/hybrid) ([70e9925](https://github.com/event4u-app/agent-config/commit/70e99259e1c1888dfabc19c6b0c261301b2d386e))
438
+ * **rules:** add direct-answers iron laws ([f66b89c](https://github.com/event4u-app/agent-config/commit/f66b89cd3143121b5b16f58b6a3705844f99ce0f))
439
+ * **chat-history:** add heartbeat marker for in-band reply observability ([2236bc2](https://github.com/event4u-app/agent-config/commit/2236bc218b3b64106c82726a1604e17234b2d2d3))
440
+ * **chat-history:** enforce ownership with turn-check gate and append refusal ([2be705c](https://github.com/event4u-app/agent-config/commit/2be705cb92c18e786f6d130d04e1edcb1785767e))
441
+ * **commands:** add /work entrypoint and refine-prompt skill (R2-P1, R2-P3) ([a09d748](https://github.com/event4u-app/agent-config/commit/a09d7487d48fe3bd0bfb1d3ae2c188db97103bac))
442
+ * **work_engine:** prompt envelope, confidence scoring, refine dispatch (R2-P2..P4) ([53e6aae](https://github.com/event4u-app/agent-config/commit/53e6aaee756a7de94167b04b46e394d55c15e8f8))
443
+ * **engine:** R1 Phase 7 — close out Universal Execution Engine roadmap ([d461da0](https://github.com/event4u-app/agent-config/commit/d461da06c681ab9bf3ca005627b33a854b1ab017))
444
+ * **rules:** forbid release language in roadmaps + decline-silence policy ([ddae361](https://github.com/event4u-app/agent-config/commit/ddae361669610917f340f9e1f257d07ead2fab99))
445
+ * **ci:** add named Golden Replay check (R1-P6-S3) ([60e873c](https://github.com/event4u-app/agent-config/commit/60e873c8865f4cedcd0dc6abccb8b819aca5500d))
446
+ * **test:** add Golden Transcript replay harness (R1-P6-S1) ([5f219e9](https://github.com/event4u-app/agent-config/commit/5f219e9209451171ebfc8a08639c71864384de92))
447
+ * **cli:** add migrate-state subcommand to agent-config dispatcher (R1 P5 S1) ([2ab5fc8](https://github.com/event4u-app/agent-config/commit/2ab5fc89a6fae5bc835efc73e5bfcc96a2ba975a))
448
+ * **engine:** add per-set kind gate to dispatcher (R1 P4 S5) ([b80a8d0](https://github.com/event4u-app/agent-config/commit/b80a8d0706fa389578372036fc0b8a847ead9b2c))
449
+ * **engine:** add select_directive_set + load_directive_set (R1 P4 S2) ([ffd0ac8](https://github.com/event4u-app/agent-config/commit/ffd0ac82a41661d1a618e1feb36a0be279be19e6))
450
+ * **engine:** add ui/ui-trivial/mixed directive-set stubs (R1 P4 S4) ([73ae862](https://github.com/event4u-app/agent-config/commit/73ae8622710ef02512ca1e734946d811d2425766))
451
+ * **roadmaps:** plan artifact engagement telemetry (R6) ([5d2953b](https://github.com/event4u-app/agent-config/commit/5d2953ba7174567310e1f2e84e88b56b1ab7724f))
452
+ * **cli:** expand agent-config dispatcher with memory/proposal/refine-ticket subcommands ([0d826ac](https://github.com/event4u-app/agent-config/commit/0d826ac466109f9f53c1640b49c5e2243827be0f))
453
+ * **roadmaps:** plan universal execution engine + 4 supporting tracks ([7c777dc](https://github.com/event4u-app/agent-config/commit/7c777dc62e637da31763b99940297e0e2b18e4a7))
454
+
455
+ ### Bug Fixes
456
+
457
+ * **engine:** round-trip contract/stitch/stack between WorkState and DeliveryState ([c8086ca](https://github.com/event4u-app/agent-config/commit/c8086ca2d9c73f5f6d87a85f58224303f2d3b628))
458
+ * **docs:** clarify stitch + mixed.ui dispatch as @agent-directive emits ([893e5eb](https://github.com/event4u-app/agent-config/commit/893e5ebdddb39b971b9d973dd1b628b2f27503d1))
459
+ * **work-engine:** heartbeat survives state sync; turn-check surfaces drift ([303d04e](https://github.com/event4u-app/agent-config/commit/303d04ebbb896fd82ba0cd5910089fa6079b9f1f))
460
+ * **roadmap-sync:** replace hardcoded `task ci` with project-agnostic phrasing ([272b7b5](https://github.com/event4u-app/agent-config/commit/272b7b554f78a72cdeb4cf278bbdf065a895efa7))
461
+ * **chat-history:** correct suggestion frontmatter to schema-compliant fields ([cf4849d](https://github.com/event4u-app/agent-config/commit/cf4849d4a9e5954d3ff7e10aa4712d7921b0f7c1))
462
+ * **compress:** align compressed code blocks with uncompressed source ([4a495c9](https://github.com/event4u-app/agent-config/commit/4a495c91da13cd9ea858d06b3eabaef31897b5d8))
463
+ * **sync:** handle 3-level nested settings (commands.suggestion.*) and list values ([e8904cd](https://github.com/event4u-app/agent-config/commit/e8904cd35f309cc65807418429f9298af9743390))
464
+ * **roadmap-progress:** Steps = total checkboxes, reorder Open before Done ([ec2c2e6](https://github.com/event4u-app/agent-config/commit/ec2c2e6bce8868fec605181fa35a32fa14a04640))
465
+ * **marketplace:** sync manifest with disk + add reverse-drift linter ([98d5cb3](https://github.com/event4u-app/agent-config/commit/98d5cb3b46e3761e75258141b776d06749fba6f2))
466
+ * **rules:** harden recommendation-consistency — single source + script gate ([ed953db](https://github.com/event4u-app/agent-config/commit/ed953dbe9c795abfe5a8543667ab1a630d9b2b50))
467
+ * **golden:** sandbox-relative ticket paths in transcript cmd ([0265be9](https://github.com/event4u-app/agent-config/commit/0265be9df02bafecfefc0eb7816b55a10cf2e911))
468
+ * **golden:** scrub pytest duration in capture summaries ([a5de45d](https://github.com/event4u-app/agent-config/commit/a5de45d0c0bd5cf850acc0cf2d2d6635e80d398e))
469
+ * **rule:** harden chat-history with iron-law + per_phase cadence ([f1b3e01](https://github.com/event4u-app/agent-config/commit/f1b3e01b4d530496fc82eaca5b1120153ccb3505))
470
+
471
+ ### Documentation
472
+
473
+ * **readme:** reflow R4 paragraph to satisfy 500-line linter ([712a5e2](https://github.com/event4u-app/agent-config/commit/712a5e234f80d7d95c9240fccca6d8fd1b44fb3e))
474
+ * **readme:** note R4 a11y precedence in UI track ([9c53182](https://github.com/event4u-app/agent-config/commit/9c5318204cd34faa9a931280a76e18b6b1a3fd25))
475
+ * amend UI-track contracts with R4 a11y gate and preview envelope ([cf1ad44](https://github.com/event4u-app/agent-config/commit/cf1ad44ef476166cde97c6ccdf58d3b0928bbf55))
476
+ * **r4:** mark Phase 2 complete; dashboard 51/78 (was 47%) ([8ff7e7f](https://github.com/event4u-app/agent-config/commit/8ff7e7fe001ef0b83d4e32a876f3cd2563083c32))
477
+ * **r4:** mark Phase 1 (review-step a11y gate) complete ([3a0d773](https://github.com/event4u-app/agent-config/commit/3a0d773962336f7836c4932c3cca16e18b7e6f59))
478
+ * **r4:** mark Phase 0 (state-shape extension) complete ([b243fc2](https://github.com/event4u-app/agent-config/commit/b243fc2fb078238d9480f4026b93090124224f23))
479
+ * **r4:** expand visual-review-loop roadmap from stub to 6 phases + 6 ACs ([97dc65f](https://github.com/event4u-app/agent-config/commit/97dc65f06b037d70fe1bb69727bed832b6ca5c5e))
480
+ * **roadmap:** mark R3.1 follow-up goldens (GT-U5..U8) complete ([eff403a](https://github.com/event4u-app/agent-config/commit/eff403a37720871b052bef85472562e636766dc0))
481
+ * **r3.1:** expand follow-up roadmap from stub to 6 phases + 6 ACs ([8b4de92](https://github.com/event4u-app/agent-config/commit/8b4de92c267b9f9426abd4ee5ea4c5e264a58683))
482
+ * **r3:** finalize Product UI track docs ([ecea059](https://github.com/event4u-app/agent-config/commit/ecea059c1d4f7778d48d2d00abacc68ded86c826))
483
+ * **rules:** document distribution manifests and hook registries in docs-sync ([88f8535](https://github.com/event4u-app/agent-config/commit/88f853534c4edf9432232cbdc4d117c306d7ca05))
484
+ * **roadmaps:** add work-engine hooks roadmap, mark P1 complete ([f6a867d](https://github.com/event4u-app/agent-config/commit/f6a867d3a95912a1c4c03c139870587bfe95393b))
485
+ * **roadmap:** close R3 Phase 6 Step 1 + GT-U1 progress ([b80140e](https://github.com/event4u-app/agent-config/commit/b80140ee9f9b6796779dd251ad1a51213480039b))
486
+ * **roadmap:** close R3 Phase 5 — UI skills repositioned ([97dafbc](https://github.com/event4u-app/agent-config/commit/97dafbc22b7142e210d7e742196546ac701ef455))
487
+ * **roadmap:** close R3 Phase 4 — mixed orchestration shipped ([040fb43](https://github.com/event4u-app/agent-config/commit/040fb4314a26e57b408baaa6dbc9f9b297ef70ce))
488
+ * **roadmaps:** close Phase 2 Step 5 of product-UI track ([f4df4f3](https://github.com/event4u-app/agent-config/commit/f4df4f301fa0de9cf6d39910b2e3e9cb1e55737a))
489
+ * mark product UI track phase 3 complete ([8d982af](https://github.com/event4u-app/agent-config/commit/8d982af0bc40f1e4ce1da7f0837ae8c05a13ad19))
490
+ * **roadmaps:** close and archive road-to-stable-chat-history ([41affe3](https://github.com/event4u-app/agent-config/commit/41affe3014d2ccc472bab9e464f380acbf8763f0))
491
+ * **roadmaps:** annotate Phase 5 dogfood steps with synthetic-CLI evidence ([6ce5374](https://github.com/event4u-app/agent-config/commit/6ce5374852658c68b4bcdca330a62ec22ae03462))
492
+ * **roadmaps:** regenerate progress dashboard for chat-history Phases 2-4 ([2d60d42](https://github.com/event4u-app/agent-config/commit/2d60d42c4367f672ffb8409e627c7b183004fe04))
493
+ * **chat-history:** mark Phases 2/3/4 done; refresh count snapshots ([8602aef](https://github.com/event4u-app/agent-config/commit/8602aef13c15a1fde1e2b4dcc5849d6e96e66c6e))
494
+ * **chat-history:** document platform hooks and complete Phase 1 ([1ad00f4](https://github.com/event4u-app/agent-config/commit/1ad00f4158ac2bc18ef77d06e8e2e91cb1392e20))
495
+ * **roadmap:** add road-to-stable-chat-history ([e8b19c3](https://github.com/event4u-app/agent-config/commit/e8b19c3488ba26a7645dc76ed88969f76290d8bd))
496
+ * **command-suggestion:** README + AGENTS + CHANGELOG (Phase 7 Steps 5,7) ([5e411e3](https://github.com/event4u-app/agent-config/commit/5e411e3c2b7ea11fe9bb3bf4a191944babd801bb))
497
+ * **command-suggester:** GT-CS goldens, ADR, flow doc (Phase 7 Steps 1,3,6) ([ed3b476](https://github.com/event4u-app/agent-config/commit/ed3b476802f109ab58ba6ccfd6fd805085d2af46))
498
+ * **command-writing:** document suggestion frontmatter requirements ([c798a48](https://github.com/event4u-app/agent-config/commit/c798a48a87cce5f5658a87da3cd5f01a707de815))
499
+ * **telemetry:** Phase 7 — onboarding hint, AGENTS/README pointer, ADR, changelog ([cc69615](https://github.com/event4u-app/agent-config/commit/cc69615b09331dddd4aad891528cc39dd1bb2549))
500
+ * **roadmap:** mark Phase 6 dogfooding done — Steps 1-3 closed, Step 4 deferred ([d278e58](https://github.com/event4u-app/agent-config/commit/d278e5836ffff34126b0d323a3b4d1e9799453ec))
501
+ * **telemetry:** privacy contract and Phase 5 progress ([a2a9d3e](https://github.com/event4u-app/agent-config/commit/a2a9d3e03d1ac01498218bd65ef19363ac43da4a))
502
+ * **telemetry:** add artifact-engagement-flow context doc ([e98569e](https://github.com/event4u-app/agent-config/commit/e98569efdfe72650dc11f6e0ae583a4e55f53164))
503
+ * **roadmap:** mark Phase 2 of artifact-engagement-telemetry done ([87da655](https://github.com/event4u-app/agent-config/commit/87da6552db02ece055161ccf97a62c66f7498858))
504
+ * **roadmap:** close Phase 1 of artifact-engagement-telemetry ([6275e5c](https://github.com/event4u-app/agent-config/commit/6275e5cfb3f9a61498bcdbd0b71ee9a160798208))
505
+ * **cloud-trigger-fixtures:** add Phase 6 v0 fixture set + methodology ([cafaaa0](https://github.com/event4u-app/agent-config/commit/cafaaa0962ab6e5099d90e57886a52bce0473ec5))
506
+ * **roadmap:** mark Phase 5 Step 4 as deferred after mechanical verification ([f14fa34](https://github.com/event4u-app/agent-config/commit/f14fa34017407029c5462b8b65c513a9f55aaab1))
507
+ * **showcase:** add behavioral examples with file anchors ([dade31a](https://github.com/event4u-app/agent-config/commit/dade31a3de647bd743fdc95c803d18e97b8586f9))
508
+ * **roadmap:** mark Phase 5 Step 3 done — cloud-release workflow ([c94bde2](https://github.com/event4u-app/agent-config/commit/c94bde2164a2152871e16556abdb6ea7fd82cacd))
509
+ * **roadmap:** mark Phase 5 Step 2 done — install paths documented ([401c005](https://github.com/event4u-app/agent-config/commit/401c005a8726c9482db705cb4ab7bc6252708f01))
510
+ * **install:** document four install paths — local, plugin, cloud, Linear ([6df2995](https://github.com/event4u-app/agent-config/commit/6df29950151f3fb316ea1faf3caf781287d5660b))
511
+ * **roadmap:** close Phase 5 Step 1 + Open Question #4 ([2a2b4d6](https://github.com/event4u-app/agent-config/commit/2a2b4d671152d84b8fc5a2428aabfc3ff8fba854))
512
+ * **roadmap:** mark Phase 4 done — Cloud-Aware Documentation Pass ([2e8c7f6](https://github.com/event4u-app/agent-config/commit/2e8c7f629df2ed1471e703aa741cdfe9824f9d10))
513
+ * **roadmap:** mark Phase 2 done + Phase 3 Step 1 done ([9ed6819](https://github.com/event4u-app/agent-config/commit/9ed681972dbdd36e4457196ff969203b28cb8e94))
514
+ * **cloud:** document cloud-bundle pipeline + smoke protocol ([d6c1fcb](https://github.com/event4u-app/agent-config/commit/d6c1fcba68a5e4e695b6009427e66756240dd74d))
515
+ * **roadmap:** road-to-universal-distribution + cloud-compat audit tool ([db80039](https://github.com/event4u-app/agent-config/commit/db800394da5f0bda6fde297fd59d124abeb2af2f))
516
+ * **rules:** promote chat-history Iron Law to three gates with heartbeat ([c638da7](https://github.com/event4u-app/agent-config/commit/c638da7ef55a7685455161124e88ca569e99501b))
517
+ * **rules:** rewrite chat-history rule to mandate turn-check first ([a8f69aa](https://github.com/event4u-app/agent-config/commit/a8f69aa13dc8bdcfacb35898a6e0f7f2915176d5))
518
+ * **roadmap:** archive R2 prompt-driven execution + regenerate dashboard ([32b9022](https://github.com/event4u-app/agent-config/commit/32b90228e6b139683c1bf6f7f296f7d579463a07))
519
+ * **work_engine:** R2 README, AGENTS, ADR, changelog, flow doc (R2-P6) ([a94b44f](https://github.com/event4u-app/agent-config/commit/a94b44f16c3080a5e1e15fa2dd6eba87404103aa))
520
+ * **roadmap:** mark P7-S1 complete (task ci end-to-end green) ([0e29381](https://github.com/event4u-app/agent-config/commit/0e29381ec661a3936e7245f884bf10fd64e0c0f3))
521
+ * **flow:** document Replay protocol — Strict-Verb contract (R1-P6-S5) ([05056c5](https://github.com/event4u-app/agent-config/commit/05056c5c6bb032b048952ffaa024e832d41250a1))
522
+ * **roadmap:** mark P6-S4 complete (CHECKSUMS audit) ([d47e87b](https://github.com/event4u-app/agent-config/commit/d47e87bab805c60310d6739f61b0cb97e527376f))
523
+ * **roadmap:** mark P6-S3 complete; regen dashboard ([228c1d7](https://github.com/event4u-app/agent-config/commit/228c1d71e7f7e60c4769d6cbba0fa1da520b7f4a))
524
+ * **roadmap:** mark P6-S1 + P6-S2 complete; regen dashboard ([69a58bd](https://github.com/event4u-app/agent-config/commit/69a58bde28b187762b6d7fe8abc28266cfcec068))
525
+ * **roadmap:** mark R1 P5 S3 done — Phase 5 complete ([649cd2a](https://github.com/event4u-app/agent-config/commit/649cd2a5b3b159313688d28028893b21e0f25e2c))
526
+ * **command-routing:** document /implement-ticket dispatching to work_engine (R1 P5 S3) ([5d2b2df](https://github.com/event4u-app/agent-config/commit/5d2b2df705ee56f06b59f2a13bfa6dce8344326e))
527
+ * **roadmap:** mark R1 P5 S1+S2 done ([9db66bc](https://github.com/event4u-app/agent-config/commit/9db66bc642fc7169e86aa7b98c71d2b0a99e44aa))
528
+ * **php-patterns:** polymorphism guardrails for discriminator-switch antipattern ([255013a](https://github.com/event4u-app/agent-config/commit/255013a391560e2b1278ac7317d11a3ad7238da9))
529
+ * **learnings:** harden non-duplication gate with mandatory search protocol ([f345809](https://github.com/event4u-app/agent-config/commit/f3458099abb506741fda50a1d9dc3c910836a609))
530
+ * **roadmap:** mark R1 Phase 4 (dispatcher generalization) complete ([756fa7b](https://github.com/event4u-app/agent-config/commit/756fa7b89de01a4f6211d45e725717834cf02e74))
531
+ * **roadmaps:** mark R1 Phase 3 complete (rename + shim + tests) ([7e44967](https://github.com/event4u-app/agent-config/commit/7e44967029906bf8cb4446d79c8ad942be076fd8))
532
+ * remove internal agents/ links from shipped artifacts + roadmap tweaks ([aadebd7](https://github.com/event4u-app/agent-config/commit/aadebd7f53d6afda1fc6ce40f74b0a2215f14410))
533
+
534
+ ### Refactoring
535
+
536
+ * **rules:** hoist Iron Laws to top and harden chat-history ([a69bc32](https://github.com/event4u-app/agent-config/commit/a69bc32ec4529ebe6558105bab1c52414d423436))
537
+ * **work_engine:** rename UI _phase3_stub to _passthrough ([b67aa7c](https://github.com/event4u-app/agent-config/commit/b67aa7c1a155daa5e1cdb10b3c73669fd32b0c39))
538
+ * **chat-history:** slim rule under 200-line limit; extract handshake details ([6949799](https://github.com/event4u-app/agent-config/commit/69497995deb440fe2d8a3387eddbb2e7e7cf095c))
539
+ * **implement-ticket:** switch wrapper to .work-state.json + work_engine path (R1 P5 S1+S2) ([2f074d4](https://github.com/event4u-app/agent-config/commit/2f074d4f1bc4576b4d6e8571f37b755bc8373af1))
540
+ * **work_engine:** wrap CLI boundary in WorkState v1 (R1 P4 S1) ([5b2b5c3](https://github.com/event4u-app/agent-config/commit/5b2b5c301b7d3368bf0c00ae785e43fbb2a9a31b))
541
+ * **engine:** repackage steps/ → directives/backend/ (R1 P4 S3) ([fb3abca](https://github.com/event4u-app/agent-config/commit/fb3abca243be446aee784caccc64b3d5653dd51c))
542
+ * **engine:** switch internal callers to work_engine (R1 P3 S3) ([c3d1bff](https://github.com/event4u-app/agent-config/commit/c3d1bff90bf663a89f430a1550db1affd34a424c))
543
+ * **engine:** rename implement_ticket → work_engine (R1 P3 S1+S2) ([3fdb78b](https://github.com/event4u-app/agent-config/commit/3fdb78bd558fa9625e7fb8f301adb4fe9d7a07ae))
544
+ * **artifacts:** route shipped artifacts through ./agent-config CLI ([c8158b2](https://github.com/event4u-app/agent-config/commit/c8158b2ac42e17fb302fc658a277abb2129f9a60))
545
+
546
+ ### Tests
547
+
548
+ * **golden:** pin GT-U13/U14/U15 — a11y polish, a11y ceiling, preview-fail ([05f9eb2](https://github.com/event4u-app/agent-config/commit/05f9eb21aa236a1088f85ab12c93a845355bfc13))
549
+ * **golden:** extend capture/harness for a11y findings and preview envelope ([6c385c4](https://github.com/event4u-app/agent-config/commit/6c385c4f71265a6c962fb067a54f0a558b3c08a0))
550
+ * **golden:** pin GT-U5 mixed flow and GT-U6A/B stack dispatch ([16550b8](https://github.com/event4u-app/agent-config/commit/16550b829cdf5f26532e7d4a51974ad13fbbcfcd))
551
+ * **golden:** drop per-baseline reproduction-notes ([9b3e63b](https://github.com/event4u-app/agent-config/commit/9b3e63beea198fe20cfcedb3560dfa026e5201aa))
552
+ * **golden:** add GT-U1 ui-build happy path + refresh GT-P1..P4 baselines ([15e36e9](https://github.com/event4u-app/agent-config/commit/15e36e94a5fec8623fc9e8f12b438d6e34edb341))
553
+ * **work-engine:** add full-flow integration tests for mixed directive set ([eccfe66](https://github.com/event4u-app/agent-config/commit/eccfe6686abd747c29b1e293254db99a913cf331))
554
+ * **work_engine:** defense-in-depth dispatcher and rule-content gates for ui audit ([8b9ea7b](https://github.com/event4u-app/agent-config/commit/8b9ea7b0ab018aa9879d72c9699e07731562f61f))
555
+ * **chat-history:** automated crash-recovery coverage for hook path ([b86e0a9](https://github.com/event4u-app/agent-config/commit/b86e0a9985c4e3e51181a08cbe07f1175156abb2))
556
+ * **telemetry:** redaction validator coverage (Phase 5) ([dc3e2de](https://github.com/event4u-app/agent-config/commit/dc3e2de49a3f7a49a653b05106393e43f29bbe10))
557
+ * **telemetry:** aggregator + renderer + telemetry:report CLI ([788907a](https://github.com/event4u-app/agent-config/commit/788907ac183ed4c258df850d7502d0a189b22902))
558
+ * **telemetry:** cost-floor invariants for disabled state ([c0da561](https://github.com/event4u-app/agent-config/commit/c0da56193891294a60dea1db22a3b39c072a690b))
559
+ * **telemetry:** boundary, settings, CLI coverage (25 cases) ([781ef0d](https://github.com/event4u-app/agent-config/commit/781ef0d4720aed21e30faf3e24073d8e9a46fe04))
560
+ * **cloud:** regression test asserting T3-H tier stays 0 in shipped sources ([3f0eaac](https://github.com/event4u-app/agent-config/commit/3f0eaacfa5b1a17da7fa1b9d6a26df1ff2bfd4d6))
561
+ * **golden:** capture GT-P1..GT-P4 prompt-driven baselines (R2-P5) ([c3343df](https://github.com/event4u-app/agent-config/commit/c3343dfce7edb4dbd23d6ae80f185ed92367ec61))
562
+ * **engine:** migrate test suite to tests/work_engine/ (R1 P3 S4) ([eb73ae0](https://github.com/event4u-app/agent-config/commit/eb73ae0532bdfe4a8aa92f842d10243adf91cbdd))
563
+
564
+ ### CI
565
+
566
+ * **consistency:** gate cloud-bundle, linear-digest, marketplace on PRs ([9d855af](https://github.com/event4u-app/agent-config/commit/9d855af5d47592e9e7f0c429f1a7445c736eaa26))
567
+
568
+ ### Chores
569
+
570
+ * close roadmaps ([bcfaa0f](https://github.com/event4u-app/agent-config/commit/bcfaa0f5d30a8d15d390a15654aaa80cdaccb102))
571
+ * archive road-to-visual-review-loop (R4 complete) ([706bff8](https://github.com/event4u-app/agent-config/commit/706bff8e331cbd29f1456928a1b09536170a5a4b))
572
+ * **roadmap:** sync dashboard after R4 expansion (47%, 2 open) ([a36736f](https://github.com/event4u-app/agent-config/commit/a36736f8f67185d99b2bab9009de8bb186893165))
573
+ * **roadmap:** archive R3.1 — Product UI Track Follow-up Goldens (100%) ([f740abf](https://github.com/event4u-app/agent-config/commit/f740abf33c811e060ecd1df7b8beb6bbd392c232))
574
+ * **roadmap:** sync dashboard after R3.1 progress (89%) ([fcd18b0](https://github.com/event4u-app/agent-config/commit/fcd18b07d03c5407334e4d43fed39d1e0e4ce31a))
575
+ * **roadmap:** mark Universal Distribution AC #2 (quality gates) done ([6c44878](https://github.com/event4u-app/agent-config/commit/6c44878f7e1631234b40027be1d0c4cf8b3fed2d))
576
+ * **roadmap:** complete and archive Product UI track (R3) ([baffc43](https://github.com/event4u-app/agent-config/commit/baffc4375b9bbcf9f6c2ea2d9b7001a895d68437))
577
+ * **roadmap:** mark Phase 7 complete + refresh dashboard ([d03595b](https://github.com/event4u-app/agent-config/commit/d03595b3a41d6bfb39f483f7137c810a94bcf964))
578
+ * **roadmaps:** close Phase 6 of road-to-product-ui-track ([8f61910](https://github.com/event4u-app/agent-config/commit/8f61910ed91adc6a2af318b13672abcb947d424e))
579
+ * **sync:** wire pre-commit marketplace lint into installer ([a163d64](https://github.com/event4u-app/agent-config/commit/a163d64443fe6574ade62be5d074c254b884c155))
580
+ * **marketplace:** list react-shadcn-ui skill ([24788ec](https://github.com/event4u-app/agent-config/commit/24788ec6e02bfad824fe44272649229ccf2cb9de))
581
+ * **roadmaps:** close work-engine-hooks roadmap + regenerate dashboard ([e841ba4](https://github.com/event4u-app/agent-config/commit/e841ba435fa27f35ae843fadf72a69b24ae6b478))
582
+ * **compress:** regenerate compressed siblings + sync tool projections ([a62ba2b](https://github.com/event4u-app/agent-config/commit/a62ba2b61307b424077e08bd7125aa480d6807bc))
583
+ * **docs:** bump skill count to 128 after react-shadcn-ui addition ([305fb28](https://github.com/event4u-app/agent-config/commit/305fb28e7abb7942210cae8599da64cfe0aee53b))
584
+ * **compress:** catchup compressed siblings for work_engine UI + mixed directives ([746f5cc](https://github.com/event4u-app/agent-config/commit/746f5ccb667e067ad312e2a8ccc2025dc66c2c98))
585
+ * **marketplace:** register chat-history-checkpoint and three drifted skills ([505a84b](https://github.com/event4u-app/agent-config/commit/505a84b2f722b92b752eefb1cf8766c6fad27089))
586
+ * **tools:** regenerate multi-agent tool projections ([18ddf84](https://github.com/event4u-app/agent-config/commit/18ddf84edd1e6b19341aa169bb12db40df43d7c1))
587
+ * **rules:** harden language-and-tone Iron Law against momentum slip ([6d613c2](https://github.com/event4u-app/agent-config/commit/6d613c22ba74b34576909698f4ac732ccf882f7f))
588
+ * **roadmap:** mark R3 Phase 1 done in road-to-product-ui-track ([c5dbaec](https://github.com/event4u-app/agent-config/commit/c5dbaec4b7413287f6d87e0c17e1b38050433d9c))
589
+ * **goldens:** recapture baselines for R3 Phase 1 schema bump ([62d9331](https://github.com/event4u-app/agent-config/commit/62d9331ba33b88e0e8e8be305d46d9fbe3dc2e9b))
590
+ * **roadmap:** archive context-aware-command-suggestion roadmap ([6c3dff1](https://github.com/event4u-app/agent-config/commit/6c3dff17cc570fafb865596b24c6845ea0a3d0a4))
591
+ * **generate-tools:** regenerate .windsurfrules after compression alignment ([8b03959](https://github.com/event4u-app/agent-config/commit/8b03959a2668a15d7ba37610c498967663a9b73b))
592
+ * **roadmap:** regen tool projections + close command-suggestion roadmap ([9a58190](https://github.com/event4u-app/agent-config/commit/9a58190bf77db481f7103c91ad6e9dec4020d261))
593
+ * **roadmap:** mark Phase 1+2 of context-aware command suggestion done ([e2adbff](https://github.com/event4u-app/agent-config/commit/e2adbffa54ed26cdb66456885a7915257b338b59))
594
+ * **roadmap:** archive artefact-engagement-telemetry roadmap ([57d3db9](https://github.com/event4u-app/agent-config/commit/57d3db991a5108cdc5f6b8048afcdc366ce00b07))
595
+ * **roadmap:** mark Phase 4 done in artifact-engagement-telemetry ([347ccb6](https://github.com/event4u-app/agent-config/commit/347ccb6993328631306fa9562c58d3f5a4dab02f))
596
+ * **roadmap:** mark Phase 3 done in artifact-engagement-telemetry ([1cdd52a](https://github.com/event4u-app/agent-config/commit/1cdd52a16e4f21d87b4f635619836ae7668425f5))
597
+ * **settings:** wire telemetry.artifact_engagement namespace (Phase 1 step 2+3) ([13aa723](https://github.com/event4u-app/agent-config/commit/13aa7238a5b534354dbe343f81ed00276c502fd9))
598
+ * **sync:** regenerate counts, hashes, and tool projections ([7016ab5](https://github.com/event4u-app/agent-config/commit/7016ab5085b8680e82efbe8df2ec4f94c80f0ea5))
599
+ * **mcp:** add agent-memory MCP server config ([dc9fd65](https://github.com/event4u-app/agent-config/commit/dc9fd659501f9b89577bc2ceba6f7d42ec63b6d2))
600
+ * **taskfile:** wire sync-agent-settings into task sync ([76fd544](https://github.com/event4u-app/agent-config/commit/76fd544d7e80217a0fd359fb9c0c97a27b3a4e71))
601
+ * **rules:** make cli-output-handling task-invocation portable ([08b40a8](https://github.com/event4u-app/agent-config/commit/08b40a883287c82d586ac5300521e2014a3dbd8f))
602
+ * **rules:** add consistency iron law for numbered-option recommendations ([1bc6a65](https://github.com/event4u-app/agent-config/commit/1bc6a6535073d49a31b669fb22ac506ff101a6e6))
603
+ * **rules:** make rtk the default for verbose CLI output ([6d506c7](https://github.com/event4u-app/agent-config/commit/6d506c7037820bb50d4c794100ccd47bd9e119a0))
604
+ * **docs:** bump rule count 46 → 47 after direct-answers add ([0e35f1f](https://github.com/event4u-app/agent-config/commit/0e35f1f2c57dd01fe77353a1da53c6019834db62))
605
+ * **rules:** harden chat-history with no-fake-marker clause ([7d57be8](https://github.com/event4u-app/agent-config/commit/7d57be81278b66cc23d5d6093ff6e06c6aa3948f))
606
+ * **sync:** regenerate chat-history projections after heartbeat update ([583f284](https://github.com/event4u-app/agent-config/commit/583f28466ed19d8a8220441d0e4b11421b6d016c))
607
+ * **sync:** regenerate chat-history projections ([6e0357e](https://github.com/event4u-app/agent-config/commit/6e0357e73c9b0ae5cfe217fcd80507c004fbf58d))
608
+ * **gitignore:** catch dot-prefixed staging variants under tests/golden/ ([6d37549](https://github.com/event4u-app/agent-config/commit/6d37549f47aa90f06bad96901988ac4db1af6973))
609
+ * **tools:** regenerate .windsurfrules after rule edits ([a5a0bfe](https://github.com/event4u-app/agent-config/commit/a5a0bfe1cffbc461692db85e96b4bc292ecdeb21))
610
+ * add mcp for ai ([0dd133a](https://github.com/event4u-app/agent-config/commit/0dd133a92b239764d451b5764e0408a9d84c74dc))
611
+
612
+ ### Other
613
+
614
+ * R1-P2: state schema v1 + v0 to v1 migration ([e7b1469](https://github.com/event4u-app/agent-config/commit/e7b1469443d9bd2496ab9f61f76c508698ac7516))
615
+ * R1-P2-FIX: scope outer pytest away from golden sandbox ([f2414d8](https://github.com/event4u-app/agent-config/commit/f2414d8e0a5d6a85d96f6a886dbb2a8ef13705fb))
616
+ * R1-P1-LOCK: freeze implement-ticket behavioural baseline ([21a7a96](https://github.com/event4u-app/agent-config/commit/21a7a96e705642a6ea59682d28791e28650446e3))
617
+ * R1-P1: capture sandbox + Golden Transcripts for implement-ticket ([f0073c7](https://github.com/event4u-app/agent-config/commit/f0073c7fcfc6cc6a6080eb69cc4c33e922265fd5))
618
+
10
619
  ## [1.13.0](https://github.com/event4u-app/agent-config/compare/1.12.0...1.13.0) (2026-04-27)
11
620
 
12
621
  ### Features