pi-usereq 0.35.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +546 -544
  2. package/README.md +421 -260
  3. package/package.json +46 -46
package/CHANGELOG.md CHANGED
@@ -1,544 +1,546 @@
1
- # Changelog
2
-
3
- ## [0.35.0](https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0) - 2026-05-29
4
- ### 🐛 Bug Fixes
5
- - Remove version from ts files.
6
-
7
- ### 🚜 Changes
8
- - prepend runtime metadata in status bar [useReq] *(extension-status)*
9
- - Update the SRS for the status-bar prefix ordering and runtime metadata contract.
10
- - Read package metadata at runtime, prepend <extension>:v<version> before status, and keep the documented theme split.
11
- - Refresh status-bar tests, WORKFLOW.md, and REFERENCES.md for the new runtime call path.
12
-
13
- ## [0.34.0](https://github.com/Ogekuri/PI-useReq/compare/v0.33.0..v0.34.0) - 2026-05-29
14
- ### 🚜 Changes
15
- - add debug-summarize and YAML check [useReq] *(debug-menu)*
16
- - Update the SRS for debug-menu ordering and debug wrapper coverage.
17
- - Implement debug-summarize, move the tool-wrapper row before Log file, and refresh runtime docs.
18
- - Add release-workflow YAML syntax coverage and align npm publish steps with the documented release contract.
19
-
20
- ## [0.33.0](https://github.com/Ogekuri/PI-useReq/compare/v0.32.0..v0.33.0) - 2026-05-29
21
- ### 🐛 Bug Fixes
22
- - Clean workflow file after all tests and bug fixes.
23
-
24
- ## [0.32.0](https://github.com/Ogekuri/PI-useReq/compare/v0.31.0..v0.32.0) - 2026-05-29
25
- ### 🐛 Bug Fixes
26
- - Revert workflow.
27
-
28
- ### 🚜 Changes
29
- - update Node.js 24.15.0 release flow [useReq] *(release-workflow)*
30
- - update REQUIREMENTS.md and WORKFLOW.md traceability for the release runtime
31
- - pin .github/workflows/release-npm.yml to Node.js 24.15.0 and restore npm publish auth
32
- - align tests/release-workflow.test.ts with the pinned runtime and publish contract
33
-
34
- ## [0.31.0](https://github.com/Ogekuri/PI-useReq/compare/v0.30.0..v0.31.0) - 2026-05-29
35
- ### 🐛 Bug Fixes
36
- - Try another workaround, again, and again.
37
-
38
- ## [0.30.0](https://github.com/Ogekuri/PI-useReq/compare/v0.29.0..v0.30.0) - 2026-05-29
39
- ### 🐛 Bug Fixes
40
- - Revert setup-node version.
41
-
42
- ## [0.29.0](https://github.com/Ogekuri/PI-useReq/compare/v0.28.0..v0.29.0) - 2026-05-29
43
- ### 🐛 Bug Fixes
44
- - Try another workaround, again, and again.
45
-
46
- ## [0.28.0](https://github.com/Ogekuri/PI-useReq/compare/v0.27.0..v0.28.0) - 2026-05-29
47
- ### 🐛 Bug Fixes
48
- - Try another workaround, again, and again.
49
-
50
- ## [0.27.0](https://github.com/Ogekuri/PI-useReq/compare/v0.26.0..v0.27.0) - 2026-05-29
51
- ### 🐛 Bug Fixes
52
- - Try another workaround, again, and again.
53
-
54
- ## [0.26.0](https://github.com/Ogekuri/PI-useReq/compare/v0.25.0..v0.26.0) - 2026-05-29
55
- ### 🐛 Bug Fixes
56
- - Try another workaround, again.
57
-
58
- ## [0.25.0](https://github.com/Ogekuri/PI-useReq/compare/v0.24.0..v0.25.0) - 2026-05-29
59
- ### 🐛 Bug Fixes
60
- - Try another workaround.
61
-
62
- ## [0.24.0](https://github.com/Ogekuri/PI-useReq/compare/v0.23.0..v0.24.0) - 2026-05-29
63
- ### 🐛 Bug Fixes
64
- - Remove install -g npm@latest from workflow.
65
-
66
- ## [0.23.0](https://github.com/Ogekuri/PI-useReq/compare/v0.22.0..v0.23.0) - 2026-05-29
67
- ### 🐛 Bug Fixes
68
- - Workaround actions/setup-node OIDC bug.
69
-
70
- ## [0.22.0](https://github.com/Ogekuri/PI-useReq/compare/v0.21.0..v0.22.0) - 2026-05-29
71
- ### 🐛 Bug Fixes
72
- - Update workflow file.
73
-
74
- ## [0.21.0](https://github.com/Ogekuri/PI-useReq/compare/v0.20.0..v0.21.0) - 2026-05-29
75
- ### 🐛 Bug Fixes
76
- - Update workflow file.
77
-
78
- ## [0.20.0](https://github.com/Ogekuri/PI-useReq/compare/v0.19.0..v0.20.0) - 2026-05-29
79
- ### 🐛 Bug Fixes
80
- - Update workflow file for 2FA publish.
81
-
82
- ## [0.19.0](https://github.com/Ogekuri/PI-useReq/compare/v0.18.0..v0.19.0) - 2026-05-29
83
- ### 🐛 Bug Fixes
84
- - Update version number.
85
-
86
- ### ◀️ Revert
87
- - Roll back branch to 6b800ba9 (6b800ba99e97ec88f7d9d10d6abe125020d3aebb).
88
-
89
- ## [0.18.0](https://github.com/Ogekuri/PI-useReq/compare/v0.17.0..v0.18.0) - 2026-05-29
90
- ### 🐛 Bug Fixes
91
- - Fix workflow file.
92
-
93
- ## [0.17.0](https://github.com/Ogekuri/PI-useReq/compare/v0.16.0..v0.17.0) - 2026-05-29
94
- ### ⛰️ Features
95
- - Re-add tocken.
96
-
97
- ## [0.16.0](https://github.com/Ogekuri/PI-useReq/compare/v0.15.0..v0.16.0) - 2026-05-29
98
- ### 🐛 Bug Fixes
99
- - Fix workflow.
100
-
101
- ### 🚜 Changes
102
- - adopt trusted npm publishing [useReq] *(release-npm)*
103
- - update release requirements for Node 24 and OIDC trusted publishing
104
- - update workflow, package metadata, and release workflow tests
105
- - refresh release runtime documentation
106
-
107
- ## [0.14.0](https://github.com/Ogekuri/PI-useReq/compare/v0.13.0..v0.14.0) - 2026-05-29
108
- ### ⛰️ Features
109
- - add debug tool slash commands [useReq] *(debug)*
110
- - Add DEBUG_TOOL_COMMANDS_ENABLED local config and Debug submenu row.
111
- - Register config-gated debug-compress, debug-references,
112
- - debug-static-check, and debug-tokens wrappers.
113
- - Update requirements, workflow, references, and tests for traceability.
114
- - Update .gitignore file.
115
- - Remove REFERENCES.md.
116
-
117
- ### 📚 Documentation
118
- - Update REFERENCES.md document. [useReq] *(references)*
119
-
120
- ## [0.13.0](https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0) - 2026-04-27
121
- ### 🚜 Changes
122
- - BREAKING CHANGE: split local and global configuration [useReq] *(config)*
123
- - update REQUIREMENTS, WORKFLOW, and REFERENCES for the split config model
124
- - persist tool, notification, git, and checker-command settings globally
125
- - keep project paths, debug, and static-check enable flags locally
126
- - rename Show configuration to Show local configuration and add Show global configuration
127
- - refresh tests for local/global persistence and CLI static-check behavior
128
-
129
- ## [0.12.0](https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0) - 2026-04-25
130
- ### ⛰️ Features
131
- - add req-reset recovery command and docs [useReq] *(req-reset)*
132
- - Add dedicated req-reset recovery without prompt dispatch or worktree creation.
133
- - Extend requirements, workflow, and references traceability for req-reset.
134
- - Add extension-registration coverage for req-reset registration, success, and failure paths.
135
-
136
- ### 🐛 Bug Fixes
137
- - keep toggle rows open and refresh status [useReq] *(settings-menu)*
138
- - keep inline menu toggles focused without closing menus
139
- - refresh direct status renders from live context usage
140
- - show Pushover credential guidance when enablement is locked
141
-
142
- ### 🚜 Changes
143
- - BREAKING CHANGE: reject busy req commands and finalize active runs [useReq] *(orchestration)*
144
- - update REQUIREMENTS.md for req-reset and non-idle req-command behavior
145
- - enforce error-state rejection for req-references and bundled req prompts
146
- - preserve successful worktree finalization after busy-command rejection
147
- - extend extension-registration tests and refresh WORKFLOW/REFERENCES docs
148
- - BREAKING CHANGE: specialize direct references workflow [useReq] *(req-references)*
149
- - remove the bundled req-references prompt template
150
- - add direct references generation, staging, commit, and clean-repo checks
151
- - update requirements, workflow, references, and extension tests
152
- - add status-only REFERENCES writer [useReq] *(references)*
153
- - update requirements for references tool registration and output contract
154
- - implement the status-only references tool and default enablement
155
- - add extension tests and refresh workflow plus references docs
156
- - derive req descriptions from markdown headings [useReq] *(prompt-command)*
157
- - update REQ-004 and TST-080 for heading-based descriptions
158
- - remove YAML description extraction from bundled prompts
159
- - refresh workflow and references traceability
160
- - BREAKING CHANGE: rename references tools to summarize [useReq] *(tool-runner)*
161
- - Update REQUIREMENTS, WORKFLOW, and REFERENCES for files-summarize and summarize.
162
- - Rename CLI flags, tool registrations, startup-tool defaults, and debug harness examples.
163
- - Refresh oracle, parity, registration, and archived fixture tests.
164
- - align low context gauge colors with status field [useReq] *(extension-status)*
165
- - update REQ-126, TST-035, and TST-096 for low-band context gauge color\n- render context icons below 90% with the status warning token\n- refresh workflow, references, and status-bar tests for traceability
166
- - BREAKING CHANGE: stash dirty base-path around merge [useReq] *(prompt-command-runtime)*
167
- - update requirements, workflow, and references
168
- - add stash-assisted merge warning coverage
169
- - decouple runtime sound from boot config [useReq] *(notifications)*
170
- - update sound requirements and runtime docs
171
- - keep hotkey sound changes runtime-only
172
- - keep menu edits persisted as boot value only
173
- - refresh references and extension tests
174
-
175
- ## [0.11.0](https://github.com/Ogekuri/PI-useReq/compare/v0.10.0..v0.11.0) - 2026-04-24
176
- ### 🚜 Changes
177
- - BREAKING CHANGE: revise status bar branch gauge and debug defaults [useReq] *(extension-status)*
178
- - update requirements for branch field, context thresholds, and debug log defaults
179
- - remove Reset defaults right-side values across menus
180
- - align source, tests, workflow, and references with the breaking change
181
- - preserve worktree transcript on session restore [useReq] *(prompt-command-runtime)*
182
- - Update REQ-208 to require client-visible transcript preservation after closure.
183
- - Copy execution-session JSONL entries into the restored base session before merge and cleanup.
184
- - Refresh workflow and references docs for the new prompt-finalization path.
185
- - remove current-path from status footer [useReq] *(status-bar)*
186
- - Trace: useReq-20260424-1530
187
- - update requirements, workflow, and references
188
- - stop rendering current-path in extension status output
189
- - align harness and registration status tests
190
-
191
- ## [0.10.0](https://github.com/Ogekuri/PI-useReq/compare/v0.7.0..v0.10.0) - 2026-04-24
192
- ### ⛰️ Features
193
- - Add source code from a extranal branch.
194
-
195
- ## [0.7.0](https://github.com/Ogekuri/PI-useReq/compare/v0.6.0..v0.7.0) - 2026-04-20
196
- ### ⛰️ Features
197
- - Add src/resources/images/ files.
198
-
199
- ### 🐛 Bug Fixes
200
- - defer js-tiktoken loading for token tools [useReq] *(extension)*
201
- - lazy-load js-tiktoken inside token counting instead of at extension import time
202
- - return structured token-tool failures when the dependency is unavailable
203
- - add coverage for deferred loading and dependency error handling
204
-
205
- ### 🚜 Changes
206
- - BREAKING CHANGE: rename menus and notify defaults [useReq] *(config-menu)*
207
- - update requirements for tilde config-path display and guided static-check menus
208
- - remove legacy startup-tool status and static-check raw-spec/reference actions
209
- - add %%RESULT%% defaults for notify and Pushover templates with tests/docs refresh
210
- - BREAKING CHANGE: move event toggles into shared submenus [useReq] *(notifications)*
211
- - update requirements for completed/interrupted/failed event contracts
212
- - replace direct notification toggles with shared event submenus
213
- - rename persisted notification keys and refresh extension docs/tests
214
- - BREAKING CHANGE: remove terminal bell notification support [useReq] *(core)*
215
- - update requirements and workflow docs for the breaking removal
216
- - delete terminal bell config and runtime handling
217
- - refresh notification UI tests and references
218
- - BREAKING CHANGE: replace status context bar and notification menus [useReq] *(config-ui)*
219
- - update requirements for breaking status and configuration UI behavior
220
- - switch context footer rendering to icon-based thresholds
221
- - remove notify, beep, and pushover footer fields
222
- - flatten Pushover settings into Notifications and add scoped submenu resets
223
- - preserve menu focus after toggles and edits
224
- - update configuration UI tests and debug harness assertions
225
- - BREAKING CHANGE: unify notify beep sound and pushover [useReq] *(pi-notify)*
226
- - update SRS for breaking notification model changes
227
- - replace legacy terminal notification implementations with PI_NOTIFY_CMD and terminal bell routing
228
- - add global and per-event toggles for notify, beep, sound, and pushover
229
- - update status bar, configuration menus, workflow, references, and tests
230
-
231
- ## [0.6.0](https://github.com/Ogekuri/PI-useReq/compare/v0.5.0..v0.6.0) - 2026-04-20
232
- ### 🚜 Changes
233
- - BREAKING CHANGE: optimize tool response payloads [useReq] *(core)*
234
- - Update requirements for token-minimized tool responses.
235
- - Move static response facts into tool registration metadata.
236
- - Reduce runtime payload sections and remove repeated request echoes.
237
- - Update workflow, references, and targeted tool-contract tests.
238
-
239
- ## [0.5.0](https://github.com/Ogekuri/PI-useReq/compare/v0.4.0..v0.5.0) - 2026-04-19
240
- ### ⛰️ Features
241
- - add pushover completion notifications [useReq] *(notify)*
242
- - Add Pushover configuration, status-bar, and successful prompt delivery.
243
- - Update requirements, workflow, references, and extension tests for REQ-163..172.
244
-
245
- ### 🐛 Bug Fixes
246
- - Fix ignore file.
247
- - Fix move req in pi-usereq/docs dir.
248
- - Fix move req in pi-usereq/docs dir.
249
-
250
- ### 🚜 Changes
251
- - BREAKING CHANGE: revise elapsed footer and config menu path [useReq] *(status-bar)*
252
- - update requirements for footer, context bar, and show-config ordering
253
- - implement elapsed/footer rendering and config-path menu display
254
- - refresh workflow/references docs and extension registration tests
255
- - BREAKING CHANGE: remove Pylance and Ruff modules [useReq] *(static-check)*
256
- - update requirements, workflow, and references
257
- - simplify static-check menus to Command only
258
- - keep Dummy debug-only and remove obsolete fixtures
259
- - BREAKING CHANGE: simplify status bar timing and defaults [useReq] *(extension-status)*
260
- - update requirements for the breaking status-bar contract
261
- - remove git and tools fields and switch base to absolute path
262
- - consolidate timing into et with active, last, and total segments
263
- - enable all beep flags by default and refresh docs plus tests
264
-
265
- ### ◀️ Revert
266
- - Roll back branch to bb44b543 (bb44b543846f3d73abc82f852784ec3c4a503d54).
267
-
268
- ## [0.4.0](https://github.com/Ogekuri/PI-useReq/compare/v0.3.0..v0.4.0) - 2026-04-19
269
- ### 🚜 Changes
270
- - add npm provenance metadata and release checks [useReq] *(package)*
271
- - add canonical repository, bugs, and homepage metadata for npm provenance
272
- - update SRS with REQ-157, REQ-158, and TST-044
273
- - align release workflow Node setup action with release test expectations
274
- - extend release-workflow tests for package provenance metadata
275
-
276
- ## [0.3.0](https://github.com/Ogekuri/PI-useReq/compare/v0.2.0..v0.3.0) - 2026-04-19
277
- ### 🐛 Bug Fixes
278
- - Fix .github/workflows/release-npm.yml file.
279
-
280
- ### 🚜 Changes
281
- - BREAKING CHANGE: align extension theme tokens with cli themes [useReq] *(settings-menu)*
282
- - update requirements for CLI-theme token semantics
283
- - switch status overflow overlay from legacy redBright to error
284
- - reuse shared settings-list theming with offline fallback
285
- - extend menu and status tests for theme-token contracts
286
-
287
- ## [0.2.0](https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0) - 2026-04-19
288
- ### ⛰️ Features
289
- - Add release-npm.yml file.
290
- - add configurable prompt beep and sound hooks [useReq] *(notify)*
291
- - extend SRS with pi-notify beep and sound requirements
292
- - add pi-notify config, status, and agent_end handlers
293
- - add configurable shortcut, menu controls, and sound commands
294
- - update extension and debug harness tests for new status fields
295
-
296
- ### 🐛 Bug Fixes
297
- - Fix .github/workflows/release-npm.yml file.
298
-
299
- ### 🚜 Changes
300
- - publish pi-usereq in release workflow [useReq] *(release-npm)*
301
- - update REQ-138 REQ-141 and add REQ-155/TST-042
302
- - keep existing tag trigger and changelog release flow intact
303
- - add npm setup and publish steps plus workflow assertions
304
- - BREAKING CHANGE: derive runtime paths and restyle config menus [useReq] *(pi-usereq)*
305
- - Update requirements for runtime-only base/git paths.
306
- - Adopt shared settings-style menus with show-config submenu.
307
- - Switch notify defaults to %%INSTALLATION_PATH%% and alt+s.
308
- - Add status-bar git/base fields and CLEAR/FULL overlays.
309
- - Refresh references and workflow documentation.
310
- - wire npm publish workflow and requirements [useReq] *(release-npm)*
311
- - update REQUIREMENTS.md with release workflow requirements and evidence
312
- - implement tag-gated npm publication and GitHub Release automation
313
- - add workflow-focused verification test and runtime model updates
314
-
315
- ## [0.1.0](https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0) - 2026-04-19
316
- ### ⛰️ Features
317
- - Add src/resources/sounds/ files.
318
- - add hook-driven status telemetry [useReq] *(extension-status)*
319
- - extend requirements for lifecycle hook interception and status fields
320
- - add shared extension status controller for context, elapsed, and last
321
- - update offline replay and registration tests for the new status contract
322
- - enforce pi.dev manifest API contract guidance [useReq] *(prompts)*
323
- - Add DES-009, REQ-108, and TST-030.
324
- - Require rendered pi.dev conformance blocks to treat the manifest as the authoritative API contract.
325
- - Extend prompt-rendering verification and refresh workflow/reference docs.
326
- - Trace-ID: REQ-108-20260418
327
- - Update prompts.
328
- - add req-debug wrapper and requirement traceability [useReq] *(debug-harness)*
329
- - extend REQUIREMENTS.md with wrapper requirements for debug harness access
330
- - add scripts/req-debug.sh for inspect, session, prompt, tool, sdk, and raw flows
331
- - refresh WORKFLOW.md and REFERENCES.md for the new bash execution surface
332
- - add offline harness and sdk smoke [useReq] *(debug-extension)*
333
- - extend REQUIREMENTS.md for standalone extension debugging and parity validation
334
- - add scripts/debug-extension.ts with recording, replay, and sdk-smoke modules
335
- - add harness-focused tests and refresh WORKFLOW.md/REFERENCES.md
336
- - archive expected CLI outputs [useReq] *(tests)*
337
- - add archive-backed CLI output scenarios and verification tests
338
- - commit expected results under tests/fixtures_attended_results
339
- - extend requirements for normalized expected-result archives
340
- - align invalid enable-static-check error text with archived output
341
- - add command option parity coverage [useReq] *(cli)*
342
- - add CLI static-check enablement merge and validation support
343
- - route verbose command options through standalone dispatch
344
- - fix clean-repository git-check validation behavior
345
- - add TypeScript parity regressions and supporting test helpers
346
- - update requirements, workflow, references, tsconfig, and eslint config
347
- - Fix source code doxygen documentation.
348
- - Update manifest.
349
- - add pi.dev manifest conformance guidance [useReq] *(prompts)*
350
- - add REQ-032..REQ-034 and TST-011 for pi.dev-aware prompts
351
- - inject manifest-gated conformance rules during prompt rendering
352
- - cover manifest present and absent prompt-rendering cases
353
- - Initial commit.
354
-
355
- ### 🐛 Bug Fixes
356
- - route reset-context prompts via session_start [useReq] *(prompt)*
357
- - queue reset-context prompt payloads in new-session setup instead of using the stale runtime
358
- - consume queued prompt payloads from the replacement session_start handler exactly once
359
- - add a runtime-replacement reproducer test and refresh workflow/reference docs
360
- - start reset-context sessions with user delivery [useReq] *(prompt)*
361
- - send req-* prompt content after ctx.newSession() so the new session starts a turn
362
- - replace the reset-context reproducer to assert post-reset user delivery
363
- - refresh workflow and references docs for the shared prompt-delivery path
364
- - append reset prompt during session setup [useReq] *(prompt-delivery)*
365
- - route reset-context prompt delivery through ctx.newSession setup
366
- - add req-workflow regression coverage for reset-session prompt startup
367
- - refresh workflow and references docs for the updated runtime path
368
- - deliver reset prompts via sendUserMessage [useReq] *(prompt-commands)*
369
- - restore post-reset prompt delivery through pi.sendUserMessage
370
- - add req-create regression coverage for reset-context=true
371
- - refresh WORKFLOW and REFERENCES for the updated call path
372
- - inject reset prompt during new session setup [useReq] *(index)*
373
- - move reset-context prompt delivery into ctx.newSession setup
374
- - update prompt command regression coverage
375
- - refresh workflow and references documentation
376
- - send prompt after reset-session creation [useReq] *(prompt-command)*
377
- - Add a targeted reproducer for reset-context prompt delivery.
378
- - Deliver req-* prompts by creating the new session first.
379
- - Send the rendered prompt through pi.sendUserMessage after reset.
380
- - Update WORKFLOW and REFERENCES for the changed call trace.
381
- - Fix version number to 0.0.0.
382
-
383
- ### 🚜 Changes
384
- - add context bar overlay thresholds [useReq] *(extension-status)*
385
- - REQ-127/REQ-128 add claer and full! overlay states.
386
- - TST-035/TST-036 verify empty and above-90-percent context cases.
387
- - Update workflow and references for the new status rendering path.
388
- - BREAKING CHANGE: remove context-reset prompt flow and status field [useReq] *(index)*
389
- - Update SRS for branchless current-session prompt delivery.
390
- - Remove reset-context config, menu entries, status output, and replacement-session flow.
391
- - Align offline recording and extension-registration tests with the breaking change.
392
- - compact pi-usereq status summary [useReq] *(status-bar)*
393
- - REQ-009/109/110/111: switch to single-line status output
394
- - Record active-tool count and compact context mode
395
- - Align offline replay with reset-context prompt capture
396
- - render colored multiline config status [useReq] *(status-bar)*
397
- - update REQUIREMENTS.md for multi-line colored status-bar fields\n- implement explicit docs/tests/src, tools, and reset-context rendering\n- refresh workflow/references docs and extend status replay tests
398
- - BREAKING CHANGE: rename wrapper and disable find by default [useReq] *(debug-harness)*
399
- - Update REQUIREMENTS, WORKFLOW, and REFERENCES.
400
- - Switch debug wrapper path to scripts/pi-usereq-debug.sh.
401
- - Disable custom find in default startup-tool configuration.
402
- - Refresh debug manual examples to pi-usereq/docs paths.
403
- - Adjust targeted tests for wrapper rename and default tool state.
404
- - default docs-dir to pi-usereq/docs [useReq] *(config)*
405
- - update CTN-001 for the new default docs directory
406
- - switch DEFAULT_DOCS_DIR to pi-usereq/docs
407
- - align fixture and registration tests with the new default
408
- - regenerate REFERENCES.md for updated symbol locations
409
- - derive runtime paths from installation context [useReq] *(core)*
410
- - update SRS for installation-path and execution-path derivation
411
- - persist config under .pi-usereq and copy that directory into worktrees
412
- - resolve prompt resources from installation-owned resources tree
413
- - expose runtime path facts in structured tool payloads
414
- - refresh workflow and references docs for the new path context
415
- - remove unused bundled model metadata [useReq] *(resources)*
416
- - update PRJ-005 and repository evidence for bundled resources
417
- - delete unused models and vscode settings resource files
418
- - keep runtime behavior limited to prompt, template, and guideline provisioning
419
- - rename bundled templates path [useReq] *(resources)*
420
- - rename src/resources/docs to src/resources/templates
421
- - replace %%TEMPLATE_PATH%% during prompt rendering
422
- - update requirements, workflow, references, and prompt tests
423
- - structure tool json outputs and registrations [useReq] *(tools)*
424
- - update general requirements for JSON-first agent-tool payloads and registrations
425
- - implement structured utility-tool payload builders and registration metadata
426
- - extend tests for compression and utility-tool payload and inspection coverage
427
- - BREAKING CHANGE: refactor find tool payloads for agents [useReq] *(find)*
428
- - update requirements for agent-oriented files-find/find payloads
429
- - implement structured find payload builders and tool descriptions
430
- - add focused registration and debug-harness tests
431
- - refactor compression tool payloads for LLM JSON [useReq] *(compress)*
432
- - update requirements, workflow, and references for the structured compression contract
433
- - add structured compression payload generation with line, symbol, and Doxygen metadata
434
- - keep CLI markdown compression output while tool responses and debug examples use JSON
435
- - emit agent-oriented JSON for reference tools [useReq] *(references)*
436
- - update requirements, workflow, and references docs for structured reference payloads
437
- - add structured Doxygen and symbol JSON extraction for files-references and references
438
- - refresh targeted tests and archived reference fixtures
439
- - optimize token tool JSON payloads for agents [useReq] *(token-counter)*
440
- - update requirements for agent-optimized files-tokens and tokens payloads
441
- - restructure token payloads with direct-access metrics and guidance sections
442
- - enrich tool registration metadata and add targeted extension tests
443
- - refactor token tool JSON for agent parsing [useReq] *(token-tools)*
444
- - REQ-010 REQ-017 REQ-069 REQ-072
445
- - Refactor files-tokens and tokens agent-tool payloads into structured JSON.
446
- - Add numeric summaries, canonical path fields, and guidance ordering.
447
- - Update tool registration metadata, debug examples, and runtime docs.
448
- - add reset-context pre-reset for req commands [useReq] *(prompt-commands)*
449
- - update requirements, workflow, and references for reset-context
450
- - add persisted reset-context config with default true and UI toggle
451
- - route req-* commands through /new-equivalent session setup when enabled
452
- - extend offline replay and tests for reset and current-session flows
453
- - support tool --args param conversion [useReq] *(req-debug)*
454
- - add REQ-065 and TST-021 for req-debug tool arg normalization
455
- - convert wrapper tool --args text into debug-harness --params JSON
456
- - add wrapper integration coverage and refresh workflow/references docs
457
- - configure active tools for embedded pi builtins [useReq] *(index)*
458
- - update REQUIREMENTS.md for configurable embedded active tools
459
- - enable config defaults for read bash edit write and disable grep ls
460
- - extend runtime and harness inventories with supported builtin tools
461
- - cover menu and session_start behavior with targeted tests
462
- - remove tool slash command wrappers [useReq] *(index)*
463
- - update REQUIREMENTS.md for tool-only extension exposure\n- remove custom slash command registration for tool wrappers\n- keep agent tool registration and CLI static-check driver behavior\n- refresh workflow, references, and registration tests
464
-
465
- ### 📚 Documentation
466
- - Update README.md file.
467
- - add runtime workflow model [useReq] *(core)*
468
- - create req/docs/WORKFLOW.md from src runtime analysis
469
- - document execution units, call traces, and communication edges
470
- - add source reference index [useReq] *(core)*
471
- - generate req/docs/REFERENCES.md from repository source
472
- - capture modules, symbols, and imports for agent navigation
473
- - Add pi.dev api documentation.
474
-
475
-
476
- # History
477
-
478
- - \[0.1.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
479
- - \[0.2.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.2.0
480
- - \[0.3.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.3.0
481
- - \[0.4.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.4.0
482
- - \[0.5.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.5.0
483
- - \[0.6.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.6.0
484
- - \[0.7.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.7.0
485
- - \[0.10.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.10.0
486
- - \[0.11.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.11.0
487
- - \[0.12.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.12.0
488
- - \[0.13.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.13.0
489
- - \[0.14.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.14.0
490
- - \[0.15.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.15.0
491
- - \[0.16.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.16.0
492
- - \[0.17.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.17.0
493
- - \[0.18.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.18.0
494
- - \[0.19.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.19.0
495
- - \[0.20.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.20.0
496
- - \[0.21.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.21.0
497
- - \[0.22.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.22.0
498
- - \[0.23.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.23.0
499
- - \[0.24.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.24.0
500
- - \[0.25.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.25.0
501
- - \[0.26.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.26.0
502
- - \[0.27.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.27.0
503
- - \[0.28.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.28.0
504
- - \[0.29.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.29.0
505
- - \[0.30.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.30.0
506
- - \[0.31.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.31.0
507
- - \[0.32.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.32.0
508
- - \[0.33.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.33.0
509
- - \[0.34.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.34.0
510
- - \[0.35.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.35.0
511
-
512
- [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
513
- [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
514
- [0.3.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.2.0..v0.3.0
515
- [0.4.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.3.0..v0.4.0
516
- [0.5.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.4.0..v0.5.0
517
- [0.6.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.5.0..v0.6.0
518
- [0.7.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.6.0..v0.7.0
519
- [0.10.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.7.0..v0.10.0
520
- [0.11.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.10.0..v0.11.0
521
- [0.12.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0
522
- [0.13.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0
523
- [0.14.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.13.0..v0.14.0
524
- [0.15.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.14.0..v0.15.0
525
- [0.16.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.15.0..v0.16.0
526
- [0.17.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.16.0..v0.17.0
527
- [0.18.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.17.0..v0.18.0
528
- [0.19.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.18.0..v0.19.0
529
- [0.20.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.19.0..v0.20.0
530
- [0.21.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.20.0..v0.21.0
531
- [0.22.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.21.0..v0.22.0
532
- [0.23.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.22.0..v0.23.0
533
- [0.24.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.23.0..v0.24.0
534
- [0.25.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.24.0..v0.25.0
535
- [0.26.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.25.0..v0.26.0
536
- [0.27.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.26.0..v0.27.0
537
- [0.28.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.27.0..v0.28.0
538
- [0.29.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.28.0..v0.29.0
539
- [0.30.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.29.0..v0.30.0
540
- [0.31.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.30.0..v0.31.0
541
- [0.32.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.31.0..v0.32.0
542
- [0.33.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.32.0..v0.33.0
543
- [0.34.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.33.0..v0.34.0
544
- [0.35.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0
1
+ # Changelog
2
+
3
+ ## [0.35.0](https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0) - 2026-05-29
4
+ ### 🐛 Bug Fixes
5
+ - Remove version from ts files.
6
+
7
+ ### 🚜 Changes
8
+ - prepend runtime metadata in status bar [useReq] *(extension-status)*
9
+ - Update the SRS for the status-bar prefix ordering and runtime metadata contract.
10
+ - Read package metadata at runtime, prepend <extension>:v<version> before status, and keep the documented theme split.
11
+ - Refresh status-bar tests, WORKFLOW.md, and REFERENCES.md for the new runtime call path.
12
+
13
+ ## [0.34.0](https://github.com/Ogekuri/PI-useReq/compare/v0.33.0..v0.34.0) - 2026-05-29
14
+ ### 🚜 Changes
15
+ - add debug-summarize and YAML check [useReq] *(debug-menu)*
16
+ - Update the SRS for debug-menu ordering and debug wrapper coverage.
17
+ - Implement debug-summarize, move the tool-wrapper row before Log file, and refresh runtime docs.
18
+ - Add release-workflow YAML syntax coverage and align npm publish steps with the documented release contract.
19
+
20
+ ## [0.33.0](https://github.com/Ogekuri/PI-useReq/compare/v0.32.0..v0.33.0) - 2026-05-29
21
+ ### 🐛 Bug Fixes
22
+ - Clean workflow file after all tests and bug fixes.
23
+
24
+ ## [0.32.0](https://github.com/Ogekuri/PI-useReq/compare/v0.31.0..v0.32.0) - 2026-05-29
25
+ ### 🐛 Bug Fixes
26
+ - Revert workflow.
27
+
28
+ ### 🚜 Changes
29
+ - update Node.js 24.15.0 release flow [useReq] *(release-workflow)*
30
+ - update REQUIREMENTS.md and WORKFLOW.md traceability for the release runtime
31
+ - pin .github/workflows/release-npm.yml to Node.js 24.15.0 and restore npm publish auth
32
+ - align tests/release-workflow.test.ts with the pinned runtime and publish contract
33
+
34
+ ## [0.31.0](https://github.com/Ogekuri/PI-useReq/compare/v0.30.0..v0.31.0) - 2026-05-29
35
+ ### 🐛 Bug Fixes
36
+ - Try another workaround, again, and again.
37
+
38
+ ## [0.30.0](https://github.com/Ogekuri/PI-useReq/compare/v0.29.0..v0.30.0) - 2026-05-29
39
+ ### 🐛 Bug Fixes
40
+ - Revert setup-node version.
41
+
42
+ ## [0.29.0](https://github.com/Ogekuri/PI-useReq/compare/v0.28.0..v0.29.0) - 2026-05-29
43
+ ### 🐛 Bug Fixes
44
+ - Try another workaround, again, and again.
45
+
46
+ ## [0.28.0](https://github.com/Ogekuri/PI-useReq/compare/v0.27.0..v0.28.0) - 2026-05-29
47
+ ### 🐛 Bug Fixes
48
+ - Try another workaround, again, and again.
49
+
50
+ ## [0.27.0](https://github.com/Ogekuri/PI-useReq/compare/v0.26.0..v0.27.0) - 2026-05-29
51
+ ### 🐛 Bug Fixes
52
+ - Try another workaround, again, and again.
53
+
54
+ ## [0.26.0](https://github.com/Ogekuri/PI-useReq/compare/v0.25.0..v0.26.0) - 2026-05-29
55
+ ### 🐛 Bug Fixes
56
+ - Try another workaround, again.
57
+
58
+ ## [0.25.0](https://github.com/Ogekuri/PI-useReq/compare/v0.24.0..v0.25.0) - 2026-05-29
59
+ ### 🐛 Bug Fixes
60
+ - Try another workaround.
61
+
62
+ ## [0.24.0](https://github.com/Ogekuri/PI-useReq/compare/v0.23.0..v0.24.0) - 2026-05-29
63
+ ### 🐛 Bug Fixes
64
+ - Remove install -g npm@latest from workflow.
65
+
66
+ ## [0.23.0](https://github.com/Ogekuri/PI-useReq/compare/v0.22.0..v0.23.0) - 2026-05-29
67
+ ### 🐛 Bug Fixes
68
+ - Workaround actions/setup-node OIDC bug.
69
+
70
+ ## [0.22.0](https://github.com/Ogekuri/PI-useReq/compare/v0.21.0..v0.22.0) - 2026-05-29
71
+ ### 🐛 Bug Fixes
72
+ - Update workflow file.
73
+
74
+ ## [0.21.0](https://github.com/Ogekuri/PI-useReq/compare/v0.20.0..v0.21.0) - 2026-05-29
75
+ ### 🐛 Bug Fixes
76
+ - Update workflow file.
77
+
78
+ ## [0.20.0](https://github.com/Ogekuri/PI-useReq/compare/v0.19.0..v0.20.0) - 2026-05-29
79
+ ### 🐛 Bug Fixes
80
+ - Update workflow file for 2FA publish.
81
+
82
+ ## [0.19.0](https://github.com/Ogekuri/PI-useReq/compare/v0.18.0..v0.19.0) - 2026-05-29
83
+ ### 🐛 Bug Fixes
84
+ - Update version number.
85
+
86
+ ### ◀️ Revert
87
+ - Roll back branch to 6b800ba9 (6b800ba99e97ec88f7d9d10d6abe125020d3aebb).
88
+
89
+ ## [0.18.0](https://github.com/Ogekuri/PI-useReq/compare/v0.17.0..v0.18.0) - 2026-05-29
90
+ ### 🐛 Bug Fixes
91
+ - Fix workflow file.
92
+
93
+ ## [0.17.0](https://github.com/Ogekuri/PI-useReq/compare/v0.16.0..v0.17.0) - 2026-05-29
94
+ ### ⛰️ Features
95
+ - Re-add tocken.
96
+
97
+ ## [0.16.0](https://github.com/Ogekuri/PI-useReq/compare/v0.15.0..v0.16.0) - 2026-05-29
98
+ ### 🐛 Bug Fixes
99
+ - Fix workflow.
100
+
101
+ ### 🚜 Changes
102
+ - adopt trusted npm publishing [useReq] *(release-npm)*
103
+ - update release requirements for Node 24 and OIDC trusted publishing
104
+ - update workflow, package metadata, and release workflow tests
105
+ - refresh release runtime documentation
106
+
107
+ ## [0.14.0](https://github.com/Ogekuri/PI-useReq/compare/v0.13.0..v0.14.0) - 2026-05-29
108
+ ### ⛰️ Features
109
+ - add debug tool slash commands [useReq] *(debug)*
110
+ - Add DEBUG_TOOL_COMMANDS_ENABLED local config and Debug submenu row.
111
+ - Register config-gated debug-compress, debug-references,
112
+ - debug-static-check, and debug-tokens wrappers.
113
+ - Update requirements, workflow, references, and tests for traceability.
114
+ - Update .gitignore file.
115
+ - Remove REFERENCES.md.
116
+
117
+ ### 📚 Documentation
118
+ - Update REFERENCES.md document. [useReq] *(references)*
119
+
120
+ ## [0.13.0](https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0) - 2026-04-27
121
+ ### 🚜 Changes
122
+ - BREAKING CHANGE: split local and global configuration [useReq] *(config)*
123
+ - update REQUIREMENTS, WORKFLOW, and REFERENCES for the split config model
124
+ - persist tool, notification, git, and checker-command settings globally
125
+ - keep project paths, debug, and static-check enable flags locally
126
+ - rename Show configuration to Show local configuration and add Show global configuration
127
+ - refresh tests for local/global persistence and CLI static-check behavior
128
+
129
+ ## [0.12.0](https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0) - 2026-04-25
130
+ ### ⛰️ Features
131
+ - add req-reset recovery command and docs [useReq] *(req-reset)*
132
+ - Add dedicated req-reset recovery without prompt dispatch or worktree creation.
133
+ - Extend requirements, workflow, and references traceability for req-reset.
134
+ - Add extension-registration coverage for req-reset registration, success, and failure paths.
135
+
136
+ ### 🐛 Bug Fixes
137
+ - keep toggle rows open and refresh status [useReq] *(settings-menu)*
138
+ - keep inline menu toggles focused without closing menus
139
+ - refresh direct status renders from live context usage
140
+ - show Pushover credential guidance when enablement is locked
141
+
142
+ ### 🚜 Changes
143
+ - BREAKING CHANGE: reject busy req commands and finalize active runs [useReq] *(orchestration)*
144
+ - update REQUIREMENTS.md for req-reset and non-idle req-command behavior
145
+ - enforce error-state rejection for req-references and bundled req prompts
146
+ - preserve successful worktree finalization after busy-command rejection
147
+ - extend extension-registration tests and refresh WORKFLOW/REFERENCES docs
148
+ - BREAKING CHANGE: specialize direct references workflow [useReq] *(req-references)*
149
+ - remove the bundled req-references prompt template
150
+ - add direct references generation, staging, commit, and clean-repo checks
151
+ - update requirements, workflow, references, and extension tests
152
+ - add status-only REFERENCES writer [useReq] *(references)*
153
+ - update requirements for references tool registration and output contract
154
+ - implement the status-only references tool and default enablement
155
+ - add extension tests and refresh workflow plus references docs
156
+ - derive req descriptions from markdown headings [useReq] *(prompt-command)*
157
+ - update REQ-004 and TST-080 for heading-based descriptions
158
+ - remove YAML description extraction from bundled prompts
159
+ - refresh workflow and references traceability
160
+ - BREAKING CHANGE: rename references tools to summarize [useReq] *(tool-runner)*
161
+ - Update REQUIREMENTS, WORKFLOW, and REFERENCES for files-summarize and summarize.
162
+ - Rename CLI flags, tool registrations, startup-tool defaults, and debug harness examples.
163
+ - Refresh oracle, parity, registration, and archived fixture tests.
164
+ - align low context gauge colors with status field [useReq] *(extension-status)*
165
+ - update REQ-126, TST-035, and TST-096 for low-band context gauge color\n- render context icons below 90% with the status warning token\n- refresh workflow, references, and status-bar tests for traceability
166
+ - BREAKING CHANGE: stash dirty base-path around merge [useReq] *(prompt-command-runtime)*
167
+ - update requirements, workflow, and references
168
+ - add stash-assisted merge warning coverage
169
+ - decouple runtime sound from boot config [useReq] *(notifications)*
170
+ - update sound requirements and runtime docs
171
+ - keep hotkey sound changes runtime-only
172
+ - keep menu edits persisted as boot value only
173
+ - refresh references and extension tests
174
+
175
+ ## [0.11.0](https://github.com/Ogekuri/PI-useReq/compare/v0.10.0..v0.11.0) - 2026-04-24
176
+ ### 🚜 Changes
177
+ - BREAKING CHANGE: revise status bar branch gauge and debug defaults [useReq] *(extension-status)*
178
+ - update requirements for branch field, context thresholds, and debug log defaults
179
+ - remove Reset defaults right-side values across menus
180
+ - align source, tests, workflow, and references with the breaking change
181
+ - preserve worktree transcript on session restore [useReq] *(prompt-command-runtime)*
182
+ - Update REQ-208 to require client-visible transcript preservation after closure.
183
+ - Copy execution-session JSONL entries into the restored base session before merge and cleanup.
184
+ - Refresh workflow and references docs for the new prompt-finalization path.
185
+ - remove current-path from status footer [useReq] *(status-bar)*
186
+ - Trace: useReq-20260424-1530
187
+ - update requirements, workflow, and references
188
+ - stop rendering current-path in extension status output
189
+ - align harness and registration status tests
190
+
191
+ ## [0.10.0](https://github.com/Ogekuri/PI-useReq/compare/v0.7.0..v0.10.0) - 2026-04-24
192
+ ### ⛰️ Features
193
+ - Add source code from a extranal branch.
194
+
195
+ ## [0.7.0](https://github.com/Ogekuri/PI-useReq/compare/v0.6.0..v0.7.0) - 2026-04-20
196
+ ### ⛰️ Features
197
+ - Add src/resources/images/ files.
198
+
199
+ ### 🐛 Bug Fixes
200
+ - defer js-tiktoken loading for token tools [useReq] *(extension)*
201
+ - lazy-load js-tiktoken inside token counting instead of at extension import time
202
+ - return structured token-tool failures when the dependency is unavailable
203
+ - add coverage for deferred loading and dependency error handling
204
+
205
+ ### 🚜 Changes
206
+ - BREAKING CHANGE: rename menus and notify defaults [useReq] *(config-menu)*
207
+ - update requirements for tilde config-path display and guided static-check menus
208
+ - remove legacy startup-tool status and static-check raw-spec/reference actions
209
+ - add %%RESULT%% defaults for notify and Pushover templates with tests/docs refresh
210
+ - BREAKING CHANGE: move event toggles into shared submenus [useReq] *(notifications)*
211
+ - update requirements for completed/interrupted/failed event contracts
212
+ - replace direct notification toggles with shared event submenus
213
+ - rename persisted notification keys and refresh extension docs/tests
214
+ - BREAKING CHANGE: remove terminal bell notification support [useReq] *(core)*
215
+ - update requirements and workflow docs for the breaking removal
216
+ - delete terminal bell config and runtime handling
217
+ - refresh notification UI tests and references
218
+ - BREAKING CHANGE: replace status context bar and notification menus [useReq] *(config-ui)*
219
+ - update requirements for breaking status and configuration UI behavior
220
+ - switch context footer rendering to icon-based thresholds
221
+ - remove notify, beep, and pushover footer fields
222
+ - flatten Pushover settings into Notifications and add scoped submenu resets
223
+ - preserve menu focus after toggles and edits
224
+ - update configuration UI tests and debug harness assertions
225
+ - BREAKING CHANGE: unify notify beep sound and pushover [useReq] *(pi-notify)*
226
+ - update SRS for breaking notification model changes
227
+ - replace legacy terminal notification implementations with PI_NOTIFY_CMD and terminal bell routing
228
+ - add global and per-event toggles for notify, beep, sound, and pushover
229
+ - update status bar, configuration menus, workflow, references, and tests
230
+
231
+ ## [0.6.0](https://github.com/Ogekuri/PI-useReq/compare/v0.5.0..v0.6.0) - 2026-04-20
232
+ ### 🚜 Changes
233
+ - BREAKING CHANGE: optimize tool response payloads [useReq] *(core)*
234
+ - Update requirements for token-minimized tool responses.
235
+ - Move static response facts into tool registration metadata.
236
+ - Reduce runtime payload sections and remove repeated request echoes.
237
+ - Update workflow, references, and targeted tool-contract tests.
238
+
239
+ ## [0.5.0](https://github.com/Ogekuri/PI-useReq/compare/v0.4.0..v0.5.0) - 2026-04-19
240
+ ### ⛰️ Features
241
+ - add pushover completion notifications [useReq] *(notify)*
242
+ - Add Pushover configuration, status-bar, and successful prompt delivery.
243
+ - Update requirements, workflow, references, and extension tests for REQ-163..172.
244
+
245
+ ### 🐛 Bug Fixes
246
+ - Fix ignore file.
247
+ - Fix move req in pi-usereq/docs dir.
248
+ - Fix move req in pi-usereq/docs dir.
249
+
250
+ ### 🚜 Changes
251
+ - BREAKING CHANGE: revise elapsed footer and config menu path [useReq] *(status-bar)*
252
+ - update requirements for footer, context bar, and show-config ordering
253
+ - implement elapsed/footer rendering and config-path menu display
254
+ - refresh workflow/references docs and extension registration tests
255
+ - BREAKING CHANGE: remove Pylance and Ruff modules [useReq] *(static-check)*
256
+ - update requirements, workflow, and references
257
+ - simplify static-check menus to Command only
258
+ - keep Dummy debug-only and remove obsolete fixtures
259
+ - BREAKING CHANGE: simplify status bar timing and defaults [useReq] *(extension-status)*
260
+ - update requirements for the breaking status-bar contract
261
+ - remove git and tools fields and switch base to absolute path
262
+ - consolidate timing into et with active, last, and total segments
263
+ - enable all beep flags by default and refresh docs plus tests
264
+
265
+ ### ◀️ Revert
266
+ - Roll back branch to bb44b543 (bb44b543846f3d73abc82f852784ec3c4a503d54).
267
+
268
+ ## [0.4.0](https://github.com/Ogekuri/PI-useReq/compare/v0.3.0..v0.4.0) - 2026-04-19
269
+ ### 🚜 Changes
270
+ - add npm provenance metadata and release checks [useReq] *(package)*
271
+ - add canonical repository, bugs, and homepage metadata for npm provenance
272
+ - update SRS with REQ-157, REQ-158, and TST-044
273
+ - align release workflow Node setup action with release test expectations
274
+ - extend release-workflow tests for package provenance metadata
275
+
276
+ ## [0.3.0](https://github.com/Ogekuri/PI-useReq/compare/v0.2.0..v0.3.0) - 2026-04-19
277
+ ### 🐛 Bug Fixes
278
+ - Fix .github/workflows/release-npm.yml file.
279
+
280
+ ### 🚜 Changes
281
+ - BREAKING CHANGE: align extension theme tokens with cli themes [useReq] *(settings-menu)*
282
+ - update requirements for CLI-theme token semantics
283
+ - switch status overflow overlay from legacy redBright to error
284
+ - reuse shared settings-list theming with offline fallback
285
+ - extend menu and status tests for theme-token contracts
286
+
287
+ ## [0.2.0](https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0) - 2026-04-19
288
+ ### ⛰️ Features
289
+ - Add release-npm.yml file.
290
+ - add configurable prompt beep and sound hooks [useReq] *(notify)*
291
+ - extend SRS with pi-notify beep and sound requirements
292
+ - add pi-notify config, status, and agent_end handlers
293
+ - add configurable shortcut, menu controls, and sound commands
294
+ - update extension and debug harness tests for new status fields
295
+
296
+ ### 🐛 Bug Fixes
297
+ - Fix .github/workflows/release-npm.yml file.
298
+
299
+ ### 🚜 Changes
300
+ - publish pi-usereq in release workflow [useReq] *(release-npm)*
301
+ - update REQ-138 REQ-141 and add REQ-155/TST-042
302
+ - keep existing tag trigger and changelog release flow intact
303
+ - add npm setup and publish steps plus workflow assertions
304
+ - BREAKING CHANGE: derive runtime paths and restyle config menus [useReq] *(pi-usereq)*
305
+ - Update requirements for runtime-only base/git paths.
306
+ - Adopt shared settings-style menus with show-config submenu.
307
+ - Switch notify defaults to %%INSTALLATION_PATH%% and alt+s.
308
+ - Add status-bar git/base fields and CLEAR/FULL overlays.
309
+ - Refresh references and workflow documentation.
310
+ - wire npm publish workflow and requirements [useReq] *(release-npm)*
311
+ - update REQUIREMENTS.md with release workflow requirements and evidence
312
+ - implement tag-gated npm publication and GitHub Release automation
313
+ - add workflow-focused verification test and runtime model updates
314
+
315
+ ## [0.1.0](https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0) - 2026-04-19
316
+ ### ⛰️ Features
317
+ - Add src/resources/sounds/ files.
318
+ - add hook-driven status telemetry [useReq] *(extension-status)*
319
+ - extend requirements for lifecycle hook interception and status fields
320
+ - add shared extension status controller for context, elapsed, and last
321
+ - update offline replay and registration tests for the new status contract
322
+ - enforce pi.dev manifest API contract guidance [useReq] *(prompts)*
323
+ - Add DES-009, REQ-108, and TST-030.
324
+ - Require rendered pi.dev conformance blocks to treat the manifest as the authoritative API contract.
325
+ - Extend prompt-rendering verification and refresh workflow/reference docs.
326
+ - Trace-ID: REQ-108-20260418
327
+ - Update prompts.
328
+ - add req-debug wrapper and requirement traceability [useReq] *(debug-harness)*
329
+ - extend REQUIREMENTS.md with wrapper requirements for debug harness access
330
+ - add scripts/req-debug.sh for inspect, session, prompt, tool, sdk, and raw flows
331
+ - refresh WORKFLOW.md and REFERENCES.md for the new bash execution surface
332
+ - add offline harness and sdk smoke [useReq] *(debug-extension)*
333
+ - extend REQUIREMENTS.md for standalone extension debugging and parity validation
334
+ - add scripts/debug-extension.ts with recording, replay, and sdk-smoke modules
335
+ - add harness-focused tests and refresh WORKFLOW.md/REFERENCES.md
336
+ - archive expected CLI outputs [useReq] *(tests)*
337
+ - add archive-backed CLI output scenarios and verification tests
338
+ - commit expected results under tests/fixtures_attended_results
339
+ - extend requirements for normalized expected-result archives
340
+ - align invalid enable-static-check error text with archived output
341
+ - add command option parity coverage [useReq] *(cli)*
342
+ - add CLI static-check enablement merge and validation support
343
+ - route verbose command options through standalone dispatch
344
+ - fix clean-repository git-check validation behavior
345
+ - add TypeScript parity regressions and supporting test helpers
346
+ - update requirements, workflow, references, tsconfig, and eslint config
347
+ - Fix source code doxygen documentation.
348
+ - Update manifest.
349
+ - add pi.dev manifest conformance guidance [useReq] *(prompts)*
350
+ - add REQ-032..REQ-034 and TST-011 for pi.dev-aware prompts
351
+ - inject manifest-gated conformance rules during prompt rendering
352
+ - cover manifest present and absent prompt-rendering cases
353
+ - Initial commit.
354
+
355
+ ### 🐛 Bug Fixes
356
+ - route reset-context prompts via session_start [useReq] *(prompt)*
357
+ - queue reset-context prompt payloads in new-session setup instead of using the stale runtime
358
+ - consume queued prompt payloads from the replacement session_start handler exactly once
359
+ - add a runtime-replacement reproducer test and refresh workflow/reference docs
360
+ - start reset-context sessions with user delivery [useReq] *(prompt)*
361
+ - send req-* prompt content after ctx.newSession() so the new session starts a turn
362
+ - replace the reset-context reproducer to assert post-reset user delivery
363
+ - refresh workflow and references docs for the shared prompt-delivery path
364
+ - append reset prompt during session setup [useReq] *(prompt-delivery)*
365
+ - route reset-context prompt delivery through ctx.newSession setup
366
+ - add req-workflow regression coverage for reset-session prompt startup
367
+ - refresh workflow and references docs for the updated runtime path
368
+ - deliver reset prompts via sendUserMessage [useReq] *(prompt-commands)*
369
+ - restore post-reset prompt delivery through pi.sendUserMessage
370
+ - add req-create regression coverage for reset-context=true
371
+ - refresh WORKFLOW and REFERENCES for the updated call path
372
+ - inject reset prompt during new session setup [useReq] *(index)*
373
+ - move reset-context prompt delivery into ctx.newSession setup
374
+ - update prompt command regression coverage
375
+ - refresh workflow and references documentation
376
+ - send prompt after reset-session creation [useReq] *(prompt-command)*
377
+ - Add a targeted reproducer for reset-context prompt delivery.
378
+ - Deliver req-* prompts by creating the new session first.
379
+ - Send the rendered prompt through pi.sendUserMessage after reset.
380
+ - Update WORKFLOW and REFERENCES for the changed call trace.
381
+ - Fix version number to 0.0.0.
382
+
383
+ ### 🚜 Changes
384
+ - add context bar overlay thresholds [useReq] *(extension-status)*
385
+ - REQ-127/REQ-128 add claer and full! overlay states.
386
+ - TST-035/TST-036 verify empty and above-90-percent context cases.
387
+ - Update workflow and references for the new status rendering path.
388
+ - BREAKING CHANGE: remove context-reset prompt flow and status field [useReq] *(index)*
389
+ - Update SRS for branchless current-session prompt delivery.
390
+ - Remove reset-context config, menu entries, status output, and replacement-session flow.
391
+ - Align offline recording and extension-registration tests with the breaking change.
392
+ - compact pi-usereq status summary [useReq] *(status-bar)*
393
+ - REQ-009/109/110/111: switch to single-line status output
394
+ - Record active-tool count and compact context mode
395
+ - Align offline replay with reset-context prompt capture
396
+ - render colored multiline config status [useReq] *(status-bar)*
397
+ - update REQUIREMENTS.md for multi-line colored status-bar fields\n- implement explicit docs/tests/src, tools, and reset-context rendering\n- refresh workflow/references docs and extend status replay tests
398
+ - BREAKING CHANGE: rename wrapper and disable find by default [useReq] *(debug-harness)*
399
+ - Update REQUIREMENTS, WORKFLOW, and REFERENCES.
400
+ - Switch debug wrapper path to scripts/pi-usereq-debug.sh.
401
+ - Disable custom find in default startup-tool configuration.
402
+ - Refresh debug manual examples to pi-usereq/docs paths.
403
+ - Adjust targeted tests for wrapper rename and default tool state.
404
+ - default docs-dir to pi-usereq/docs [useReq] *(config)*
405
+ - update CTN-001 for the new default docs directory
406
+ - switch DEFAULT_DOCS_DIR to pi-usereq/docs
407
+ - align fixture and registration tests with the new default
408
+ - regenerate REFERENCES.md for updated symbol locations
409
+ - derive runtime paths from installation context [useReq] *(core)*
410
+ - update SRS for installation-path and execution-path derivation
411
+ - persist config under .pi-usereq and copy that directory into worktrees
412
+ - resolve prompt resources from installation-owned resources tree
413
+ - expose runtime path facts in structured tool payloads
414
+ - refresh workflow and references docs for the new path context
415
+ - remove unused bundled model metadata [useReq] *(resources)*
416
+ - update PRJ-005 and repository evidence for bundled resources
417
+ - delete unused models and vscode settings resource files
418
+ - keep runtime behavior limited to prompt, template, and guideline provisioning
419
+ - rename bundled templates path [useReq] *(resources)*
420
+ - rename src/resources/docs to src/resources/templates
421
+ - replace %%TEMPLATE_PATH%% during prompt rendering
422
+ - update requirements, workflow, references, and prompt tests
423
+ - structure tool json outputs and registrations [useReq] *(tools)*
424
+ - update general requirements for JSON-first agent-tool payloads and registrations
425
+ - implement structured utility-tool payload builders and registration metadata
426
+ - extend tests for compression and utility-tool payload and inspection coverage
427
+ - BREAKING CHANGE: refactor find tool payloads for agents [useReq] *(find)*
428
+ - update requirements for agent-oriented files-find/find payloads
429
+ - implement structured find payload builders and tool descriptions
430
+ - add focused registration and debug-harness tests
431
+ - refactor compression tool payloads for LLM JSON [useReq] *(compress)*
432
+ - update requirements, workflow, and references for the structured compression contract
433
+ - add structured compression payload generation with line, symbol, and Doxygen metadata
434
+ - keep CLI markdown compression output while tool responses and debug examples use JSON
435
+ - emit agent-oriented JSON for reference tools [useReq] *(references)*
436
+ - update requirements, workflow, and references docs for structured reference payloads
437
+ - add structured Doxygen and symbol JSON extraction for files-references and references
438
+ - refresh targeted tests and archived reference fixtures
439
+ - optimize token tool JSON payloads for agents [useReq] *(token-counter)*
440
+ - update requirements for agent-optimized files-tokens and tokens payloads
441
+ - restructure token payloads with direct-access metrics and guidance sections
442
+ - enrich tool registration metadata and add targeted extension tests
443
+ - refactor token tool JSON for agent parsing [useReq] *(token-tools)*
444
+ - REQ-010 REQ-017 REQ-069 REQ-072
445
+ - Refactor files-tokens and tokens agent-tool payloads into structured JSON.
446
+ - Add numeric summaries, canonical path fields, and guidance ordering.
447
+ - Update tool registration metadata, debug examples, and runtime docs.
448
+ - add reset-context pre-reset for req commands [useReq] *(prompt-commands)*
449
+ - update requirements, workflow, and references for reset-context
450
+ - add persisted reset-context config with default true and UI toggle
451
+ - route req-* commands through /new-equivalent session setup when enabled
452
+ - extend offline replay and tests for reset and current-session flows
453
+ - support tool --args param conversion [useReq] *(req-debug)*
454
+ - add REQ-065 and TST-021 for req-debug tool arg normalization
455
+ - convert wrapper tool --args text into debug-harness --params JSON
456
+ - add wrapper integration coverage and refresh workflow/references docs
457
+ - configure active tools for embedded pi builtins [useReq] *(index)*
458
+ - update REQUIREMENTS.md for configurable embedded active tools
459
+ - enable config defaults for read bash edit write and disable grep ls
460
+ - extend runtime and harness inventories with supported builtin tools
461
+ - cover menu and session_start behavior with targeted tests
462
+ - remove tool slash command wrappers [useReq] *(index)*
463
+ - update REQUIREMENTS.md for tool-only extension exposure\n- remove custom slash command registration for tool wrappers\n- keep agent tool registration and CLI static-check driver behavior\n- refresh workflow, references, and registration tests
464
+
465
+ ### 📚 Documentation
466
+ - Update README.md file.
467
+ - add runtime workflow model [useReq] *(core)*
468
+ - create req/docs/WORKFLOW.md from src runtime analysis
469
+ - document execution units, call traces, and communication edges
470
+ - add source reference index [useReq] *(core)*
471
+ - generate req/docs/REFERENCES.md from repository source
472
+ - capture modules, symbols, and imports for agent navigation
473
+ - Add pi.dev api documentation.
474
+
475
+
476
+ # History
477
+
478
+ - \[0.1.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
479
+ - \[0.2.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.2.0
480
+ - \[0.3.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.3.0
481
+ - \[0.4.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.4.0
482
+ - \[0.5.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.5.0
483
+ - \[0.6.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.6.0
484
+ - \[0.7.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.7.0
485
+ - \[0.10.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.10.0
486
+ - \[0.11.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.11.0
487
+ - \[0.12.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.12.0
488
+ - \[0.13.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.13.0
489
+ - \[0.14.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.14.0
490
+ - \[0.15.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.15.0
491
+ - \[0.16.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.16.0
492
+ - \[0.17.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.17.0
493
+ - \[0.18.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.18.0
494
+ - \[0.19.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.19.0
495
+ - \[0.20.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.20.0
496
+ - \[0.21.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.21.0
497
+ - \[0.22.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.22.0
498
+ - \[0.23.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.23.0
499
+ - \[0.24.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.24.0
500
+ - \[0.25.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.25.0
501
+ - \[0.26.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.26.0
502
+ - \[0.27.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.27.0
503
+ - \[0.28.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.28.0
504
+ - \[0.29.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.29.0
505
+ - \[0.30.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.30.0
506
+ - \[0.31.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.31.0
507
+ - \[0.32.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.32.0
508
+ - \[0.33.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.33.0
509
+ - \[0.34.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.34.0
510
+ - \[0.35.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.35.0
511
+ - \[0.36.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.36.0
512
+
513
+ [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
514
+ [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
515
+ [0.3.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.2.0..v0.3.0
516
+ [0.4.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.3.0..v0.4.0
517
+ [0.5.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.4.0..v0.5.0
518
+ [0.6.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.5.0..v0.6.0
519
+ [0.7.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.6.0..v0.7.0
520
+ [0.10.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.7.0..v0.10.0
521
+ [0.11.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.10.0..v0.11.0
522
+ [0.12.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.11.0..v0.12.0
523
+ [0.13.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.12.0..v0.13.0
524
+ [0.14.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.13.0..v0.14.0
525
+ [0.15.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.14.0..v0.15.0
526
+ [0.16.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.15.0..v0.16.0
527
+ [0.17.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.16.0..v0.17.0
528
+ [0.18.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.17.0..v0.18.0
529
+ [0.19.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.18.0..v0.19.0
530
+ [0.20.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.19.0..v0.20.0
531
+ [0.21.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.20.0..v0.21.0
532
+ [0.22.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.21.0..v0.22.0
533
+ [0.23.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.22.0..v0.23.0
534
+ [0.24.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.23.0..v0.24.0
535
+ [0.25.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.24.0..v0.25.0
536
+ [0.26.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.25.0..v0.26.0
537
+ [0.27.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.26.0..v0.27.0
538
+ [0.28.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.27.0..v0.28.0
539
+ [0.29.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.28.0..v0.29.0
540
+ [0.30.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.29.0..v0.30.0
541
+ [0.31.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.30.0..v0.31.0
542
+ [0.32.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.31.0..v0.32.0
543
+ [0.33.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.32.0..v0.33.0
544
+ [0.34.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.33.0..v0.34.0
545
+ [0.35.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.34.0..v0.35.0
546
+ [0.36.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.35.0..v0.36.0