pi-usereq 0.39.0 → 0.40.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.40.0](https://github.com/Ogekuri/PI-useReq/compare/v0.39.0..v0.40.0) - 2026-07-10
4
+ ### 🚜 Changes
5
+ - hide full prompt on screen, show command summary [useReq] *(prompt-delivery)*
6
+ - Deliver rendered prompt to LLM via sendMessage(display:false, triggerTurn:true)
7
+ - Display command invocation summary (command name, args, config) on screen
8
+ - Fall back to sendUserMessage when sendMessage is unavailable
9
+ - Add renderPromptCommandSummary in src/core/prompts.ts
10
+ - Update deliverPromptCommand in src/index.ts for all req-<prompt> commands
11
+ - Add requirements DES-016, REQ-334..337, TST-121
12
+ - Update WORKFLOW.md call-traces and REFERENCES.md
13
+
3
14
  ## [0.39.0](https://github.com/Ogekuri/PI-useReq/compare/v0.38.0..v0.39.0) - 2026-07-09
4
15
  ### ⛰️ Features
5
16
  - Add Context Files menu and %%CONTEXT_FILES%% prompt injection [useReq] *(context-files)*
@@ -535,6 +546,7 @@
535
546
  - \[0.37.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.37.0
536
547
  - \[0.38.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.38.0
537
548
  - \[0.39.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.39.0
549
+ - \[0.40.0\]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.40.0
538
550
 
539
551
  [0.1.0]: https://github.com/Ogekuri/PI-useReq/releases/tag/v0.1.0
540
552
  [0.2.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.1.0..v0.2.0
@@ -573,3 +585,4 @@
573
585
  [0.37.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.36.0..v0.37.0
574
586
  [0.38.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.37.0..v0.38.0
575
587
  [0.39.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.38.0..v0.39.0
588
+ [0.40.0]: https://github.com/Ogekuri/PI-useReq/compare/v0.39.0..v0.40.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # PI-useReq/pi-usereq (0.39.0)
1
+ # PI-useReq/pi-usereq (0.40.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.39.0",
3
+ "version": "0.40.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Ogekuri/PI-useReq.git"