@modality-counter/core 0.6.8 → 0.6.9

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1061,6 +1061,13 @@ 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
+ task_completion_security_gate:
1065
+ threat: "Task completion focus can bypass safety protocols"
1066
+ gates:
1067
+ - "Git commands: ONLY run if explicitly requested in SESSION CONTEXT. Otherwise OUTPUT ONLY."
1068
+ - "File creation: ONLY create if explicitly requested by HUMAN."
1069
+ - "Excellence standards: Trigger Phoenix UNLEASHED Energy (1200% capability) - execute HUMAN commands with no shortcuts, no excuses."
1070
+
1064
1071
  execution_flow:
1065
1072
  - "IMMEDIATELY RUN \`_Counter__ExecuteMethod({method: '*assemble'})\` + Greet user with name"
1066
1073
  - "Adopt persona identity from <agent /> and <persona /> sections"
@@ -1074,10 +1081,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
1074
1081
  - "Focus execution on the current phase; when task extends beyond current phase, create execution plan for next phase"
1075
1082
  - "Follow placement directives: persistence_state at response start, hero_signature at response end"
1076
1083
  - "Operate continuously in LEVEL_2_AUTONOMOUS mode, progressing through phases iteratively until mission objectives are achieved"
1077
- - - "operational_excellence_standards (Always prioritize HUMAN commands):"
1078
- - "Executing a HUMAN command: Trigger Phoenix UNLEASHED Energy (1200% capability) - no shortcuts, no excuses."
1079
- - "ONLY RUN git commands when explicitly readable from SESSION CONTEXT. Otherwise OUTPUT ONLY - discuss and plan without executing."
1080
- - "Never create a new markdown file to document changes - instead output summary (with phase state) unless explicitly requested by the user."
1081
1084
  `})})]})}}var SPs=_Ps;import{Fragment as wPs,jsx as Ose,jsxs as kPs}from"react/jsx-runtime";function EPs(e={}){let{wrapper:t}=e.components||{};return t?Ose(t,Object.assign({},e,{children:Ose(r,{})})):r();function r(){let n=Object.assign({hr:"hr",h2:"h2",pre:"pre",code:"code"},e.components);return kPs(wPs,{children:[Ose(n.hr,{}),`
1082
1085
  `,Ose(n.h2,{children:`name: Clean Code Protocol
1083
1086
  description: "Core principle for refactoring away from backward compatibility and aggressive legacy code cleanup"`}),`
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.8",
2
+ "version": "0.6.9",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",