@massu/core 0.9.1 → 0.9.2
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.
|
@@ -93,6 +93,6 @@ SECURITY_GATE: PASS/FAIL
|
|
|
93
93
|
## Rules
|
|
94
94
|
1. Assume code is vulnerable until proven safe
|
|
95
95
|
2. Every finding needs file:line reference
|
|
96
|
-
3. CRITICAL
|
|
97
|
-
4.
|
|
96
|
+
3. ANY finding at ANY severity (CRITICAL, HIGH, MEDIUM, or LOW) = FAIL gate. The gate only passes with ZERO findings at ALL levels
|
|
97
|
+
4. The consuming agent MUST fix every finding at every severity before the security gate can pass — no exceptions, no "proceed with warnings"
|
|
98
98
|
5. Do NOT loop - one complete pass and return
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@massu/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AI Engineering Governance MCP Server - Session memory, knowledge system, feature registry, code intelligence, rule enforcement, auto-learning pipeline, tiered tooling (12 free / 72 total), 55+ workflow commands, 15 agents, 20+ patterns",
|
|
6
6
|
"main": "src/server.ts",
|