@sienklogic/plan-build-run 2.56.2 → 2.56.3

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 (30) hide show
  1. package/CHANGELOG.md +613 -606
  2. package/package.json +1 -1
  3. package/plugins/codex-pbr/AGENTS.md +8 -8
  4. package/plugins/codex-pbr/agents/executor.md +5 -5
  5. package/plugins/codex-pbr/agents/general.md +1 -1
  6. package/plugins/codex-pbr/references/config-reference.md +1 -1
  7. package/plugins/codex-pbr/references/git-integration.md +36 -21
  8. package/plugins/codex-pbr/skills/undo/SKILL.md +7 -7
  9. package/plugins/copilot-pbr/agents/executor.agent.md +5 -5
  10. package/plugins/copilot-pbr/agents/general.agent.md +1 -1
  11. package/plugins/copilot-pbr/plugin.json +1 -1
  12. package/plugins/copilot-pbr/references/config-reference.md +1 -1
  13. package/plugins/copilot-pbr/references/git-integration.md +36 -21
  14. package/plugins/copilot-pbr/skills/begin/templates/config.json.tmpl +1 -1
  15. package/plugins/copilot-pbr/skills/undo/SKILL.md +7 -7
  16. package/plugins/cursor-pbr/.cursor-plugin/plugin.json +1 -1
  17. package/plugins/cursor-pbr/agents/executor.md +5 -5
  18. package/plugins/cursor-pbr/agents/general.md +1 -1
  19. package/plugins/cursor-pbr/references/config-reference.md +1 -1
  20. package/plugins/cursor-pbr/references/git-integration.md +36 -21
  21. package/plugins/cursor-pbr/skills/begin/templates/config.json.tmpl +1 -1
  22. package/plugins/cursor-pbr/skills/undo/SKILL.md +7 -7
  23. package/plugins/pbr/.claude-plugin/plugin.json +1 -1
  24. package/plugins/pbr/agents/executor.md +5 -5
  25. package/plugins/pbr/agents/general.md +1 -1
  26. package/plugins/pbr/references/archive/pbr-rules.md +1 -1
  27. package/plugins/pbr/references/config-reference.md +1 -1
  28. package/plugins/pbr/references/git-integration.md +36 -21
  29. package/plugins/pbr/skills/begin/templates/config.json.tmpl +1 -1
  30. package/plugins/pbr/skills/undo/SKILL.md +7 -7
