pi-usereq 0.38.0 → 0.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.39.0](https://github.com/Ogekuri/PI-useReq/compare/v0.38.0..v0.39.0) - 2026-07-09
4
+ ### ⛰️ Features
5
+ - Add Context Files menu and %%CONTEXT_FILES%% prompt injection [useReq] *(context-files)*
6
+ - Add top-level `Context Files` menu between `Unit tests directory` and `Auto git commit` with per-file toggles for REQUIREMENTS.md, REFERENCES.md, WORKFLOW.md
7
+ - Persist context-files-requirements/references/workflow boolean flags in local config, defaulting enabled
8
+ - Replace %%CONTEXT_FILES%% with per-file markdown sections (file-name heading, pre-substituted HTML file reference, four-backtick fences) in documented order
9
+ - Update REQ-190/191 ordering, add REQ-326..333/TST-117..120, and refresh WORKFLOW/REFERENCES
10
+ - Update prompts.
11
+
12
+ ### 🚜 Changes
13
+ - Align stale tests with Context Files menu and verbatim injection [useReq] *(tests)*
14
+ - Add Context Files to expected top-level menu list in extension-registration test
15
+ - Disable context-file injection in prompt-rendering placeholder/read-only tests so template-body assertions hold per REQ-332
16
+ - Refine TST-060 to exclude the verbatim %%CONTEXT_FILES%% block from placeholder-absence assertions
17
+
3
18
  ## [0.38.0](https://github.com/Ogekuri/PI-useReq/compare/v0.37.0..v0.38.0) - 2026-07-09
4
19
  ### ⛰️ Features
5
20
  - Add Google_TypeScript_Style_Guide.md and RFC2119.md.
@@ -519,6 +534,7 @@
519
534
  - \[0.36.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.36.0
520
535
  - \[0.37.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.37.0
521
536
  - \[0.38.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.38.0
537
+ - \[0.39.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.39.0
522
538
 
523
539
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
524
540
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -556,3 +572,4 @@
556
572
  [0.36.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.35.0..v0.36.0
557
573
  [0.37.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0
558
574
  [0.38.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.37.0..v0.38.0
575
+ [0.39.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.38.0..v0.39.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.38.0)
1
+ # PI-useReq/pi-usereq (0.39.0)
2
2
 
3
3
  <p align="center">
4
4
  <img src="https://img.shields.io/badge/python-3.11%2B-3776AB?style=flat-square&logo=python&logoColor=white" alt="Python 3.11+">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-usereq",
3
- "version": "0.38.0",
3
+ "version": "0.39.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"