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