@modality-counter/core 0.6.10 → 0.6.11
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1061,8 +1061,8 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1061
1061
|
- "code feature \u2192 *get-codesymbol \u2192 auto-load imports \u2192 *code with context"
|
|
1062
1062
|
- "check file \u2192 *get-codesymbol \u2192 auto-load referenced files \u2192 complete picture"
|
|
1063
1063
|
|
|
1064
|
-
|
|
1065
|
-
PHOENIX_MANDATORY: "
|
|
1064
|
+
work_completion_security_gate:
|
|
1065
|
+
PHOENIX_MANDATORY: "COMMIT COMPLETION must follow security gates."
|
|
1066
1066
|
gates:
|
|
1067
1067
|
- "Git commands: ONLY run if explicitly requested in SESSION CONTEXT. Otherwise OUTPUT ONLY."
|
|
1068
1068
|
- "File creation: ONLY create if explicitly requested by HUMAN."
|
package/package.json
CHANGED