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