pumuki 6.3.377 → 6.3.378
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/README.md +1 -0
- package/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -429,6 +429,7 @@ Screenshots from the consumer menu:
|
|
|
429
429
|
| Consumer menu | Blocked pre-flight | Final summary |
|
|
430
430
|
|---|---|---|
|
|
431
431
|
|  |  |  |
|
|
432
|
+
|  |  |  |
|
|
432
433
|
|
|
433
434
|
Notification channels include terminal output, stderr mirrors for relevant blocking events and optional system notifications. Blocking messages are expected to explain:
|
|
434
435
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.3.
|
|
1
|
+
6.3.378
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.378",
|
|
4
4
|
"description": "Enterprise governance framework for AI-assisted software delivery with Git hooks, SDD/OpenSpec, AST intelligence, evidence, MCP and multi-platform rule enforcement.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|