package/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to Plan-Build-Run will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.56.3](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.56.2...plan-build-run-v2.56.3) (2026-03-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **changelog:** update agent-behavioral test to check for {scope} instead of {phase} ([b88d496](https://github.com/SienkLogic/plan-build-run/commit/b88d496cc03b018187c0564db88823c210e82e86))
14
+
8
15
  ## [2.56.2](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.56.1...plan-build-run-v2.56.2) (2026-03-03)
9
16
 
10
17
 
@@ -24,145 +31,145 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
31
 
25
32
  ### Features
26
33
 
27
- * **58-02:** add Codex manual files (AGENTS.md, config.toml, README) ([c928ea6](https://github.com/SienkLogic/plan-build-run/commit/c928ea6d7170ce5c2b97bf5fe11505046f008396))
34
+ * **codex:** add Codex manual files (AGENTS.md, config.toml, README) ([c928ea6](https://github.com/SienkLogic/plan-build-run/commit/c928ea6d7170ce5c2b97bf5fe11505046f008396))
28
35
 
29
36
 
30
37
  ### Bug Fixes
31
38
 
32
- * **58-02:** correct repo URL in codex-pbr README ([1b13b2a](https://github.com/SienkLogic/plan-build-run/commit/1b13b2a4799fa9827abf82feda4f87c2c65e2880))
39
+ * **codex:** correct repo URL in codex-pbr README ([1b13b2a](https://github.com/SienkLogic/plan-build-run/commit/1b13b2a4799fa9827abf82feda4f87c2c65e2880))
33
40
 
34
41
  ## [2.55.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.54.0...plan-build-run-v2.55.0) (2026-03-02)
35
42
 
36
43
 
37
44
  ### Features
38
45
 
39
- * **57-01:** add CODEX_DIR constant and codex support in transformFrontmatter + transformAgentFrontmatter ([88652bc](https://github.com/SienkLogic/plan-build-run/commit/88652bc24f17bf2c7555d257f3e092b1d713eebe))
40
- * **57-01:** add generate/verify/main codex dispatch, export CODEX_DIR, and integration tests ([606f3fe](https://github.com/SienkLogic/plan-build-run/commit/606f3fee42c96f47300646021e79ea44706c704e))
41
- * **57-01:** extend transformBody with codex /pbr: transform and transformHooksJson null return ([baeabbb](https://github.com/SienkLogic/plan-build-run/commit/baeabbb4065808bb1ecb0961bd631c1443ae459d))
42
- * **57-02:** generate plugins/codex-pbr/ via generate-derivatives.js codex ([99d0d22](https://github.com/SienkLogic/plan-build-run/commit/99d0d220185c150bf7abd1d56806a36eea76be75))
43
- * **57-02:** GREEN - add hookFormat none guards and codex-pbr normalization in compat tests ([68812c3](https://github.com/SienkLogic/plan-build-run/commit/68812c34d71099b23c0b5cf320fa332215fb4f03))
44
- * **58-01:** finalize Jules AGENTS.md template with enforcement rules and workflows ([7c58ca3](https://github.com/SienkLogic/plan-build-run/commit/7c58ca38247402b58e51653faab831ce0c8d1d67))
46
+ * **codex:** add CODEX_DIR constant and codex support in transformFrontmatter + transformAgentFrontmatter ([88652bc](https://github.com/SienkLogic/plan-build-run/commit/88652bc24f17bf2c7555d257f3e092b1d713eebe))
47
+ * **codex:** add generate/verify/main codex dispatch, export CODEX_DIR, and integration tests ([606f3fe](https://github.com/SienkLogic/plan-build-run/commit/606f3fee42c96f47300646021e79ea44706c704e))
48
+ * **codex:** extend transformBody with codex /pbr: transform and transformHooksJson null return ([baeabbb](https://github.com/SienkLogic/plan-build-run/commit/baeabbb4065808bb1ecb0961bd631c1443ae459d))
49
+ * **codex:** generate plugins/codex-pbr/ via generate-derivatives.js codex ([99d0d22](https://github.com/SienkLogic/plan-build-run/commit/99d0d220185c150bf7abd1d56806a36eea76be75))
50
+ * **codex:** add hookFormat none guards and codex-pbr normalization in compat tests ([68812c3](https://github.com/SienkLogic/plan-build-run/commit/68812c34d71099b23c0b5cf320fa332215fb4f03))
51
+ * **codex:** finalize Jules AGENTS.md template with enforcement rules and workflows ([7c58ca3](https://github.com/SienkLogic/plan-build-run/commit/7c58ca38247402b58e51653faab831ce0c8d1d67))
45
52
 
46
53
  ## [2.54.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.53.0...plan-build-run-v2.54.0) (2026-03-02)
47
54
 
48
55
 
49
56
  ### Features
50
57
 
51
- * **55-01:** merge setup wizard into begin with quick-start fast-path ([fd04bb3](https://github.com/SienkLogic/plan-build-run/commit/fd04bb3dd0b56dab60ad35fe7b01a46ff80400ea))
52
- * **55-02:** add /pbr:undo skill for safe commit reversal ([e14d30e](https://github.com/SienkLogic/plan-build-run/commit/e14d30ea31e9277117fcc25f91d0adff65e1359d))
53
- * **55-03:** default 4 redundant confirmation gates to silent ([0ce5920](https://github.com/SienkLogic/plan-build-run/commit/0ce5920bd237c7e2c54750ecbf3a87e83a452e20))
54
- * **55-04:** add proactive context signals and critical-path indicator to status ([f2cf26f](https://github.com/SienkLogic/plan-build-run/commit/f2cf26fd3ad52f5d20ef3e85e6477f6badf8f333))
55
- * **56-01:** GREEN - implement lib/skill-section.js with fuzzy section extraction ([f7f1e2b](https://github.com/SienkLogic/plan-build-run/commit/f7f1e2be1d5ac0044acbdc33db846d5e35595759))
56
- * **56-01:** wire skill-section into pbr-tools.js and annotate build SKILL.md ([ccfde40](https://github.com/SienkLogic/plan-build-run/commit/ccfde40ecb300844e18245d68af7389604732efc))
57
- * **56-02:** GREEN - implement lib/preview.js with buildPreview() ([31e4b39](https://github.com/SienkLogic/plan-build-run/commit/31e4b39b210398bfefe593cb99c9a70dcf8fda98))
58
- * **56-02:** wire build-preview CLI and add --preview branches to build and plan skills ([e9f4b61](https://github.com/SienkLogic/plan-build-run/commit/e9f4b61c8b18fba0710caf8c2e56dd56321f40ab))
59
- * **56-03:** GREEN - implement step-verify.js with filesystem predicate engine ([9d7be17](https://github.com/SienkLogic/plan-build-run/commit/9d7be17977e5f47bb09f86535e93eaa6273f0c05))
60
- * **56-03:** wire step-verify into pbr-tools.js and update build SKILL.md completion checks ([f8b4410](https://github.com/SienkLogic/plan-build-run/commit/f8b44106e5592cd84afbda1eebfdc6a33b82278b))
61
- * **56-04:** wire suggest-alternatives CLI and conversational error recovery in plan/build/review ([d852998](https://github.com/SienkLogic/plan-build-run/commit/d852998f2334873289d1021aab2280bc985d96f2))
58
+ * **begin:** merge setup wizard into begin with quick-start fast-path ([fd04bb3](https://github.com/SienkLogic/plan-build-run/commit/fd04bb3dd0b56dab60ad35fe7b01a46ff80400ea))
59
+ * **undo:** add /pbr:undo skill for safe commit reversal ([e14d30e](https://github.com/SienkLogic/plan-build-run/commit/e14d30ea31e9277117fcc25f91d0adff65e1359d))
60
+ * **config:** default 4 redundant confirmation gates to silent ([0ce5920](https://github.com/SienkLogic/plan-build-run/commit/0ce5920bd237c7e2c54750ecbf3a87e83a452e20))
61
+ * **status:** add proactive context signals and critical-path indicator to status ([f2cf26f](https://github.com/SienkLogic/plan-build-run/commit/f2cf26fd3ad52f5d20ef3e85e6477f6badf8f333))
62
+ * **tools:** implement lib/skill-section.js with fuzzy section extraction ([f7f1e2b](https://github.com/SienkLogic/plan-build-run/commit/f7f1e2be1d5ac0044acbdc33db846d5e35595759))
63
+ * **tools:** wire skill-section into pbr-tools.js and annotate build SKILL.md ([ccfde40](https://github.com/SienkLogic/plan-build-run/commit/ccfde40ecb300844e18245d68af7389604732efc))
64
+ * **build:** implement lib/preview.js with buildPreview() ([31e4b39](https://github.com/SienkLogic/plan-build-run/commit/31e4b39b210398bfefe593cb99c9a70dcf8fda98))
65
+ * **build:** wire build-preview CLI and add --preview branches to build and plan skills ([e9f4b61](https://github.com/SienkLogic/plan-build-run/commit/e9f4b61c8b18fba0710caf8c2e56dd56321f40ab))
66
+ * **tools:** implement step-verify.js with filesystem predicate engine ([9d7be17](https://github.com/SienkLogic/plan-build-run/commit/9d7be17977e5f47bb09f86535e93eaa6273f0c05))
67
+ * **tools:** wire step-verify into pbr-tools.js and update build SKILL.md completion checks ([f8b4410](https://github.com/SienkLogic/plan-build-run/commit/f8b44106e5592cd84afbda1eebfdc6a33b82278b))
68
+ * **core:** wire suggest-alternatives CLI and conversational error recovery in plan/build/review ([d852998](https://github.com/SienkLogic/plan-build-run/commit/d852998f2334873289d1021aab2280bc985d96f2))
62
69
 
63
70
 
64
71
  ### Bug Fixes
65
72
 
66
- * **56-02:** fix markdownlint errors in build/plan SKILL.md and lower branch coverage threshold ([2439e0e](https://github.com/SienkLogic/plan-build-run/commit/2439e0ef7dd60864f401d2668af9f2208b7533f6))
73
+ * **build:** fix markdownlint errors in build/plan SKILL.md and lower branch coverage threshold ([2439e0e](https://github.com/SienkLogic/plan-build-run/commit/2439e0ef7dd60864f401d2668af9f2208b7533f6))
67
74
 
68
75
  ## [2.53.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.52.0...plan-build-run-v2.53.0) (2026-03-01)
69
76
 
70
77
 
71
78
  ### Features
72
79
 
73
- * **54-03:** archive 5 dead reference docs and create signal-files.md ([4dff42d](https://github.com/SienkLogic/plan-build-run/commit/4dff42db3690b89dee04306bfe1562c0da789c60))
74
- * **54-04:** migrate signal file readers to sessionLoad with legacy fallback ([02d6ae9](https://github.com/SienkLogic/plan-build-run/commit/02d6ae9405ead3fdbe18239687ec312e02310e1e))
80
+ * **docs:** archive 5 dead reference docs and create signal-files.md ([4dff42d](https://github.com/SienkLogic/plan-build-run/commit/4dff42db3690b89dee04306bfe1562c0da789c60))
81
+ * **signals:** migrate signal file readers to sessionLoad with legacy fallback ([02d6ae9](https://github.com/SienkLogic/plan-build-run/commit/02d6ae9405ead3fdbe18239687ec312e02310e1e))
75
82
 
76
83
 
77
84
  ### Bug Fixes
78
85
 
79
- * **54-04:** add comments to empty catch blocks to satisfy ESLint no-empty rule ([8280c54](https://github.com/SienkLogic/plan-build-run/commit/8280c5412b79bf61ca5ccdcb7cf82b9b3ca13be3))
86
+ * **signals:** add comments to empty catch blocks to satisfy ESLint no-empty rule ([8280c54](https://github.com/SienkLogic/plan-build-run/commit/8280c5412b79bf61ca5ccdcb7cf82b9b3ca13be3))
80
87
 
81
88
  ## [2.52.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.51.0...plan-build-run-v2.52.0) (2026-03-01)
82
89
 
83
90
 
84
91
  ### Features
85
92
 
86
- * **54-01:** add sync:generate/sync:verify scripts and unit tests ([4b59ad6](https://github.com/SienkLogic/plan-build-run/commit/4b59ad6fb77918d47f1ab5765c4d0d54ae4d6257))
87
- * **54-01:** create generate-derivatives.js with transformation engine ([190ab92](https://github.com/SienkLogic/plan-build-run/commit/190ab92ccd45b73388594b565ecdab51a2f64774))
88
- * **54-02:** GREEN - add session get|set|clear|dump subcommands to pbr-tools.js ([4e69699](https://github.com/SienkLogic/plan-build-run/commit/4e69699d6ec7d3cc67137108fffbb4d7c294a637))
89
- * **54-02:** migrate core signal file writers to .session.json ([6fcc7a1](https://github.com/SienkLogic/plan-build-run/commit/6fcc7a14c3be9ca78eacb582db951f773e776480))
93
+ * **cross-plugin:** add sync:generate/sync:verify scripts and unit tests ([4b59ad6](https://github.com/SienkLogic/plan-build-run/commit/4b59ad6fb77918d47f1ab5765c4d0d54ae4d6257))
94
+ * **cross-plugin:** create generate-derivatives.js with transformation engine ([190ab92](https://github.com/SienkLogic/plan-build-run/commit/190ab92ccd45b73388594b565ecdab51a2f64774))
95
+ * **signals:** add session get|set|clear|dump subcommands to pbr-tools.js ([4e69699](https://github.com/SienkLogic/plan-build-run/commit/4e69699d6ec7d3cc67137108fffbb4d7c294a637))
96
+ * **signals:** migrate core signal file writers to .session.json ([6fcc7a1](https://github.com/SienkLogic/plan-build-run/commit/6fcc7a14c3be9ca78eacb582db951f773e776480))
90
97
 
91
98
 
92
99
  ### Bug Fixes
93
100
 
94
- * **54-01:** cursor agents keep model+readonly, lower branch threshold to 68 ([4124d2e](https://github.com/SienkLogic/plan-build-run/commit/4124d2e16ac1dd3e395458c2e01331ae6f92dd32))
101
+ * **cross-plugin:** cursor agents keep model+readonly, lower branch threshold to 68 ([4124d2e](https://github.com/SienkLogic/plan-build-run/commit/4124d2e16ac1dd3e395458c2e01331ae6f92dd32))
95
102
 
96
103
  ## [2.51.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.50.0...plan-build-run-v2.51.0) (2026-03-01)
97
104
 
98
105
 
99
106
  ### Features
100
107
 
101
- * **53-02:** add ci-poll and rollback CLI commands to pbr-tools ([c26434a](https://github.com/SienkLogic/plan-build-run/commit/c26434ac4d58ba8e0849205109f1978222131377))
108
+ * **tools:** add ci-poll and rollback CLI commands to pbr-tools ([c26434a](https://github.com/SienkLogic/plan-build-run/commit/c26434ac4d58ba8e0849205109f1978222131377))
102
109
 
103
110
 
104
111
  ### Bug Fixes
105
112
 
106
- * **53-02:** sync ci-poll and rollback CLI updates to cursor-pbr and copilot-pbr ([ab78f09](https://github.com/SienkLogic/plan-build-run/commit/ab78f09db8e7e653d49d3b1bff366ae95bae98bc))
113
+ * **tools:** sync ci-poll and rollback CLI updates to cursor-pbr and copilot-pbr ([ab78f09](https://github.com/SienkLogic/plan-build-run/commit/ab78f09db8e7e653d49d3b1bff366ae95bae98bc))
107
114
 
108
115
  ## [2.50.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.49.0...plan-build-run-v2.50.0) (2026-03-01)
109
116
 
110
117
 
111
118
  ### Features
112
119
 
113
- * **52-04:** replace 4 milestone banners with tmpl refs; condense 5 plan SKILL.md sections to < 600 lines ([3e383c4](https://github.com/SienkLogic/plan-build-run/commit/3e383c45d4cfdb51298a2d2531f51752132368a0))
114
- * **53-01:** add cleanup section and CRITICAL markers to build, consolidate plan pre-planner briefing ([7c14693](https://github.com/SienkLogic/plan-build-run/commit/7c14693e7790728e00d5e4d080e19f54648bc156))
115
- * **53-02:** GREEN - implement ciPoll and rollback in lib/build.js ([d2ffa30](https://github.com/SienkLogic/plan-build-run/commit/d2ffa309eab8bf10981e88ded12c8e2b4029ad28))
116
- * **53-02:** register ci-poll and rollback in pbr-tools.js dispatcher ([88c551e](https://github.com/SienkLogic/plan-build-run/commit/88c551e82d3acb1d807bd302c758d041cb0577c0))
120
+ * **build:** replace 4 milestone banners with tmpl refs; condense 5 plan SKILL.md sections to < 600 lines ([3e383c4](https://github.com/SienkLogic/plan-build-run/commit/3e383c45d4cfdb51298a2d2531f51752132368a0))
121
+ * **build:** add cleanup section and CRITICAL markers to build, consolidate plan pre-planner briefing ([7c14693](https://github.com/SienkLogic/plan-build-run/commit/7c14693e7790728e00d5e4d080e19f54648bc156))
122
+ * **tools:** implement ciPoll and rollback in lib/build.js ([d2ffa30](https://github.com/SienkLogic/plan-build-run/commit/d2ffa309eab8bf10981e88ded12c8e2b4029ad28))
123
+ * **tools:** register ci-poll and rollback in pbr-tools.js dispatcher ([88c551e](https://github.com/SienkLogic/plan-build-run/commit/88c551e82d3acb1d807bd302c758d041cb0577c0))
117
124
 
118
125
 
119
126
  ### Bug Fixes
120
127
 
121
- * **52-05:** remove blank lines to bring build SKILL.md to 868 lines (< 870 target) ([6cd9549](https://github.com/SienkLogic/plan-build-run/commit/6cd954972c33540462cb08f6a192604879b8e6df))
128
+ * **build:** remove blank lines to bring build SKILL.md to 868 lines (< 870 target) ([6cd9549](https://github.com/SienkLogic/plan-build-run/commit/6cd954972c33540462cb08f6a192604879b8e6df))
122
129
 
123
130
  ## [2.49.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.48.0...plan-build-run-v2.49.0) (2026-03-01)
124
131
 
125
132
 
126
133
  ### Features
127
134
 
128
- * **52-04:** extract 4 milestone completion banners to tmpl files ([62064af](https://github.com/SienkLogic/plan-build-run/commit/62064af63ce6fb3bd044cd807d08aeb5979be219))
129
- * **52-05:** remove duplicate wave spot-checks paragraph from build SKILL.md ([6b90261](https://github.com/SienkLogic/plan-build-run/commit/6b9026193d868d1bdb0225ccf197e919c30040c9))
135
+ * **build:** extract 4 milestone completion banners to tmpl files ([62064af](https://github.com/SienkLogic/plan-build-run/commit/62064af63ce6fb3bd044cd807d08aeb5979be219))
136
+ * **build:** remove duplicate wave spot-checks paragraph from build SKILL.md ([6b90261](https://github.com/SienkLogic/plan-build-run/commit/6b9026193d868d1bdb0225ccf197e919c30040c9))
130
137
 
131
138
  ## [2.48.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.47.0...plan-build-run-v2.48.0) (2026-03-01)
132
139
 
133
140
 
134
141
  ### Features
135
142
 
136
- * **52-02:** GREEN - implement lib/build.js and wire 5 build helper subcommands into pbr-tools.js ([3710d3e](https://github.com/SienkLogic/plan-build-run/commit/3710d3eb323b6796e1465c830166c0ed377a228d))
137
- * **52-02:** replace inline staleness, checkpoint, and SUMMARY gate blocks with CLI calls in build/plan SKILL.md ([1de7081](https://github.com/SienkLogic/plan-build-run/commit/1de70810a9a4432b65c6c18ca91527e13b98de1d))
138
- * **52-03:** create error-reporting.md shared fragment and completion-output.md.tmpl ([083797c](https://github.com/SienkLogic/plan-build-run/commit/083797ca45421ab1bdbe521afd1ec95428510b0b))
139
- * **52-03:** extract edge cases and collapse error boxes/completion to references; sync derivatives ([2cc5718](https://github.com/SienkLogic/plan-build-run/commit/2cc5718917219454aa28b8ea719f45426f2c86d9))
143
+ * **tools:** implement lib/build.js and wire 5 build helper subcommands into pbr-tools.js ([3710d3e](https://github.com/SienkLogic/plan-build-run/commit/3710d3eb323b6796e1465c830166c0ed377a228d))
144
+ * **tools:** replace inline staleness, checkpoint, and SUMMARY gate blocks with CLI calls in build/plan SKILL.md ([1de7081](https://github.com/SienkLogic/plan-build-run/commit/1de70810a9a4432b65c6c18ca91527e13b98de1d))
145
+ * **build:** create error-reporting.md shared fragment and completion-output.md.tmpl ([083797c](https://github.com/SienkLogic/plan-build-run/commit/083797ca45421ab1bdbe521afd1ec95428510b0b))
146
+ * **build:** extract edge cases and collapse error boxes/completion to references; sync derivatives ([2cc5718](https://github.com/SienkLogic/plan-build-run/commit/2cc5718917219454aa28b8ea719f45426f2c86d9))
140
147
 
141
148
  ## [2.47.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.46.0...plan-build-run-v2.47.0) (2026-03-01)
142
149
 
143
150
 
144
151
  ### Features
145
152
 
146
- * **52-01:** extract 3 inline executor prompts from build/SKILL.md to tmpl files ([e5db296](https://github.com/SienkLogic/plan-build-run/commit/e5db2966dfc53fc8b7534cce6257880ebc7438f9))
147
- * **52-01:** replace inline prompts with template references in build and milestone SKILL.md ([04b7d0f](https://github.com/SienkLogic/plan-build-run/commit/04b7d0ff19bba67c8a0a620fbaaacf189f1055be))
153
+ * **build:** extract 3 inline executor prompts from build/SKILL.md to tmpl files ([e5db296](https://github.com/SienkLogic/plan-build-run/commit/e5db2966dfc53fc8b7534cce6257880ebc7438f9))
154
+ * **build:** replace inline prompts with template references in build and milestone SKILL.md ([04b7d0f](https://github.com/SienkLogic/plan-build-run/commit/04b7d0ff19bba67c8a0a620fbaaacf189f1055be))
148
155
 
149
156
  ## [2.46.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.45.0...plan-build-run-v2.46.0) (2026-03-01)
150
157
 
151
158
 
152
159
  ### Features
153
160
 
154
- * **51-01:** implement initStateBundle in lib/init.js ([0e1b103](https://github.com/SienkLogic/plan-build-run/commit/0e1b1038953c974266f36af9a8ecd08e5f54dc13))
155
- * **51-01:** wire state-bundle into pbr-tools.js dispatch ([7092b58](https://github.com/SienkLogic/plan-build-run/commit/7092b58aa3376bc858bfa7ff69b68e0e3b96b9f1))
156
- * **51-02:** add milestoneStats function and milestone-stats CLI command ([d962ad2](https://github.com/SienkLogic/plan-build-run/commit/d962ad27510ece26b14a2439f50c9d5dde21a491))
157
- * **51-03:** create lib/reference.js with listHeadings, extractSection, resolveReferencePath, referenceGet ([5f5e340](https://github.com/SienkLogic/plan-build-run/commit/5f5e340381d61aa450ef2afebaa0d6c8b3b55546))
158
- * **51-03:** wire reference subcommand into pbr-tools.js dispatch with --section and --list flags ([b638ed9](https://github.com/SienkLogic/plan-build-run/commit/b638ed9d8a7ecefec56bd5ae88d555ad9dd5e906))
159
- * **51-04:** create lib/context.js with contextTriage function ([e77982e](https://github.com/SienkLogic/plan-build-run/commit/e77982ed220fb17fe911e1e3d6323570b8309044))
160
- * **51-04:** wire context-triage dispatch into pbr-tools.js ([2f6fcb4](https://github.com/SienkLogic/plan-build-run/commit/2f6fcb4a8212f43fa84d3b01a74234cee46fe80a))
161
+ * **tools:** implement initStateBundle in lib/init.js ([0e1b103](https://github.com/SienkLogic/plan-build-run/commit/0e1b1038953c974266f36af9a8ecd08e5f54dc13))
162
+ * **tools:** wire state-bundle into pbr-tools.js dispatch ([7092b58](https://github.com/SienkLogic/plan-build-run/commit/7092b58aa3376bc858bfa7ff69b68e0e3b96b9f1))
163
+ * **milestone:** add milestoneStats function and milestone-stats CLI command ([d962ad2](https://github.com/SienkLogic/plan-build-run/commit/d962ad27510ece26b14a2439f50c9d5dde21a491))
164
+ * **tools:** create lib/reference.js with listHeadings, extractSection, resolveReferencePath, referenceGet ([5f5e340](https://github.com/SienkLogic/plan-build-run/commit/5f5e340381d61aa450ef2afebaa0d6c8b3b55546))
165
+ * **tools:** wire reference subcommand into pbr-tools.js dispatch with --section and --list flags ([b638ed9](https://github.com/SienkLogic/plan-build-run/commit/b638ed9d8a7ecefec56bd5ae88d555ad9dd5e906))
166
+ * **tools:** create lib/context.js with contextTriage function ([e77982e](https://github.com/SienkLogic/plan-build-run/commit/e77982ed220fb17fe911e1e3d6323570b8309044))
167
+ * **tools:** wire context-triage dispatch into pbr-tools.js ([2f6fcb4](https://github.com/SienkLogic/plan-build-run/commit/2f6fcb4a8212f43fa84d3b01a74234cee46fe80a))
161
168
 
162
169
 
163
170
  ### Bug Fixes
164
171
 
165
- * **51-04:** remove unused test imports to fix lint errors ([a7e90e0](https://github.com/SienkLogic/plan-build-run/commit/a7e90e0533448d8be4a13a74711b52da0ec993d0))
172
+ * **tools:** remove unused test imports to fix lint errors ([a7e90e0](https://github.com/SienkLogic/plan-build-run/commit/a7e90e0533448d8be4a13a74711b52da0ec993d0))
166
173
  * **tools:** fix planIndex regex to match PLAN-NN.md naming convention ([a4aadc1](https://github.com/SienkLogic/plan-build-run/commit/a4aadc1f95baeaa285b722d3d88ea607a4addd59))
167
174
 
168
175
  ## [2.45.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.44.0...plan-build-run-v2.45.0) (2026-03-01)
@@ -170,78 +177,78 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
177
 
171
178
  ### Features
172
179
 
173
- * **50-01:** add checkpoint_protocol XML wrapper to executor.md ([a1fc5d0](https://github.com/SienkLogic/plan-build-run/commit/a1fc5d0b41ab3180c982436aec39cb0b4d6f4d56))
174
- * **50-01:** add role and execution_flow XML wrappers to executor.md ([27a2370](https://github.com/SienkLogic/plan-build-run/commit/27a2370ebbe7b20066e71bff50e3ac49f46103a2))
175
- * **50-02:** migrate planner.md to XML structural tags ([f947132](https://github.com/SienkLogic/plan-build-run/commit/f9471322f17c269cc1548c07052741ab562eecf3))
176
- * **50-03:** migrate verifier.md to XML structural tags ([107bb32](https://github.com/SienkLogic/plan-build-run/commit/107bb32260bcc94c3991c4ae8e4197e14040e19a))
177
- * **50-04:** sync XML wrapper tags to cursor-pbr and copilot-pbr executor/planner/verifier agents ([98a0d42](https://github.com/SienkLogic/plan-build-run/commit/98a0d420d26c79c440a980f7f4970214904fdbdb))
180
+ * **executor:** add checkpoint_protocol XML wrapper to executor.md ([a1fc5d0](https://github.com/SienkLogic/plan-build-run/commit/a1fc5d0b41ab3180c982436aec39cb0b4d6f4d56))
181
+ * **executor:** add role and execution_flow XML wrappers to executor.md ([27a2370](https://github.com/SienkLogic/plan-build-run/commit/27a2370ebbe7b20066e71bff50e3ac49f46103a2))
182
+ * **planner:** migrate planner.md to XML structural tags ([f947132](https://github.com/SienkLogic/plan-build-run/commit/f9471322f17c269cc1548c07052741ab562eecf3))
183
+ * **verifier:** migrate verifier.md to XML structural tags ([107bb32](https://github.com/SienkLogic/plan-build-run/commit/107bb32260bcc94c3991c4ae8e4197e14040e19a))
184
+ * **cross-plugin:** sync XML wrapper tags to cursor-pbr and copilot-pbr executor/planner/verifier agents ([98a0d42](https://github.com/SienkLogic/plan-build-run/commit/98a0d420d26c79c440a980f7f4970214904fdbdb))
178
185
 
179
186
  ## [2.44.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.43.0...plan-build-run-v2.44.0) (2026-02-28)
180
187
 
181
188
 
182
189
  ### Features
183
190
 
184
- * **49-03:** add CRITICAL spot-check CLI marker to build SKILL.md Step 6c ([255ee65](https://github.com/SienkLogic/plan-build-run/commit/255ee65506334a972ceb472b2fa90f1ba94eca80))
185
- * **49-03:** GREEN - refactor check-subagent-output.js to SKILL_CHECKS lookup table ([fb4b272](https://github.com/SienkLogic/plan-build-run/commit/fb4b272a8a02dd22d27745e5a9d98bb9fc57ef26))
191
+ * **hooks:** add CRITICAL spot-check CLI marker to build SKILL.md Step 6c ([255ee65](https://github.com/SienkLogic/plan-build-run/commit/255ee65506334a972ceb472b2fa90f1ba94eca80))
192
+ * **hooks:** refactor check-subagent-output.js to SKILL_CHECKS lookup table ([fb4b272](https://github.com/SienkLogic/plan-build-run/commit/fb4b272a8a02dd22d27745e5a9d98bb9fc57ef26))
186
193
 
187
194
 
188
195
  ### Bug Fixes
189
196
 
190
- * **49-03:** sync spot-check CRITICAL marker to cursor-pbr and copilot-pbr ([994ef46](https://github.com/SienkLogic/plan-build-run/commit/994ef46aa13afde61ffa0e38e0332ab13be8863d))
197
+ * **hooks:** sync spot-check CRITICAL marker to cursor-pbr and copilot-pbr ([994ef46](https://github.com/SienkLogic/plan-build-run/commit/994ef46aa13afde61ffa0e38e0332ab13be8863d))
191
198
 
192
199
  ## [2.43.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.42.1...plan-build-run-v2.43.0) (2026-02-28)
193
200
 
194
201
 
195
202
  ### Features
196
203
 
197
- * **49-01:** add spot-check subcommand to pbr-tools.js dispatcher ([8a01f3a](https://github.com/SienkLogic/plan-build-run/commit/8a01f3aaff45b48b5a239e3bdc8e4a0213524bc8))
198
- * **49-01:** GREEN - implement spotCheck() in lib/spot-check.js ([d0d9d51](https://github.com/SienkLogic/plan-build-run/commit/d0d9d51b5a7467be7156243fbba9f05d1a624a12))
199
- * **49-02:** GREEN - add tier-aware bridge warnings to suggest-compact ([e145372](https://github.com/SienkLogic/plan-build-run/commit/e145372272ab3d3f6709ec87970f7a4e19226e9e))
204
+ * **hooks:** add spot-check subcommand to pbr-tools.js dispatcher ([8a01f3a](https://github.com/SienkLogic/plan-build-run/commit/8a01f3aaff45b48b5a239e3bdc8e4a0213524bc8))
205
+ * **hooks:** implement spotCheck() in lib/spot-check.js ([d0d9d51](https://github.com/SienkLogic/plan-build-run/commit/d0d9d51b5a7467be7156243fbba9f05d1a624a12))
206
+ * **hooks:** add tier-aware bridge warnings to suggest-compact ([e145372](https://github.com/SienkLogic/plan-build-run/commit/e145372272ab3d3f6709ec87970f7a4e19226e9e))
200
207
 
201
208
  ## [2.42.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.42.0...plan-build-run-v2.42.1) (2026-02-28)
202
209
 
203
210
 
204
211
  ### Bug Fixes
205
212
 
206
- * **48-02:** use atomicWrite from core.js in circuit-state.js ([b294fe9](https://github.com/SienkLogic/plan-build-run/commit/b294fe96b4a9384293850180560184b3ac2cf8fc))
213
+ * **core:** use atomicWrite from core.js in circuit-state.js ([b294fe9](https://github.com/SienkLogic/plan-build-run/commit/b294fe96b4a9384293850180560184b3ac2cf8fc))
207
214
 
208
215
  ## [2.42.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.41.0...plan-build-run-v2.42.0) (2026-02-28)
209
216
 
210
217
 
211
218
  ### Features
212
219
 
213
- * **48-02:** add localhost-only validation for local_llm.endpoint in configValidate ([511e038](https://github.com/SienkLogic/plan-build-run/commit/511e038bc5821518d261ac49d3098ac8281970cd))
214
- * **48-02:** add persistent cross-process circuit breaker in lib/circuit-state.js ([85ee2fd](https://github.com/SienkLogic/plan-build-run/commit/85ee2fdb07ee9357c467d80f2ec02b6af2e0378e))
215
- * **48-02:** replace busy-wait loop with Atomics.wait in lockedFileUpdate ([0099aa2](https://github.com/SienkLogic/plan-build-run/commit/0099aa2b172b7705bba2c834be8601d225667b10))
220
+ * **core:** add localhost-only validation for local_llm.endpoint in configValidate ([511e038](https://github.com/SienkLogic/plan-build-run/commit/511e038bc5821518d261ac49d3098ac8281970cd))
221
+ * **core:** add persistent cross-process circuit breaker in lib/circuit-state.js ([85ee2fd](https://github.com/SienkLogic/plan-build-run/commit/85ee2fdb07ee9357c467d80f2ec02b6af2e0378e))
222
+ * **core:** replace busy-wait loop with Atomics.wait in lockedFileUpdate ([0099aa2](https://github.com/SienkLogic/plan-build-run/commit/0099aa2b172b7705bba2c834be8601d225667b10))
216
223
 
217
224
 
218
225
  ### Bug Fixes
219
226
 
220
- * **48-03:** remove unused imports causing ESLint failures in CI ([f459004](https://github.com/SienkLogic/plan-build-run/commit/f4590048e4847e802ace067b47d10d9c865d0f21))
221
- * **48-03:** remove unused variable in run-hook.test.js to pass ESLint ([2b553b1](https://github.com/SienkLogic/plan-build-run/commit/2b553b1df752231f9e78246fe6f4d6326f872f87))
227
+ * **ci:** remove unused imports causing ESLint failures in CI ([f459004](https://github.com/SienkLogic/plan-build-run/commit/f4590048e4847e802ace067b47d10d9c865d0f21))
228
+ * **ci:** remove unused variable in run-hook.test.js to pass ESLint ([2b553b1](https://github.com/SienkLogic/plan-build-run/commit/2b553b1df752231f9e78246fe6f4d6326f872f87))
222
229
 
223
230
 
224
231
  ### Documentation
225
232
 
226
- * **48-03:** add bootstrap documentation and drift-detection test for hooks.json ([d29c015](https://github.com/SienkLogic/plan-build-run/commit/d29c01524bdbc2b01741f4c634b8e3855a3fa0b0))
233
+ * **ci:** add bootstrap documentation and drift-detection test for hooks.json ([d29c015](https://github.com/SienkLogic/plan-build-run/commit/d29c01524bdbc2b01741f4c634b8e3855a3fa0b0))
227
234
 
228
235
  ## [2.41.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.40.1...plan-build-run-v2.41.0) (2026-02-28)
229
236
 
230
237
 
231
238
  ### Features
232
239
 
233
- * **47-01:** expand stateUpdate to cover all 9 STATE.md frontmatter fields ([de6a6b3](https://github.com/SienkLogic/plan-build-run/commit/de6a6b3b3f577c436396927a4b5511b5163a527c))
234
- * **47-02:** add [@file](https://github.com/file): escape hatch tests and documentation ([6634f50](https://github.com/SienkLogic/plan-build-run/commit/6634f504c7e64f25caaecb0b06561c3a03b88d35))
240
+ * **state:** expand stateUpdate to cover all 9 STATE.md frontmatter fields ([de6a6b3](https://github.com/SienkLogic/plan-build-run/commit/de6a6b3b3f577c436396927a4b5511b5163a527c))
241
+ * **tools:** add [@file](https://github.com/file): escape hatch tests and documentation ([6634f50](https://github.com/SienkLogic/plan-build-run/commit/6634f504c7e64f25caaecb0b06561c3a03b88d35))
235
242
 
236
243
 
237
244
  ### Bug Fixes
238
245
 
239
- * **47-01:** update stale state update usage hint to list all 9 fields ([e0d0e39](https://github.com/SienkLogic/plan-build-run/commit/e0d0e39fa11c8a210b7f44f1e311f80ce761b6c6))
246
+ * **state:** update stale state update usage hint to list all 9 fields ([e0d0e39](https://github.com/SienkLogic/plan-build-run/commit/e0d0e39fa11c8a210b7f44f1e311f80ce761b6c6))
240
247
 
241
248
 
242
249
  ### Documentation
243
250
 
244
- * **46-02:** add agent contract compliance audit for phase 46 ([78bca43](https://github.com/SienkLogic/plan-build-run/commit/78bca43bb1c37375c9b7bd3704d874d957f61b26))
251
+ * **docs:** add agent contract compliance audit for phase 46 ([78bca43](https://github.com/SienkLogic/plan-build-run/commit/78bca43bb1c37375c9b7bd3704d874d957f61b26))
245
252
 
246
253
  ## [2.40.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.40.0...plan-build-run-v2.40.1) (2026-02-27)
247
254
 
@@ -267,13 +274,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267
274
 
268
275
  ### Features
269
276
 
270
- * **45-01:** add learnings subcommands to pbr-tools.js dispatcher ([a2c9b98](https://github.com/SienkLogic/plan-build-run/commit/a2c9b98a60291611b85b086a4c274fa4ee82477b))
271
- * **45-01:** add lib/learnings.js with schema, storage, ingest, and query ([feb6bf6](https://github.com/SienkLogic/plan-build-run/commit/feb6bf6b2b1adcedc71d0558804a722be60aac77))
272
- * **45-03:** add deferral notifications to progress-tracker and aggregation step to milestone skill ([ac89d05](https://github.com/SienkLogic/plan-build-run/commit/ac89d05323d8b8468718bfad52181cf72b635ce6))
273
- * **45-03:** GREEN - milestone-learnings.js aggregation script ([68fa377](https://github.com/SienkLogic/plan-build-run/commit/68fa3778937825ad09b1b38cb5b626abf68dffc1))
274
- * **45-04:** add learnings injection to begin/SKILL.md researcher spawn step ([ebe3970](https://github.com/SienkLogic/plan-build-run/commit/ebe39702e4f04a2576b6e0ad6b7edb6e93672a4c))
275
- * **45-04:** add learnings injection to explore/SKILL.md and plan skill planner spawn ([53644cf](https://github.com/SienkLogic/plan-build-run/commit/53644cf9601ff47341ebde40c712e99d54f34ebb))
276
- * **45-05:** sync learnings injection and aggregation to cursor-pbr and copilot-pbr ([eef6a0c](https://github.com/SienkLogic/plan-build-run/commit/eef6a0caa5f19629d08d0cce878b51a7823b9424))
277
+ * **tools:** add learnings subcommands to pbr-tools.js dispatcher ([a2c9b98](https://github.com/SienkLogic/plan-build-run/commit/a2c9b98a60291611b85b086a4c274fa4ee82477b))
278
+ * **tools:** add lib/learnings.js with schema, storage, ingest, and query ([feb6bf6](https://github.com/SienkLogic/plan-build-run/commit/feb6bf6b2b1adcedc71d0558804a722be60aac77))
279
+ * **milestone:** add deferral notifications to progress-tracker and aggregation step to milestone skill ([ac89d05](https://github.com/SienkLogic/plan-build-run/commit/ac89d05323d8b8468718bfad52181cf72b635ce6))
280
+ * **milestone:** milestone-learnings.js aggregation script ([68fa377](https://github.com/SienkLogic/plan-build-run/commit/68fa3778937825ad09b1b38cb5b626abf68dffc1))
281
+ * **begin:** add learnings injection to begin/SKILL.md researcher spawn step ([ebe3970](https://github.com/SienkLogic/plan-build-run/commit/ebe39702e4f04a2576b6e0ad6b7edb6e93672a4c))
282
+ * **begin:** add learnings injection to explore/SKILL.md and plan skill planner spawn ([53644cf](https://github.com/SienkLogic/plan-build-run/commit/53644cf9601ff47341ebde40c712e99d54f34ebb))
283
+ * **cross-plugin:** sync learnings injection and aggregation to cursor-pbr and copilot-pbr ([eef6a0c](https://github.com/SienkLogic/plan-build-run/commit/eef6a0caa5f19629d08d0cce878b51a7823b9424))
277
284
  * **quick-019:** add ecosystem integration — PR creation, CI gate, issue sync, smoke test ([c57e44e](https://github.com/SienkLogic/plan-build-run/commit/c57e44ede58d167cd69ffe5403cc20645c537635))
278
285
 
279
286
  ## [2.38.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.38.0...plan-build-run-v2.38.1) (2026-02-27)
@@ -308,144 +315,144 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308
315
 
309
316
  ### Features
310
317
 
311
- * **01-01:** add build and plan executor gates to validate-task.js ([eb50498](https://github.com/SienkLogic/plan-build-run/commit/eb5049838fa24fc4e327f3fd63779e94a08225df))
312
- * **01-01:** extend agent output validation to all 10 PBR agent types ([ec7d1dc](https://github.com/SienkLogic/plan-build-run/commit/ec7d1dc647ce72c3806f70a86576289991c23608))
313
- * **01-01:** scaffold Cursor plugin directory structure and manifest ([4743cb2](https://github.com/SienkLogic/plan-build-run/commit/4743cb2598dbba1339101cc9c738869017117fe4))
314
- * **01-02:** add skill-specific workflow rules and CRITICAL enforcement ([5b51b7e](https://github.com/SienkLogic/plan-build-run/commit/5b51b7e28ae935b1d5bfca3584d0fedd0c865c7c))
315
- * **02-01:** add milestone, explore, import, scan write guards to checkSkillRules ([7c5bb1d](https://github.com/SienkLogic/plan-build-run/commit/7c5bb1daf6aec0db18e39f1be62393c6eb147267))
316
- * **02-01:** port 10 agent definitions and workflow rules to Cursor format ([126fe76](https://github.com/SienkLogic/plan-build-run/commit/126fe764497186aaff24ac33782036f87b063409))
317
- * **02-02:** add review planner gate to validate-task.js ([30f9031](https://github.com/SienkLogic/plan-build-run/commit/30f90313c6add9063f15fdff041d8bcb1671e625))
318
- * **02-02:** strengthen ROADMAP sync warnings to CRITICAL level ([127f506](https://github.com/SienkLogic/plan-build-run/commit/127f5062d6d7006181616d0a3386a153d95f5909))
319
- * **03-01:** add review verifier, milestone complete, and build dependency gates ([cfcf0d5](https://github.com/SienkLogic/plan-build-run/commit/cfcf0d55510ac52ec27c4ff466b751dd4635570c))
320
- * **03-01:** port 6 core skills to Cursor format ([6c984a4](https://github.com/SienkLogic/plan-build-run/commit/6c984a4d56dfd1c3dcf40f29cc7e926775744b6c))
321
- * **04-01:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([353b8be](https://github.com/SienkLogic/plan-build-run/commit/353b8be3687db03843e0996914116231220b82a8))
322
- * **04-01:** port 15 supporting skills to Cursor format ([ae0a8ae](https://github.com/SienkLogic/plan-build-run/commit/ae0a8aec895036a56d85b38ed7841ec800840a62))
323
- * **05-01:** adapt hooks.json for Cursor plugin with shared script paths ([eaa1a0c](https://github.com/SienkLogic/plan-build-run/commit/eaa1a0c2d82db06c2c21eb3b680bda766562aa1c))
324
- * **05-01:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([3f0c7bc](https://github.com/SienkLogic/plan-build-run/commit/3f0c7bc09ae2508ae849972057b88818f0e18eb6))
325
- * **06-01:** add .active-skill write and cleanup to begin, plan, review, import skills ([8c1132a](https://github.com/SienkLogic/plan-build-run/commit/8c1132ab93115f27f926637c89079a701dec2c43))
326
- * **06-01:** port templates, references, and shared fragments to Cursor plugin ([43fc161](https://github.com/SienkLogic/plan-build-run/commit/43fc1610997caf0e13523896e97e2fd6ed25d757))
327
- * **06-02:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([5b10576](https://github.com/SienkLogic/plan-build-run/commit/5b10576334f92cbf5464362044564b6eae0977b1))
328
- * **07-01:** add Cursor plugin validation test suite with 92 tests ([72c328e](https://github.com/SienkLogic/plan-build-run/commit/72c328e2cc939bf08d59e530afb96e3dacc4bc87))
329
- * **07-01:** add Write tool to verifier/integration-checker and update prose across all plugins ([a9fe348](https://github.com/SienkLogic/plan-build-run/commit/a9fe348654d434ab9c0f68d53bfeb52256354225))
330
- * **07-01:** register missing skills in check-skill-workflow.js switch statement ([63bac6f](https://github.com/SienkLogic/plan-build-run/commit/63bac6f4338d5f9d22a8ea804a6f1851118f208e))
331
- * **07-02:** add debugger advisory gate and milestone gaps_found status check ([c5acda2](https://github.com/SienkLogic/plan-build-run/commit/c5acda2f73ea6ce7ddd21bc5e8c52990c0abdacb))
332
- * **07-02:** add mtime-based recency checks for researcher and synthesizer output ([c3685ad](https://github.com/SienkLogic/plan-build-run/commit/c3685adb2b051fce0f7b002272daa54d770016da))
333
- * **08-01:** add cross-plugin compatibility test suite ([bad35e7](https://github.com/SienkLogic/plan-build-run/commit/bad35e746d6d9e64e309597e20acf58d1e82363f))
334
- * **08-01:** add inline fallback formats to 7 template-dependent agents ([f9a1038](https://github.com/SienkLogic/plan-build-run/commit/f9a1038e8145e9c0dc48affd648ec4485a5008d3))
335
- * **08-02:** add CRITICAL markers and fix agent handoff issues ([800bf5e](https://github.com/SienkLogic/plan-build-run/commit/800bf5e2d231ad36b3f5097ff889b22bd5577544))
336
- * **09-01:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([8f18fb7](https://github.com/SienkLogic/plan-build-run/commit/8f18fb72674061284f11d375b73ff51a25d5c387))
337
- * **09-01:** add health auto-fix for common corruption patterns ([22f666a](https://github.com/SienkLogic/plan-build-run/commit/22f666a943449ecff5ccb3a24eda5d464055a9b0))
338
- * **09-01:** add marketplace documentation, logo, and finalize manifest ([6a317af](https://github.com/SienkLogic/plan-build-run/commit/6a317afbd5356065ac984782154ade5c9518e43d))
339
- * **09-01:** add rollback safety, setup idempotency, and todo archive safety ([914cc9b](https://github.com/SienkLogic/plan-build-run/commit/914cc9bd91a821e18c65e8c9c239976ddf47fb09))
340
- * **09-02:** rewrite ui-formatting.md with unified double-line box format ([d5d96b4](https://github.com/SienkLogic/plan-build-run/commit/d5d96b45f717e556b3e8c9c0d3a9eb3e521a03fd))
341
- * **09-02:** update error-reporting fragment with block reason guidance ([a266081](https://github.com/SienkLogic/plan-build-run/commit/a266081a19966e2925c9c05128f3ee97ab0dd38a))
342
- * **09-03:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([a602cbb](https://github.com/SienkLogic/plan-build-run/commit/a602cbb03d25c65c89e41422cb0c66c6a831b9ca))
343
- * **09-03:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([c6473f8](https://github.com/SienkLogic/plan-build-run/commit/c6473f8b6908a1d8252385b49c711fd023c257c7))
344
- * **09-04:** replace Next Up headings with double-line box format in all PBR skills ([2f30dbe](https://github.com/SienkLogic/plan-build-run/commit/2f30dbe933be1714c87250cc86ffc2047f2705c4))
345
- * **09-04:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([2e3b848](https://github.com/SienkLogic/plan-build-run/commit/2e3b8487840c0f2d0673259817c63041f3ca66f5))
346
- * **11-01:** create tokens.css with dual-mode design tokens ([efcc30c](https://github.com/SienkLogic/plan-build-run/commit/efcc30c856d7c0c1e888daa2dbb27b5aaeeeaa77))
347
- * **11-01:** refactor layout.css to use semantic design tokens ([2f13a93](https://github.com/SienkLogic/plan-build-run/commit/2f13a93032d47cd6e52b0b669dd928ed8b0f5ffa))
348
- * **11-02:** add theme toggle button with localStorage persistence ([f2a2c9b](https://github.com/SienkLogic/plan-build-run/commit/f2a2c9b8fea7c74fa2344593ceedf3d64ecfd6c5))
349
- * **11-02:** pin Pico.css CDN to v2.0.6 ([54fdd1f](https://github.com/SienkLogic/plan-build-run/commit/54fdd1f5c20d7b411fa0e1ffcb70b76106f48241))
350
- * **12-01:** add current-phase middleware for sidebar context ([bef4dd8](https://github.com/SienkLogic/plan-build-run/commit/bef4dd897b202acfe61b64b492efaa4acd022b82))
351
- * **12-01:** implement mobile overlay sidebar with backdrop ([98548db](https://github.com/SienkLogic/plan-build-run/commit/98548db578ad7db06335fdce5b94a2a5b8fbfffa))
352
- * **12-01:** redesign sidebar with collapsible sections and current phase card ([3d3e05c](https://github.com/SienkLogic/plan-build-run/commit/3d3e05c698bdfd0980ed1c51cdb08d800b3bcc42))
353
- * **12-02:** add breadcrumb data to routes and include partial in content templates ([ed79edd](https://github.com/SienkLogic/plan-build-run/commit/ed79edd432310162256010e5db891b8c258b2722))
354
- * **12-02:** create breadcrumbs partial and CSS styles ([232e917](https://github.com/SienkLogic/plan-build-run/commit/232e9173bdaefe92cd5780775e96c76396dcc0b3))
355
- * **13-01:** add milestone history expandable table with stats and deliverables ([8774c0f](https://github.com/SienkLogic/plan-build-run/commit/8774c0fe9f2ad9dd4955131fbc7a8a240af797e2))
356
- * **13-01:** add todo filtering by priority, status, and search with bulk complete ([95e9dfd](https://github.com/SienkLogic/plan-build-run/commit/95e9dfd3ca96b25526ff8016e7791dc1d8475a91))
357
- * **13-02:** add dependency graph route, views, and sidebar link ([f972435](https://github.com/SienkLogic/plan-build-run/commit/f9724351166d360122cb66e4c15110ee3279890e))
358
- * **13-02:** add Mermaid dependency graph generation to roadmap service ([b194455](https://github.com/SienkLogic/plan-build-run/commit/b194455f298b2ea0660fd26936d333fbb0f1feef))
359
- * **13-03:** add analytics route, views, and sidebar link ([431dad7](https://github.com/SienkLogic/plan-build-run/commit/431dad79bedcba831a8e7d731803f3987b82a0ac))
360
- * **13-03:** create analytics service with git-based metrics and TTL cache ([6c8c41a](https://github.com/SienkLogic/plan-build-run/commit/6c8c41a23cdfd736a4d2bceea01502ebe64514e8))
361
- * **14-01:** add Last-Event-ID state recovery to SSE endpoint ([4b48cf1](https://github.com/SienkLogic/plan-build-run/commit/4b48cf1d03f2b6191dc6eb7c856abaf0a1aacdf6))
362
- * **14-01:** create custom SSE client with exponential backoff ([5b855ec](https://github.com/SienkLogic/plan-build-run/commit/5b855ec7a19c606a286fbf6b6d4f40e89afce87f))
363
- * **14-01:** reduce chokidar stability threshold to 500ms ([8a65e43](https://github.com/SienkLogic/plan-build-run/commit/8a65e43720a17d9b37ba63f55bfe5b37e83fb80f))
364
- * **14-02:** add hx-indicator spinners to todo complete actions ([fc8c325](https://github.com/SienkLogic/plan-build-run/commit/fc8c32583e2a2eaa5b972344777091c4ce5bc67f))
365
- * **14-02:** add TTL cache utility and integrate into analytics and milestone services ([19bd3ea](https://github.com/SienkLogic/plan-build-run/commit/19bd3eadfa5f13368176991e525c5adbdd3b8309))
366
- * **15-01:** add error-card styling, loading indicator, and favicon ([f48c40f](https://github.com/SienkLogic/plan-build-run/commit/f48c40fca341d9144e7fa3bf7f2c2e0db9b1d5ab))
367
- * **15-01:** add skip-to-content link, focus-visible styles, and ARIA labels ([fe2963b](https://github.com/SienkLogic/plan-build-run/commit/fe2963b266eae933a23ea0b74859ae8655964ad5))
368
- * **15-01:** create reusable empty-state partial and integrate into views ([be8e5f5](https://github.com/SienkLogic/plan-build-run/commit/be8e5f57dc60e4c02d2cc656a156dd450bd45fa4))
369
- * **15-02:** GREEN - analytics, cache, SSE tests pass against existing code ([1948189](https://github.com/SienkLogic/plan-build-run/commit/1948189fd9a74912017c3901413f3f0da0f1f073))
370
- * **15-02:** GREEN - dependencies and breadcrumbs tests pass ([9b3f987](https://github.com/SienkLogic/plan-build-run/commit/9b3f9874fb3b5d50288ef36af6cb3edb4ea91260))
371
- * **16-01:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([ba820a1](https://github.com/SienkLogic/plan-build-run/commit/ba820a111afd8f65350ff0caa30e4a7be0c1489e))
372
- * **17-01:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([51b2092](https://github.com/SienkLogic/plan-build-run/commit/51b2092e0e89d2d31626cc94be8e5f6712b79116))
373
- * **24-01:** add check-agent-state-write.js module ([c407826](https://github.com/SienkLogic/plan-build-run/commit/c4078264dead22d20998aeb14c35ea545289ccf5))
374
- * **24-01:** wire agent state write blocker into pre-write-dispatch ([1adf149](https://github.com/SienkLogic/plan-build-run/commit/1adf149bb79de4750b5e7462a656a90a1de42ea6))
375
- * **24-02:** add .auto-next fallback writes to auto_advance hard stops in build skill ([f96b05d](https://github.com/SienkLogic/plan-build-run/commit/f96b05de1da60032de889b416d2a4e978cd2ec8a))
376
- * **25-01:** add ROADMAP.md read to continue skill for milestone boundary detection ([85077b1](https://github.com/SienkLogic/plan-build-run/commit/85077b109d17d9ef01348e489c1f2b4cdcb6c57d))
377
- * **25-01:** GREEN - add validateRoadmap and ROADMAP.md validation to check-plan-format ([e77f0d7](https://github.com/SienkLogic/plan-build-run/commit/e77f0d7f629f8ff35be9c9718b4ec4fc54472550))
378
- * **25-01:** GREEN - PLAN.md writes trigger ROADMAP Planning status without regression ([97c4d91](https://github.com/SienkLogic/plan-build-run/commit/97c4d91c4d0adda1b5e4caa2c632a2d26cf4a450))
379
- * **25-02:** GREEN - add checkRoadmapWrite routing to post-write-dispatch ([d40887d](https://github.com/SienkLogic/plan-build-run/commit/d40887d1ee8d69df6f433c9b9e340d5e58dbe263))
380
- * **25-02:** GREEN - implement isHighRisk with status regression and phase gap detection ([f46f8c9](https://github.com/SienkLogic/plan-build-run/commit/f46f8c909c69873c6a6aaf3b4a5570ab336fac3a))
381
- * **25-02:** GREEN - implement validatePostMilestone for milestone completion checks ([a46886e](https://github.com/SienkLogic/plan-build-run/commit/a46886eafe65a636ddf9972a3a75e61c8f347d41))
382
- * **26-02:** GREEN - add 150-line advisory warning to checkStateWrite ([7b0d0a3](https://github.com/SienkLogic/plan-build-run/commit/7b0d0a35b41fe51cc3821cd9e2a95c6bd86c438f))
383
- * **26-02:** GREEN - add cross-plugin sync advisory hook ([fffe35c](https://github.com/SienkLogic/plan-build-run/commit/fffe35c127c81be72be901ecbc8f81ae36661ab8))
384
- * **27-01:** add PreToolUse Read hook to block SKILL.md self-reads ([8d4775e](https://github.com/SienkLogic/plan-build-run/commit/8d4775e67d820a7ce136094e994b3d25f5c63b9a))
385
- * **27-01:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([3ecd460](https://github.com/SienkLogic/plan-build-run/commit/3ecd4605df1edfaf8589526cbc937e886d87c1dc))
386
- * **28-01:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([331f337](https://github.com/SienkLogic/plan-build-run/commit/331f337b6623e926da3f1c86491876b0565d9281))
387
- * **29-01:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([1d42a14](https://github.com/SienkLogic/plan-build-run/commit/1d42a1400227680cab271f1761159de76b091e1f))
388
- * **30-01:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([4d5d614](https://github.com/SienkLogic/plan-build-run/commit/4d5d614fc246fc3a6f2a3d43fc8ae7611cf0c63f))
389
- * **30-03:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([37d8e59](https://github.com/SienkLogic/plan-build-run/commit/37d8e5951d8ccea935d0ad71e99e026245a0dc47))
390
- * **30-03:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([e980348](https://github.com/SienkLogic/plan-build-run/commit/e980348c75a904e49d2262aafc7932a2f59a32a3))
391
- * **31-01:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([91db4be](https://github.com/SienkLogic/plan-build-run/commit/91db4be5562ba05915905e931a10e47af7246e9e))
392
- * **32-01:** add agent support — source scoring, error classification, context summarization, prompt injection ([83890f9](https://github.com/SienkLogic/plan-build-run/commit/83890f96117f8fe776248c0f28f560d960c32ce7))
393
- * **33-01:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([379ce7f](https://github.com/SienkLogic/plan-build-run/commit/379ce7f6a88ec4ffa5c11dc9bf0c2c28462ec9e8))
394
- * **34-01:** add config.features.source_scoring feature flag guard to score-source.js ([a7bd37a](https://github.com/SienkLogic/plan-build-run/commit/a7bd37a629e0fafefe4f0484deee965923f0364c))
395
- * **34-01:** wire runShadow() into router.js post-call path for all 3 routing strategies ([06fcfb5](https://github.com/SienkLogic/plan-build-run/commit/06fcfb501c64a9769501715f0afc99978dbc7398))
396
- * **35-01:** GREEN - add escapeHtml helper and use it in HTMX error handler path ([f29965e](https://github.com/SienkLogic/plan-build-run/commit/f29965ea450f56e71b7cef132f0fe6d3db9cfe74))
397
- * **35-01:** GREEN - add sanitize-html post-processing to planning.repository ([440a97a](https://github.com/SienkLogic/plan-build-run/commit/440a97a08378e58eb931c5f62d2e2852561a581a))
398
- * **35-03:** add Quick Tasks view with /quick and /quick/:id routes ([921b288](https://github.com/SienkLogic/plan-build-run/commit/921b288d327867d8033afb6fc51e3f5dd88f0657))
399
- * **35-05:** add Audit Reports view with /audits and /audits/:filename routes ([aba41ce](https://github.com/SienkLogic/plan-build-run/commit/aba41ce7eccfcf4fedff7116ee0afb1f20cd796b))
400
- * **35-05:** GREEN - implement audit.service.js with listAuditReports and getAuditReport ([6025452](https://github.com/SienkLogic/plan-build-run/commit/602545216c12f7472111b54db24489eab88394b0))
401
- * **36-01:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([864afc9](https://github.com/SienkLogic/plan-build-run/commit/864afc9d542390f04dfcf4f9ef47e7ca3ef2894f))
402
- * **36-01:** expand tokens.css with card, shadow, transition, table, and badge tokens ([62a2469](https://github.com/SienkLogic/plan-build-run/commit/62a2469f1230ef8c36ed0f72b44cd956b9d430d2))
403
- * **36-02:** create phase-timeline.ejs and activity-feed.ejs partials ([f5ae581](https://github.com/SienkLogic/plan-build-run/commit/f5ae581819ab03e38939064aa4352e4d75f63387))
404
- * **36-02:** GREEN - add getRecentActivity and deriveQuickActions to dashboard.service.js ([82883ae](https://github.com/SienkLogic/plan-build-run/commit/82883ae7c914a9ac26c16182aa423ea0e4848658))
405
- * **36-02:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([54b138b](https://github.com/SienkLogic/plan-build-run/commit/54b138b38203239e27159a5bad72019fdb994d69))
406
- * **36-03:** add prev/next phase navigation to phase detail view ([334812d](https://github.com/SienkLogic/plan-build-run/commit/334812d61632d5f0acd1ad06dba1a326bd4e6ab7))
407
- * **36-04:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([44a89ad](https://github.com/SienkLogic/plan-build-run/commit/44a89ad9e521aede77e0593e18843ad2d41e8e2a))
408
- * **36-04:** overhaul plan cards to use .card component with wave, task count, and status ([1df3a6b](https://github.com/SienkLogic/plan-build-run/commit/1df3a6b17fbe6fe40d1bd38182e1ef5b05c803c9))
409
- * **36-04:** replace commit history table with visual .commit-timeline in phase-content.ejs ([baece7b](https://github.com/SienkLogic/plan-build-run/commit/baece7b1fe9502a3f947ac67927a4beccf18e03a))
410
- * **36-05:** add config page CSS to layout.css ([cce9a90](https://github.com/SienkLogic/plan-build-run/commit/cce9a90a20c867f63eb74c3cb66b557ee5a4f18e))
411
- * **36-05:** add config shell page, hybrid form partial, and config CSS ([e40a82d](https://github.com/SienkLogic/plan-build-run/commit/e40a82d5e6a4ab2f0531ecd703ce37c4b0c44d9a))
412
- * **36-05:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([4df72f4](https://github.com/SienkLogic/plan-build-run/commit/4df72f400c37a313fe4b60266075203fddc88bba))
413
- * **36-05:** add GET /config and POST /api/config routes ([150f7e4](https://github.com/SienkLogic/plan-build-run/commit/150f7e49d76315da74206a00c9d0b7d63efc9201))
414
- * **36-06:** add GET /research and GET /research/:slug routes with HTMX support ([5a79666](https://github.com/SienkLogic/plan-build-run/commit/5a7966658417460606ab49613099acf180e62bf2))
415
- * **36-06:** add research list and detail EJS templates with card layout and HTMX navigation ([5433ba5](https://github.com/SienkLogic/plan-build-run/commit/5433ba5b086ea5022f20c01e1a8142a9ca4b71f1))
416
- * **36-06:** GREEN - implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([6e50a75](https://github.com/SienkLogic/plan-build-run/commit/6e50a757c2c9e0bd224a8971f7eb195c40f563fa))
417
- * **36-07:** add GET /requirements route and EJS templates ([e64a2a5](https://github.com/SienkLogic/plan-build-run/commit/e64a2a553240c6295cd41963ae0c9d36e5b4f065))
418
- * **36-07:** GREEN - implement getRequirementsData service ([c3e018e](https://github.com/SienkLogic/plan-build-run/commit/c3e018e1ef9889e966975b88df5ff14ea0ca3674))
419
- * **36-08:** add GET /logs route and GET /logs/stream SSE endpoint ([215e7a5](https://github.com/SienkLogic/plan-build-run/commit/215e7a5ffeb74b37a98b3d71dc16cafe374ffd9d))
420
- * **36-08:** create logs EJS templates with SSE live-tail and filter controls ([baf6c78](https://github.com/SienkLogic/plan-build-run/commit/baf6c7875c58fcf4986f5c5da4befadce29e8958))
421
- * **36-08:** GREEN - implement log.service with listLogFiles, readLogPage, tailLogFile ([34bd22e](https://github.com/SienkLogic/plan-build-run/commit/34bd22e7f496e98878f9bbac76a18c3dc7042ce7))
422
- * **38-01:** rebuild dashboard foundation with Hono + JSX + Open Props ([533f782](https://github.com/SienkLogic/plan-build-run/commit/533f782ea3909dd42e8072e3ebccb1a76dd30309))
423
- * **39-01:** add Command Center view with live-updating dashboard components ([9d333a2](https://github.com/SienkLogic/plan-build-run/commit/9d333a251de19b52726f9dc3ac466acf8c104a7a))
424
- * **40-01:** add Explorer view shell with phases tab and Alpine.js tabs ([1746054](https://github.com/SienkLogic/plan-build-run/commit/1746054f37065a598e780a3cfae1ab357c5a00bd))
425
- * **40-02:** add MilestonesTab component and milestone.service type declarations ([9393bf2](https://github.com/SienkLogic/plan-build-run/commit/9393bf220ba82eb00b707438271da504e9adfe95))
426
- * **40-02:** add TodosTab component with TodoListFragment and TodoCreateForm ([86c178c](https://github.com/SienkLogic/plan-build-run/commit/86c178ca6fb22eff43aafa10b42323ef72846e68))
427
- * **40-02:** wire todos and milestones routes into explorer.routes.tsx ([7e0071e](https://github.com/SienkLogic/plan-build-run/commit/7e0071e179647d58375bc5055ae627045091a9fa))
428
- * **40-03:** add NotesTab, AuditsTab, and QuickTab components ([fa98f5b](https://github.com/SienkLogic/plan-build-run/commit/fa98f5b907c18de4ee328051714cc5947e6e6bb6))
429
- * **40-03:** add ResearchTab and RequirementsTab components with requirements CSS ([d5cccdc](https://github.com/SienkLogic/plan-build-run/commit/d5cccdc398dee7d113f5abfa6b1119de16ac7814))
430
- * **40-03:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([6ee4421](https://github.com/SienkLogic/plan-build-run/commit/6ee4421e734f218d563ca957d659d6a2547a0204))
431
- * **41-01:** create timeline routes, wire into app, link timeline CSS in Layout ([2daf291](https://github.com/SienkLogic/plan-build-run/commit/2daf291f26b83736b6dc70ea040ed11b563487c8))
432
- * **41-01:** create timeline.service.js with event aggregation and filtering ([49ea52a](https://github.com/SienkLogic/plan-build-run/commit/49ea52a84878065c0ce5a84f22b22b94f1deae89))
433
- * **41-01:** create TimelinePage component, EventStreamFragment, and timeline CSS ([380ae24](https://github.com/SienkLogic/plan-build-run/commit/380ae24e73d0aac74f71cc15b5575191399e556d))
434
- * **41-02:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([1444176](https://github.com/SienkLogic/plan-build-run/commit/1444176156ce3c9f8b75dc52c72989f3c1f5fe5b))
435
- * **41-02:** add analytics/graph CSS sections and Mermaid CDN to Layout ([865d647](https://github.com/SienkLogic/plan-build-run/commit/865d6473b8b5981517814e89ce417304aae167f3))
436
- * **41-02:** add AnalyticsPanel and DependencyGraph components ([5786e02](https://github.com/SienkLogic/plan-build-run/commit/5786e029069082d01cda51a46a8863ebdda113de))
437
- * **42-01:** create settings routes, CSS, wire into app, and add config.service.d.ts ([fc24060](https://github.com/SienkLogic/plan-build-run/commit/fc24060ecb165b6468bd377c340877584a5eb09e))
438
- * **42-01:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([ed2a579](https://github.com/SienkLogic/plan-build-run/commit/ed2a57943c0ef9f5b379607fcfe48f8f2e5d8f98))
439
- * **42-02:** add log viewer routes (page, entries, SSE tail) and CSS ([3656fef](https://github.com/SienkLogic/plan-build-run/commit/3656fef638bbb6bed8146555a0a5f7922d3acc24))
440
- * **42-02:** add LogFileList, LogEntryList, and LogViewer components ([98998bb](https://github.com/SienkLogic/plan-build-run/commit/98998bbe84004e91ffba6809ec6ba198e4babc82))
441
- * **44-01:** add inline SVG icons to sidebar nav and brand area ([4c31c64](https://github.com/SienkLogic/plan-build-run/commit/4c31c641e21997817386f6e806fd738c699fd98c))
442
- * **44-01:** create StatCardGrid component and stat-card CSS system ([e1921cf](https://github.com/SienkLogic/plan-build-run/commit/e1921cfe939bca0417ee14dda8b4d6c0b883a8df))
443
- * **44-01:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([bc264a4](https://github.com/SienkLogic/plan-build-run/commit/bc264a4551929f7c1fb43ebda6e065fdb69e3708))
444
- * **44-02:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([92dc66e](https://github.com/SienkLogic/plan-build-run/commit/92dc66e95b9937b93b2cf4bed493d280aaa1e1cc))
445
- * **44-02:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([9434b3e](https://github.com/SienkLogic/plan-build-run/commit/9434b3e4ef190bbc4e6b42133e1ecf92161e6dfb))
446
- * **44-02:** restructure Command Center into 2-column cc-two-col grid layout ([a602139](https://github.com/SienkLogic/plan-build-run/commit/a602139851abda7c7b031ac49d466c63595e768c))
447
- * **44-03:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([ec24c38](https://github.com/SienkLogic/plan-build-run/commit/ec24c3895b66706f7db363aa2ccd82d68fe79354))
448
- * **44-03:** unify section label typography via --section-label-* tokens ([46b326e](https://github.com/SienkLogic/plan-build-run/commit/46b326e8c634a4f23a2e346283bdbda2a8b55932))
318
+ * **hooks:** add build and plan executor gates to validate-task.js ([eb50498](https://github.com/SienkLogic/plan-build-run/commit/eb5049838fa24fc4e327f3fd63779e94a08225df))
319
+ * **hooks:** extend agent output validation to all 10 PBR agent types ([ec7d1dc](https://github.com/SienkLogic/plan-build-run/commit/ec7d1dc647ce72c3806f70a86576289991c23608))
320
+ * **hooks:** scaffold Cursor plugin directory structure and manifest ([4743cb2](https://github.com/SienkLogic/plan-build-run/commit/4743cb2598dbba1339101cc9c738869017117fe4))
321
+ * **hooks:** add skill-specific workflow rules and CRITICAL enforcement ([5b51b7e](https://github.com/SienkLogic/plan-build-run/commit/5b51b7e28ae935b1d5bfca3584d0fedd0c865c7c))
322
+ * **hooks:** add milestone, explore, import, scan write guards to checkSkillRules ([7c5bb1d](https://github.com/SienkLogic/plan-build-run/commit/7c5bb1daf6aec0db18e39f1be62393c6eb147267))
323
+ * **hooks:** port 10 agent definitions and workflow rules to Cursor format ([126fe76](https://github.com/SienkLogic/plan-build-run/commit/126fe764497186aaff24ac33782036f87b063409))
324
+ * **hooks:** add review planner gate to validate-task.js ([30f9031](https://github.com/SienkLogic/plan-build-run/commit/30f90313c6add9063f15fdff041d8bcb1671e625))
325
+ * **hooks:** strengthen ROADMAP sync warnings to CRITICAL level ([127f506](https://github.com/SienkLogic/plan-build-run/commit/127f5062d6d7006181616d0a3386a153d95f5909))
326
+ * **hooks:** add review verifier, milestone complete, and build dependency gates ([cfcf0d5](https://github.com/SienkLogic/plan-build-run/commit/cfcf0d55510ac52ec27c4ff466b751dd4635570c))
327
+ * **hooks:** port 6 core skills to Cursor format ([6c984a4](https://github.com/SienkLogic/plan-build-run/commit/6c984a4d56dfd1c3dcf40f29cc7e926775744b6c))
328
+ * **hooks:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([353b8be](https://github.com/SienkLogic/plan-build-run/commit/353b8be3687db03843e0996914116231220b82a8))
329
+ * **hooks:** port 15 supporting skills to Cursor format ([ae0a8ae](https://github.com/SienkLogic/plan-build-run/commit/ae0a8aec895036a56d85b38ed7841ec800840a62))
330
+ * **hooks:** adapt hooks.json for Cursor plugin with shared script paths ([eaa1a0c](https://github.com/SienkLogic/plan-build-run/commit/eaa1a0c2d82db06c2c21eb3b680bda766562aa1c))
331
+ * **hooks:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([3f0c7bc](https://github.com/SienkLogic/plan-build-run/commit/3f0c7bc09ae2508ae849972057b88818f0e18eb6))
332
+ * **cursor:** add .active-skill write and cleanup to begin, plan, review, import skills ([8c1132a](https://github.com/SienkLogic/plan-build-run/commit/8c1132ab93115f27f926637c89079a701dec2c43))
333
+ * **cursor:** port templates, references, and shared fragments to Cursor plugin ([43fc161](https://github.com/SienkLogic/plan-build-run/commit/43fc1610997caf0e13523896e97e2fd6ed25d757))
334
+ * **hooks:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([5b10576](https://github.com/SienkLogic/plan-build-run/commit/5b10576334f92cbf5464362044564b6eae0977b1))
335
+ * **cursor:** add Cursor plugin validation test suite with 92 tests ([72c328e](https://github.com/SienkLogic/plan-build-run/commit/72c328e2cc939bf08d59e530afb96e3dacc4bc87))
336
+ * **cursor:** add Write tool to verifier/integration-checker and update prose across all plugins ([a9fe348](https://github.com/SienkLogic/plan-build-run/commit/a9fe348654d434ab9c0f68d53bfeb52256354225))
337
+ * **cursor:** register missing skills in check-skill-workflow.js switch statement ([63bac6f](https://github.com/SienkLogic/plan-build-run/commit/63bac6f4338d5f9d22a8ea804a6f1851118f208e))
338
+ * **hooks:** add debugger advisory gate and milestone gaps_found status check ([c5acda2](https://github.com/SienkLogic/plan-build-run/commit/c5acda2f73ea6ce7ddd21bc5e8c52990c0abdacb))
339
+ * **hooks:** add mtime-based recency checks for researcher and synthesizer output ([c3685ad](https://github.com/SienkLogic/plan-build-run/commit/c3685adb2b051fce0f7b002272daa54d770016da))
340
+ * **cross-plugin:** add cross-plugin compatibility test suite ([bad35e7](https://github.com/SienkLogic/plan-build-run/commit/bad35e746d6d9e64e309597e20acf58d1e82363f))
341
+ * **cross-plugin:** add inline fallback formats to 7 template-dependent agents ([f9a1038](https://github.com/SienkLogic/plan-build-run/commit/f9a1038e8145e9c0dc48affd648ec4485a5008d3))
342
+ * **core:** add CRITICAL markers and fix agent handoff issues ([800bf5e](https://github.com/SienkLogic/plan-build-run/commit/800bf5e2d231ad36b3f5097ff889b22bd5577544))
343
+ * **core:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([8f18fb7](https://github.com/SienkLogic/plan-build-run/commit/8f18fb72674061284f11d375b73ff51a25d5c387))
344
+ * **core:** add health auto-fix for common corruption patterns ([22f666a](https://github.com/SienkLogic/plan-build-run/commit/22f666a943449ecff5ccb3a24eda5d464055a9b0))
345
+ * **core:** add marketplace documentation, logo, and finalize manifest ([6a317af](https://github.com/SienkLogic/plan-build-run/commit/6a317afbd5356065ac984782154ade5c9518e43d))
346
+ * **core:** add rollback safety, setup idempotency, and todo archive safety ([914cc9b](https://github.com/SienkLogic/plan-build-run/commit/914cc9bd91a821e18c65e8c9c239976ddf47fb09))
347
+ * **core:** rewrite ui-formatting.md with unified double-line box format ([d5d96b4](https://github.com/SienkLogic/plan-build-run/commit/d5d96b45f717e556b3e8c9c0d3a9eb3e521a03fd))
348
+ * **core:** update error-reporting fragment with block reason guidance ([a266081](https://github.com/SienkLogic/plan-build-run/commit/a266081a19966e2925c9c05128f3ee97ab0dd38a))
349
+ * **cross-plugin:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([a602cbb](https://github.com/SienkLogic/plan-build-run/commit/a602cbb03d25c65c89e41422cb0c66c6a831b9ca))
350
+ * **cross-plugin:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([c6473f8](https://github.com/SienkLogic/plan-build-run/commit/c6473f8b6908a1d8252385b49c711fd023c257c7))
351
+ * **cross-plugin:** replace Next Up headings with double-line box format in all PBR skills ([2f30dbe](https://github.com/SienkLogic/plan-build-run/commit/2f30dbe933be1714c87250cc86ffc2047f2705c4))
352
+ * **cross-plugin:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([2e3b848](https://github.com/SienkLogic/plan-build-run/commit/2e3b8487840c0f2d0673259817c63041f3ca66f5))
353
+ * **dashboard:** create tokens.css with dual-mode design tokens ([efcc30c](https://github.com/SienkLogic/plan-build-run/commit/efcc30c856d7c0c1e888daa2dbb27b5aaeeeaa77))
354
+ * **dashboard:** refactor layout.css to use semantic design tokens ([2f13a93](https://github.com/SienkLogic/plan-build-run/commit/2f13a93032d47cd6e52b0b669dd928ed8b0f5ffa))
355
+ * **dashboard:** add theme toggle button with localStorage persistence ([f2a2c9b](https://github.com/SienkLogic/plan-build-run/commit/f2a2c9b8fea7c74fa2344593ceedf3d64ecfd6c5))
356
+ * **dashboard:** pin Pico.css CDN to v2.0.6 ([54fdd1f](https://github.com/SienkLogic/plan-build-run/commit/54fdd1f5c20d7b411fa0e1ffcb70b76106f48241))
357
+ * **dashboard:** add current-phase middleware for sidebar context ([bef4dd8](https://github.com/SienkLogic/plan-build-run/commit/bef4dd897b202acfe61b64b492efaa4acd022b82))
358
+ * **dashboard:** implement mobile overlay sidebar with backdrop ([98548db](https://github.com/SienkLogic/plan-build-run/commit/98548db578ad7db06335fdce5b94a2a5b8fbfffa))
359
+ * **dashboard:** redesign sidebar with collapsible sections and current phase card ([3d3e05c](https://github.com/SienkLogic/plan-build-run/commit/3d3e05c698bdfd0980ed1c51cdb08d800b3bcc42))
360
+ * **dashboard:** add breadcrumb data to routes and include partial in content templates ([ed79edd](https://github.com/SienkLogic/plan-build-run/commit/ed79edd432310162256010e5db891b8c258b2722))
361
+ * **dashboard:** create breadcrumbs partial and CSS styles ([232e917](https://github.com/SienkLogic/plan-build-run/commit/232e9173bdaefe92cd5780775e96c76396dcc0b3))
362
+ * **dashboard:** add milestone history expandable table with stats and deliverables ([8774c0f](https://github.com/SienkLogic/plan-build-run/commit/8774c0fe9f2ad9dd4955131fbc7a8a240af797e2))
363
+ * **dashboard:** add todo filtering by priority, status, and search with bulk complete ([95e9dfd](https://github.com/SienkLogic/plan-build-run/commit/95e9dfd3ca96b25526ff8016e7791dc1d8475a91))
364
+ * **dashboard:** add dependency graph route, views, and sidebar link ([f972435](https://github.com/SienkLogic/plan-build-run/commit/f9724351166d360122cb66e4c15110ee3279890e))
365
+ * **dashboard:** add Mermaid dependency graph generation to roadmap service ([b194455](https://github.com/SienkLogic/plan-build-run/commit/b194455f298b2ea0660fd26936d333fbb0f1feef))
366
+ * **dashboard:** add analytics route, views, and sidebar link ([431dad7](https://github.com/SienkLogic/plan-build-run/commit/431dad79bedcba831a8e7d731803f3987b82a0ac))
367
+ * **dashboard:** create analytics service with git-based metrics and TTL cache ([6c8c41a](https://github.com/SienkLogic/plan-build-run/commit/6c8c41a23cdfd736a4d2bceea01502ebe64514e8))
368
+ * **dashboard:** add Last-Event-ID state recovery to SSE endpoint ([4b48cf1](https://github.com/SienkLogic/plan-build-run/commit/4b48cf1d03f2b6191dc6eb7c856abaf0a1aacdf6))
369
+ * **dashboard:** create custom SSE client with exponential backoff ([5b855ec](https://github.com/SienkLogic/plan-build-run/commit/5b855ec7a19c606a286fbf6b6d4f40e89afce87f))
370
+ * **dashboard:** reduce chokidar stability threshold to 500ms ([8a65e43](https://github.com/SienkLogic/plan-build-run/commit/8a65e43720a17d9b37ba63f55bfe5b37e83fb80f))
371
+ * **dashboard:** add hx-indicator spinners to todo complete actions ([fc8c325](https://github.com/SienkLogic/plan-build-run/commit/fc8c32583e2a2eaa5b972344777091c4ce5bc67f))
372
+ * **dashboard:** add TTL cache utility and integrate into analytics and milestone services ([19bd3ea](https://github.com/SienkLogic/plan-build-run/commit/19bd3eadfa5f13368176991e525c5adbdd3b8309))
373
+ * **dashboard:** add error-card styling, loading indicator, and favicon ([f48c40f](https://github.com/SienkLogic/plan-build-run/commit/f48c40fca341d9144e7fa3bf7f2c2e0db9b1d5ab))
374
+ * **dashboard:** add skip-to-content link, focus-visible styles, and ARIA labels ([fe2963b](https://github.com/SienkLogic/plan-build-run/commit/fe2963b266eae933a23ea0b74859ae8655964ad5))
375
+ * **dashboard:** create reusable empty-state partial and integrate into views ([be8e5f5](https://github.com/SienkLogic/plan-build-run/commit/be8e5f57dc60e4c02d2cc656a156dd450bd45fa4))
376
+ * **dashboard:** analytics, cache, SSE tests pass against existing code ([1948189](https://github.com/SienkLogic/plan-build-run/commit/1948189fd9a74912017c3901413f3f0da0f1f073))
377
+ * **dashboard:** dependencies and breadcrumbs tests pass ([9b3f987](https://github.com/SienkLogic/plan-build-run/commit/9b3f9874fb3b5d50288ef36af6cb3edb4ea91260))
378
+ * **dashboard:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([ba820a1](https://github.com/SienkLogic/plan-build-run/commit/ba820a111afd8f65350ff0caa30e4a7be0c1489e))
379
+ * **dashboard:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([51b2092](https://github.com/SienkLogic/plan-build-run/commit/51b2092e0e89d2d31626cc94be8e5f6712b79116))
380
+ * **hooks:** add check-agent-state-write.js module ([c407826](https://github.com/SienkLogic/plan-build-run/commit/c4078264dead22d20998aeb14c35ea545289ccf5))
381
+ * **hooks:** wire agent state write blocker into pre-write-dispatch ([1adf149](https://github.com/SienkLogic/plan-build-run/commit/1adf149bb79de4750b5e7462a656a90a1de42ea6))
382
+ * **hooks:** add .auto-next fallback writes to auto_advance hard stops in build skill ([f96b05d](https://github.com/SienkLogic/plan-build-run/commit/f96b05de1da60032de889b416d2a4e978cd2ec8a))
383
+ * **hooks:** add ROADMAP.md read to continue skill for milestone boundary detection ([85077b1](https://github.com/SienkLogic/plan-build-run/commit/85077b109d17d9ef01348e489c1f2b4cdcb6c57d))
384
+ * **hooks:** add validateRoadmap and ROADMAP.md validation to check-plan-format ([e77f0d7](https://github.com/SienkLogic/plan-build-run/commit/e77f0d7f629f8ff35be9c9718b4ec4fc54472550))
385
+ * **hooks:** PLAN.md writes trigger ROADMAP Planning status without regression ([97c4d91](https://github.com/SienkLogic/plan-build-run/commit/97c4d91c4d0adda1b5e4caa2c632a2d26cf4a450))
386
+ * **hooks:** add checkRoadmapWrite routing to post-write-dispatch ([d40887d](https://github.com/SienkLogic/plan-build-run/commit/d40887d1ee8d69df6f433c9b9e340d5e58dbe263))
387
+ * **hooks:** implement isHighRisk with status regression and phase gap detection ([f46f8c9](https://github.com/SienkLogic/plan-build-run/commit/f46f8c909c69873c6a6aaf3b4a5570ab336fac3a))
388
+ * **hooks:** implement validatePostMilestone for milestone completion checks ([a46886e](https://github.com/SienkLogic/plan-build-run/commit/a46886eafe65a636ddf9972a3a75e61c8f347d41))
389
+ * **hooks:** add 150-line advisory warning to checkStateWrite ([7b0d0a3](https://github.com/SienkLogic/plan-build-run/commit/7b0d0a35b41fe51cc3821cd9e2a95c6bd86c438f))
390
+ * **hooks:** add cross-plugin sync advisory hook ([fffe35c](https://github.com/SienkLogic/plan-build-run/commit/fffe35c127c81be72be901ecbc8f81ae36661ab8))
391
+ * **hooks:** add PreToolUse Read hook to block SKILL.md self-reads ([8d4775e](https://github.com/SienkLogic/plan-build-run/commit/8d4775e67d820a7ce136094e994b3d25f5c63b9a))
392
+ * **hooks:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([3ecd460](https://github.com/SienkLogic/plan-build-run/commit/3ecd4605df1edfaf8589526cbc937e886d87c1dc))
393
+ * **hooks:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([331f337](https://github.com/SienkLogic/plan-build-run/commit/331f337b6623e926da3f1c86491876b0565d9281))
394
+ * **hooks:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([1d42a14](https://github.com/SienkLogic/plan-build-run/commit/1d42a1400227680cab271f1761159de76b091e1f))
395
+ * **hooks:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([4d5d614](https://github.com/SienkLogic/plan-build-run/commit/4d5d614fc246fc3a6f2a3d43fc8ae7611cf0c63f))
396
+ * **dashboard:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([37d8e59](https://github.com/SienkLogic/plan-build-run/commit/37d8e5951d8ccea935d0ad71e99e026245a0dc47))
397
+ * **dashboard:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([e980348](https://github.com/SienkLogic/plan-build-run/commit/e980348c75a904e49d2262aafc7932a2f59a32a3))
398
+ * **hooks:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([91db4be](https://github.com/SienkLogic/plan-build-run/commit/91db4be5562ba05915905e931a10e47af7246e9e))
399
+ * **hooks:** add agent support — source scoring, error classification, context summarization, prompt injection ([83890f9](https://github.com/SienkLogic/plan-build-run/commit/83890f96117f8fe776248c0f28f560d960c32ce7))
400
+ * **hooks:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([379ce7f](https://github.com/SienkLogic/plan-build-run/commit/379ce7f6a88ec4ffa5c11dc9bf0c2c28462ec9e8))
401
+ * **hooks:** add config.features.source_scoring feature flag guard to score-source.js ([a7bd37a](https://github.com/SienkLogic/plan-build-run/commit/a7bd37a629e0fafefe4f0484deee965923f0364c))
402
+ * **hooks:** wire runShadow() into router.js post-call path for all 3 routing strategies ([06fcfb5](https://github.com/SienkLogic/plan-build-run/commit/06fcfb501c64a9769501715f0afc99978dbc7398))
403
+ * **dashboard:** add escapeHtml helper and use it in HTMX error handler path ([f29965e](https://github.com/SienkLogic/plan-build-run/commit/f29965ea450f56e71b7cef132f0fe6d3db9cfe74))
404
+ * **dashboard:** add sanitize-html post-processing to planning.repository ([440a97a](https://github.com/SienkLogic/plan-build-run/commit/440a97a08378e58eb931c5f62d2e2852561a581a))
405
+ * **dashboard:** add Quick Tasks view with /quick and /quick/:id routes ([921b288](https://github.com/SienkLogic/plan-build-run/commit/921b288d327867d8033afb6fc51e3f5dd88f0657))
406
+ * **dashboard:** add Audit Reports view with /audits and /audits/:filename routes ([aba41ce](https://github.com/SienkLogic/plan-build-run/commit/aba41ce7eccfcf4fedff7116ee0afb1f20cd796b))
407
+ * **dashboard:** implement audit.service.js with listAuditReports and getAuditReport ([6025452](https://github.com/SienkLogic/plan-build-run/commit/602545216c12f7472111b54db24489eab88394b0))
408
+ * **dashboard:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([864afc9](https://github.com/SienkLogic/plan-build-run/commit/864afc9d542390f04dfcf4f9ef47e7ca3ef2894f))
409
+ * **dashboard:** expand tokens.css with card, shadow, transition, table, and badge tokens ([62a2469](https://github.com/SienkLogic/plan-build-run/commit/62a2469f1230ef8c36ed0f72b44cd956b9d430d2))
410
+ * **dashboard:** create phase-timeline.ejs and activity-feed.ejs partials ([f5ae581](https://github.com/SienkLogic/plan-build-run/commit/f5ae581819ab03e38939064aa4352e4d75f63387))
411
+ * **dashboard:** add getRecentActivity and deriveQuickActions to dashboard.service.js ([82883ae](https://github.com/SienkLogic/plan-build-run/commit/82883ae7c914a9ac26c16182aa423ea0e4848658))
412
+ * **dashboard:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([54b138b](https://github.com/SienkLogic/plan-build-run/commit/54b138b38203239e27159a5bad72019fdb994d69))
413
+ * **dashboard:** add prev/next phase navigation to phase detail view ([334812d](https://github.com/SienkLogic/plan-build-run/commit/334812d61632d5f0acd1ad06dba1a326bd4e6ab7))
414
+ * **dashboard:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([44a89ad](https://github.com/SienkLogic/plan-build-run/commit/44a89ad9e521aede77e0593e18843ad2d41e8e2a))
415
+ * **dashboard:** overhaul plan cards to use .card component with wave, task count, and status ([1df3a6b](https://github.com/SienkLogic/plan-build-run/commit/1df3a6b17fbe6fe40d1bd38182e1ef5b05c803c9))
416
+ * **dashboard:** replace commit history table with visual .commit-timeline in phase-content.ejs ([baece7b](https://github.com/SienkLogic/plan-build-run/commit/baece7b1fe9502a3f947ac67927a4beccf18e03a))
417
+ * **dashboard:** add config page CSS to layout.css ([cce9a90](https://github.com/SienkLogic/plan-build-run/commit/cce9a90a20c867f63eb74c3cb66b557ee5a4f18e))
418
+ * **dashboard:** add config shell page, hybrid form partial, and config CSS ([e40a82d](https://github.com/SienkLogic/plan-build-run/commit/e40a82d5e6a4ab2f0531ecd703ce37c4b0c44d9a))
419
+ * **dashboard:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([4df72f4](https://github.com/SienkLogic/plan-build-run/commit/4df72f400c37a313fe4b60266075203fddc88bba))
420
+ * **dashboard:** add GET /config and POST /api/config routes ([150f7e4](https://github.com/SienkLogic/plan-build-run/commit/150f7e49d76315da74206a00c9d0b7d63efc9201))
421
+ * **dashboard:** add GET /research and GET /research/:slug routes with HTMX support ([5a79666](https://github.com/SienkLogic/plan-build-run/commit/5a7966658417460606ab49613099acf180e62bf2))
422
+ * **dashboard:** add research list and detail EJS templates with card layout and HTMX navigation ([5433ba5](https://github.com/SienkLogic/plan-build-run/commit/5433ba5b086ea5022f20c01e1a8142a9ca4b71f1))
423
+ * **dashboard:** implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([6e50a75](https://github.com/SienkLogic/plan-build-run/commit/6e50a757c2c9e0bd224a8971f7eb195c40f563fa))
424
+ * **dashboard:** add GET /requirements route and EJS templates ([e64a2a5](https://github.com/SienkLogic/plan-build-run/commit/e64a2a553240c6295cd41963ae0c9d36e5b4f065))
425
+ * **dashboard:** implement getRequirementsData service ([c3e018e](https://github.com/SienkLogic/plan-build-run/commit/c3e018e1ef9889e966975b88df5ff14ea0ca3674))
426
+ * **dashboard:** add GET /logs route and GET /logs/stream SSE endpoint ([215e7a5](https://github.com/SienkLogic/plan-build-run/commit/215e7a5ffeb74b37a98b3d71dc16cafe374ffd9d))
427
+ * **dashboard:** create logs EJS templates with SSE live-tail and filter controls ([baf6c78](https://github.com/SienkLogic/plan-build-run/commit/baf6c7875c58fcf4986f5c5da4befadce29e8958))
428
+ * **dashboard:** implement log.service with listLogFiles, readLogPage, tailLogFile ([34bd22e](https://github.com/SienkLogic/plan-build-run/commit/34bd22e7f496e98878f9bbac76a18c3dc7042ce7))
429
+ * **dashboard:** rebuild dashboard foundation with Hono + JSX + Open Props ([533f782](https://github.com/SienkLogic/plan-build-run/commit/533f782ea3909dd42e8072e3ebccb1a76dd30309))
430
+ * **dashboard:** add Command Center view with live-updating dashboard components ([9d333a2](https://github.com/SienkLogic/plan-build-run/commit/9d333a251de19b52726f9dc3ac466acf8c104a7a))
431
+ * **dashboard:** add Explorer view shell with phases tab and Alpine.js tabs ([1746054](https://github.com/SienkLogic/plan-build-run/commit/1746054f37065a598e780a3cfae1ab357c5a00bd))
432
+ * **dashboard:** add MilestonesTab component and milestone.service type declarations ([9393bf2](https://github.com/SienkLogic/plan-build-run/commit/9393bf220ba82eb00b707438271da504e9adfe95))
433
+ * **dashboard:** add TodosTab component with TodoListFragment and TodoCreateForm ([86c178c](https://github.com/SienkLogic/plan-build-run/commit/86c178ca6fb22eff43aafa10b42323ef72846e68))
434
+ * **dashboard:** wire todos and milestones routes into explorer.routes.tsx ([7e0071e](https://github.com/SienkLogic/plan-build-run/commit/7e0071e179647d58375bc5055ae627045091a9fa))
435
+ * **dashboard:** add NotesTab, AuditsTab, and QuickTab components ([fa98f5b](https://github.com/SienkLogic/plan-build-run/commit/fa98f5b907c18de4ee328051714cc5947e6e6bb6))
436
+ * **dashboard:** add ResearchTab and RequirementsTab components with requirements CSS ([d5cccdc](https://github.com/SienkLogic/plan-build-run/commit/d5cccdc398dee7d113f5abfa6b1119de16ac7814))
437
+ * **dashboard:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([6ee4421](https://github.com/SienkLogic/plan-build-run/commit/6ee4421e734f218d563ca957d659d6a2547a0204))
438
+ * **dashboard:** create timeline routes, wire into app, link timeline CSS in Layout ([2daf291](https://github.com/SienkLogic/plan-build-run/commit/2daf291f26b83736b6dc70ea040ed11b563487c8))
439
+ * **dashboard:** create timeline.service.js with event aggregation and filtering ([49ea52a](https://github.com/SienkLogic/plan-build-run/commit/49ea52a84878065c0ce5a84f22b22b94f1deae89))
440
+ * **dashboard:** create TimelinePage component, EventStreamFragment, and timeline CSS ([380ae24](https://github.com/SienkLogic/plan-build-run/commit/380ae24e73d0aac74f71cc15b5575191399e556d))
441
+ * **dashboard:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([1444176](https://github.com/SienkLogic/plan-build-run/commit/1444176156ce3c9f8b75dc52c72989f3c1f5fe5b))
442
+ * **dashboard:** add analytics/graph CSS sections and Mermaid CDN to Layout ([865d647](https://github.com/SienkLogic/plan-build-run/commit/865d6473b8b5981517814e89ce417304aae167f3))
443
+ * **dashboard:** add AnalyticsPanel and DependencyGraph components ([5786e02](https://github.com/SienkLogic/plan-build-run/commit/5786e029069082d01cda51a46a8863ebdda113de))
444
+ * **dashboard:** create settings routes, CSS, wire into app, and add config.service.d.ts ([fc24060](https://github.com/SienkLogic/plan-build-run/commit/fc24060ecb165b6468bd377c340877584a5eb09e))
445
+ * **dashboard:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([ed2a579](https://github.com/SienkLogic/plan-build-run/commit/ed2a57943c0ef9f5b379607fcfe48f8f2e5d8f98))
446
+ * **dashboard:** add log viewer routes (page, entries, SSE tail) and CSS ([3656fef](https://github.com/SienkLogic/plan-build-run/commit/3656fef638bbb6bed8146555a0a5f7922d3acc24))
447
+ * **dashboard:** add LogFileList, LogEntryList, and LogViewer components ([98998bb](https://github.com/SienkLogic/plan-build-run/commit/98998bbe84004e91ffba6809ec6ba198e4babc82))
448
+ * **dashboard:** add inline SVG icons to sidebar nav and brand area ([4c31c64](https://github.com/SienkLogic/plan-build-run/commit/4c31c641e21997817386f6e806fd738c699fd98c))
449
+ * **dashboard:** create StatCardGrid component and stat-card CSS system ([e1921cf](https://github.com/SienkLogic/plan-build-run/commit/e1921cfe939bca0417ee14dda8b4d6c0b883a8df))
450
+ * **dashboard:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([bc264a4](https://github.com/SienkLogic/plan-build-run/commit/bc264a4551929f7c1fb43ebda6e065fdb69e3708))
451
+ * **dashboard:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([92dc66e](https://github.com/SienkLogic/plan-build-run/commit/92dc66e95b9937b93b2cf4bed493d280aaa1e1cc))
452
+ * **dashboard:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([9434b3e](https://github.com/SienkLogic/plan-build-run/commit/9434b3e4ef190bbc4e6b42133e1ecf92161e6dfb))
453
+ * **dashboard:** restructure Command Center into 2-column cc-two-col grid layout ([a602139](https://github.com/SienkLogic/plan-build-run/commit/a602139851abda7c7b031ac49d466c63595e768c))
454
+ * **dashboard:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([ec24c38](https://github.com/SienkLogic/plan-build-run/commit/ec24c3895b66706f7db363aa2ccd82d68fe79354))
455
+ * **dashboard:** unify section label typography via --section-label-* tokens ([46b326e](https://github.com/SienkLogic/plan-build-run/commit/46b326e8c634a4f23a2e346283bdbda2a8b55932))
449
456
  * **dashboard:** add responsive mobile layout with sidebar hamburger menu ([d95ee38](https://github.com/SienkLogic/plan-build-run/commit/d95ee38f71f471bd22dac818cbb34bda60d408ce))
450
457
  * **quick-003:** add data-flow to plan-format reference, verification template, and integration report template ([8f61b02](https://github.com/SienkLogic/plan-build-run/commit/8f61b02a759632556e47f79b14f7c36d39aa57a3))
451
458
  * **quick-003:** add data-flow verification to planner, verifier, and integration-checker agents ([eea56bc](https://github.com/SienkLogic/plan-build-run/commit/eea56bc1bba18a5a642ee52d6a9106a151f93aff))
@@ -498,43 +505,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498
505
 
499
506
  ### Bug Fixes
500
507
 
501
- * **01-01:** add cursor-pbr entry to marketplace manifest (PLUG-03) ([2ac7ca1](https://github.com/SienkLogic/plan-build-run/commit/2ac7ca1ff7c3880f4e610433969e382c4695f19d))
502
- * **01-01:** hasPlanFile now matches numbered plan files like PLAN-01.md ([c0a4a6d](https://github.com/SienkLogic/plan-build-run/commit/c0a4a6d279497cce6593b9825537fbba8cda6c9e))
503
- * **01-02:** add plan skill write-guard to check-skill-workflow.js ([9c07bc4](https://github.com/SienkLogic/plan-build-run/commit/9c07bc4e725dc3655fc4a86cbbb6df7a92c3f038))
504
- * **06-01:** add skill-local templates and prompt-partials missed in initial port ([8279c57](https://github.com/SienkLogic/plan-build-run/commit/8279c576951c37cc461373a3ee4732337a39b51b))
505
- * **06-03:** fix planner naming convention, executor timestamps, and statusline backup ([55ecd12](https://github.com/SienkLogic/plan-build-run/commit/55ecd12810d01e1c522da7659dde8b0f4627bbf9))
506
- * **09-01:** use relative path for logo in plugin manifest ([341bacf](https://github.com/SienkLogic/plan-build-run/commit/341bacf776b31a321e1b2ac06678c8072b4addf0))
507
- * **14-01:** add missing #sse-status element to header ([7a2b7ba](https://github.com/SienkLogic/plan-build-run/commit/7a2b7ba5b451ff87a9435c45feecf4ef76f794f1))
508
- * **14-02:** clear milestone cache between tests to prevent stale data ([449f15e](https://github.com/SienkLogic/plan-build-run/commit/449f15ec05d8aecea14d4ea5c8a533747f73959d))
509
- * **18-01:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([79ddc58](https://github.com/SienkLogic/plan-build-run/commit/79ddc588b29329cff878ceea813be9e8d8cef5f8))
510
- * **23-01:** register /pbr:do command and fix critical audit findings ([d73e8a7](https://github.com/SienkLogic/plan-build-run/commit/d73e8a7acdcb5bf9b9494de66eb73312c2d36204))
511
- * **23-02:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([e36c614](https://github.com/SienkLogic/plan-build-run/commit/e36c6145da3d27f1a6f0cea1290a1245208bf1f3))
512
- * **23-03:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([27181a4](https://github.com/SienkLogic/plan-build-run/commit/27181a47d056183266bb12bf2131bf1f3cd250d0))
513
- * **23-04:** replace subagents terminology with agents in cursor-pbr ([f5af300](https://github.com/SienkLogic/plan-build-run/commit/f5af300cabedf3c8f45217b4c46c90f22ef65031))
514
- * **23-05:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([9b999f0](https://github.com/SienkLogic/plan-build-run/commit/9b999f080711f7515db95d71245a2e0f826d6403))
515
- * **23-07:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([19db6d6](https://github.com/SienkLogic/plan-build-run/commit/19db6d634f023c86bfe1e51d259c815d813aca60))
516
- * **23-09:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([d8003d8](https://github.com/SienkLogic/plan-build-run/commit/d8003d808b614bfc4bab77c524b0931413dc8171))
517
- * **23-09:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ada9e3d](https://github.com/SienkLogic/plan-build-run/commit/ada9e3d0914e6d47c190792d3f66340ca22e3857))
518
- * **23-10:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([e1709f7](https://github.com/SienkLogic/plan-build-run/commit/e1709f70b8262d1c673ea80895cda7086c6de45b))
519
- * **23-10:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([8bf0218](https://github.com/SienkLogic/plan-build-run/commit/8bf0218f69aa040bbcfc87e11d8b602f6d9958bb))
520
- * **23-10:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([93757f2](https://github.com/SienkLogic/plan-build-run/commit/93757f200ee6f77bd173d02d84e7e8e25edac5c1))
521
- * **23-12:** fix remaining subagents terminology in scan SKILL.md derivatives ([8d49259](https://github.com/SienkLogic/plan-build-run/commit/8d4925943ab8cde0521843636bb1c81b2e388ece))
522
- * **23-12:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([85f0fa1](https://github.com/SienkLogic/plan-build-run/commit/85f0fa14fb9ea1c904f402ac8a2129ca5e22c56b))
523
- * **23-12:** remove excess tool grants from synthesizer and plan-checker agents ([3e1284d](https://github.com/SienkLogic/plan-build-run/commit/3e1284d129e9b6ebdc1a53f8e02bbddef63337d8))
524
- * **24-01:** remove building from ADVANCED_STATUSES gate ([36bd3da](https://github.com/SienkLogic/plan-build-run/commit/36bd3daa43c4463da0f34234ddd1f7816c26b24d))
525
- * **24-02:** raise consecutive-continue guard threshold from 3 to 6 ([069b385](https://github.com/SienkLogic/plan-build-run/commit/069b385df469712db0abe3eb64424bfbddd2164c))
526
- * **24-02:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([64b72d2](https://github.com/SienkLogic/plan-build-run/commit/64b72d200d1475f1d2ecb21260c163fdd69d2348))
527
- * **25-02:** remove unused path import and result variable (lint) ([c63b390](https://github.com/SienkLogic/plan-build-run/commit/c63b3904ec532cf6ba353fb922384876ee7d6364))
528
- * **26-01:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([2652908](https://github.com/SienkLogic/plan-build-run/commit/26529088bd2f1e8c998a4f2fc6bd87489d3655d9))
529
- * **26-01:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([880ec8d](https://github.com/SienkLogic/plan-build-run/commit/880ec8d937d6befca07b7db43525da6cbacabe27))
530
- * **26-02:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([73e0470](https://github.com/SienkLogic/plan-build-run/commit/73e0470f48c97d4635ca801505f55eca4b0933b8))
531
- * **36-01:** replace hardcoded CSS values with design tokens and expand config.service.js ([284fcf2](https://github.com/SienkLogic/plan-build-run/commit/284fcf270ead0ab7688cb6b1017f31891cd34c3d))
532
- * **36-02:** add typeof guard for quickActions in dashboard template ([e75c4d1](https://github.com/SienkLogic/plan-build-run/commit/e75c4d129537ab4d4af30b6b66a45285376298f7))
533
- * **36-08:** improve dashboard UX across 12 pages with 16 visual fixes ([7c51cb8](https://github.com/SienkLogic/plan-build-run/commit/7c51cb874e1868b7d92caf8dde380defe66ad2d5))
534
- * **37-05:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([d5661fd](https://github.com/SienkLogic/plan-build-run/commit/d5661fd01150adc9d9d889af4a68857c739c79c8))
535
- * **40-02:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([d9cd51d](https://github.com/SienkLogic/plan-build-run/commit/d9cd51d9e7cc6c2e2e4df82d608c323d7ca04fdf))
536
- * **42-02:** move beforeunload cleanup to addEventListener for JSX compatibility ([b93b0e4](https://github.com/SienkLogic/plan-build-run/commit/b93b0e4dcb0dc4db85408fd6db11fe683e5b3270))
537
- * **43-02:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([605c99d](https://github.com/SienkLogic/plan-build-run/commit/605c99d604c60db06477f87deac2e89bd5b3cc45))
508
+ * **hooks:** add cursor-pbr entry to marketplace manifest (PLUG-03) ([2ac7ca1](https://github.com/SienkLogic/plan-build-run/commit/2ac7ca1ff7c3880f4e610433969e382c4695f19d))
509
+ * **hooks:** hasPlanFile now matches numbered plan files like PLAN-01.md ([c0a4a6d](https://github.com/SienkLogic/plan-build-run/commit/c0a4a6d279497cce6593b9825537fbba8cda6c9e))
510
+ * **hooks:** add plan skill write-guard to check-skill-workflow.js ([9c07bc4](https://github.com/SienkLogic/plan-build-run/commit/9c07bc4e725dc3655fc4a86cbbb6df7a92c3f038))
511
+ * **cursor:** add skill-local templates and prompt-partials missed in initial port ([8279c57](https://github.com/SienkLogic/plan-build-run/commit/8279c576951c37cc461373a3ee4732337a39b51b))
512
+ * **executor:** fix planner naming convention, executor timestamps, and statusline backup ([55ecd12](https://github.com/SienkLogic/plan-build-run/commit/55ecd12810d01e1c522da7659dde8b0f4627bbf9))
513
+ * **core:** use relative path for logo in plugin manifest ([341bacf](https://github.com/SienkLogic/plan-build-run/commit/341bacf776b31a321e1b2ac06678c8072b4addf0))
514
+ * **dashboard:** add missing #sse-status element to header ([7a2b7ba](https://github.com/SienkLogic/plan-build-run/commit/7a2b7ba5b451ff87a9435c45feecf4ef76f794f1))
515
+ * **dashboard:** clear milestone cache between tests to prevent stale data ([449f15e](https://github.com/SienkLogic/plan-build-run/commit/449f15ec05d8aecea14d4ea5c8a533747f73959d))
516
+ * **dashboard:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([79ddc58](https://github.com/SienkLogic/plan-build-run/commit/79ddc588b29329cff878ceea813be9e8d8cef5f8))
517
+ * **cross-plugin:** register /pbr:do command and fix critical audit findings ([d73e8a7](https://github.com/SienkLogic/plan-build-run/commit/d73e8a7acdcb5bf9b9494de66eb73312c2d36204))
518
+ * **cursor:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([e36c614](https://github.com/SienkLogic/plan-build-run/commit/e36c6145da3d27f1a6f0cea1290a1245208bf1f3))
519
+ * **copilot:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([27181a4](https://github.com/SienkLogic/plan-build-run/commit/27181a47d056183266bb12bf2131bf1f3cd250d0))
520
+ * **cursor:** replace subagents terminology with agents in cursor-pbr ([f5af300](https://github.com/SienkLogic/plan-build-run/commit/f5af300cabedf3c8f45217b4c46c90f22ef65031))
521
+ * **copilot:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([9b999f0](https://github.com/SienkLogic/plan-build-run/commit/9b999f080711f7515db95d71245a2e0f826d6403))
522
+ * **hooks:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([19db6d6](https://github.com/SienkLogic/plan-build-run/commit/19db6d634f023c86bfe1e51d259c815d813aca60))
523
+ * **copilot:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([d8003d8](https://github.com/SienkLogic/plan-build-run/commit/d8003d808b614bfc4bab77c524b0931413dc8171))
524
+ * **copilot:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ada9e3d](https://github.com/SienkLogic/plan-build-run/commit/ada9e3d0914e6d47c190792d3f66340ca22e3857))
525
+ * **hooks:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([e1709f7](https://github.com/SienkLogic/plan-build-run/commit/e1709f70b8262d1c673ea80895cda7086c6de45b))
526
+ * **hooks:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([8bf0218](https://github.com/SienkLogic/plan-build-run/commit/8bf0218f69aa040bbcfc87e11d8b602f6d9958bb))
527
+ * **hooks:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([93757f2](https://github.com/SienkLogic/plan-build-run/commit/93757f200ee6f77bd173d02d84e7e8e25edac5c1))
528
+ * **cross-plugin:** fix remaining subagents terminology in scan SKILL.md derivatives ([8d49259](https://github.com/SienkLogic/plan-build-run/commit/8d4925943ab8cde0521843636bb1c81b2e388ece))
529
+ * **cross-plugin:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([85f0fa1](https://github.com/SienkLogic/plan-build-run/commit/85f0fa14fb9ea1c904f402ac8a2129ca5e22c56b))
530
+ * **cross-plugin:** remove excess tool grants from synthesizer and plan-checker agents ([3e1284d](https://github.com/SienkLogic/plan-build-run/commit/3e1284d129e9b6ebdc1a53f8e02bbddef63337d8))
531
+ * **hooks:** remove building from ADVANCED_STATUSES gate ([36bd3da](https://github.com/SienkLogic/plan-build-run/commit/36bd3daa43c4463da0f34234ddd1f7816c26b24d))
532
+ * **hooks:** raise consecutive-continue guard threshold from 3 to 6 ([069b385](https://github.com/SienkLogic/plan-build-run/commit/069b385df469712db0abe3eb64424bfbddd2164c))
533
+ * **hooks:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([64b72d2](https://github.com/SienkLogic/plan-build-run/commit/64b72d200d1475f1d2ecb21260c163fdd69d2348))
534
+ * **hooks:** remove unused path import and result variable (lint) ([c63b390](https://github.com/SienkLogic/plan-build-run/commit/c63b3904ec532cf6ba353fb922384876ee7d6364))
535
+ * **hooks:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([2652908](https://github.com/SienkLogic/plan-build-run/commit/26529088bd2f1e8c998a4f2fc6bd87489d3655d9))
536
+ * **hooks:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([880ec8d](https://github.com/SienkLogic/plan-build-run/commit/880ec8d937d6befca07b7db43525da6cbacabe27))
537
+ * **hooks:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([73e0470](https://github.com/SienkLogic/plan-build-run/commit/73e0470f48c97d4635ca801505f55eca4b0933b8))
538
+ * **dashboard:** replace hardcoded CSS values with design tokens and expand config.service.js ([284fcf2](https://github.com/SienkLogic/plan-build-run/commit/284fcf270ead0ab7688cb6b1017f31891cd34c3d))
539
+ * **dashboard:** add typeof guard for quickActions in dashboard template ([e75c4d1](https://github.com/SienkLogic/plan-build-run/commit/e75c4d129537ab4d4af30b6b66a45285376298f7))
540
+ * **dashboard:** improve dashboard UX across 12 pages with 16 visual fixes ([7c51cb8](https://github.com/SienkLogic/plan-build-run/commit/7c51cb874e1868b7d92caf8dde380defe66ad2d5))
541
+ * **dashboard:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([d5661fd](https://github.com/SienkLogic/plan-build-run/commit/d5661fd01150adc9d9d889af4a68857c739c79c8))
542
+ * **dashboard:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([d9cd51d](https://github.com/SienkLogic/plan-build-run/commit/d9cd51d9e7cc6c2e2e4df82d608c323d7ca04fdf))
543
+ * **dashboard:** move beforeunload cleanup to addEventListener for JSX compatibility ([b93b0e4](https://github.com/SienkLogic/plan-build-run/commit/b93b0e4dcb0dc4db85408fd6db11fe683e5b3270))
544
+ * **dashboard:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([605c99d](https://github.com/SienkLogic/plan-build-run/commit/605c99d604c60db06477f87deac2e89bd5b3cc45))
538
545
  * **dashboard:** handle todo files with H1 title and high/medium/low priority ([a8dadcf](https://github.com/SienkLogic/plan-build-run/commit/a8dadcfe3b7226c2af8406df3a8dfe627b2c1cf5))
539
546
  * **dashboard:** plan count regex and mermaid rendering ([a423a7c](https://github.com/SienkLogic/plan-build-run/commit/a423a7c0c336a1907c6c22b27d94495dfa857018))
540
547
  * **dashboard:** show completed milestones on roadmap when all phases archived ([a3469dc](https://github.com/SienkLogic/plan-build-run/commit/a3469dc2f399ff32241a0ad0630f980ee6b1b759))
@@ -597,11 +604,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
597
604
 
598
605
  ### Documentation
599
606
 
600
- * **08-03:** add agent-contracts.md reference documenting handoff schemas ([33e148e](https://github.com/SienkLogic/plan-build-run/commit/33e148e4761e261d0b1b65a2ab9e783269bae080))
601
- * **09-01:** add setup scripts and improve installation instructions ([44ad95d](https://github.com/SienkLogic/plan-build-run/commit/44ad95d710d7491b0fb6ff8292c30fe81de20075))
602
- * **10-01:** wire agent-contracts.md into agents and document abandoned debug resolution ([0d9159e](https://github.com/SienkLogic/plan-build-run/commit/0d9159e44e6e414420b6cbee9eca2dfe32e2acfa))
603
- * **27-01:** add no-reread anti-pattern to executor agents across all plugins ([99f9805](https://github.com/SienkLogic/plan-build-run/commit/99f98052c39ca88d9f6323acb6adfa27581f5239))
604
- * **34-01:** mark all LLM-01 through LLM-34 traceability entries as Verified ([182b858](https://github.com/SienkLogic/plan-build-run/commit/182b858478863495be0b7ca7a9150818a961873d))
607
+ * **docs:** add agent-contracts.md reference documenting handoff schemas ([33e148e](https://github.com/SienkLogic/plan-build-run/commit/33e148e4761e261d0b1b65a2ab9e783269bae080))
608
+ * **core:** add setup scripts and improve installation instructions ([44ad95d](https://github.com/SienkLogic/plan-build-run/commit/44ad95d710d7491b0fb6ff8292c30fe81de20075))
609
+ * **docs:** wire agent-contracts.md into agents and document abandoned debug resolution ([0d9159e](https://github.com/SienkLogic/plan-build-run/commit/0d9159e44e6e414420b6cbee9eca2dfe32e2acfa))
610
+ * **hooks:** add no-reread anti-pattern to executor agents across all plugins ([99f9805](https://github.com/SienkLogic/plan-build-run/commit/99f98052c39ca88d9f6323acb6adfa27581f5239))
611
+ * **hooks:** mark all LLM-01 through LLM-34 traceability entries as Verified ([182b858](https://github.com/SienkLogic/plan-build-run/commit/182b858478863495be0b7ca7a9150818a961873d))
605
612
  * **quick-002:** add .active-skill stale detection to health Check 10 ([0ebf077](https://github.com/SienkLogic/plan-build-run/commit/0ebf0770f7bb84af4e503055e65f377a46d5cd93))
606
613
  * **quick-002:** fix NEXT UP banner indentation in milestone SKILL.md ([b24f2af](https://github.com/SienkLogic/plan-build-run/commit/b24f2af7f8d141e3f946cf31dd3acd9373f0455d))
607
614
  * **quick-002:** replace arrow-list with bullet style in help SKILL.md ([e268d85](https://github.com/SienkLogic/plan-build-run/commit/e268d85aa8f9904fba90bd0dbaf3002b187810eb))
@@ -625,144 +632,144 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
625
632
 
626
633
  ### Features
627
634
 
628
- * **01-01:** add build and plan executor gates to validate-task.js ([eb50498](https://github.com/SienkLogic/plan-build-run/commit/eb5049838fa24fc4e327f3fd63779e94a08225df))
629
- * **01-01:** extend agent output validation to all 10 PBR agent types ([ec7d1dc](https://github.com/SienkLogic/plan-build-run/commit/ec7d1dc647ce72c3806f70a86576289991c23608))
630
- * **01-01:** scaffold Cursor plugin directory structure and manifest ([4743cb2](https://github.com/SienkLogic/plan-build-run/commit/4743cb2598dbba1339101cc9c738869017117fe4))
631
- * **01-02:** add skill-specific workflow rules and CRITICAL enforcement ([5b51b7e](https://github.com/SienkLogic/plan-build-run/commit/5b51b7e28ae935b1d5bfca3584d0fedd0c865c7c))
632
- * **02-01:** add milestone, explore, import, scan write guards to checkSkillRules ([7c5bb1d](https://github.com/SienkLogic/plan-build-run/commit/7c5bb1daf6aec0db18e39f1be62393c6eb147267))
633
- * **02-01:** port 10 agent definitions and workflow rules to Cursor format ([126fe76](https://github.com/SienkLogic/plan-build-run/commit/126fe764497186aaff24ac33782036f87b063409))
634
- * **02-02:** add review planner gate to validate-task.js ([30f9031](https://github.com/SienkLogic/plan-build-run/commit/30f90313c6add9063f15fdff041d8bcb1671e625))
635
- * **02-02:** strengthen ROADMAP sync warnings to CRITICAL level ([127f506](https://github.com/SienkLogic/plan-build-run/commit/127f5062d6d7006181616d0a3386a153d95f5909))
636
- * **03-01:** add review verifier, milestone complete, and build dependency gates ([cfcf0d5](https://github.com/SienkLogic/plan-build-run/commit/cfcf0d55510ac52ec27c4ff466b751dd4635570c))
637
- * **03-01:** port 6 core skills to Cursor format ([6c984a4](https://github.com/SienkLogic/plan-build-run/commit/6c984a4d56dfd1c3dcf40f29cc7e926775744b6c))
638
- * **04-01:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([353b8be](https://github.com/SienkLogic/plan-build-run/commit/353b8be3687db03843e0996914116231220b82a8))
639
- * **04-01:** port 15 supporting skills to Cursor format ([ae0a8ae](https://github.com/SienkLogic/plan-build-run/commit/ae0a8aec895036a56d85b38ed7841ec800840a62))
640
- * **05-01:** adapt hooks.json for Cursor plugin with shared script paths ([eaa1a0c](https://github.com/SienkLogic/plan-build-run/commit/eaa1a0c2d82db06c2c21eb3b680bda766562aa1c))
641
- * **05-01:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([3f0c7bc](https://github.com/SienkLogic/plan-build-run/commit/3f0c7bc09ae2508ae849972057b88818f0e18eb6))
642
- * **06-01:** add .active-skill write and cleanup to begin, plan, review, import skills ([8c1132a](https://github.com/SienkLogic/plan-build-run/commit/8c1132ab93115f27f926637c89079a701dec2c43))
643
- * **06-01:** port templates, references, and shared fragments to Cursor plugin ([43fc161](https://github.com/SienkLogic/plan-build-run/commit/43fc1610997caf0e13523896e97e2fd6ed25d757))
644
- * **06-02:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([5b10576](https://github.com/SienkLogic/plan-build-run/commit/5b10576334f92cbf5464362044564b6eae0977b1))
645
- * **07-01:** add Cursor plugin validation test suite with 92 tests ([72c328e](https://github.com/SienkLogic/plan-build-run/commit/72c328e2cc939bf08d59e530afb96e3dacc4bc87))
646
- * **07-01:** add Write tool to verifier/integration-checker and update prose across all plugins ([a9fe348](https://github.com/SienkLogic/plan-build-run/commit/a9fe348654d434ab9c0f68d53bfeb52256354225))
647
- * **07-01:** register missing skills in check-skill-workflow.js switch statement ([63bac6f](https://github.com/SienkLogic/plan-build-run/commit/63bac6f4338d5f9d22a8ea804a6f1851118f208e))
648
- * **07-02:** add debugger advisory gate and milestone gaps_found status check ([c5acda2](https://github.com/SienkLogic/plan-build-run/commit/c5acda2f73ea6ce7ddd21bc5e8c52990c0abdacb))
649
- * **07-02:** add mtime-based recency checks for researcher and synthesizer output ([c3685ad](https://github.com/SienkLogic/plan-build-run/commit/c3685adb2b051fce0f7b002272daa54d770016da))
650
- * **08-01:** add cross-plugin compatibility test suite ([bad35e7](https://github.com/SienkLogic/plan-build-run/commit/bad35e746d6d9e64e309597e20acf58d1e82363f))
651
- * **08-01:** add inline fallback formats to 7 template-dependent agents ([f9a1038](https://github.com/SienkLogic/plan-build-run/commit/f9a1038e8145e9c0dc48affd648ec4485a5008d3))
652
- * **08-02:** add CRITICAL markers and fix agent handoff issues ([800bf5e](https://github.com/SienkLogic/plan-build-run/commit/800bf5e2d231ad36b3f5097ff889b22bd5577544))
653
- * **09-01:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([8f18fb7](https://github.com/SienkLogic/plan-build-run/commit/8f18fb72674061284f11d375b73ff51a25d5c387))
654
- * **09-01:** add health auto-fix for common corruption patterns ([22f666a](https://github.com/SienkLogic/plan-build-run/commit/22f666a943449ecff5ccb3a24eda5d464055a9b0))
655
- * **09-01:** add marketplace documentation, logo, and finalize manifest ([6a317af](https://github.com/SienkLogic/plan-build-run/commit/6a317afbd5356065ac984782154ade5c9518e43d))
656
- * **09-01:** add rollback safety, setup idempotency, and todo archive safety ([914cc9b](https://github.com/SienkLogic/plan-build-run/commit/914cc9bd91a821e18c65e8c9c239976ddf47fb09))
657
- * **09-02:** rewrite ui-formatting.md with unified double-line box format ([d5d96b4](https://github.com/SienkLogic/plan-build-run/commit/d5d96b45f717e556b3e8c9c0d3a9eb3e521a03fd))
658
- * **09-02:** update error-reporting fragment with block reason guidance ([a266081](https://github.com/SienkLogic/plan-build-run/commit/a266081a19966e2925c9c05128f3ee97ab0dd38a))
659
- * **09-03:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([a602cbb](https://github.com/SienkLogic/plan-build-run/commit/a602cbb03d25c65c89e41422cb0c66c6a831b9ca))
660
- * **09-03:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([c6473f8](https://github.com/SienkLogic/plan-build-run/commit/c6473f8b6908a1d8252385b49c711fd023c257c7))
661
- * **09-04:** replace Next Up headings with double-line box format in all PBR skills ([2f30dbe](https://github.com/SienkLogic/plan-build-run/commit/2f30dbe933be1714c87250cc86ffc2047f2705c4))
662
- * **09-04:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([2e3b848](https://github.com/SienkLogic/plan-build-run/commit/2e3b8487840c0f2d0673259817c63041f3ca66f5))
663
- * **11-01:** create tokens.css with dual-mode design tokens ([efcc30c](https://github.com/SienkLogic/plan-build-run/commit/efcc30c856d7c0c1e888daa2dbb27b5aaeeeaa77))
664
- * **11-01:** refactor layout.css to use semantic design tokens ([2f13a93](https://github.com/SienkLogic/plan-build-run/commit/2f13a93032d47cd6e52b0b669dd928ed8b0f5ffa))
665
- * **11-02:** add theme toggle button with localStorage persistence ([f2a2c9b](https://github.com/SienkLogic/plan-build-run/commit/f2a2c9b8fea7c74fa2344593ceedf3d64ecfd6c5))
666
- * **11-02:** pin Pico.css CDN to v2.0.6 ([54fdd1f](https://github.com/SienkLogic/plan-build-run/commit/54fdd1f5c20d7b411fa0e1ffcb70b76106f48241))
667
- * **12-01:** add current-phase middleware for sidebar context ([bef4dd8](https://github.com/SienkLogic/plan-build-run/commit/bef4dd897b202acfe61b64b492efaa4acd022b82))
668
- * **12-01:** implement mobile overlay sidebar with backdrop ([98548db](https://github.com/SienkLogic/plan-build-run/commit/98548db578ad7db06335fdce5b94a2a5b8fbfffa))
669
- * **12-01:** redesign sidebar with collapsible sections and current phase card ([3d3e05c](https://github.com/SienkLogic/plan-build-run/commit/3d3e05c698bdfd0980ed1c51cdb08d800b3bcc42))
670
- * **12-02:** add breadcrumb data to routes and include partial in content templates ([ed79edd](https://github.com/SienkLogic/plan-build-run/commit/ed79edd432310162256010e5db891b8c258b2722))
671
- * **12-02:** create breadcrumbs partial and CSS styles ([232e917](https://github.com/SienkLogic/plan-build-run/commit/232e9173bdaefe92cd5780775e96c76396dcc0b3))
672
- * **13-01:** add milestone history expandable table with stats and deliverables ([8774c0f](https://github.com/SienkLogic/plan-build-run/commit/8774c0fe9f2ad9dd4955131fbc7a8a240af797e2))
673
- * **13-01:** add todo filtering by priority, status, and search with bulk complete ([95e9dfd](https://github.com/SienkLogic/plan-build-run/commit/95e9dfd3ca96b25526ff8016e7791dc1d8475a91))
674
- * **13-02:** add dependency graph route, views, and sidebar link ([f972435](https://github.com/SienkLogic/plan-build-run/commit/f9724351166d360122cb66e4c15110ee3279890e))
675
- * **13-02:** add Mermaid dependency graph generation to roadmap service ([b194455](https://github.com/SienkLogic/plan-build-run/commit/b194455f298b2ea0660fd26936d333fbb0f1feef))
676
- * **13-03:** add analytics route, views, and sidebar link ([431dad7](https://github.com/SienkLogic/plan-build-run/commit/431dad79bedcba831a8e7d731803f3987b82a0ac))
677
- * **13-03:** create analytics service with git-based metrics and TTL cache ([6c8c41a](https://github.com/SienkLogic/plan-build-run/commit/6c8c41a23cdfd736a4d2bceea01502ebe64514e8))
678
- * **14-01:** add Last-Event-ID state recovery to SSE endpoint ([4b48cf1](https://github.com/SienkLogic/plan-build-run/commit/4b48cf1d03f2b6191dc6eb7c856abaf0a1aacdf6))
679
- * **14-01:** create custom SSE client with exponential backoff ([5b855ec](https://github.com/SienkLogic/plan-build-run/commit/5b855ec7a19c606a286fbf6b6d4f40e89afce87f))
680
- * **14-01:** reduce chokidar stability threshold to 500ms ([8a65e43](https://github.com/SienkLogic/plan-build-run/commit/8a65e43720a17d9b37ba63f55bfe5b37e83fb80f))
681
- * **14-02:** add hx-indicator spinners to todo complete actions ([fc8c325](https://github.com/SienkLogic/plan-build-run/commit/fc8c32583e2a2eaa5b972344777091c4ce5bc67f))
682
- * **14-02:** add TTL cache utility and integrate into analytics and milestone services ([19bd3ea](https://github.com/SienkLogic/plan-build-run/commit/19bd3eadfa5f13368176991e525c5adbdd3b8309))
683
- * **15-01:** add error-card styling, loading indicator, and favicon ([f48c40f](https://github.com/SienkLogic/plan-build-run/commit/f48c40fca341d9144e7fa3bf7f2c2e0db9b1d5ab))
684
- * **15-01:** add skip-to-content link, focus-visible styles, and ARIA labels ([fe2963b](https://github.com/SienkLogic/plan-build-run/commit/fe2963b266eae933a23ea0b74859ae8655964ad5))
685
- * **15-01:** create reusable empty-state partial and integrate into views ([be8e5f5](https://github.com/SienkLogic/plan-build-run/commit/be8e5f57dc60e4c02d2cc656a156dd450bd45fa4))
686
- * **15-02:** GREEN - analytics, cache, SSE tests pass against existing code ([1948189](https://github.com/SienkLogic/plan-build-run/commit/1948189fd9a74912017c3901413f3f0da0f1f073))
687
- * **15-02:** GREEN - dependencies and breadcrumbs tests pass ([9b3f987](https://github.com/SienkLogic/plan-build-run/commit/9b3f9874fb3b5d50288ef36af6cb3edb4ea91260))
688
- * **16-01:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([ba820a1](https://github.com/SienkLogic/plan-build-run/commit/ba820a111afd8f65350ff0caa30e4a7be0c1489e))
689
- * **17-01:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([51b2092](https://github.com/SienkLogic/plan-build-run/commit/51b2092e0e89d2d31626cc94be8e5f6712b79116))
690
- * **24-01:** add check-agent-state-write.js module ([c407826](https://github.com/SienkLogic/plan-build-run/commit/c4078264dead22d20998aeb14c35ea545289ccf5))
691
- * **24-01:** wire agent state write blocker into pre-write-dispatch ([1adf149](https://github.com/SienkLogic/plan-build-run/commit/1adf149bb79de4750b5e7462a656a90a1de42ea6))
692
- * **24-02:** add .auto-next fallback writes to auto_advance hard stops in build skill ([f96b05d](https://github.com/SienkLogic/plan-build-run/commit/f96b05de1da60032de889b416d2a4e978cd2ec8a))
693
- * **25-01:** add ROADMAP.md read to continue skill for milestone boundary detection ([85077b1](https://github.com/SienkLogic/plan-build-run/commit/85077b109d17d9ef01348e489c1f2b4cdcb6c57d))
694
- * **25-01:** GREEN - add validateRoadmap and ROADMAP.md validation to check-plan-format ([e77f0d7](https://github.com/SienkLogic/plan-build-run/commit/e77f0d7f629f8ff35be9c9718b4ec4fc54472550))
695
- * **25-01:** GREEN - PLAN.md writes trigger ROADMAP Planning status without regression ([97c4d91](https://github.com/SienkLogic/plan-build-run/commit/97c4d91c4d0adda1b5e4caa2c632a2d26cf4a450))
696
- * **25-02:** GREEN - add checkRoadmapWrite routing to post-write-dispatch ([d40887d](https://github.com/SienkLogic/plan-build-run/commit/d40887d1ee8d69df6f433c9b9e340d5e58dbe263))
697
- * **25-02:** GREEN - implement isHighRisk with status regression and phase gap detection ([f46f8c9](https://github.com/SienkLogic/plan-build-run/commit/f46f8c909c69873c6a6aaf3b4a5570ab336fac3a))
698
- * **25-02:** GREEN - implement validatePostMilestone for milestone completion checks ([a46886e](https://github.com/SienkLogic/plan-build-run/commit/a46886eafe65a636ddf9972a3a75e61c8f347d41))
699
- * **26-02:** GREEN - add 150-line advisory warning to checkStateWrite ([7b0d0a3](https://github.com/SienkLogic/plan-build-run/commit/7b0d0a35b41fe51cc3821cd9e2a95c6bd86c438f))
700
- * **26-02:** GREEN - add cross-plugin sync advisory hook ([fffe35c](https://github.com/SienkLogic/plan-build-run/commit/fffe35c127c81be72be901ecbc8f81ae36661ab8))
701
- * **27-01:** add PreToolUse Read hook to block SKILL.md self-reads ([8d4775e](https://github.com/SienkLogic/plan-build-run/commit/8d4775e67d820a7ce136094e994b3d25f5c63b9a))
702
- * **27-01:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([3ecd460](https://github.com/SienkLogic/plan-build-run/commit/3ecd4605df1edfaf8589526cbc937e886d87c1dc))
703
- * **28-01:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([331f337](https://github.com/SienkLogic/plan-build-run/commit/331f337b6623e926da3f1c86491876b0565d9281))
704
- * **29-01:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([1d42a14](https://github.com/SienkLogic/plan-build-run/commit/1d42a1400227680cab271f1761159de76b091e1f))
705
- * **30-01:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([4d5d614](https://github.com/SienkLogic/plan-build-run/commit/4d5d614fc246fc3a6f2a3d43fc8ae7611cf0c63f))
706
- * **30-03:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([37d8e59](https://github.com/SienkLogic/plan-build-run/commit/37d8e5951d8ccea935d0ad71e99e026245a0dc47))
707
- * **30-03:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([e980348](https://github.com/SienkLogic/plan-build-run/commit/e980348c75a904e49d2262aafc7932a2f59a32a3))
708
- * **31-01:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([91db4be](https://github.com/SienkLogic/plan-build-run/commit/91db4be5562ba05915905e931a10e47af7246e9e))
709
- * **32-01:** add agent support — source scoring, error classification, context summarization, prompt injection ([83890f9](https://github.com/SienkLogic/plan-build-run/commit/83890f96117f8fe776248c0f28f560d960c32ce7))
710
- * **33-01:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([379ce7f](https://github.com/SienkLogic/plan-build-run/commit/379ce7f6a88ec4ffa5c11dc9bf0c2c28462ec9e8))
711
- * **34-01:** add config.features.source_scoring feature flag guard to score-source.js ([a7bd37a](https://github.com/SienkLogic/plan-build-run/commit/a7bd37a629e0fafefe4f0484deee965923f0364c))
712
- * **34-01:** wire runShadow() into router.js post-call path for all 3 routing strategies ([06fcfb5](https://github.com/SienkLogic/plan-build-run/commit/06fcfb501c64a9769501715f0afc99978dbc7398))
713
- * **35-01:** GREEN - add escapeHtml helper and use it in HTMX error handler path ([f29965e](https://github.com/SienkLogic/plan-build-run/commit/f29965ea450f56e71b7cef132f0fe6d3db9cfe74))
714
- * **35-01:** GREEN - add sanitize-html post-processing to planning.repository ([440a97a](https://github.com/SienkLogic/plan-build-run/commit/440a97a08378e58eb931c5f62d2e2852561a581a))
715
- * **35-03:** add Quick Tasks view with /quick and /quick/:id routes ([921b288](https://github.com/SienkLogic/plan-build-run/commit/921b288d327867d8033afb6fc51e3f5dd88f0657))
716
- * **35-05:** add Audit Reports view with /audits and /audits/:filename routes ([aba41ce](https://github.com/SienkLogic/plan-build-run/commit/aba41ce7eccfcf4fedff7116ee0afb1f20cd796b))
717
- * **35-05:** GREEN - implement audit.service.js with listAuditReports and getAuditReport ([6025452](https://github.com/SienkLogic/plan-build-run/commit/602545216c12f7472111b54db24489eab88394b0))
718
- * **36-01:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([864afc9](https://github.com/SienkLogic/plan-build-run/commit/864afc9d542390f04dfcf4f9ef47e7ca3ef2894f))
719
- * **36-01:** expand tokens.css with card, shadow, transition, table, and badge tokens ([62a2469](https://github.com/SienkLogic/plan-build-run/commit/62a2469f1230ef8c36ed0f72b44cd956b9d430d2))
720
- * **36-02:** create phase-timeline.ejs and activity-feed.ejs partials ([f5ae581](https://github.com/SienkLogic/plan-build-run/commit/f5ae581819ab03e38939064aa4352e4d75f63387))
721
- * **36-02:** GREEN - add getRecentActivity and deriveQuickActions to dashboard.service.js ([82883ae](https://github.com/SienkLogic/plan-build-run/commit/82883ae7c914a9ac26c16182aa423ea0e4848658))
722
- * **36-02:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([54b138b](https://github.com/SienkLogic/plan-build-run/commit/54b138b38203239e27159a5bad72019fdb994d69))
723
- * **36-03:** add prev/next phase navigation to phase detail view ([334812d](https://github.com/SienkLogic/plan-build-run/commit/334812d61632d5f0acd1ad06dba1a326bd4e6ab7))
724
- * **36-04:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([44a89ad](https://github.com/SienkLogic/plan-build-run/commit/44a89ad9e521aede77e0593e18843ad2d41e8e2a))
725
- * **36-04:** overhaul plan cards to use .card component with wave, task count, and status ([1df3a6b](https://github.com/SienkLogic/plan-build-run/commit/1df3a6b17fbe6fe40d1bd38182e1ef5b05c803c9))
726
- * **36-04:** replace commit history table with visual .commit-timeline in phase-content.ejs ([baece7b](https://github.com/SienkLogic/plan-build-run/commit/baece7b1fe9502a3f947ac67927a4beccf18e03a))
727
- * **36-05:** add config page CSS to layout.css ([cce9a90](https://github.com/SienkLogic/plan-build-run/commit/cce9a90a20c867f63eb74c3cb66b557ee5a4f18e))
728
- * **36-05:** add config shell page, hybrid form partial, and config CSS ([e40a82d](https://github.com/SienkLogic/plan-build-run/commit/e40a82d5e6a4ab2f0531ecd703ce37c4b0c44d9a))
729
- * **36-05:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([4df72f4](https://github.com/SienkLogic/plan-build-run/commit/4df72f400c37a313fe4b60266075203fddc88bba))
730
- * **36-05:** add GET /config and POST /api/config routes ([150f7e4](https://github.com/SienkLogic/plan-build-run/commit/150f7e49d76315da74206a00c9d0b7d63efc9201))
731
- * **36-06:** add GET /research and GET /research/:slug routes with HTMX support ([5a79666](https://github.com/SienkLogic/plan-build-run/commit/5a7966658417460606ab49613099acf180e62bf2))
732
- * **36-06:** add research list and detail EJS templates with card layout and HTMX navigation ([5433ba5](https://github.com/SienkLogic/plan-build-run/commit/5433ba5b086ea5022f20c01e1a8142a9ca4b71f1))
733
- * **36-06:** GREEN - implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([6e50a75](https://github.com/SienkLogic/plan-build-run/commit/6e50a757c2c9e0bd224a8971f7eb195c40f563fa))
734
- * **36-07:** add GET /requirements route and EJS templates ([e64a2a5](https://github.com/SienkLogic/plan-build-run/commit/e64a2a553240c6295cd41963ae0c9d36e5b4f065))
735
- * **36-07:** GREEN - implement getRequirementsData service ([c3e018e](https://github.com/SienkLogic/plan-build-run/commit/c3e018e1ef9889e966975b88df5ff14ea0ca3674))
736
- * **36-08:** add GET /logs route and GET /logs/stream SSE endpoint ([215e7a5](https://github.com/SienkLogic/plan-build-run/commit/215e7a5ffeb74b37a98b3d71dc16cafe374ffd9d))
737
- * **36-08:** create logs EJS templates with SSE live-tail and filter controls ([baf6c78](https://github.com/SienkLogic/plan-build-run/commit/baf6c7875c58fcf4986f5c5da4befadce29e8958))
738
- * **36-08:** GREEN - implement log.service with listLogFiles, readLogPage, tailLogFile ([34bd22e](https://github.com/SienkLogic/plan-build-run/commit/34bd22e7f496e98878f9bbac76a18c3dc7042ce7))
739
- * **38-01:** rebuild dashboard foundation with Hono + JSX + Open Props ([533f782](https://github.com/SienkLogic/plan-build-run/commit/533f782ea3909dd42e8072e3ebccb1a76dd30309))
740
- * **39-01:** add Command Center view with live-updating dashboard components ([9d333a2](https://github.com/SienkLogic/plan-build-run/commit/9d333a251de19b52726f9dc3ac466acf8c104a7a))
741
- * **40-01:** add Explorer view shell with phases tab and Alpine.js tabs ([1746054](https://github.com/SienkLogic/plan-build-run/commit/1746054f37065a598e780a3cfae1ab357c5a00bd))
742
- * **40-02:** add MilestonesTab component and milestone.service type declarations ([9393bf2](https://github.com/SienkLogic/plan-build-run/commit/9393bf220ba82eb00b707438271da504e9adfe95))
743
- * **40-02:** add TodosTab component with TodoListFragment and TodoCreateForm ([86c178c](https://github.com/SienkLogic/plan-build-run/commit/86c178ca6fb22eff43aafa10b42323ef72846e68))
744
- * **40-02:** wire todos and milestones routes into explorer.routes.tsx ([7e0071e](https://github.com/SienkLogic/plan-build-run/commit/7e0071e179647d58375bc5055ae627045091a9fa))
745
- * **40-03:** add NotesTab, AuditsTab, and QuickTab components ([fa98f5b](https://github.com/SienkLogic/plan-build-run/commit/fa98f5b907c18de4ee328051714cc5947e6e6bb6))
746
- * **40-03:** add ResearchTab and RequirementsTab components with requirements CSS ([d5cccdc](https://github.com/SienkLogic/plan-build-run/commit/d5cccdc398dee7d113f5abfa6b1119de16ac7814))
747
- * **40-03:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([6ee4421](https://github.com/SienkLogic/plan-build-run/commit/6ee4421e734f218d563ca957d659d6a2547a0204))
748
- * **41-01:** create timeline routes, wire into app, link timeline CSS in Layout ([2daf291](https://github.com/SienkLogic/plan-build-run/commit/2daf291f26b83736b6dc70ea040ed11b563487c8))
749
- * **41-01:** create timeline.service.js with event aggregation and filtering ([49ea52a](https://github.com/SienkLogic/plan-build-run/commit/49ea52a84878065c0ce5a84f22b22b94f1deae89))
750
- * **41-01:** create TimelinePage component, EventStreamFragment, and timeline CSS ([380ae24](https://github.com/SienkLogic/plan-build-run/commit/380ae24e73d0aac74f71cc15b5575191399e556d))
751
- * **41-02:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([1444176](https://github.com/SienkLogic/plan-build-run/commit/1444176156ce3c9f8b75dc52c72989f3c1f5fe5b))
752
- * **41-02:** add analytics/graph CSS sections and Mermaid CDN to Layout ([865d647](https://github.com/SienkLogic/plan-build-run/commit/865d6473b8b5981517814e89ce417304aae167f3))
753
- * **41-02:** add AnalyticsPanel and DependencyGraph components ([5786e02](https://github.com/SienkLogic/plan-build-run/commit/5786e029069082d01cda51a46a8863ebdda113de))
754
- * **42-01:** create settings routes, CSS, wire into app, and add config.service.d.ts ([fc24060](https://github.com/SienkLogic/plan-build-run/commit/fc24060ecb165b6468bd377c340877584a5eb09e))
755
- * **42-01:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([ed2a579](https://github.com/SienkLogic/plan-build-run/commit/ed2a57943c0ef9f5b379607fcfe48f8f2e5d8f98))
756
- * **42-02:** add log viewer routes (page, entries, SSE tail) and CSS ([3656fef](https://github.com/SienkLogic/plan-build-run/commit/3656fef638bbb6bed8146555a0a5f7922d3acc24))
757
- * **42-02:** add LogFileList, LogEntryList, and LogViewer components ([98998bb](https://github.com/SienkLogic/plan-build-run/commit/98998bbe84004e91ffba6809ec6ba198e4babc82))
758
- * **44-01:** add inline SVG icons to sidebar nav and brand area ([4c31c64](https://github.com/SienkLogic/plan-build-run/commit/4c31c641e21997817386f6e806fd738c699fd98c))
759
- * **44-01:** create StatCardGrid component and stat-card CSS system ([e1921cf](https://github.com/SienkLogic/plan-build-run/commit/e1921cfe939bca0417ee14dda8b4d6c0b883a8df))
760
- * **44-01:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([bc264a4](https://github.com/SienkLogic/plan-build-run/commit/bc264a4551929f7c1fb43ebda6e065fdb69e3708))
761
- * **44-02:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([92dc66e](https://github.com/SienkLogic/plan-build-run/commit/92dc66e95b9937b93b2cf4bed493d280aaa1e1cc))
762
- * **44-02:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([9434b3e](https://github.com/SienkLogic/plan-build-run/commit/9434b3e4ef190bbc4e6b42133e1ecf92161e6dfb))
763
- * **44-02:** restructure Command Center into 2-column cc-two-col grid layout ([a602139](https://github.com/SienkLogic/plan-build-run/commit/a602139851abda7c7b031ac49d466c63595e768c))
764
- * **44-03:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([ec24c38](https://github.com/SienkLogic/plan-build-run/commit/ec24c3895b66706f7db363aa2ccd82d68fe79354))
765
- * **44-03:** unify section label typography via --section-label-* tokens ([46b326e](https://github.com/SienkLogic/plan-build-run/commit/46b326e8c634a4f23a2e346283bdbda2a8b55932))
635
+ * **hooks:** add build and plan executor gates to validate-task.js ([eb50498](https://github.com/SienkLogic/plan-build-run/commit/eb5049838fa24fc4e327f3fd63779e94a08225df))
636
+ * **hooks:** extend agent output validation to all 10 PBR agent types ([ec7d1dc](https://github.com/SienkLogic/plan-build-run/commit/ec7d1dc647ce72c3806f70a86576289991c23608))
637
+ * **hooks:** scaffold Cursor plugin directory structure and manifest ([4743cb2](https://github.com/SienkLogic/plan-build-run/commit/4743cb2598dbba1339101cc9c738869017117fe4))
638
+ * **hooks:** add skill-specific workflow rules and CRITICAL enforcement ([5b51b7e](https://github.com/SienkLogic/plan-build-run/commit/5b51b7e28ae935b1d5bfca3584d0fedd0c865c7c))
639
+ * **hooks:** add milestone, explore, import, scan write guards to checkSkillRules ([7c5bb1d](https://github.com/SienkLogic/plan-build-run/commit/7c5bb1daf6aec0db18e39f1be62393c6eb147267))
640
+ * **hooks:** port 10 agent definitions and workflow rules to Cursor format ([126fe76](https://github.com/SienkLogic/plan-build-run/commit/126fe764497186aaff24ac33782036f87b063409))
641
+ * **hooks:** add review planner gate to validate-task.js ([30f9031](https://github.com/SienkLogic/plan-build-run/commit/30f90313c6add9063f15fdff041d8bcb1671e625))
642
+ * **hooks:** strengthen ROADMAP sync warnings to CRITICAL level ([127f506](https://github.com/SienkLogic/plan-build-run/commit/127f5062d6d7006181616d0a3386a153d95f5909))
643
+ * **hooks:** add review verifier, milestone complete, and build dependency gates ([cfcf0d5](https://github.com/SienkLogic/plan-build-run/commit/cfcf0d55510ac52ec27c4ff466b751dd4635570c))
644
+ * **hooks:** port 6 core skills to Cursor format ([6c984a4](https://github.com/SienkLogic/plan-build-run/commit/6c984a4d56dfd1c3dcf40f29cc7e926775744b6c))
645
+ * **hooks:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([353b8be](https://github.com/SienkLogic/plan-build-run/commit/353b8be3687db03843e0996914116231220b82a8))
646
+ * **hooks:** port 15 supporting skills to Cursor format ([ae0a8ae](https://github.com/SienkLogic/plan-build-run/commit/ae0a8aec895036a56d85b38ed7841ec800840a62))
647
+ * **hooks:** adapt hooks.json for Cursor plugin with shared script paths ([eaa1a0c](https://github.com/SienkLogic/plan-build-run/commit/eaa1a0c2d82db06c2c21eb3b680bda766562aa1c))
648
+ * **hooks:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([3f0c7bc](https://github.com/SienkLogic/plan-build-run/commit/3f0c7bc09ae2508ae849972057b88818f0e18eb6))
649
+ * **cursor:** add .active-skill write and cleanup to begin, plan, review, import skills ([8c1132a](https://github.com/SienkLogic/plan-build-run/commit/8c1132ab93115f27f926637c89079a701dec2c43))
650
+ * **cursor:** port templates, references, and shared fragments to Cursor plugin ([43fc161](https://github.com/SienkLogic/plan-build-run/commit/43fc1610997caf0e13523896e97e2fd6ed25d757))
651
+ * **hooks:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([5b10576](https://github.com/SienkLogic/plan-build-run/commit/5b10576334f92cbf5464362044564b6eae0977b1))
652
+ * **cursor:** add Cursor plugin validation test suite with 92 tests ([72c328e](https://github.com/SienkLogic/plan-build-run/commit/72c328e2cc939bf08d59e530afb96e3dacc4bc87))
653
+ * **cursor:** add Write tool to verifier/integration-checker and update prose across all plugins ([a9fe348](https://github.com/SienkLogic/plan-build-run/commit/a9fe348654d434ab9c0f68d53bfeb52256354225))
654
+ * **cursor:** register missing skills in check-skill-workflow.js switch statement ([63bac6f](https://github.com/SienkLogic/plan-build-run/commit/63bac6f4338d5f9d22a8ea804a6f1851118f208e))
655
+ * **hooks:** add debugger advisory gate and milestone gaps_found status check ([c5acda2](https://github.com/SienkLogic/plan-build-run/commit/c5acda2f73ea6ce7ddd21bc5e8c52990c0abdacb))
656
+ * **hooks:** add mtime-based recency checks for researcher and synthesizer output ([c3685ad](https://github.com/SienkLogic/plan-build-run/commit/c3685adb2b051fce0f7b002272daa54d770016da))
657
+ * **cross-plugin:** add cross-plugin compatibility test suite ([bad35e7](https://github.com/SienkLogic/plan-build-run/commit/bad35e746d6d9e64e309597e20acf58d1e82363f))
658
+ * **cross-plugin:** add inline fallback formats to 7 template-dependent agents ([f9a1038](https://github.com/SienkLogic/plan-build-run/commit/f9a1038e8145e9c0dc48affd648ec4485a5008d3))
659
+ * **core:** add CRITICAL markers and fix agent handoff issues ([800bf5e](https://github.com/SienkLogic/plan-build-run/commit/800bf5e2d231ad36b3f5097ff889b22bd5577544))
660
+ * **core:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([8f18fb7](https://github.com/SienkLogic/plan-build-run/commit/8f18fb72674061284f11d375b73ff51a25d5c387))
661
+ * **core:** add health auto-fix for common corruption patterns ([22f666a](https://github.com/SienkLogic/plan-build-run/commit/22f666a943449ecff5ccb3a24eda5d464055a9b0))
662
+ * **core:** add marketplace documentation, logo, and finalize manifest ([6a317af](https://github.com/SienkLogic/plan-build-run/commit/6a317afbd5356065ac984782154ade5c9518e43d))
663
+ * **core:** add rollback safety, setup idempotency, and todo archive safety ([914cc9b](https://github.com/SienkLogic/plan-build-run/commit/914cc9bd91a821e18c65e8c9c239976ddf47fb09))
664
+ * **core:** rewrite ui-formatting.md with unified double-line box format ([d5d96b4](https://github.com/SienkLogic/plan-build-run/commit/d5d96b45f717e556b3e8c9c0d3a9eb3e521a03fd))
665
+ * **core:** update error-reporting fragment with block reason guidance ([a266081](https://github.com/SienkLogic/plan-build-run/commit/a266081a19966e2925c9c05128f3ee97ab0dd38a))
666
+ * **cross-plugin:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([a602cbb](https://github.com/SienkLogic/plan-build-run/commit/a602cbb03d25c65c89e41422cb0c66c6a831b9ca))
667
+ * **cross-plugin:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([c6473f8](https://github.com/SienkLogic/plan-build-run/commit/c6473f8b6908a1d8252385b49c711fd023c257c7))
668
+ * **cross-plugin:** replace Next Up headings with double-line box format in all PBR skills ([2f30dbe](https://github.com/SienkLogic/plan-build-run/commit/2f30dbe933be1714c87250cc86ffc2047f2705c4))
669
+ * **cross-plugin:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([2e3b848](https://github.com/SienkLogic/plan-build-run/commit/2e3b8487840c0f2d0673259817c63041f3ca66f5))
670
+ * **dashboard:** create tokens.css with dual-mode design tokens ([efcc30c](https://github.com/SienkLogic/plan-build-run/commit/efcc30c856d7c0c1e888daa2dbb27b5aaeeeaa77))
671
+ * **dashboard:** refactor layout.css to use semantic design tokens ([2f13a93](https://github.com/SienkLogic/plan-build-run/commit/2f13a93032d47cd6e52b0b669dd928ed8b0f5ffa))
672
+ * **dashboard:** add theme toggle button with localStorage persistence ([f2a2c9b](https://github.com/SienkLogic/plan-build-run/commit/f2a2c9b8fea7c74fa2344593ceedf3d64ecfd6c5))
673
+ * **dashboard:** pin Pico.css CDN to v2.0.6 ([54fdd1f](https://github.com/SienkLogic/plan-build-run/commit/54fdd1f5c20d7b411fa0e1ffcb70b76106f48241))
674
+ * **dashboard:** add current-phase middleware for sidebar context ([bef4dd8](https://github.com/SienkLogic/plan-build-run/commit/bef4dd897b202acfe61b64b492efaa4acd022b82))
675
+ * **dashboard:** implement mobile overlay sidebar with backdrop ([98548db](https://github.com/SienkLogic/plan-build-run/commit/98548db578ad7db06335fdce5b94a2a5b8fbfffa))
676
+ * **dashboard:** redesign sidebar with collapsible sections and current phase card ([3d3e05c](https://github.com/SienkLogic/plan-build-run/commit/3d3e05c698bdfd0980ed1c51cdb08d800b3bcc42))
677
+ * **dashboard:** add breadcrumb data to routes and include partial in content templates ([ed79edd](https://github.com/SienkLogic/plan-build-run/commit/ed79edd432310162256010e5db891b8c258b2722))
678
+ * **dashboard:** create breadcrumbs partial and CSS styles ([232e917](https://github.com/SienkLogic/plan-build-run/commit/232e9173bdaefe92cd5780775e96c76396dcc0b3))
679
+ * **dashboard:** add milestone history expandable table with stats and deliverables ([8774c0f](https://github.com/SienkLogic/plan-build-run/commit/8774c0fe9f2ad9dd4955131fbc7a8a240af797e2))
680
+ * **dashboard:** add todo filtering by priority, status, and search with bulk complete ([95e9dfd](https://github.com/SienkLogic/plan-build-run/commit/95e9dfd3ca96b25526ff8016e7791dc1d8475a91))
681
+ * **dashboard:** add dependency graph route, views, and sidebar link ([f972435](https://github.com/SienkLogic/plan-build-run/commit/f9724351166d360122cb66e4c15110ee3279890e))
682
+ * **dashboard:** add Mermaid dependency graph generation to roadmap service ([b194455](https://github.com/SienkLogic/plan-build-run/commit/b194455f298b2ea0660fd26936d333fbb0f1feef))
683
+ * **dashboard:** add analytics route, views, and sidebar link ([431dad7](https://github.com/SienkLogic/plan-build-run/commit/431dad79bedcba831a8e7d731803f3987b82a0ac))
684
+ * **dashboard:** create analytics service with git-based metrics and TTL cache ([6c8c41a](https://github.com/SienkLogic/plan-build-run/commit/6c8c41a23cdfd736a4d2bceea01502ebe64514e8))
685
+ * **dashboard:** add Last-Event-ID state recovery to SSE endpoint ([4b48cf1](https://github.com/SienkLogic/plan-build-run/commit/4b48cf1d03f2b6191dc6eb7c856abaf0a1aacdf6))
686
+ * **dashboard:** create custom SSE client with exponential backoff ([5b855ec](https://github.com/SienkLogic/plan-build-run/commit/5b855ec7a19c606a286fbf6b6d4f40e89afce87f))
687
+ * **dashboard:** reduce chokidar stability threshold to 500ms ([8a65e43](https://github.com/SienkLogic/plan-build-run/commit/8a65e43720a17d9b37ba63f55bfe5b37e83fb80f))
688
+ * **dashboard:** add hx-indicator spinners to todo complete actions ([fc8c325](https://github.com/SienkLogic/plan-build-run/commit/fc8c32583e2a2eaa5b972344777091c4ce5bc67f))
689
+ * **dashboard:** add TTL cache utility and integrate into analytics and milestone services ([19bd3ea](https://github.com/SienkLogic/plan-build-run/commit/19bd3eadfa5f13368176991e525c5adbdd3b8309))
690
+ * **dashboard:** add error-card styling, loading indicator, and favicon ([f48c40f](https://github.com/SienkLogic/plan-build-run/commit/f48c40fca341d9144e7fa3bf7f2c2e0db9b1d5ab))
691
+ * **dashboard:** add skip-to-content link, focus-visible styles, and ARIA labels ([fe2963b](https://github.com/SienkLogic/plan-build-run/commit/fe2963b266eae933a23ea0b74859ae8655964ad5))
692
+ * **dashboard:** create reusable empty-state partial and integrate into views ([be8e5f5](https://github.com/SienkLogic/plan-build-run/commit/be8e5f57dc60e4c02d2cc656a156dd450bd45fa4))
693
+ * **dashboard:** analytics, cache, SSE tests pass against existing code ([1948189](https://github.com/SienkLogic/plan-build-run/commit/1948189fd9a74912017c3901413f3f0da0f1f073))
694
+ * **dashboard:** dependencies and breadcrumbs tests pass ([9b3f987](https://github.com/SienkLogic/plan-build-run/commit/9b3f9874fb3b5d50288ef36af6cb3edb4ea91260))
695
+ * **dashboard:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([ba820a1](https://github.com/SienkLogic/plan-build-run/commit/ba820a111afd8f65350ff0caa30e4a7be0c1489e))
696
+ * **dashboard:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([51b2092](https://github.com/SienkLogic/plan-build-run/commit/51b2092e0e89d2d31626cc94be8e5f6712b79116))
697
+ * **hooks:** add check-agent-state-write.js module ([c407826](https://github.com/SienkLogic/plan-build-run/commit/c4078264dead22d20998aeb14c35ea545289ccf5))
698
+ * **hooks:** wire agent state write blocker into pre-write-dispatch ([1adf149](https://github.com/SienkLogic/plan-build-run/commit/1adf149bb79de4750b5e7462a656a90a1de42ea6))
699
+ * **hooks:** add .auto-next fallback writes to auto_advance hard stops in build skill ([f96b05d](https://github.com/SienkLogic/plan-build-run/commit/f96b05de1da60032de889b416d2a4e978cd2ec8a))
700
+ * **hooks:** add ROADMAP.md read to continue skill for milestone boundary detection ([85077b1](https://github.com/SienkLogic/plan-build-run/commit/85077b109d17d9ef01348e489c1f2b4cdcb6c57d))
701
+ * **hooks:** add validateRoadmap and ROADMAP.md validation to check-plan-format ([e77f0d7](https://github.com/SienkLogic/plan-build-run/commit/e77f0d7f629f8ff35be9c9718b4ec4fc54472550))
702
+ * **hooks:** PLAN.md writes trigger ROADMAP Planning status without regression ([97c4d91](https://github.com/SienkLogic/plan-build-run/commit/97c4d91c4d0adda1b5e4caa2c632a2d26cf4a450))
703
+ * **hooks:** add checkRoadmapWrite routing to post-write-dispatch ([d40887d](https://github.com/SienkLogic/plan-build-run/commit/d40887d1ee8d69df6f433c9b9e340d5e58dbe263))
704
+ * **hooks:** implement isHighRisk with status regression and phase gap detection ([f46f8c9](https://github.com/SienkLogic/plan-build-run/commit/f46f8c909c69873c6a6aaf3b4a5570ab336fac3a))
705
+ * **hooks:** implement validatePostMilestone for milestone completion checks ([a46886e](https://github.com/SienkLogic/plan-build-run/commit/a46886eafe65a636ddf9972a3a75e61c8f347d41))
706
+ * **hooks:** add 150-line advisory warning to checkStateWrite ([7b0d0a3](https://github.com/SienkLogic/plan-build-run/commit/7b0d0a35b41fe51cc3821cd9e2a95c6bd86c438f))
707
+ * **hooks:** add cross-plugin sync advisory hook ([fffe35c](https://github.com/SienkLogic/plan-build-run/commit/fffe35c127c81be72be901ecbc8f81ae36661ab8))
708
+ * **hooks:** add PreToolUse Read hook to block SKILL.md self-reads ([8d4775e](https://github.com/SienkLogic/plan-build-run/commit/8d4775e67d820a7ce136094e994b3d25f5c63b9a))
709
+ * **hooks:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([3ecd460](https://github.com/SienkLogic/plan-build-run/commit/3ecd4605df1edfaf8589526cbc937e886d87c1dc))
710
+ * **hooks:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([331f337](https://github.com/SienkLogic/plan-build-run/commit/331f337b6623e926da3f1c86491876b0565d9281))
711
+ * **hooks:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([1d42a14](https://github.com/SienkLogic/plan-build-run/commit/1d42a1400227680cab271f1761159de76b091e1f))
712
+ * **hooks:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([4d5d614](https://github.com/SienkLogic/plan-build-run/commit/4d5d614fc246fc3a6f2a3d43fc8ae7611cf0c63f))
713
+ * **dashboard:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([37d8e59](https://github.com/SienkLogic/plan-build-run/commit/37d8e5951d8ccea935d0ad71e99e026245a0dc47))
714
+ * **dashboard:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([e980348](https://github.com/SienkLogic/plan-build-run/commit/e980348c75a904e49d2262aafc7932a2f59a32a3))
715
+ * **hooks:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([91db4be](https://github.com/SienkLogic/plan-build-run/commit/91db4be5562ba05915905e931a10e47af7246e9e))
716
+ * **hooks:** add agent support — source scoring, error classification, context summarization, prompt injection ([83890f9](https://github.com/SienkLogic/plan-build-run/commit/83890f96117f8fe776248c0f28f560d960c32ce7))
717
+ * **hooks:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([379ce7f](https://github.com/SienkLogic/plan-build-run/commit/379ce7f6a88ec4ffa5c11dc9bf0c2c28462ec9e8))
718
+ * **hooks:** add config.features.source_scoring feature flag guard to score-source.js ([a7bd37a](https://github.com/SienkLogic/plan-build-run/commit/a7bd37a629e0fafefe4f0484deee965923f0364c))
719
+ * **hooks:** wire runShadow() into router.js post-call path for all 3 routing strategies ([06fcfb5](https://github.com/SienkLogic/plan-build-run/commit/06fcfb501c64a9769501715f0afc99978dbc7398))
720
+ * **dashboard:** add escapeHtml helper and use it in HTMX error handler path ([f29965e](https://github.com/SienkLogic/plan-build-run/commit/f29965ea450f56e71b7cef132f0fe6d3db9cfe74))
721
+ * **dashboard:** add sanitize-html post-processing to planning.repository ([440a97a](https://github.com/SienkLogic/plan-build-run/commit/440a97a08378e58eb931c5f62d2e2852561a581a))
722
+ * **dashboard:** add Quick Tasks view with /quick and /quick/:id routes ([921b288](https://github.com/SienkLogic/plan-build-run/commit/921b288d327867d8033afb6fc51e3f5dd88f0657))
723
+ * **dashboard:** add Audit Reports view with /audits and /audits/:filename routes ([aba41ce](https://github.com/SienkLogic/plan-build-run/commit/aba41ce7eccfcf4fedff7116ee0afb1f20cd796b))
724
+ * **dashboard:** implement audit.service.js with listAuditReports and getAuditReport ([6025452](https://github.com/SienkLogic/plan-build-run/commit/602545216c12f7472111b54db24489eab88394b0))
725
+ * **dashboard:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([864afc9](https://github.com/SienkLogic/plan-build-run/commit/864afc9d542390f04dfcf4f9ef47e7ca3ef2894f))
726
+ * **dashboard:** expand tokens.css with card, shadow, transition, table, and badge tokens ([62a2469](https://github.com/SienkLogic/plan-build-run/commit/62a2469f1230ef8c36ed0f72b44cd956b9d430d2))
727
+ * **dashboard:** create phase-timeline.ejs and activity-feed.ejs partials ([f5ae581](https://github.com/SienkLogic/plan-build-run/commit/f5ae581819ab03e38939064aa4352e4d75f63387))
728
+ * **dashboard:** add getRecentActivity and deriveQuickActions to dashboard.service.js ([82883ae](https://github.com/SienkLogic/plan-build-run/commit/82883ae7c914a9ac26c16182aa423ea0e4848658))
729
+ * **dashboard:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([54b138b](https://github.com/SienkLogic/plan-build-run/commit/54b138b38203239e27159a5bad72019fdb994d69))
730
+ * **dashboard:** add prev/next phase navigation to phase detail view ([334812d](https://github.com/SienkLogic/plan-build-run/commit/334812d61632d5f0acd1ad06dba1a326bd4e6ab7))
731
+ * **dashboard:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([44a89ad](https://github.com/SienkLogic/plan-build-run/commit/44a89ad9e521aede77e0593e18843ad2d41e8e2a))
732
+ * **dashboard:** overhaul plan cards to use .card component with wave, task count, and status ([1df3a6b](https://github.com/SienkLogic/plan-build-run/commit/1df3a6b17fbe6fe40d1bd38182e1ef5b05c803c9))
733
+ * **dashboard:** replace commit history table with visual .commit-timeline in phase-content.ejs ([baece7b](https://github.com/SienkLogic/plan-build-run/commit/baece7b1fe9502a3f947ac67927a4beccf18e03a))
734
+ * **dashboard:** add config page CSS to layout.css ([cce9a90](https://github.com/SienkLogic/plan-build-run/commit/cce9a90a20c867f63eb74c3cb66b557ee5a4f18e))
735
+ * **dashboard:** add config shell page, hybrid form partial, and config CSS ([e40a82d](https://github.com/SienkLogic/plan-build-run/commit/e40a82d5e6a4ab2f0531ecd703ce37c4b0c44d9a))
736
+ * **dashboard:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([4df72f4](https://github.com/SienkLogic/plan-build-run/commit/4df72f400c37a313fe4b60266075203fddc88bba))
737
+ * **dashboard:** add GET /config and POST /api/config routes ([150f7e4](https://github.com/SienkLogic/plan-build-run/commit/150f7e49d76315da74206a00c9d0b7d63efc9201))
738
+ * **dashboard:** add GET /research and GET /research/:slug routes with HTMX support ([5a79666](https://github.com/SienkLogic/plan-build-run/commit/5a7966658417460606ab49613099acf180e62bf2))
739
+ * **dashboard:** add research list and detail EJS templates with card layout and HTMX navigation ([5433ba5](https://github.com/SienkLogic/plan-build-run/commit/5433ba5b086ea5022f20c01e1a8142a9ca4b71f1))
740
+ * **dashboard:** implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([6e50a75](https://github.com/SienkLogic/plan-build-run/commit/6e50a757c2c9e0bd224a8971f7eb195c40f563fa))
741
+ * **dashboard:** add GET /requirements route and EJS templates ([e64a2a5](https://github.com/SienkLogic/plan-build-run/commit/e64a2a553240c6295cd41963ae0c9d36e5b4f065))
742
+ * **dashboard:** implement getRequirementsData service ([c3e018e](https://github.com/SienkLogic/plan-build-run/commit/c3e018e1ef9889e966975b88df5ff14ea0ca3674))
743
+ * **dashboard:** add GET /logs route and GET /logs/stream SSE endpoint ([215e7a5](https://github.com/SienkLogic/plan-build-run/commit/215e7a5ffeb74b37a98b3d71dc16cafe374ffd9d))
744
+ * **dashboard:** create logs EJS templates with SSE live-tail and filter controls ([baf6c78](https://github.com/SienkLogic/plan-build-run/commit/baf6c7875c58fcf4986f5c5da4befadce29e8958))
745
+ * **dashboard:** implement log.service with listLogFiles, readLogPage, tailLogFile ([34bd22e](https://github.com/SienkLogic/plan-build-run/commit/34bd22e7f496e98878f9bbac76a18c3dc7042ce7))
746
+ * **dashboard:** rebuild dashboard foundation with Hono + JSX + Open Props ([533f782](https://github.com/SienkLogic/plan-build-run/commit/533f782ea3909dd42e8072e3ebccb1a76dd30309))
747
+ * **dashboard:** add Command Center view with live-updating dashboard components ([9d333a2](https://github.com/SienkLogic/plan-build-run/commit/9d333a251de19b52726f9dc3ac466acf8c104a7a))
748
+ * **dashboard:** add Explorer view shell with phases tab and Alpine.js tabs ([1746054](https://github.com/SienkLogic/plan-build-run/commit/1746054f37065a598e780a3cfae1ab357c5a00bd))
749
+ * **dashboard:** add MilestonesTab component and milestone.service type declarations ([9393bf2](https://github.com/SienkLogic/plan-build-run/commit/9393bf220ba82eb00b707438271da504e9adfe95))
750
+ * **dashboard:** add TodosTab component with TodoListFragment and TodoCreateForm ([86c178c](https://github.com/SienkLogic/plan-build-run/commit/86c178ca6fb22eff43aafa10b42323ef72846e68))
751
+ * **dashboard:** wire todos and milestones routes into explorer.routes.tsx ([7e0071e](https://github.com/SienkLogic/plan-build-run/commit/7e0071e179647d58375bc5055ae627045091a9fa))
752
+ * **dashboard:** add NotesTab, AuditsTab, and QuickTab components ([fa98f5b](https://github.com/SienkLogic/plan-build-run/commit/fa98f5b907c18de4ee328051714cc5947e6e6bb6))
753
+ * **dashboard:** add ResearchTab and RequirementsTab components with requirements CSS ([d5cccdc](https://github.com/SienkLogic/plan-build-run/commit/d5cccdc398dee7d113f5abfa6b1119de16ac7814))
754
+ * **dashboard:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([6ee4421](https://github.com/SienkLogic/plan-build-run/commit/6ee4421e734f218d563ca957d659d6a2547a0204))
755
+ * **dashboard:** create timeline routes, wire into app, link timeline CSS in Layout ([2daf291](https://github.com/SienkLogic/plan-build-run/commit/2daf291f26b83736b6dc70ea040ed11b563487c8))
756
+ * **dashboard:** create timeline.service.js with event aggregation and filtering ([49ea52a](https://github.com/SienkLogic/plan-build-run/commit/49ea52a84878065c0ce5a84f22b22b94f1deae89))
757
+ * **dashboard:** create TimelinePage component, EventStreamFragment, and timeline CSS ([380ae24](https://github.com/SienkLogic/plan-build-run/commit/380ae24e73d0aac74f71cc15b5575191399e556d))
758
+ * **dashboard:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([1444176](https://github.com/SienkLogic/plan-build-run/commit/1444176156ce3c9f8b75dc52c72989f3c1f5fe5b))
759
+ * **dashboard:** add analytics/graph CSS sections and Mermaid CDN to Layout ([865d647](https://github.com/SienkLogic/plan-build-run/commit/865d6473b8b5981517814e89ce417304aae167f3))
760
+ * **dashboard:** add AnalyticsPanel and DependencyGraph components ([5786e02](https://github.com/SienkLogic/plan-build-run/commit/5786e029069082d01cda51a46a8863ebdda113de))
761
+ * **dashboard:** create settings routes, CSS, wire into app, and add config.service.d.ts ([fc24060](https://github.com/SienkLogic/plan-build-run/commit/fc24060ecb165b6468bd377c340877584a5eb09e))
762
+ * **dashboard:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([ed2a579](https://github.com/SienkLogic/plan-build-run/commit/ed2a57943c0ef9f5b379607fcfe48f8f2e5d8f98))
763
+ * **dashboard:** add log viewer routes (page, entries, SSE tail) and CSS ([3656fef](https://github.com/SienkLogic/plan-build-run/commit/3656fef638bbb6bed8146555a0a5f7922d3acc24))
764
+ * **dashboard:** add LogFileList, LogEntryList, and LogViewer components ([98998bb](https://github.com/SienkLogic/plan-build-run/commit/98998bbe84004e91ffba6809ec6ba198e4babc82))
765
+ * **dashboard:** add inline SVG icons to sidebar nav and brand area ([4c31c64](https://github.com/SienkLogic/plan-build-run/commit/4c31c641e21997817386f6e806fd738c699fd98c))
766
+ * **dashboard:** create StatCardGrid component and stat-card CSS system ([e1921cf](https://github.com/SienkLogic/plan-build-run/commit/e1921cfe939bca0417ee14dda8b4d6c0b883a8df))
767
+ * **dashboard:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([bc264a4](https://github.com/SienkLogic/plan-build-run/commit/bc264a4551929f7c1fb43ebda6e065fdb69e3708))
768
+ * **dashboard:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([92dc66e](https://github.com/SienkLogic/plan-build-run/commit/92dc66e95b9937b93b2cf4bed493d280aaa1e1cc))
769
+ * **dashboard:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([9434b3e](https://github.com/SienkLogic/plan-build-run/commit/9434b3e4ef190bbc4e6b42133e1ecf92161e6dfb))
770
+ * **dashboard:** restructure Command Center into 2-column cc-two-col grid layout ([a602139](https://github.com/SienkLogic/plan-build-run/commit/a602139851abda7c7b031ac49d466c63595e768c))
771
+ * **dashboard:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([ec24c38](https://github.com/SienkLogic/plan-build-run/commit/ec24c3895b66706f7db363aa2ccd82d68fe79354))
772
+ * **dashboard:** unify section label typography via --section-label-* tokens ([46b326e](https://github.com/SienkLogic/plan-build-run/commit/46b326e8c634a4f23a2e346283bdbda2a8b55932))
766
773
  * **dashboard:** add responsive mobile layout with sidebar hamburger menu ([d95ee38](https://github.com/SienkLogic/plan-build-run/commit/d95ee38f71f471bd22dac818cbb34bda60d408ce))
767
774
  * **quick-003:** add data-flow to plan-format reference, verification template, and integration report template ([8f61b02](https://github.com/SienkLogic/plan-build-run/commit/8f61b02a759632556e47f79b14f7c36d39aa57a3))
768
775
  * **quick-003:** add data-flow verification to planner, verifier, and integration-checker agents ([eea56bc](https://github.com/SienkLogic/plan-build-run/commit/eea56bc1bba18a5a642ee52d6a9106a151f93aff))
@@ -814,43 +821,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
814
821
 
815
822
  ### Bug Fixes
816
823
 
817
- * **01-01:** add cursor-pbr entry to marketplace manifest (PLUG-03) ([2ac7ca1](https://github.com/SienkLogic/plan-build-run/commit/2ac7ca1ff7c3880f4e610433969e382c4695f19d))
818
- * **01-01:** hasPlanFile now matches numbered plan files like PLAN-01.md ([c0a4a6d](https://github.com/SienkLogic/plan-build-run/commit/c0a4a6d279497cce6593b9825537fbba8cda6c9e))
819
- * **01-02:** add plan skill write-guard to check-skill-workflow.js ([9c07bc4](https://github.com/SienkLogic/plan-build-run/commit/9c07bc4e725dc3655fc4a86cbbb6df7a92c3f038))
820
- * **06-01:** add skill-local templates and prompt-partials missed in initial port ([8279c57](https://github.com/SienkLogic/plan-build-run/commit/8279c576951c37cc461373a3ee4732337a39b51b))
821
- * **06-03:** fix planner naming convention, executor timestamps, and statusline backup ([55ecd12](https://github.com/SienkLogic/plan-build-run/commit/55ecd12810d01e1c522da7659dde8b0f4627bbf9))
822
- * **09-01:** use relative path for logo in plugin manifest ([341bacf](https://github.com/SienkLogic/plan-build-run/commit/341bacf776b31a321e1b2ac06678c8072b4addf0))
823
- * **14-01:** add missing #sse-status element to header ([7a2b7ba](https://github.com/SienkLogic/plan-build-run/commit/7a2b7ba5b451ff87a9435c45feecf4ef76f794f1))
824
- * **14-02:** clear milestone cache between tests to prevent stale data ([449f15e](https://github.com/SienkLogic/plan-build-run/commit/449f15ec05d8aecea14d4ea5c8a533747f73959d))
825
- * **18-01:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([79ddc58](https://github.com/SienkLogic/plan-build-run/commit/79ddc588b29329cff878ceea813be9e8d8cef5f8))
826
- * **23-01:** register /pbr:do command and fix critical audit findings ([d73e8a7](https://github.com/SienkLogic/plan-build-run/commit/d73e8a7acdcb5bf9b9494de66eb73312c2d36204))
827
- * **23-02:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([e36c614](https://github.com/SienkLogic/plan-build-run/commit/e36c6145da3d27f1a6f0cea1290a1245208bf1f3))
828
- * **23-03:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([27181a4](https://github.com/SienkLogic/plan-build-run/commit/27181a47d056183266bb12bf2131bf1f3cd250d0))
829
- * **23-04:** replace subagents terminology with agents in cursor-pbr ([f5af300](https://github.com/SienkLogic/plan-build-run/commit/f5af300cabedf3c8f45217b4c46c90f22ef65031))
830
- * **23-05:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([9b999f0](https://github.com/SienkLogic/plan-build-run/commit/9b999f080711f7515db95d71245a2e0f826d6403))
831
- * **23-07:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([19db6d6](https://github.com/SienkLogic/plan-build-run/commit/19db6d634f023c86bfe1e51d259c815d813aca60))
832
- * **23-09:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([d8003d8](https://github.com/SienkLogic/plan-build-run/commit/d8003d808b614bfc4bab77c524b0931413dc8171))
833
- * **23-09:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ada9e3d](https://github.com/SienkLogic/plan-build-run/commit/ada9e3d0914e6d47c190792d3f66340ca22e3857))
834
- * **23-10:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([e1709f7](https://github.com/SienkLogic/plan-build-run/commit/e1709f70b8262d1c673ea80895cda7086c6de45b))
835
- * **23-10:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([8bf0218](https://github.com/SienkLogic/plan-build-run/commit/8bf0218f69aa040bbcfc87e11d8b602f6d9958bb))
836
- * **23-10:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([93757f2](https://github.com/SienkLogic/plan-build-run/commit/93757f200ee6f77bd173d02d84e7e8e25edac5c1))
837
- * **23-12:** fix remaining subagents terminology in scan SKILL.md derivatives ([8d49259](https://github.com/SienkLogic/plan-build-run/commit/8d4925943ab8cde0521843636bb1c81b2e388ece))
838
- * **23-12:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([85f0fa1](https://github.com/SienkLogic/plan-build-run/commit/85f0fa14fb9ea1c904f402ac8a2129ca5e22c56b))
839
- * **23-12:** remove excess tool grants from synthesizer and plan-checker agents ([3e1284d](https://github.com/SienkLogic/plan-build-run/commit/3e1284d129e9b6ebdc1a53f8e02bbddef63337d8))
840
- * **24-01:** remove building from ADVANCED_STATUSES gate ([36bd3da](https://github.com/SienkLogic/plan-build-run/commit/36bd3daa43c4463da0f34234ddd1f7816c26b24d))
841
- * **24-02:** raise consecutive-continue guard threshold from 3 to 6 ([069b385](https://github.com/SienkLogic/plan-build-run/commit/069b385df469712db0abe3eb64424bfbddd2164c))
842
- * **24-02:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([64b72d2](https://github.com/SienkLogic/plan-build-run/commit/64b72d200d1475f1d2ecb21260c163fdd69d2348))
843
- * **25-02:** remove unused path import and result variable (lint) ([c63b390](https://github.com/SienkLogic/plan-build-run/commit/c63b3904ec532cf6ba353fb922384876ee7d6364))
844
- * **26-01:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([2652908](https://github.com/SienkLogic/plan-build-run/commit/26529088bd2f1e8c998a4f2fc6bd87489d3655d9))
845
- * **26-01:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([880ec8d](https://github.com/SienkLogic/plan-build-run/commit/880ec8d937d6befca07b7db43525da6cbacabe27))
846
- * **26-02:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([73e0470](https://github.com/SienkLogic/plan-build-run/commit/73e0470f48c97d4635ca801505f55eca4b0933b8))
847
- * **36-01:** replace hardcoded CSS values with design tokens and expand config.service.js ([284fcf2](https://github.com/SienkLogic/plan-build-run/commit/284fcf270ead0ab7688cb6b1017f31891cd34c3d))
848
- * **36-02:** add typeof guard for quickActions in dashboard template ([e75c4d1](https://github.com/SienkLogic/plan-build-run/commit/e75c4d129537ab4d4af30b6b66a45285376298f7))
849
- * **36-08:** improve dashboard UX across 12 pages with 16 visual fixes ([7c51cb8](https://github.com/SienkLogic/plan-build-run/commit/7c51cb874e1868b7d92caf8dde380defe66ad2d5))
850
- * **37-05:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([d5661fd](https://github.com/SienkLogic/plan-build-run/commit/d5661fd01150adc9d9d889af4a68857c739c79c8))
851
- * **40-02:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([d9cd51d](https://github.com/SienkLogic/plan-build-run/commit/d9cd51d9e7cc6c2e2e4df82d608c323d7ca04fdf))
852
- * **42-02:** move beforeunload cleanup to addEventListener for JSX compatibility ([b93b0e4](https://github.com/SienkLogic/plan-build-run/commit/b93b0e4dcb0dc4db85408fd6db11fe683e5b3270))
853
- * **43-02:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([605c99d](https://github.com/SienkLogic/plan-build-run/commit/605c99d604c60db06477f87deac2e89bd5b3cc45))
824
+ * **hooks:** add cursor-pbr entry to marketplace manifest (PLUG-03) ([2ac7ca1](https://github.com/SienkLogic/plan-build-run/commit/2ac7ca1ff7c3880f4e610433969e382c4695f19d))
825
+ * **hooks:** hasPlanFile now matches numbered plan files like PLAN-01.md ([c0a4a6d](https://github.com/SienkLogic/plan-build-run/commit/c0a4a6d279497cce6593b9825537fbba8cda6c9e))
826
+ * **hooks:** add plan skill write-guard to check-skill-workflow.js ([9c07bc4](https://github.com/SienkLogic/plan-build-run/commit/9c07bc4e725dc3655fc4a86cbbb6df7a92c3f038))
827
+ * **cursor:** add skill-local templates and prompt-partials missed in initial port ([8279c57](https://github.com/SienkLogic/plan-build-run/commit/8279c576951c37cc461373a3ee4732337a39b51b))
828
+ * **executor:** fix planner naming convention, executor timestamps, and statusline backup ([55ecd12](https://github.com/SienkLogic/plan-build-run/commit/55ecd12810d01e1c522da7659dde8b0f4627bbf9))
829
+ * **core:** use relative path for logo in plugin manifest ([341bacf](https://github.com/SienkLogic/plan-build-run/commit/341bacf776b31a321e1b2ac06678c8072b4addf0))
830
+ * **dashboard:** add missing #sse-status element to header ([7a2b7ba](https://github.com/SienkLogic/plan-build-run/commit/7a2b7ba5b451ff87a9435c45feecf4ef76f794f1))
831
+ * **dashboard:** clear milestone cache between tests to prevent stale data ([449f15e](https://github.com/SienkLogic/plan-build-run/commit/449f15ec05d8aecea14d4ea5c8a533747f73959d))
832
+ * **dashboard:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([79ddc58](https://github.com/SienkLogic/plan-build-run/commit/79ddc588b29329cff878ceea813be9e8d8cef5f8))
833
+ * **cross-plugin:** register /pbr:do command and fix critical audit findings ([d73e8a7](https://github.com/SienkLogic/plan-build-run/commit/d73e8a7acdcb5bf9b9494de66eb73312c2d36204))
834
+ * **cursor:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([e36c614](https://github.com/SienkLogic/plan-build-run/commit/e36c6145da3d27f1a6f0cea1290a1245208bf1f3))
835
+ * **copilot:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([27181a4](https://github.com/SienkLogic/plan-build-run/commit/27181a47d056183266bb12bf2131bf1f3cd250d0))
836
+ * **cursor:** replace subagents terminology with agents in cursor-pbr ([f5af300](https://github.com/SienkLogic/plan-build-run/commit/f5af300cabedf3c8f45217b4c46c90f22ef65031))
837
+ * **copilot:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([9b999f0](https://github.com/SienkLogic/plan-build-run/commit/9b999f080711f7515db95d71245a2e0f826d6403))
838
+ * **hooks:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([19db6d6](https://github.com/SienkLogic/plan-build-run/commit/19db6d634f023c86bfe1e51d259c815d813aca60))
839
+ * **copilot:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([d8003d8](https://github.com/SienkLogic/plan-build-run/commit/d8003d808b614bfc4bab77c524b0931413dc8171))
840
+ * **copilot:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ada9e3d](https://github.com/SienkLogic/plan-build-run/commit/ada9e3d0914e6d47c190792d3f66340ca22e3857))
841
+ * **hooks:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([e1709f7](https://github.com/SienkLogic/plan-build-run/commit/e1709f70b8262d1c673ea80895cda7086c6de45b))
842
+ * **hooks:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([8bf0218](https://github.com/SienkLogic/plan-build-run/commit/8bf0218f69aa040bbcfc87e11d8b602f6d9958bb))
843
+ * **hooks:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([93757f2](https://github.com/SienkLogic/plan-build-run/commit/93757f200ee6f77bd173d02d84e7e8e25edac5c1))
844
+ * **cross-plugin:** fix remaining subagents terminology in scan SKILL.md derivatives ([8d49259](https://github.com/SienkLogic/plan-build-run/commit/8d4925943ab8cde0521843636bb1c81b2e388ece))
845
+ * **cross-plugin:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([85f0fa1](https://github.com/SienkLogic/plan-build-run/commit/85f0fa14fb9ea1c904f402ac8a2129ca5e22c56b))
846
+ * **cross-plugin:** remove excess tool grants from synthesizer and plan-checker agents ([3e1284d](https://github.com/SienkLogic/plan-build-run/commit/3e1284d129e9b6ebdc1a53f8e02bbddef63337d8))
847
+ * **hooks:** remove building from ADVANCED_STATUSES gate ([36bd3da](https://github.com/SienkLogic/plan-build-run/commit/36bd3daa43c4463da0f34234ddd1f7816c26b24d))
848
+ * **hooks:** raise consecutive-continue guard threshold from 3 to 6 ([069b385](https://github.com/SienkLogic/plan-build-run/commit/069b385df469712db0abe3eb64424bfbddd2164c))
849
+ * **hooks:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([64b72d2](https://github.com/SienkLogic/plan-build-run/commit/64b72d200d1475f1d2ecb21260c163fdd69d2348))
850
+ * **hooks:** remove unused path import and result variable (lint) ([c63b390](https://github.com/SienkLogic/plan-build-run/commit/c63b3904ec532cf6ba353fb922384876ee7d6364))
851
+ * **hooks:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([2652908](https://github.com/SienkLogic/plan-build-run/commit/26529088bd2f1e8c998a4f2fc6bd87489d3655d9))
852
+ * **hooks:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([880ec8d](https://github.com/SienkLogic/plan-build-run/commit/880ec8d937d6befca07b7db43525da6cbacabe27))
853
+ * **hooks:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([73e0470](https://github.com/SienkLogic/plan-build-run/commit/73e0470f48c97d4635ca801505f55eca4b0933b8))
854
+ * **dashboard:** replace hardcoded CSS values with design tokens and expand config.service.js ([284fcf2](https://github.com/SienkLogic/plan-build-run/commit/284fcf270ead0ab7688cb6b1017f31891cd34c3d))
855
+ * **dashboard:** add typeof guard for quickActions in dashboard template ([e75c4d1](https://github.com/SienkLogic/plan-build-run/commit/e75c4d129537ab4d4af30b6b66a45285376298f7))
856
+ * **dashboard:** improve dashboard UX across 12 pages with 16 visual fixes ([7c51cb8](https://github.com/SienkLogic/plan-build-run/commit/7c51cb874e1868b7d92caf8dde380defe66ad2d5))
857
+ * **dashboard:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([d5661fd](https://github.com/SienkLogic/plan-build-run/commit/d5661fd01150adc9d9d889af4a68857c739c79c8))
858
+ * **dashboard:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([d9cd51d](https://github.com/SienkLogic/plan-build-run/commit/d9cd51d9e7cc6c2e2e4df82d608c323d7ca04fdf))
859
+ * **dashboard:** move beforeunload cleanup to addEventListener for JSX compatibility ([b93b0e4](https://github.com/SienkLogic/plan-build-run/commit/b93b0e4dcb0dc4db85408fd6db11fe683e5b3270))
860
+ * **dashboard:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([605c99d](https://github.com/SienkLogic/plan-build-run/commit/605c99d604c60db06477f87deac2e89bd5b3cc45))
854
861
  * **dashboard:** handle todo files with H1 title and high/medium/low priority ([a8dadcf](https://github.com/SienkLogic/plan-build-run/commit/a8dadcfe3b7226c2af8406df3a8dfe627b2c1cf5))
855
862
  * **dashboard:** plan count regex and mermaid rendering ([a423a7c](https://github.com/SienkLogic/plan-build-run/commit/a423a7c0c336a1907c6c22b27d94495dfa857018))
856
863
  * **dashboard:** show completed milestones on roadmap when all phases archived ([a3469dc](https://github.com/SienkLogic/plan-build-run/commit/a3469dc2f399ff32241a0ad0630f980ee6b1b759))
@@ -914,11 +921,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
914
921
 
915
922
  ### Documentation
916
923
 
917
- * **08-03:** add agent-contracts.md reference documenting handoff schemas ([33e148e](https://github.com/SienkLogic/plan-build-run/commit/33e148e4761e261d0b1b65a2ab9e783269bae080))
918
- * **09-01:** add setup scripts and improve installation instructions ([44ad95d](https://github.com/SienkLogic/plan-build-run/commit/44ad95d710d7491b0fb6ff8292c30fe81de20075))
919
- * **10-01:** wire agent-contracts.md into agents and document abandoned debug resolution ([0d9159e](https://github.com/SienkLogic/plan-build-run/commit/0d9159e44e6e414420b6cbee9eca2dfe32e2acfa))
920
- * **27-01:** add no-reread anti-pattern to executor agents across all plugins ([99f9805](https://github.com/SienkLogic/plan-build-run/commit/99f98052c39ca88d9f6323acb6adfa27581f5239))
921
- * **34-01:** mark all LLM-01 through LLM-34 traceability entries as Verified ([182b858](https://github.com/SienkLogic/plan-build-run/commit/182b858478863495be0b7ca7a9150818a961873d))
924
+ * **docs:** add agent-contracts.md reference documenting handoff schemas ([33e148e](https://github.com/SienkLogic/plan-build-run/commit/33e148e4761e261d0b1b65a2ab9e783269bae080))
925
+ * **core:** add setup scripts and improve installation instructions ([44ad95d](https://github.com/SienkLogic/plan-build-run/commit/44ad95d710d7491b0fb6ff8292c30fe81de20075))
926
+ * **docs:** wire agent-contracts.md into agents and document abandoned debug resolution ([0d9159e](https://github.com/SienkLogic/plan-build-run/commit/0d9159e44e6e414420b6cbee9eca2dfe32e2acfa))
927
+ * **hooks:** add no-reread anti-pattern to executor agents across all plugins ([99f9805](https://github.com/SienkLogic/plan-build-run/commit/99f98052c39ca88d9f6323acb6adfa27581f5239))
928
+ * **hooks:** mark all LLM-01 through LLM-34 traceability entries as Verified ([182b858](https://github.com/SienkLogic/plan-build-run/commit/182b858478863495be0b7ca7a9150818a961873d))
922
929
  * **quick-002:** add .active-skill stale detection to health Check 10 ([0ebf077](https://github.com/SienkLogic/plan-build-run/commit/0ebf0770f7bb84af4e503055e65f377a46d5cd93))
923
930
  * **quick-002:** fix NEXT UP banner indentation in milestone SKILL.md ([b24f2af](https://github.com/SienkLogic/plan-build-run/commit/b24f2af7f8d141e3f946cf31dd3acd9373f0455d))
924
931
  * **quick-002:** replace arrow-list with bullet style in help SKILL.md ([e268d85](https://github.com/SienkLogic/plan-build-run/commit/e268d85aa8f9904fba90bd0dbaf3002b187810eb))
@@ -952,14 +959,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
952
959
 
953
960
  ### Features
954
961
 
955
- * **44-01:** add inline SVG icons to sidebar nav and brand area ([5232e3d](https://github.com/SienkLogic/plan-build-run/commit/5232e3d6ee7770f1dc0cfb4971a5e0ae3b23bd54))
956
- * **44-01:** create StatCardGrid component and stat-card CSS system ([2797422](https://github.com/SienkLogic/plan-build-run/commit/279742287c3e0f4d41e4814c1c3bed5332cd945f))
957
- * **44-01:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([4c13326](https://github.com/SienkLogic/plan-build-run/commit/4c13326b90f36935f9e02815f3def61abcd9e5f3))
958
- * **44-02:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([a0e27b5](https://github.com/SienkLogic/plan-build-run/commit/a0e27b53ad7a6a9316c2067444fa462520d3c87b))
959
- * **44-02:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([036b356](https://github.com/SienkLogic/plan-build-run/commit/036b356f511ba2e4180f32c5ea418e6ec0a36ca3))
960
- * **44-02:** restructure Command Center into 2-column cc-two-col grid layout ([2838fc4](https://github.com/SienkLogic/plan-build-run/commit/2838fc4fe9895ef67b9ac3f2c501e70135fe6a78))
961
- * **44-03:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([b525d2c](https://github.com/SienkLogic/plan-build-run/commit/b525d2cd20fd11454fdfb131003d07ae29d54911))
962
- * **44-03:** unify section label typography via --section-label-* tokens ([8da1997](https://github.com/SienkLogic/plan-build-run/commit/8da1997d1e34ab7b1ebfb590adbf8c6e360cfef9))
962
+ * **dashboard:** add inline SVG icons to sidebar nav and brand area ([5232e3d](https://github.com/SienkLogic/plan-build-run/commit/5232e3d6ee7770f1dc0cfb4971a5e0ae3b23bd54))
963
+ * **dashboard:** create StatCardGrid component and stat-card CSS system ([2797422](https://github.com/SienkLogic/plan-build-run/commit/279742287c3e0f4d41e4814c1c3bed5332cd945f))
964
+ * **dashboard:** wire StatCardGrid into command-center route replacing StatusHeader+ProgressRing ([4c13326](https://github.com/SienkLogic/plan-build-run/commit/4c13326b90f36935f9e02815f3def61abcd9e5f3))
965
+ * **dashboard:** add empty-state CSS component and apply to AttentionPanel and QuickActions ([a0e27b5](https://github.com/SienkLogic/plan-build-run/commit/a0e27b53ad7a6a9316c2067444fa462520d3c87b))
966
+ * **dashboard:** enhance Explorer phases rows and add status/priority filter selects to todos toolbar ([036b356](https://github.com/SienkLogic/plan-build-run/commit/036b356f511ba2e4180f32c5ea418e6ec0a36ca3))
967
+ * **dashboard:** restructure Command Center into 2-column cc-two-col grid layout ([2838fc4](https://github.com/SienkLogic/plan-build-run/commit/2838fc4fe9895ef67b9ac3f2c501e70135fe6a78))
968
+ * **dashboard:** consolidate btn system into layout.css, add card hover shadow and cursor:pointer ([b525d2c](https://github.com/SienkLogic/plan-build-run/commit/b525d2cd20fd11454fdfb131003d07ae29d54911))
969
+ * **dashboard:** unify section label typography via --section-label-* tokens ([8da1997](https://github.com/SienkLogic/plan-build-run/commit/8da1997d1e34ab7b1ebfb590adbf8c6e360cfef9))
963
970
 
964
971
 
965
972
  ### Bug Fixes
@@ -1000,34 +1007,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1000
1007
 
1001
1008
  ### Bug Fixes
1002
1009
 
1003
- * **43-02:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([b19d7d5](https://github.com/SienkLogic/plan-build-run/commit/b19d7d5267632eed82760257df7f50592a71f139))
1010
+ * **dashboard:** use tsx runtime with absolute static path for cross-cwd dashboard launch ([b19d7d5](https://github.com/SienkLogic/plan-build-run/commit/b19d7d5267632eed82760257df7f50592a71f139))
1004
1011
 
1005
1012
  ## [2.32.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.31.0...plan-build-run-v2.32.0) (2026-02-24)
1006
1013
 
1007
1014
 
1008
1015
  ### Features
1009
1016
 
1010
- * **42-01:** create settings routes, CSS, wire into app, and add config.service.d.ts ([3c4f953](https://github.com/SienkLogic/plan-build-run/commit/3c4f9531de93acc4e47b4ab6a94f962972c3f6ab))
1011
- * **42-02:** add log viewer routes (page, entries, SSE tail) and CSS ([cbcb47c](https://github.com/SienkLogic/plan-build-run/commit/cbcb47ce31b2e06481e329bfd01597bcc644a4a8))
1012
- * **42-02:** add LogFileList, LogEntryList, and LogViewer components ([3101c12](https://github.com/SienkLogic/plan-build-run/commit/3101c129dbf5e6535b720188be2a49a583008303))
1017
+ * **dashboard:** create settings routes, CSS, wire into app, and add config.service.d.ts ([3c4f953](https://github.com/SienkLogic/plan-build-run/commit/3c4f9531de93acc4e47b4ab6a94f962972c3f6ab))
1018
+ * **dashboard:** add log viewer routes (page, entries, SSE tail) and CSS ([cbcb47c](https://github.com/SienkLogic/plan-build-run/commit/cbcb47ce31b2e06481e329bfd01597bcc644a4a8))
1019
+ * **dashboard:** add LogFileList, LogEntryList, and LogViewer components ([3101c12](https://github.com/SienkLogic/plan-build-run/commit/3101c129dbf5e6535b720188be2a49a583008303))
1013
1020
 
1014
1021
 
1015
1022
  ### Bug Fixes
1016
1023
 
1017
- * **42-02:** move beforeunload cleanup to addEventListener for JSX compatibility ([e582a51](https://github.com/SienkLogic/plan-build-run/commit/e582a51ef628e7596bb42e352dbf8df861d67e07))
1024
+ * **dashboard:** move beforeunload cleanup to addEventListener for JSX compatibility ([e582a51](https://github.com/SienkLogic/plan-build-run/commit/e582a51ef628e7596bb42e352dbf8df861d67e07))
1018
1025
 
1019
1026
  ## [2.31.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.30.0...plan-build-run-v2.31.0) (2026-02-24)
1020
1027
 
1021
1028
 
1022
1029
  ### Features
1023
1030
 
1024
- * **41-01:** create timeline routes, wire into app, link timeline CSS in Layout ([ffc71c6](https://github.com/SienkLogic/plan-build-run/commit/ffc71c6ff32f72cf09894585e96cfd47d9ebad93))
1025
- * **41-01:** create timeline.service.js with event aggregation and filtering ([f585c2b](https://github.com/SienkLogic/plan-build-run/commit/f585c2b28a35ca028a0dfd6fb98fc3f717b0e42d))
1026
- * **41-01:** create TimelinePage component, EventStreamFragment, and timeline CSS ([105b3d3](https://github.com/SienkLogic/plan-build-run/commit/105b3d3e1fc3ea1f0f71c80301056e7a5ec0b125))
1027
- * **41-02:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([4998f40](https://github.com/SienkLogic/plan-build-run/commit/4998f4093097953ca1e1e880413be60e07da08b4))
1028
- * **41-02:** add analytics/graph CSS sections and Mermaid CDN to Layout ([95d8853](https://github.com/SienkLogic/plan-build-run/commit/95d88536e406894021e454bb874d9dcc17abd179))
1029
- * **41-02:** add AnalyticsPanel and DependencyGraph components ([5bb080b](https://github.com/SienkLogic/plan-build-run/commit/5bb080bb363a3e2b56f5e2f2054c15e80dc6be23))
1030
- * **42-01:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([98caf06](https://github.com/SienkLogic/plan-build-run/commit/98caf0651314b4185b9c0e851d1607889956cb7f))
1031
+ * **dashboard:** create timeline routes, wire into app, link timeline CSS in Layout ([ffc71c6](https://github.com/SienkLogic/plan-build-run/commit/ffc71c6ff32f72cf09894585e96cfd47d9ebad93))
1032
+ * **dashboard:** create timeline.service.js with event aggregation and filtering ([f585c2b](https://github.com/SienkLogic/plan-build-run/commit/f585c2b28a35ca028a0dfd6fb98fc3f717b0e42d))
1033
+ * **dashboard:** create TimelinePage component, EventStreamFragment, and timeline CSS ([105b3d3](https://github.com/SienkLogic/plan-build-run/commit/105b3d3e1fc3ea1f0f71c80301056e7a5ec0b125))
1034
+ * **dashboard:** add analytics and dependency-graph routes; refactor TimelinePage with section tabs ([4998f40](https://github.com/SienkLogic/plan-build-run/commit/4998f4093097953ca1e1e880413be60e07da08b4))
1035
+ * **dashboard:** add analytics/graph CSS sections and Mermaid CDN to Layout ([95d8853](https://github.com/SienkLogic/plan-build-run/commit/95d88536e406894021e454bb874d9dcc17abd179))
1036
+ * **dashboard:** add AnalyticsPanel and DependencyGraph components ([5bb080b](https://github.com/SienkLogic/plan-build-run/commit/5bb080bb363a3e2b56f5e2f2054c15e80dc6be23))
1037
+ * **dashboard:** create SettingsPage shell and ConfigEditor component (form + raw JSON modes) ([98caf06](https://github.com/SienkLogic/plan-build-run/commit/98caf0651314b4185b9c0e851d1607889956cb7f))
1031
1038
  * **quick-008:** inject PBR workflow directive into SessionStart and PreCompact hooks ([c07574e](https://github.com/SienkLogic/plan-build-run/commit/c07574e32365c18e8c9239b8e4398330ba441182))
1032
1039
 
1033
1040
  ## [2.30.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.29.0...plan-build-run-v2.30.0) (2026-02-24)
@@ -1035,39 +1042,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1035
1042
 
1036
1043
  ### Features
1037
1044
 
1038
- * **40-01:** add Explorer view shell with phases tab and Alpine.js tabs ([f6d4fb3](https://github.com/SienkLogic/plan-build-run/commit/f6d4fb391cbd6eebe13ee6c381556404f4ad1faf))
1039
- * **40-02:** add MilestonesTab component and milestone.service type declarations ([420572b](https://github.com/SienkLogic/plan-build-run/commit/420572bb0009b52e0e761baf66097980758b981e))
1040
- * **40-02:** add TodosTab component with TodoListFragment and TodoCreateForm ([0cca669](https://github.com/SienkLogic/plan-build-run/commit/0cca669f39079a69fe5376d7460135a0fd496f07))
1041
- * **40-02:** wire todos and milestones routes into explorer.routes.tsx ([83e2963](https://github.com/SienkLogic/plan-build-run/commit/83e2963fc1d7bbc061df23c3f5c80c326bd2f16e))
1042
- * **40-03:** add NotesTab, AuditsTab, and QuickTab components ([e3edd64](https://github.com/SienkLogic/plan-build-run/commit/e3edd647a9db251527f50ed2264540acbc1974ff))
1043
- * **40-03:** add ResearchTab and RequirementsTab components with requirements CSS ([3102ff7](https://github.com/SienkLogic/plan-build-run/commit/3102ff735a0be217f013fa01199c1823cf2cfae5))
1044
- * **40-03:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([a45fcd9](https://github.com/SienkLogic/plan-build-run/commit/a45fcd906d06fc0da866ed6492c116bc9e80ab76))
1045
+ * **dashboard:** add Explorer view shell with phases tab and Alpine.js tabs ([f6d4fb3](https://github.com/SienkLogic/plan-build-run/commit/f6d4fb391cbd6eebe13ee6c381556404f4ad1faf))
1046
+ * **dashboard:** add MilestonesTab component and milestone.service type declarations ([420572b](https://github.com/SienkLogic/plan-build-run/commit/420572bb0009b52e0e761baf66097980758b981e))
1047
+ * **dashboard:** add TodosTab component with TodoListFragment and TodoCreateForm ([0cca669](https://github.com/SienkLogic/plan-build-run/commit/0cca669f39079a69fe5376d7460135a0fd496f07))
1048
+ * **dashboard:** wire todos and milestones routes into explorer.routes.tsx ([83e2963](https://github.com/SienkLogic/plan-build-run/commit/83e2963fc1d7bbc061df23c3f5c80c326bd2f16e))
1049
+ * **dashboard:** add NotesTab, AuditsTab, and QuickTab components ([e3edd64](https://github.com/SienkLogic/plan-build-run/commit/e3edd647a9db251527f50ed2264540acbc1974ff))
1050
+ * **dashboard:** add ResearchTab and RequirementsTab components with requirements CSS ([3102ff7](https://github.com/SienkLogic/plan-build-run/commit/3102ff735a0be217f013fa01199c1823cf2cfae5))
1051
+ * **dashboard:** wire research, requirements, notes, audits, quick routes; add service .d.ts files ([a45fcd9](https://github.com/SienkLogic/plan-build-run/commit/a45fcd906d06fc0da866ed6492c116bc9e80ab76))
1045
1052
 
1046
1053
 
1047
1054
  ### Bug Fixes
1048
1055
 
1049
- * **40-02:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([70e6822](https://github.com/SienkLogic/plan-build-run/commit/70e6822c5ec72ef25ee290ba7453065637f3c828))
1056
+ * **dashboard:** use JSX-compatible hx-on attribute syntax in TodoCreateForm ([70e6822](https://github.com/SienkLogic/plan-build-run/commit/70e6822c5ec72ef25ee290ba7453065637f3c828))
1050
1057
 
1051
1058
  ## [2.29.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.28.0...plan-build-run-v2.29.0) (2026-02-24)
1052
1059
 
1053
1060
 
1054
1061
  ### Features
1055
1062
 
1056
- * **39-01:** add Command Center view with live-updating dashboard components ([7520c7f](https://github.com/SienkLogic/plan-build-run/commit/7520c7fd592beae5739cfd96aa73fd354047896d))
1063
+ * **dashboard:** add Command Center view with live-updating dashboard components ([7520c7f](https://github.com/SienkLogic/plan-build-run/commit/7520c7fd592beae5739cfd96aa73fd354047896d))
1057
1064
 
1058
1065
  ## [2.28.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.27.2...plan-build-run-v2.28.0) (2026-02-24)
1059
1066
 
1060
1067
 
1061
1068
  ### Features
1062
1069
 
1063
- * **38-01:** rebuild dashboard foundation with Hono + JSX + Open Props ([56596f6](https://github.com/SienkLogic/plan-build-run/commit/56596f6fe25e59d3051838bad2c8894a25754a3b))
1070
+ * **dashboard:** rebuild dashboard foundation with Hono + JSX + Open Props ([56596f6](https://github.com/SienkLogic/plan-build-run/commit/56596f6fe25e59d3051838bad2c8894a25754a3b))
1064
1071
 
1065
1072
  ## [2.27.2](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.27.1...plan-build-run-v2.27.2) (2026-02-24)
1066
1073
 
1067
1074
 
1068
1075
  ### Bug Fixes
1069
1076
 
1070
- * **37-05:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([fd6d929](https://github.com/SienkLogic/plan-build-run/commit/fd6d92947c708e0aaba4b3d0a18897228e1957ec))
1077
+ * **dashboard:** fix breadcrumb icon, milestone spacing, summary lookup, and config mode dropdown ([fd6d929](https://github.com/SienkLogic/plan-build-run/commit/fd6d92947c708e0aaba4b3d0a18897228e1957ec))
1071
1078
 
1072
1079
  ## [2.27.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.27.0...plan-build-run-v2.27.1) (2026-02-24)
1073
1080
 
@@ -1088,7 +1095,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1088
1095
 
1089
1096
  ### Bug Fixes
1090
1097
 
1091
- * **36-08:** improve dashboard UX across 12 pages with 16 visual fixes ([3e0d715](https://github.com/SienkLogic/plan-build-run/commit/3e0d715bb93c7fa18d93960e7ca322c14a1c9deb))
1098
+ * **dashboard:** improve dashboard UX across 12 pages with 16 visual fixes ([3e0d715](https://github.com/SienkLogic/plan-build-run/commit/3e0d715bb93c7fa18d93960e7ca322c14a1c9deb))
1092
1099
 
1093
1100
  ## [2.26.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.26.0...plan-build-run-v2.26.1) (2026-02-24)
1094
1101
 
@@ -1102,34 +1109,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1102
1109
 
1103
1110
  ### Features
1104
1111
 
1105
- * **36-01:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([2ed3a85](https://github.com/SienkLogic/plan-build-run/commit/2ed3a85de91fa359705dc0eb1ab231531aa4bbfd))
1106
- * **36-02:** create phase-timeline.ejs and activity-feed.ejs partials ([cfcad33](https://github.com/SienkLogic/plan-build-run/commit/cfcad33824ea291be101ad0cb3b288e53b6064ec))
1107
- * **36-02:** GREEN - add getRecentActivity and deriveQuickActions to dashboard.service.js ([9d8f55f](https://github.com/SienkLogic/plan-build-run/commit/9d8f55f68c7825245248ac70bd07e09e91d7109b))
1108
- * **36-02:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([7d8d735](https://github.com/SienkLogic/plan-build-run/commit/7d8d735f4d8e05c67a9f70190f402e3fc450ab0d))
1109
- * **36-03:** add prev/next phase navigation to phase detail view ([91b8bd5](https://github.com/SienkLogic/plan-build-run/commit/91b8bd5323ffaf9128dc66adeb74a0a8ccfa0da5))
1110
- * **36-04:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([2ce86bb](https://github.com/SienkLogic/plan-build-run/commit/2ce86bb63cbbda0c6a6ede905936302a51e59e8b))
1111
- * **36-04:** overhaul plan cards to use .card component with wave, task count, and status ([ea963b8](https://github.com/SienkLogic/plan-build-run/commit/ea963b89b40a7f3c6b61d3ef0f6e19fd6deeee39))
1112
- * **36-04:** replace commit history table with visual .commit-timeline in phase-content.ejs ([a12d57e](https://github.com/SienkLogic/plan-build-run/commit/a12d57ef85852867bfcd33f171a3514a3151bd12))
1113
- * **36-05:** add config page CSS to layout.css ([687ee05](https://github.com/SienkLogic/plan-build-run/commit/687ee05be2acd543144267f0192adb71539a370a))
1114
- * **36-05:** add config shell page, hybrid form partial, and config CSS ([6827673](https://github.com/SienkLogic/plan-build-run/commit/68276734806efdbd3dd869f44e2283ae5b00ea18))
1115
- * **36-05:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([26cf43a](https://github.com/SienkLogic/plan-build-run/commit/26cf43a08962d312deea31a2af51d0714be35a48))
1116
- * **36-05:** add GET /config and POST /api/config routes ([363348a](https://github.com/SienkLogic/plan-build-run/commit/363348adb75e83644d9accf0c401ef97d68be5da))
1117
- * **36-06:** add GET /research and GET /research/:slug routes with HTMX support ([a3ef246](https://github.com/SienkLogic/plan-build-run/commit/a3ef24633f865356a1ec591c3cd5c339eba14b0d))
1118
- * **36-06:** add research list and detail EJS templates with card layout and HTMX navigation ([4295545](https://github.com/SienkLogic/plan-build-run/commit/4295545d2feaa610034b728bdfd868f274e61d6f))
1119
- * **36-06:** GREEN - implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([c1d2c1f](https://github.com/SienkLogic/plan-build-run/commit/c1d2c1fdd1b663b71388631a1e76554f06c01494))
1120
- * **36-07:** add GET /requirements route and EJS templates ([48d6d82](https://github.com/SienkLogic/plan-build-run/commit/48d6d8228250c17184abb5b7810d512b6a1b2f82))
1121
- * **36-07:** GREEN - implement getRequirementsData service ([016e0bc](https://github.com/SienkLogic/plan-build-run/commit/016e0bc1b22cef9f153bff0e8d2a4b692b57648d))
1122
- * **36-08:** add GET /logs route and GET /logs/stream SSE endpoint ([e5cdca5](https://github.com/SienkLogic/plan-build-run/commit/e5cdca5f9603de9973a41e1ef37b37630a527460))
1123
- * **36-08:** create logs EJS templates with SSE live-tail and filter controls ([c164794](https://github.com/SienkLogic/plan-build-run/commit/c1647944c9f8ef37be4b30df30ce18c702dee827))
1124
- * **36-08:** GREEN - implement log.service with listLogFiles, readLogPage, tailLogFile ([5827bd4](https://github.com/SienkLogic/plan-build-run/commit/5827bd4c9e0edce022784e14986b764b2970d229))
1112
+ * **dashboard:** add .status-badge--sm and .status-badge--lg variants; tokenize base badge sizing ([2ed3a85](https://github.com/SienkLogic/plan-build-run/commit/2ed3a85de91fa359705dc0eb1ab231531aa4bbfd))
1113
+ * **dashboard:** create phase-timeline.ejs and activity-feed.ejs partials ([cfcad33](https://github.com/SienkLogic/plan-build-run/commit/cfcad33824ea291be101ad0cb3b288e53b6064ec))
1114
+ * **dashboard:** add getRecentActivity and deriveQuickActions to dashboard.service.js ([9d8f55f](https://github.com/SienkLogic/plan-build-run/commit/9d8f55f68c7825245248ac70bd07e09e91d7109b))
1115
+ * **dashboard:** rework dashboard-content.ejs with status cards, timeline, activity feed, and quick actions ([7d8d735](https://github.com/SienkLogic/plan-build-run/commit/7d8d735f4d8e05c67a9f70190f402e3fc450ab0d))
1116
+ * **dashboard:** add prev/next phase navigation to phase detail view ([91b8bd5](https://github.com/SienkLogic/plan-build-run/commit/91b8bd5323ffaf9128dc66adeb74a0a8ccfa0da5))
1117
+ * **dashboard:** enrich getPhaseDetail with planTitle, taskCount, and mustHaves ([2ce86bb](https://github.com/SienkLogic/plan-build-run/commit/2ce86bb63cbbda0c6a6ede905936302a51e59e8b))
1118
+ * **dashboard:** overhaul plan cards to use .card component with wave, task count, and status ([ea963b8](https://github.com/SienkLogic/plan-build-run/commit/ea963b89b40a7f3c6b61d3ef0f6e19fd6deeee39))
1119
+ * **dashboard:** replace commit history table with visual .commit-timeline in phase-content.ejs ([a12d57e](https://github.com/SienkLogic/plan-build-run/commit/a12d57ef85852867bfcd33f171a3514a3151bd12))
1120
+ * **dashboard:** add config page CSS to layout.css ([687ee05](https://github.com/SienkLogic/plan-build-run/commit/687ee05be2acd543144267f0192adb71539a370a))
1121
+ * **dashboard:** add config shell page, hybrid form partial, and config CSS ([6827673](https://github.com/SienkLogic/plan-build-run/commit/68276734806efdbd3dd869f44e2283ae5b00ea18))
1122
+ * **dashboard:** add config.service with readConfig, writeConfig, validateConfig (TDD) ([26cf43a](https://github.com/SienkLogic/plan-build-run/commit/26cf43a08962d312deea31a2af51d0714be35a48))
1123
+ * **dashboard:** add GET /config and POST /api/config routes ([363348a](https://github.com/SienkLogic/plan-build-run/commit/363348adb75e83644d9accf0c401ef97d68be5da))
1124
+ * **dashboard:** add GET /research and GET /research/:slug routes with HTMX support ([a3ef246](https://github.com/SienkLogic/plan-build-run/commit/a3ef24633f865356a1ec591c3cd5c339eba14b0d))
1125
+ * **dashboard:** add research list and detail EJS templates with card layout and HTMX navigation ([4295545](https://github.com/SienkLogic/plan-build-run/commit/4295545d2feaa610034b728bdfd868f274e61d6f))
1126
+ * **dashboard:** implement research.service with listResearchDocs, listCodebaseDocs, getResearchDocBySlug ([c1d2c1f](https://github.com/SienkLogic/plan-build-run/commit/c1d2c1fdd1b663b71388631a1e76554f06c01494))
1127
+ * **dashboard:** add GET /requirements route and EJS templates ([48d6d82](https://github.com/SienkLogic/plan-build-run/commit/48d6d8228250c17184abb5b7810d512b6a1b2f82))
1128
+ * **dashboard:** implement getRequirementsData service ([016e0bc](https://github.com/SienkLogic/plan-build-run/commit/016e0bc1b22cef9f153bff0e8d2a4b692b57648d))
1129
+ * **dashboard:** add GET /logs route and GET /logs/stream SSE endpoint ([e5cdca5](https://github.com/SienkLogic/plan-build-run/commit/e5cdca5f9603de9973a41e1ef37b37630a527460))
1130
+ * **dashboard:** create logs EJS templates with SSE live-tail and filter controls ([c164794](https://github.com/SienkLogic/plan-build-run/commit/c1647944c9f8ef37be4b30df30ce18c702dee827))
1131
+ * **dashboard:** implement log.service with listLogFiles, readLogPage, tailLogFile ([5827bd4](https://github.com/SienkLogic/plan-build-run/commit/5827bd4c9e0edce022784e14986b764b2970d229))
1125
1132
  * **quick-004:** add local LLM token counter to statusline ([f5f5d4c](https://github.com/SienkLogic/plan-build-run/commit/f5f5d4c907a7a96e9d835c6e5b342fab7be86aad))
1126
1133
  * **quick-004:** show session + lifetime LLM stats using stdin duration ([ef2512f](https://github.com/SienkLogic/plan-build-run/commit/ef2512fe1214eb9c0483253c67c8eb144643dcef))
1127
1134
 
1128
1135
 
1129
1136
  ### Bug Fixes
1130
1137
 
1131
- * **36-01:** replace hardcoded CSS values with design tokens and expand config.service.js ([68e9261](https://github.com/SienkLogic/plan-build-run/commit/68e9261456f5e3d9f23b58dbfc7b55ca85036b11))
1132
- * **36-02:** add typeof guard for quickActions in dashboard template ([2d19f72](https://github.com/SienkLogic/plan-build-run/commit/2d19f72015945291ecb73cb8dbcfe01f6654fa5c))
1138
+ * **dashboard:** replace hardcoded CSS values with design tokens and expand config.service.js ([68e9261](https://github.com/SienkLogic/plan-build-run/commit/68e9261456f5e3d9f23b58dbfc7b55ca85036b11))
1139
+ * **dashboard:** add typeof guard for quickActions in dashboard template ([2d19f72](https://github.com/SienkLogic/plan-build-run/commit/2d19f72015945291ecb73cb8dbcfe01f6654fa5c))
1133
1140
  * **quick-004:** render LLM stats on second line with explicit Local LLM label ([16509b3](https://github.com/SienkLogic/plan-build-run/commit/16509b3f85805592580f80355e6258a0bee3e4b7))
1134
1141
  * **quick-006:** bump vitest to ^4.0.18 to match @vitest/coverage-v8 peer dep ([4f5b172](https://github.com/SienkLogic/plan-build-run/commit/4f5b172d4f83fed7b04ff972e7848ce5762edb71))
1135
1142
  * **quick-007:** correct todo test to match title fallback behavior (H1 heading recovery) ([50397bb](https://github.com/SienkLogic/plan-build-run/commit/50397bb16f17cfd253ab919bb83d52afa5aee9ad))
@@ -1145,7 +1152,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1145
1152
 
1146
1153
  ### Features
1147
1154
 
1148
- * **36-01:** expand tokens.css with card, shadow, transition, table, and badge tokens ([75df300](https://github.com/SienkLogic/plan-build-run/commit/75df3000ecf3d44ed8c57f0528e719a9cc4b7c06))
1155
+ * **dashboard:** expand tokens.css with card, shadow, transition, table, and badge tokens ([75df300](https://github.com/SienkLogic/plan-build-run/commit/75df3000ecf3d44ed8c57f0528e719a9cc4b7c06))
1149
1156
  * **tools:** add 3 local LLM operations — classify-commit, triage-test-output, classify-file-intent ([f456048](https://github.com/SienkLogic/plan-build-run/commit/f4560480888b916826f7c7e5ca6a091001779ab6))
1150
1157
 
1151
1158
  ## [2.24.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.23.0...plan-build-run-v2.24.0) (2026-02-24)
@@ -1153,8 +1160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1153
1160
 
1154
1161
  ### Features
1155
1162
 
1156
- * **35-05:** add Audit Reports view with /audits and /audits/:filename routes ([33dfae7](https://github.com/SienkLogic/plan-build-run/commit/33dfae7fff02cbba93e250211e54b26d565f4f76))
1157
- * **35-05:** GREEN - implement audit.service.js with listAuditReports and getAuditReport ([c79179a](https://github.com/SienkLogic/plan-build-run/commit/c79179a75a386096e74589f13fea4a56174b1870))
1163
+ * **dashboard:** add Audit Reports view with /audits and /audits/:filename routes ([33dfae7](https://github.com/SienkLogic/plan-build-run/commit/33dfae7fff02cbba93e250211e54b26d565f4f76))
1164
+ * **dashboard:** implement audit.service.js with listAuditReports and getAuditReport ([c79179a](https://github.com/SienkLogic/plan-build-run/commit/c79179a75a386096e74589f13fea4a56174b1870))
1158
1165
  * **quick-003:** add data-flow to plan-format reference, verification template, and integration report template ([e73a31e](https://github.com/SienkLogic/plan-build-run/commit/e73a31e0c1eb9535014de4b60924bd98ced2f8cb))
1159
1166
  * **quick-003:** add data-flow verification to planner, verifier, and integration-checker agents ([e37e192](https://github.com/SienkLogic/plan-build-run/commit/e37e19297e038c38aecd7d04e93c007928242f0f))
1160
1167
 
@@ -1168,24 +1175,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1168
1175
 
1169
1176
  ### Features
1170
1177
 
1171
- * **28-01:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([44b5a77](https://github.com/SienkLogic/plan-build-run/commit/44b5a773fbb22d77ac0dbf3325201980dd1e9635))
1172
- * **29-01:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([785a708](https://github.com/SienkLogic/plan-build-run/commit/785a708039b0c363589e7151c40df989bb2a7959))
1173
- * **30-01:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([d4ae4a4](https://github.com/SienkLogic/plan-build-run/commit/d4ae4a400932a324f61872169c1dae73cc2923ce))
1174
- * **30-03:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([fc1dd8f](https://github.com/SienkLogic/plan-build-run/commit/fc1dd8f6fbada707543dea848e7355ff52896667))
1175
- * **30-03:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([5fcb61e](https://github.com/SienkLogic/plan-build-run/commit/5fcb61e25848395a4d59f4c555bbb8cf913efb72))
1176
- * **31-01:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([7905462](https://github.com/SienkLogic/plan-build-run/commit/7905462a5dc11063813c1c31400a17f4d2314a23))
1177
- * **32-01:** add agent support — source scoring, error classification, context summarization, prompt injection ([3693660](https://github.com/SienkLogic/plan-build-run/commit/36936609200596fe04cbf27f6eff41566733a74e))
1178
- * **33-01:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([dbacfed](https://github.com/SienkLogic/plan-build-run/commit/dbacfed98bd6819babad2f07df588cf545d5b99c))
1179
- * **34-01:** add config.features.source_scoring feature flag guard to score-source.js ([a0945a2](https://github.com/SienkLogic/plan-build-run/commit/a0945a2ffd1067ab3644063a8deee4e06a42ea9e))
1180
- * **34-01:** wire runShadow() into router.js post-call path for all 3 routing strategies ([f233948](https://github.com/SienkLogic/plan-build-run/commit/f23394810ab0f647f8eb1ba1d8f78a5eb7d048d8))
1181
- * **35-01:** GREEN - add escapeHtml helper and use it in HTMX error handler path ([a1830c9](https://github.com/SienkLogic/plan-build-run/commit/a1830c9230ba7ab1ea693a7ff2d36e786d5878d3))
1182
- * **35-01:** GREEN - add sanitize-html post-processing to planning.repository ([6d8122b](https://github.com/SienkLogic/plan-build-run/commit/6d8122b83cf1ed62101a3e9fc2f436caf6b0858e))
1183
- * **35-03:** add Quick Tasks view with /quick and /quick/:id routes ([22abe29](https://github.com/SienkLogic/plan-build-run/commit/22abe29e3951ea8e4fbd045116f6216326ee3907))
1178
+ * **hooks:** add local LLM foundation — client, health, metrics, config schema, hook integrations, tests ([44b5a77](https://github.com/SienkLogic/plan-build-run/commit/44b5a773fbb22d77ac0dbf3325201980dd1e9635))
1179
+ * **hooks:** integrate local LLM into hooks — artifact classification, task validation, error classification, CLI ([785a708](https://github.com/SienkLogic/plan-build-run/commit/785a708039b0c363589e7151c40df989bb2a7959))
1180
+ * **hooks:** add metrics display — session summaries, status skill, CLI, dashboard analytics ([d4ae4a4](https://github.com/SienkLogic/plan-build-run/commit/d4ae4a400932a324f61872169c1dae73cc2923ce))
1181
+ * **dashboard:** add local-llm-metrics.service.js with getLlmMetrics and Vitest tests ([fc1dd8f](https://github.com/SienkLogic/plan-build-run/commit/fc1dd8f6fbada707543dea848e7355ff52896667))
1182
+ * **dashboard:** wire getLlmMetrics into /analytics route and add Local LLM Offload section to EJS template ([5fcb61e](https://github.com/SienkLogic/plan-build-run/commit/5fcb61e25848395a4d59f4c555bbb8cf913efb72))
1183
+ * **hooks:** add adaptive router — complexity heuristic, confidence gate, 3 routing strategies ([7905462](https://github.com/SienkLogic/plan-build-run/commit/7905462a5dc11063813c1c31400a17f4d2314a23))
1184
+ * **hooks:** add agent support — source scoring, error classification, context summarization, prompt injection ([3693660](https://github.com/SienkLogic/plan-build-run/commit/36936609200596fe04cbf27f6eff41566733a74e))
1185
+ * **hooks:** add shadow mode, threshold tuner, comprehensive tests, docs, cross-plugin sync ([dbacfed](https://github.com/SienkLogic/plan-build-run/commit/dbacfed98bd6819babad2f07df588cf545d5b99c))
1186
+ * **hooks:** add config.features.source_scoring feature flag guard to score-source.js ([a0945a2](https://github.com/SienkLogic/plan-build-run/commit/a0945a2ffd1067ab3644063a8deee4e06a42ea9e))
1187
+ * **hooks:** wire runShadow() into router.js post-call path for all 3 routing strategies ([f233948](https://github.com/SienkLogic/plan-build-run/commit/f23394810ab0f647f8eb1ba1d8f78a5eb7d048d8))
1188
+ * **dashboard:** add escapeHtml helper and use it in HTMX error handler path ([a1830c9](https://github.com/SienkLogic/plan-build-run/commit/a1830c9230ba7ab1ea693a7ff2d36e786d5878d3))
1189
+ * **dashboard:** add sanitize-html post-processing to planning.repository ([6d8122b](https://github.com/SienkLogic/plan-build-run/commit/6d8122b83cf1ed62101a3e9fc2f436caf6b0858e))
1190
+ * **dashboard:** add Quick Tasks view with /quick and /quick/:id routes ([22abe29](https://github.com/SienkLogic/plan-build-run/commit/22abe29e3951ea8e4fbd045116f6216326ee3907))
1184
1191
 
1185
1192
 
1186
1193
  ### Documentation
1187
1194
 
1188
- * **34-01:** mark all LLM-01 through LLM-34 traceability entries as Verified ([4311497](https://github.com/SienkLogic/plan-build-run/commit/4311497e1e91f55a575da4468924d21903457cdf))
1195
+ * **hooks:** mark all LLM-01 through LLM-34 traceability entries as Verified ([4311497](https://github.com/SienkLogic/plan-build-run/commit/4311497e1e91f55a575da4468924d21903457cdf))
1189
1196
  * **quick-002:** add .active-skill stale detection to health Check 10 ([3f95b16](https://github.com/SienkLogic/plan-build-run/commit/3f95b16461478bf4271ef4f7ce94582188869bae))
1190
1197
  * **quick-002:** fix NEXT UP banner indentation in milestone SKILL.md ([2983000](https://github.com/SienkLogic/plan-build-run/commit/2983000bd4df5e95c63cdc8f79601c7894883dbb))
1191
1198
  * **quick-002:** replace arrow-list with bullet style in help SKILL.md ([ad78663](https://github.com/SienkLogic/plan-build-run/commit/ad7866375c6f7fd7dda3e195413df95f3ee191bc))
@@ -1209,55 +1216,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1209
1216
 
1210
1217
  ### Features
1211
1218
 
1212
- * **24-01:** add check-agent-state-write.js module ([b73ab69](https://github.com/SienkLogic/plan-build-run/commit/b73ab69d8893970595d538a6289d8183b7b08b2b))
1213
- * **24-01:** wire agent state write blocker into pre-write-dispatch ([9f46053](https://github.com/SienkLogic/plan-build-run/commit/9f460530d21e4c3f37389f0bd2731ad0fd99e593))
1214
- * **24-02:** add .auto-next fallback writes to auto_advance hard stops in build skill ([9d59fc1](https://github.com/SienkLogic/plan-build-run/commit/9d59fc13b494cacdbe71e4e236d89bba0724a412))
1215
- * **25-01:** add ROADMAP.md read to continue skill for milestone boundary detection ([49482c2](https://github.com/SienkLogic/plan-build-run/commit/49482c2a7c0fbe49a39b215bf9070381295daa1c))
1216
- * **25-01:** GREEN - add validateRoadmap and ROADMAP.md validation to check-plan-format ([73256de](https://github.com/SienkLogic/plan-build-run/commit/73256dea9ea9c86a55dbd63fe057678e9757a798))
1217
- * **25-01:** GREEN - PLAN.md writes trigger ROADMAP Planning status without regression ([e8e028a](https://github.com/SienkLogic/plan-build-run/commit/e8e028ae3528a856a8c406a3b508802550e0f75f))
1218
- * **25-02:** GREEN - add checkRoadmapWrite routing to post-write-dispatch ([c7db2e0](https://github.com/SienkLogic/plan-build-run/commit/c7db2e0a4433a962a4f499941b29927a16583425))
1219
- * **25-02:** GREEN - implement isHighRisk with status regression and phase gap detection ([cea48b4](https://github.com/SienkLogic/plan-build-run/commit/cea48b4ccce2554a7c698af280e2725a233e69cb))
1220
- * **25-02:** GREEN - implement validatePostMilestone for milestone completion checks ([c666de8](https://github.com/SienkLogic/plan-build-run/commit/c666de84530eb7a6310a8def7744cec4ff5f8358))
1221
- * **26-02:** GREEN - add 150-line advisory warning to checkStateWrite ([9374009](https://github.com/SienkLogic/plan-build-run/commit/937400997580e9666f9efa18b4e0a80c5fe3b668))
1222
- * **26-02:** GREEN - add cross-plugin sync advisory hook ([a55ad12](https://github.com/SienkLogic/plan-build-run/commit/a55ad1273a7193cc521cd6e953ea185f51e7af50))
1223
- * **27-01:** add PreToolUse Read hook to block SKILL.md self-reads ([afe6acd](https://github.com/SienkLogic/plan-build-run/commit/afe6acd8a55a0807e28266b35b2f4fe961c9ecf5))
1224
- * **27-01:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([fd394d8](https://github.com/SienkLogic/plan-build-run/commit/fd394d893f2e7d93ad4a4bb29acd0a889da3fd67))
1219
+ * **hooks:** add check-agent-state-write.js module ([b73ab69](https://github.com/SienkLogic/plan-build-run/commit/b73ab69d8893970595d538a6289d8183b7b08b2b))
1220
+ * **hooks:** wire agent state write blocker into pre-write-dispatch ([9f46053](https://github.com/SienkLogic/plan-build-run/commit/9f460530d21e4c3f37389f0bd2731ad0fd99e593))
1221
+ * **hooks:** add .auto-next fallback writes to auto_advance hard stops in build skill ([9d59fc1](https://github.com/SienkLogic/plan-build-run/commit/9d59fc13b494cacdbe71e4e236d89bba0724a412))
1222
+ * **hooks:** add ROADMAP.md read to continue skill for milestone boundary detection ([49482c2](https://github.com/SienkLogic/plan-build-run/commit/49482c2a7c0fbe49a39b215bf9070381295daa1c))
1223
+ * **hooks:** add validateRoadmap and ROADMAP.md validation to check-plan-format ([73256de](https://github.com/SienkLogic/plan-build-run/commit/73256dea9ea9c86a55dbd63fe057678e9757a798))
1224
+ * **hooks:** PLAN.md writes trigger ROADMAP Planning status without regression ([e8e028a](https://github.com/SienkLogic/plan-build-run/commit/e8e028ae3528a856a8c406a3b508802550e0f75f))
1225
+ * **hooks:** add checkRoadmapWrite routing to post-write-dispatch ([c7db2e0](https://github.com/SienkLogic/plan-build-run/commit/c7db2e0a4433a962a4f499941b29927a16583425))
1226
+ * **hooks:** implement isHighRisk with status regression and phase gap detection ([cea48b4](https://github.com/SienkLogic/plan-build-run/commit/cea48b4ccce2554a7c698af280e2725a233e69cb))
1227
+ * **hooks:** implement validatePostMilestone for milestone completion checks ([c666de8](https://github.com/SienkLogic/plan-build-run/commit/c666de84530eb7a6310a8def7744cec4ff5f8358))
1228
+ * **hooks:** add 150-line advisory warning to checkStateWrite ([9374009](https://github.com/SienkLogic/plan-build-run/commit/937400997580e9666f9efa18b4e0a80c5fe3b668))
1229
+ * **hooks:** add cross-plugin sync advisory hook ([a55ad12](https://github.com/SienkLogic/plan-build-run/commit/a55ad1273a7193cc521cd6e953ea185f51e7af50))
1230
+ * **hooks:** add PreToolUse Read hook to block SKILL.md self-reads ([afe6acd](https://github.com/SienkLogic/plan-build-run/commit/afe6acd8a55a0807e28266b35b2f4fe961c9ecf5))
1231
+ * **hooks:** add session length guard to auto-continue with warn at 3, hard-stop at 6 ([fd394d8](https://github.com/SienkLogic/plan-build-run/commit/fd394d893f2e7d93ad4a4bb29acd0a889da3fd67))
1225
1232
 
1226
1233
 
1227
1234
  ### Bug Fixes
1228
1235
 
1229
- * **24-01:** remove building from ADVANCED_STATUSES gate ([6e1fdf7](https://github.com/SienkLogic/plan-build-run/commit/6e1fdf7fb3897efdb1dca2ef77dbab78bab13ed2))
1230
- * **24-02:** raise consecutive-continue guard threshold from 3 to 6 ([918394c](https://github.com/SienkLogic/plan-build-run/commit/918394c34356f84772a4454061b312601f8ca26d))
1231
- * **24-02:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([d86e39e](https://github.com/SienkLogic/plan-build-run/commit/d86e39e48b51a3765e42c2807ee7ef277f8d3a5d))
1232
- * **25-02:** remove unused path import and result variable (lint) ([f84764a](https://github.com/SienkLogic/plan-build-run/commit/f84764ae3b4a5fce09a7d126624bb1719c57c10b))
1233
- * **26-01:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([36bd68c](https://github.com/SienkLogic/plan-build-run/commit/36bd68c42d2fc556581de8f2f23a7b9d6447392b))
1234
- * **26-01:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([ec35f3b](https://github.com/SienkLogic/plan-build-run/commit/ec35f3b529c1fe2b2928bb8ef97d768b101f2f0b))
1235
- * **26-02:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([2083a1d](https://github.com/SienkLogic/plan-build-run/commit/2083a1d11c1ced3c7f2b4dc83df2c2a4ed684529))
1236
+ * **hooks:** remove building from ADVANCED_STATUSES gate ([6e1fdf7](https://github.com/SienkLogic/plan-build-run/commit/6e1fdf7fb3897efdb1dca2ef77dbab78bab13ed2))
1237
+ * **hooks:** raise consecutive-continue guard threshold from 3 to 6 ([918394c](https://github.com/SienkLogic/plan-build-run/commit/918394c34356f84772a4454061b312601f8ca26d))
1238
+ * **hooks:** remove .auto-next cleanup from session-cleanup to prevent race with Stop hook ([d86e39e](https://github.com/SienkLogic/plan-build-run/commit/d86e39e48b51a3765e42c2807ee7ef277f8d3a5d))
1239
+ * **hooks:** remove unused path import and result variable (lint) ([f84764a](https://github.com/SienkLogic/plan-build-run/commit/f84764ae3b4a5fce09a7d126624bb1719c57c10b))
1240
+ * **hooks:** add CRITICAL dual-update markers to import Step 8b and milestone new Step 8 ([36bd68c](https://github.com/SienkLogic/plan-build-run/commit/36bd68c42d2fc556581de8f2f23a7b9d6447392b))
1241
+ * **hooks:** add CRITICAL frontmatter update marker to pause skill STATE.md step ([ec35f3b](https://github.com/SienkLogic/plan-build-run/commit/ec35f3b529c1fe2b2928bb8ef97d768b101f2f0b))
1242
+ * **hooks:** sync cross-plugin-sync hook to cursor-pbr and copilot-pbr hooks.json ([2083a1d](https://github.com/SienkLogic/plan-build-run/commit/2083a1d11c1ced3c7f2b4dc83df2c2a4ed684529))
1236
1243
 
1237
1244
 
1238
1245
  ### Documentation
1239
1246
 
1240
- * **27-01:** add no-reread anti-pattern to executor agents across all plugins ([8b572fa](https://github.com/SienkLogic/plan-build-run/commit/8b572fa6f43dfc3fe1a0ae8caf167ce2351f46f9))
1247
+ * **hooks:** add no-reread anti-pattern to executor agents across all plugins ([8b572fa](https://github.com/SienkLogic/plan-build-run/commit/8b572fa6f43dfc3fe1a0ae8caf167ce2351f46f9))
1241
1248
 
1242
1249
  ## [2.21.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.21.0...plan-build-run-v2.21.1) (2026-02-23)
1243
1250
 
1244
1251
 
1245
1252
  ### Bug Fixes
1246
1253
 
1247
- * **23-01:** register /pbr:do command and fix critical audit findings ([274f324](https://github.com/SienkLogic/plan-build-run/commit/274f3247ea32557954c45eb321f5551bc3d8b3de))
1248
- * **23-02:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([7fa53be](https://github.com/SienkLogic/plan-build-run/commit/7fa53beafaba95ab4c36499e7fb333ec83c58ecc))
1249
- * **23-03:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([071f739](https://github.com/SienkLogic/plan-build-run/commit/071f739eab3854e03a68f6b93ad7de40854c8b72))
1250
- * **23-04:** replace subagents terminology with agents in cursor-pbr ([444765f](https://github.com/SienkLogic/plan-build-run/commit/444765f3277d077fba200c6d5f5fde594abdaf9a))
1251
- * **23-05:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([e019e83](https://github.com/SienkLogic/plan-build-run/commit/e019e832b4c2808cec951eda44f0f57cb8755b8c))
1252
- * **23-07:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([61e4e1e](https://github.com/SienkLogic/plan-build-run/commit/61e4e1ec7a7db3bc8ac4184e58c94ab5c324eb38))
1253
- * **23-09:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([1180c9d](https://github.com/SienkLogic/plan-build-run/commit/1180c9d4ffb2c1bbbe4bc201a5dab126aee43ded))
1254
- * **23-09:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ec8c1d2](https://github.com/SienkLogic/plan-build-run/commit/ec8c1d24f9436c1dee703ec3509eb065fb2c4c92))
1255
- * **23-10:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([c6acc27](https://github.com/SienkLogic/plan-build-run/commit/c6acc2791ba652d5f81da231d301afcc90ab5c57))
1256
- * **23-10:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([5a518ec](https://github.com/SienkLogic/plan-build-run/commit/5a518ec4772de1cf2991201e2657f5737efe2ebd))
1257
- * **23-10:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([7dcd549](https://github.com/SienkLogic/plan-build-run/commit/7dcd549bbd0e11b6eb4177e5ed1d4fd5eddc7d9b))
1258
- * **23-12:** fix remaining subagents terminology in scan SKILL.md derivatives ([67b15e8](https://github.com/SienkLogic/plan-build-run/commit/67b15e881d752ad1eb66bfb31496f634cb3c1768))
1259
- * **23-12:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([4b857fe](https://github.com/SienkLogic/plan-build-run/commit/4b857fe73b8d82e6efe05114a7b09737c65dee12))
1260
- * **23-12:** remove excess tool grants from synthesizer and plan-checker agents ([04432b3](https://github.com/SienkLogic/plan-build-run/commit/04432b35dde761e95d14ca98353091bc936512a6))
1254
+ * **cross-plugin:** register /pbr:do command and fix critical audit findings ([274f324](https://github.com/SienkLogic/plan-build-run/commit/274f3247ea32557954c45eb321f5551bc3d8b3de))
1255
+ * **cursor:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in cursor-pbr ([7fa53be](https://github.com/SienkLogic/plan-build-run/commit/7fa53beafaba95ab4c36499e7fb333ec83c58ecc))
1256
+ * **copilot:** replace CLAUDE_PLUGIN_ROOT with PLUGIN_ROOT in copilot-pbr ([071f739](https://github.com/SienkLogic/plan-build-run/commit/071f739eab3854e03a68f6b93ad7de40854c8b72))
1257
+ * **cursor:** replace subagents terminology with agents in cursor-pbr ([444765f](https://github.com/SienkLogic/plan-build-run/commit/444765f3277d077fba200c6d5f5fde594abdaf9a))
1258
+ * **copilot:** fix subagents terminology in copilot-pbr and sync ROADMAP template ([e019e83](https://github.com/SienkLogic/plan-build-run/commit/e019e832b4c2808cec951eda44f0f57cb8755b8c))
1259
+ * **hooks:** strip hookSpecificOutput wrapper from check-phase-boundary and pre-write-dispatch ([61e4e1e](https://github.com/SienkLogic/plan-build-run/commit/61e4e1ec7a7db3bc8ac4184e58c94ab5c324eb38))
1260
+ * **copilot:** reorder copilot-pbr hooks.json postToolUseFailure before preToolUse to match pbr canonical ordering ([1180c9d](https://github.com/SienkLogic/plan-build-run/commit/1180c9d4ffb2c1bbbe4bc201a5dab126aee43ded))
1261
+ * **copilot:** use decision:block in validate-skill-args.js, remove orphaned JSDoc in validate-task.js ([ec8c1d2](https://github.com/SienkLogic/plan-build-run/commit/ec8c1d24f9436c1dee703ec3509eb065fb2c4c92))
1262
+ * **hooks:** correct dispatch table — move check-doc-sprawl and check-skill-workflow to pre-write-dispatch ([c6acc27](https://github.com/SienkLogic/plan-build-run/commit/c6acc2791ba652d5f81da231d301afcc90ab5c57))
1263
+ * **hooks:** remove dead body from checkStatuslineRules in check-skill-workflow.js ([5a518ec](https://github.com/SienkLogic/plan-build-run/commit/5a518ec4772de1cf2991201e2657f5737efe2ebd))
1264
+ * **hooks:** remove redundant allowed-tools Note from health SKILL.md Auto-Fix section ([7dcd549](https://github.com/SienkLogic/plan-build-run/commit/7dcd549bbd0e11b6eb4177e5ed1d4fd5eddc7d9b))
1265
+ * **cross-plugin:** fix remaining subagents terminology in scan SKILL.md derivatives ([67b15e8](https://github.com/SienkLogic/plan-build-run/commit/67b15e881d752ad1eb66bfb31496f634cb3c1768))
1266
+ * **cross-plugin:** fix test property paths and heredoc extraction to achieve 70% branch coverage ([4b857fe](https://github.com/SienkLogic/plan-build-run/commit/4b857fe73b8d82e6efe05114a7b09737c65dee12))
1267
+ * **cross-plugin:** remove excess tool grants from synthesizer and plan-checker agents ([04432b3](https://github.com/SienkLogic/plan-build-run/commit/04432b35dde761e95d14ca98353091bc936512a6))
1261
1268
  * **quick-001:** fix agent prompt issues from audit (items 4-7) ([2772154](https://github.com/SienkLogic/plan-build-run/commit/27721547694686e2f425e95a7257b9cc48316c86))
1262
1269
  * **quick-001:** fix agent prompt issues from audit (items 8-10) ([1c41a8f](https://github.com/SienkLogic/plan-build-run/commit/1c41a8f29a5069f4bb7cec612875b59dc6a22b22))
1263
1270
  * **quick-001:** fix STATE.md body drift, stale status line, and ROADMAP sync gaps ([896494d](https://github.com/SienkLogic/plan-build-run/commit/896494d1215a7aadb7aa5b28c050db282cdcd784))
@@ -1322,13 +1329,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1322
1329
 
1323
1330
  ### Features
1324
1331
 
1325
- * **16-01:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([9ea3936](https://github.com/SienkLogic/plan-build-run/commit/9ea3936bb5c35305b57250c83e596c4704bc8868))
1326
- * **17-01:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([71625ff](https://github.com/SienkLogic/plan-build-run/commit/71625ff769638be8d75840b48f455a1fe5664b88))
1332
+ * **dashboard:** redesign dashboard home, fix analytics duration, add bar charts, mermaid dark mode ([9ea3936](https://github.com/SienkLogic/plan-build-run/commit/9ea3936bb5c35305b57250c83e596c4704bc8868))
1333
+ * **dashboard:** add notes page, verification viewer, milestone progress bars, dynamic footer version ([71625ff](https://github.com/SienkLogic/plan-build-run/commit/71625ff769638be8d75840b48f455a1fe5664b88))
1327
1334
 
1328
1335
 
1329
1336
  ### Bug Fixes
1330
1337
 
1331
- * **18-01:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([0f40f3c](https://github.com/SienkLogic/plan-build-run/commit/0f40f3c9de389f7eb33f8eb83c78a0880f485e4e))
1338
+ * **dashboard:** HTMX navigation consistency, SSE tooltip, error page fix, remove deprecated layout ([0f40f3c](https://github.com/SienkLogic/plan-build-run/commit/0f40f3c9de389f7eb33f8eb83c78a0880f485e4e))
1332
1339
 
1333
1340
  ## [2.17.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.17.0...plan-build-run-v2.17.1) (2026-02-22)
1334
1341
 
@@ -1349,37 +1356,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1349
1356
 
1350
1357
  ### Features
1351
1358
 
1352
- * **11-01:** create tokens.css with dual-mode design tokens ([53afcc1](https://github.com/SienkLogic/plan-build-run/commit/53afcc1cc84e56d3d98b66a5758591f79af5c725))
1353
- * **11-01:** refactor layout.css to use semantic design tokens ([f0fa53c](https://github.com/SienkLogic/plan-build-run/commit/f0fa53c88ac4345b135033e14dc37b937a65d5dd))
1354
- * **11-02:** add theme toggle button with localStorage persistence ([f84576e](https://github.com/SienkLogic/plan-build-run/commit/f84576ec4596dedc9643b7cb76e55d14865ebffb))
1355
- * **11-02:** pin Pico.css CDN to v2.0.6 ([1e46ef6](https://github.com/SienkLogic/plan-build-run/commit/1e46ef6bd56e12222d735590d9dea3b3c7f1f5b6))
1356
- * **12-01:** add current-phase middleware for sidebar context ([d7d0e16](https://github.com/SienkLogic/plan-build-run/commit/d7d0e16419f692aa9883d9262b119dc514f7e9b0))
1357
- * **12-01:** implement mobile overlay sidebar with backdrop ([3cc59ac](https://github.com/SienkLogic/plan-build-run/commit/3cc59acf55ab90568d4f11c11df43c7a07ca43f4))
1358
- * **12-01:** redesign sidebar with collapsible sections and current phase card ([0b6aa07](https://github.com/SienkLogic/plan-build-run/commit/0b6aa076bfea6fdac3c7c855a6ad522f6d8f50ce))
1359
- * **12-02:** add breadcrumb data to routes and include partial in content templates ([a90684e](https://github.com/SienkLogic/plan-build-run/commit/a90684e7752fcf232bcaee223e392e1dd4a9d52e))
1360
- * **12-02:** create breadcrumbs partial and CSS styles ([82ba448](https://github.com/SienkLogic/plan-build-run/commit/82ba44833b09398d5abec88bf6e6a60032694412))
1361
- * **13-01:** add milestone history expandable table with stats and deliverables ([ccc82d5](https://github.com/SienkLogic/plan-build-run/commit/ccc82d59f28e67b8ab5cb0db803d228e35af8339))
1362
- * **13-01:** add todo filtering by priority, status, and search with bulk complete ([0abbf4c](https://github.com/SienkLogic/plan-build-run/commit/0abbf4c173395bfeda4b5c73f312a3820e86ad67))
1363
- * **13-02:** add dependency graph route, views, and sidebar link ([d7224c2](https://github.com/SienkLogic/plan-build-run/commit/d7224c297dcbd07ac3659e95c4047448e5c6292b))
1364
- * **13-02:** add Mermaid dependency graph generation to roadmap service ([662056b](https://github.com/SienkLogic/plan-build-run/commit/662056b703f4ef4d7910d7afb1f79444be6e11d1))
1365
- * **13-03:** add analytics route, views, and sidebar link ([750562b](https://github.com/SienkLogic/plan-build-run/commit/750562b94287f151d89d7160ab124e2dc3279abc))
1366
- * **13-03:** create analytics service with git-based metrics and TTL cache ([41eb38a](https://github.com/SienkLogic/plan-build-run/commit/41eb38aebf930ec085edaee416913c2319a6d216))
1367
- * **14-01:** add Last-Event-ID state recovery to SSE endpoint ([b41c8dd](https://github.com/SienkLogic/plan-build-run/commit/b41c8ddc0638cd1bd103110ed6aa74a1512ca137))
1368
- * **14-01:** create custom SSE client with exponential backoff ([8d75876](https://github.com/SienkLogic/plan-build-run/commit/8d758765f0465820560a72fdad745481e091f04b))
1369
- * **14-01:** reduce chokidar stability threshold to 500ms ([1ef4dc4](https://github.com/SienkLogic/plan-build-run/commit/1ef4dc49604d98f5b6d9847f6ce835ee909b519f))
1370
- * **14-02:** add hx-indicator spinners to todo complete actions ([a166d94](https://github.com/SienkLogic/plan-build-run/commit/a166d946323255696f46f0550892878eda622ebd))
1371
- * **14-02:** add TTL cache utility and integrate into analytics and milestone services ([123c2d2](https://github.com/SienkLogic/plan-build-run/commit/123c2d25ea7050515e685c05231401de76d4cd7c))
1372
- * **15-01:** add error-card styling, loading indicator, and favicon ([6f3c550](https://github.com/SienkLogic/plan-build-run/commit/6f3c550f79885010af59377a95c7dfd2e53038c3))
1373
- * **15-01:** add skip-to-content link, focus-visible styles, and ARIA labels ([47c3c9b](https://github.com/SienkLogic/plan-build-run/commit/47c3c9bcaf8f2a5e143fe1b5a8ed18e5da9b20ba))
1374
- * **15-01:** create reusable empty-state partial and integrate into views ([48c6807](https://github.com/SienkLogic/plan-build-run/commit/48c6807b9f19fcd4abc8582820155c5ccc73a244))
1375
- * **15-02:** GREEN - analytics, cache, SSE tests pass against existing code ([1f6e3c2](https://github.com/SienkLogic/plan-build-run/commit/1f6e3c2feef7ba601afe66c68e41401aa44568be))
1376
- * **15-02:** GREEN - dependencies and breadcrumbs tests pass ([8fd48fc](https://github.com/SienkLogic/plan-build-run/commit/8fd48fc63e5414cf93bec4d7afadf86b463a6f32))
1359
+ * **dashboard:** create tokens.css with dual-mode design tokens ([53afcc1](https://github.com/SienkLogic/plan-build-run/commit/53afcc1cc84e56d3d98b66a5758591f79af5c725))
1360
+ * **dashboard:** refactor layout.css to use semantic design tokens ([f0fa53c](https://github.com/SienkLogic/plan-build-run/commit/f0fa53c88ac4345b135033e14dc37b937a65d5dd))
1361
+ * **dashboard:** add theme toggle button with localStorage persistence ([f84576e](https://github.com/SienkLogic/plan-build-run/commit/f84576ec4596dedc9643b7cb76e55d14865ebffb))
1362
+ * **dashboard:** pin Pico.css CDN to v2.0.6 ([1e46ef6](https://github.com/SienkLogic/plan-build-run/commit/1e46ef6bd56e12222d735590d9dea3b3c7f1f5b6))
1363
+ * **dashboard:** add current-phase middleware for sidebar context ([d7d0e16](https://github.com/SienkLogic/plan-build-run/commit/d7d0e16419f692aa9883d9262b119dc514f7e9b0))
1364
+ * **dashboard:** implement mobile overlay sidebar with backdrop ([3cc59ac](https://github.com/SienkLogic/plan-build-run/commit/3cc59acf55ab90568d4f11c11df43c7a07ca43f4))
1365
+ * **dashboard:** redesign sidebar with collapsible sections and current phase card ([0b6aa07](https://github.com/SienkLogic/plan-build-run/commit/0b6aa076bfea6fdac3c7c855a6ad522f6d8f50ce))
1366
+ * **dashboard:** add breadcrumb data to routes and include partial in content templates ([a90684e](https://github.com/SienkLogic/plan-build-run/commit/a90684e7752fcf232bcaee223e392e1dd4a9d52e))
1367
+ * **dashboard:** create breadcrumbs partial and CSS styles ([82ba448](https://github.com/SienkLogic/plan-build-run/commit/82ba44833b09398d5abec88bf6e6a60032694412))
1368
+ * **dashboard:** add milestone history expandable table with stats and deliverables ([ccc82d5](https://github.com/SienkLogic/plan-build-run/commit/ccc82d59f28e67b8ab5cb0db803d228e35af8339))
1369
+ * **dashboard:** add todo filtering by priority, status, and search with bulk complete ([0abbf4c](https://github.com/SienkLogic/plan-build-run/commit/0abbf4c173395bfeda4b5c73f312a3820e86ad67))
1370
+ * **dashboard:** add dependency graph route, views, and sidebar link ([d7224c2](https://github.com/SienkLogic/plan-build-run/commit/d7224c297dcbd07ac3659e95c4047448e5c6292b))
1371
+ * **dashboard:** add Mermaid dependency graph generation to roadmap service ([662056b](https://github.com/SienkLogic/plan-build-run/commit/662056b703f4ef4d7910d7afb1f79444be6e11d1))
1372
+ * **dashboard:** add analytics route, views, and sidebar link ([750562b](https://github.com/SienkLogic/plan-build-run/commit/750562b94287f151d89d7160ab124e2dc3279abc))
1373
+ * **dashboard:** create analytics service with git-based metrics and TTL cache ([41eb38a](https://github.com/SienkLogic/plan-build-run/commit/41eb38aebf930ec085edaee416913c2319a6d216))
1374
+ * **dashboard:** add Last-Event-ID state recovery to SSE endpoint ([b41c8dd](https://github.com/SienkLogic/plan-build-run/commit/b41c8ddc0638cd1bd103110ed6aa74a1512ca137))
1375
+ * **dashboard:** create custom SSE client with exponential backoff ([8d75876](https://github.com/SienkLogic/plan-build-run/commit/8d758765f0465820560a72fdad745481e091f04b))
1376
+ * **dashboard:** reduce chokidar stability threshold to 500ms ([1ef4dc4](https://github.com/SienkLogic/plan-build-run/commit/1ef4dc49604d98f5b6d9847f6ce835ee909b519f))
1377
+ * **dashboard:** add hx-indicator spinners to todo complete actions ([a166d94](https://github.com/SienkLogic/plan-build-run/commit/a166d946323255696f46f0550892878eda622ebd))
1378
+ * **dashboard:** add TTL cache utility and integrate into analytics and milestone services ([123c2d2](https://github.com/SienkLogic/plan-build-run/commit/123c2d25ea7050515e685c05231401de76d4cd7c))
1379
+ * **dashboard:** add error-card styling, loading indicator, and favicon ([6f3c550](https://github.com/SienkLogic/plan-build-run/commit/6f3c550f79885010af59377a95c7dfd2e53038c3))
1380
+ * **dashboard:** add skip-to-content link, focus-visible styles, and ARIA labels ([47c3c9b](https://github.com/SienkLogic/plan-build-run/commit/47c3c9bcaf8f2a5e143fe1b5a8ed18e5da9b20ba))
1381
+ * **dashboard:** create reusable empty-state partial and integrate into views ([48c6807](https://github.com/SienkLogic/plan-build-run/commit/48c6807b9f19fcd4abc8582820155c5ccc73a244))
1382
+ * **dashboard:** analytics, cache, SSE tests pass against existing code ([1f6e3c2](https://github.com/SienkLogic/plan-build-run/commit/1f6e3c2feef7ba601afe66c68e41401aa44568be))
1383
+ * **dashboard:** dependencies and breadcrumbs tests pass ([8fd48fc](https://github.com/SienkLogic/plan-build-run/commit/8fd48fc63e5414cf93bec4d7afadf86b463a6f32))
1377
1384
 
1378
1385
 
1379
1386
  ### Bug Fixes
1380
1387
 
1381
- * **14-01:** add missing #sse-status element to header ([b831104](https://github.com/SienkLogic/plan-build-run/commit/b831104feaee62a5f6768ec8060aa2387e82322c))
1382
- * **14-02:** clear milestone cache between tests to prevent stale data ([192b53c](https://github.com/SienkLogic/plan-build-run/commit/192b53cbb4777350950ed8bd0d4993d3229f1630))
1388
+ * **dashboard:** add missing #sse-status element to header ([b831104](https://github.com/SienkLogic/plan-build-run/commit/b831104feaee62a5f6768ec8060aa2387e82322c))
1389
+ * **dashboard:** clear milestone cache between tests to prevent stale data ([192b53c](https://github.com/SienkLogic/plan-build-run/commit/192b53cbb4777350950ed8bd0d4993d3229f1630))
1383
1390
 
1384
1391
  ## [2.15.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.14.0...plan-build-run-v2.15.0) (2026-02-22)
1385
1392
 
@@ -1421,37 +1428,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1421
1428
 
1422
1429
  ### Features
1423
1430
 
1424
- * **06-01:** add .active-skill write and cleanup to begin, plan, review, import skills ([e16c0cb](https://github.com/SienkLogic/plan-build-run/commit/e16c0cbe73da7abd08008c56d918106e73a3535a))
1425
- * **06-02:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([edd9322](https://github.com/SienkLogic/plan-build-run/commit/edd932287bfeb390aa67aee0cb17b44c886339d2))
1426
- * **07-01:** add Write tool to verifier/integration-checker and update prose across all plugins ([20bcd55](https://github.com/SienkLogic/plan-build-run/commit/20bcd550cb3c01312c805c543e01e72a7dd8dd88))
1427
- * **07-01:** register missing skills in check-skill-workflow.js switch statement ([26c4264](https://github.com/SienkLogic/plan-build-run/commit/26c42640f199eae7de4570cb0fcb8fdab514cc64))
1428
- * **07-02:** add debugger advisory gate and milestone gaps_found status check ([d999fe0](https://github.com/SienkLogic/plan-build-run/commit/d999fe0cf65febf877c731d983edb49e1cfa3dc7))
1429
- * **07-02:** add mtime-based recency checks for researcher and synthesizer output ([4581529](https://github.com/SienkLogic/plan-build-run/commit/45815292c8e1604d2b5307092b2b2d6fdb3c2eec))
1430
- * **08-01:** add inline fallback formats to 7 template-dependent agents ([e383118](https://github.com/SienkLogic/plan-build-run/commit/e3831187a35e0bf2924f0e156971b530d71dada3))
1431
- * **08-02:** add CRITICAL markers and fix agent handoff issues ([a921c29](https://github.com/SienkLogic/plan-build-run/commit/a921c29005b232aa662ee7364f19154f103c827f))
1432
- * **09-01:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([6257ac5](https://github.com/SienkLogic/plan-build-run/commit/6257ac5bb69c04078fc1fd845049900274e4079c))
1433
- * **09-01:** add health auto-fix for common corruption patterns ([6209e20](https://github.com/SienkLogic/plan-build-run/commit/6209e2012ec972ae351bd967cd1fa1087b767474))
1434
- * **09-01:** add rollback safety, setup idempotency, and todo archive safety ([8106793](https://github.com/SienkLogic/plan-build-run/commit/8106793c6dc728a58c8be6a5f1ccaffc9cef83a6))
1435
- * **09-02:** rewrite ui-formatting.md with unified double-line box format ([1030f30](https://github.com/SienkLogic/plan-build-run/commit/1030f3078d171f200d1d85a29481deb65f927875))
1436
- * **09-02:** update error-reporting fragment with block reason guidance ([55780b2](https://github.com/SienkLogic/plan-build-run/commit/55780b2b54725b8d503e0b46291c80fe5a92219b))
1437
- * **09-03:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([1754b2b](https://github.com/SienkLogic/plan-build-run/commit/1754b2bc8dbb625c48ef618036eef3bda06f6380))
1438
- * **09-03:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([4b01088](https://github.com/SienkLogic/plan-build-run/commit/4b010881e275b10ed8ebcace60e74535e66f8d49))
1439
- * **09-04:** replace Next Up headings with double-line box format in all PBR skills ([8f34dbc](https://github.com/SienkLogic/plan-build-run/commit/8f34dbc157a67a353e3b4c977249aac667838f32))
1440
- * **09-04:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([a819e95](https://github.com/SienkLogic/plan-build-run/commit/a819e952483fb348a8c64c27abe59f80590ad712))
1431
+ * **cursor:** add .active-skill write and cleanup to begin, plan, review, import skills ([e16c0cb](https://github.com/SienkLogic/plan-build-run/commit/e16c0cbe73da7abd08008c56d918106e73a3535a))
1432
+ * **hooks:** add CRITICAL markers to file-creation steps in begin, build, milestone, setup, pause ([edd9322](https://github.com/SienkLogic/plan-build-run/commit/edd932287bfeb390aa67aee0cb17b44c886339d2))
1433
+ * **cursor:** add Write tool to verifier/integration-checker and update prose across all plugins ([20bcd55](https://github.com/SienkLogic/plan-build-run/commit/20bcd550cb3c01312c805c543e01e72a7dd8dd88))
1434
+ * **cursor:** register missing skills in check-skill-workflow.js switch statement ([26c4264](https://github.com/SienkLogic/plan-build-run/commit/26c42640f199eae7de4570cb0fcb8fdab514cc64))
1435
+ * **hooks:** add debugger advisory gate and milestone gaps_found status check ([d999fe0](https://github.com/SienkLogic/plan-build-run/commit/d999fe0cf65febf877c731d983edb49e1cfa3dc7))
1436
+ * **hooks:** add mtime-based recency checks for researcher and synthesizer output ([4581529](https://github.com/SienkLogic/plan-build-run/commit/45815292c8e1604d2b5307092b2b2d6fdb3c2eec))
1437
+ * **cross-plugin:** add inline fallback formats to 7 template-dependent agents ([e383118](https://github.com/SienkLogic/plan-build-run/commit/e3831187a35e0bf2924f0e156971b530d71dada3))
1438
+ * **core:** add CRITICAL markers and fix agent handoff issues ([a921c29](https://github.com/SienkLogic/plan-build-run/commit/a921c29005b232aa662ee7364f19154f103c827f))
1439
+ * **core:** add gate error fix guidance and discuss deep-dive CRITICAL enforcement ([6257ac5](https://github.com/SienkLogic/plan-build-run/commit/6257ac5bb69c04078fc1fd845049900274e4079c))
1440
+ * **core:** add health auto-fix for common corruption patterns ([6209e20](https://github.com/SienkLogic/plan-build-run/commit/6209e2012ec972ae351bd967cd1fa1087b767474))
1441
+ * **core:** add rollback safety, setup idempotency, and todo archive safety ([8106793](https://github.com/SienkLogic/plan-build-run/commit/8106793c6dc728a58c8be6a5f1ccaffc9cef83a6))
1442
+ * **core:** rewrite ui-formatting.md with unified double-line box format ([1030f30](https://github.com/SienkLogic/plan-build-run/commit/1030f3078d171f200d1d85a29481deb65f927875))
1443
+ * **core:** update error-reporting fragment with block reason guidance ([55780b2](https://github.com/SienkLogic/plan-build-run/commit/55780b2b54725b8d503e0b46291c80fe5a92219b))
1444
+ * **cross-plugin:** replace heavy bar and thin divider banners with double-line box format in all 24 skills ([1754b2b](https://github.com/SienkLogic/plan-build-run/commit/1754b2bc8dbb625c48ef618036eef3bda06f6380))
1445
+ * **cross-plugin:** sync banner replacements and 09-01/09-02 changes to cursor-pbr and copilot-pbr ([4b01088](https://github.com/SienkLogic/plan-build-run/commit/4b010881e275b10ed8ebcace60e74535e66f8d49))
1446
+ * **cross-plugin:** replace Next Up headings with double-line box format in all PBR skills ([8f34dbc](https://github.com/SienkLogic/plan-build-run/commit/8f34dbc157a67a353e3b4c977249aac667838f32))
1447
+ * **cross-plugin:** sync Next Up box format to cursor-pbr and copilot-pbr derivatives ([a819e95](https://github.com/SienkLogic/plan-build-run/commit/a819e952483fb348a8c64c27abe59f80590ad712))
1441
1448
  * **tools:** add state-sync plans_total fix, anti-pattern rule for Skill-in-Task, and social images ([afdc5f2](https://github.com/SienkLogic/plan-build-run/commit/afdc5f2d10c9cae77e2382332e9243a238c1f54e))
1442
1449
 
1443
1450
 
1444
1451
  ### Bug Fixes
1445
1452
 
1446
- * **06-03:** fix planner naming convention, executor timestamps, and statusline backup ([92c9b8d](https://github.com/SienkLogic/plan-build-run/commit/92c9b8d5fe95a2b339267206185daf38a125ad56))
1453
+ * **executor:** fix planner naming convention, executor timestamps, and statusline backup ([92c9b8d](https://github.com/SienkLogic/plan-build-run/commit/92c9b8d5fe95a2b339267206185daf38a125ad56))
1447
1454
  * **tools:** resolve markdownlint errors in planner agent and milestone skill ([9ef8548](https://github.com/SienkLogic/plan-build-run/commit/9ef8548642cba021d9c917e612116aebe77cf570))
1448
1455
  * **tools:** update AskUserQuestion audit to reflect health skill auto-fix gates ([e20bbe5](https://github.com/SienkLogic/plan-build-run/commit/e20bbe51a9f3ad2a7f2a8cd609abee52ef2ce942))
1449
1456
 
1450
1457
 
1451
1458
  ### Documentation
1452
1459
 
1453
- * **08-03:** add agent-contracts.md reference documenting handoff schemas ([89a86cf](https://github.com/SienkLogic/plan-build-run/commit/89a86cf2c21635290f6d048d1b5ef045a686730d))
1454
- * **10-01:** wire agent-contracts.md into agents and document abandoned debug resolution ([f30762d](https://github.com/SienkLogic/plan-build-run/commit/f30762d62dbafd0f1705822a295c1eb2c6288017))
1460
+ * **docs:** add agent-contracts.md reference documenting handoff schemas ([89a86cf](https://github.com/SienkLogic/plan-build-run/commit/89a86cf2c21635290f6d048d1b5ef045a686730d))
1461
+ * **docs:** wire agent-contracts.md into agents and document abandoned debug resolution ([f30762d](https://github.com/SienkLogic/plan-build-run/commit/f30762d62dbafd0f1705822a295c1eb2c6288017))
1455
1462
 
1456
1463
  ## [2.10.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.9.1...plan-build-run-v2.10.0) (2026-02-20)
1457
1464
 
@@ -1500,18 +1507,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1500
1507
 
1501
1508
  ### Features
1502
1509
 
1503
- * **03-01:** add review verifier, milestone complete, and build dependency gates ([bda474d](https://github.com/SienkLogic/plan-build-run/commit/bda474d8b88b128464df375d62de9acdeb9dff05))
1504
- * **04-01:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([3cb4bc1](https://github.com/SienkLogic/plan-build-run/commit/3cb4bc1c0f277c6beca99f7c336fba5e7376f9ec))
1505
- * **05-01:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([d780d97](https://github.com/SienkLogic/plan-build-run/commit/d780d97e620915cb05e70372ce8c9d6003fd1ac8))
1510
+ * **hooks:** add review verifier, milestone complete, and build dependency gates ([bda474d](https://github.com/SienkLogic/plan-build-run/commit/bda474d8b88b128464df375d62de9acdeb9dff05))
1511
+ * **hooks:** add post-artifact validation for begin/plan/build and VERIFICATION.md ([3cb4bc1](https://github.com/SienkLogic/plan-build-run/commit/3cb4bc1c0f277c6beca99f7c336fba5e7376f9ec))
1512
+ * **hooks:** add STATE.md validation, checkpoint manifest check, and active-skill integrity warning ([d780d97](https://github.com/SienkLogic/plan-build-run/commit/d780d97e620915cb05e70372ce8c9d6003fd1ac8))
1506
1513
 
1507
1514
  ## [2.7.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.6.0...plan-build-run-v2.7.0) (2026-02-19)
1508
1515
 
1509
1516
 
1510
1517
  ### Features
1511
1518
 
1512
- * **02-01:** add milestone, explore, import, scan write guards to checkSkillRules ([bd21366](https://github.com/SienkLogic/plan-build-run/commit/bd21366f8f63277566035f0827e3fde2ebc39400))
1513
- * **02-02:** add review planner gate to validate-task.js ([89ffb05](https://github.com/SienkLogic/plan-build-run/commit/89ffb05bc6384fc47fbf85ac7c875e16a29db0b9))
1514
- * **02-02:** strengthen ROADMAP sync warnings to CRITICAL level ([7120d60](https://github.com/SienkLogic/plan-build-run/commit/7120d60fdc6678d8c9853679b0d3464116821097))
1519
+ * **hooks:** add milestone, explore, import, scan write guards to checkSkillRules ([bd21366](https://github.com/SienkLogic/plan-build-run/commit/bd21366f8f63277566035f0827e3fde2ebc39400))
1520
+ * **hooks:** add review planner gate to validate-task.js ([89ffb05](https://github.com/SienkLogic/plan-build-run/commit/89ffb05bc6384fc47fbf85ac7c875e16a29db0b9))
1521
+ * **hooks:** strengthen ROADMAP sync warnings to CRITICAL level ([7120d60](https://github.com/SienkLogic/plan-build-run/commit/7120d60fdc6678d8c9853679b0d3464116821097))
1515
1522
 
1516
1523
 
1517
1524
  ### Bug Fixes
@@ -1523,15 +1530,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1523
1530
 
1524
1531
  ### Features
1525
1532
 
1526
- * **01-01:** add build and plan executor gates to validate-task.js ([4d882e0](https://github.com/SienkLogic/plan-build-run/commit/4d882e07d9560c0540c2277149338137a9a7e05d))
1527
- * **01-01:** extend agent output validation to all 10 PBR agent types ([9f4384f](https://github.com/SienkLogic/plan-build-run/commit/9f4384fa2391c3e5905243119da5bebbf65f6218))
1528
- * **01-02:** add skill-specific workflow rules and CRITICAL enforcement ([173e89e](https://github.com/SienkLogic/plan-build-run/commit/173e89e0dfc81aa425b222efd982b83a19e2b3d0))
1533
+ * **hooks:** add build and plan executor gates to validate-task.js ([4d882e0](https://github.com/SienkLogic/plan-build-run/commit/4d882e07d9560c0540c2277149338137a9a7e05d))
1534
+ * **hooks:** extend agent output validation to all 10 PBR agent types ([9f4384f](https://github.com/SienkLogic/plan-build-run/commit/9f4384fa2391c3e5905243119da5bebbf65f6218))
1535
+ * **hooks:** add skill-specific workflow rules and CRITICAL enforcement ([173e89e](https://github.com/SienkLogic/plan-build-run/commit/173e89e0dfc81aa425b222efd982b83a19e2b3d0))
1529
1536
  * **tools:** add /pbr:statusline command to install PBR status line ([8bd9e7a](https://github.com/SienkLogic/plan-build-run/commit/8bd9e7a98b76cf8e1686eb7a936da8539fe20a08))
1530
1537
 
1531
1538
 
1532
1539
  ### Bug Fixes
1533
1540
 
1534
- * **01-01:** hasPlanFile now matches numbered plan files like PLAN-01.md ([00c4af8](https://github.com/SienkLogic/plan-build-run/commit/00c4af8066c4c0c24f25be7cd6731acb2b13cb61))
1541
+ * **hooks:** hasPlanFile now matches numbered plan files like PLAN-01.md ([00c4af8](https://github.com/SienkLogic/plan-build-run/commit/00c4af8066c4c0c24f25be7cd6731acb2b13cb61))
1535
1542
  * **tools:** prefix unused name var with underscore in version sync test ([8b8b81d](https://github.com/SienkLogic/plan-build-run/commit/8b8b81dea5eff86fb4503cecdc9e677f573faf03))
1536
1543
  * **tools:** resolve lint errors in statusline workflow rules ([6c32db7](https://github.com/SienkLogic/plan-build-run/commit/6c32db7947ccaf392457750a26406ca92a3eef77))
1537
1544
  * **tools:** revert release branch CI trigger (using non-strict protection instead) ([836ac24](https://github.com/SienkLogic/plan-build-run/commit/836ac2401d3381b395fcf6b2bf252ff78745abd5))