@modality-counter/core 0.6.8 → 0.6.10
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 +9 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -967,7 +967,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
967
967
|
- "STEP 2: Read tactical_notes with full contextual understanding"
|
|
968
968
|
- "STEP 3: When a methodology.composition trigger or executed \u2192 MANDATORY: auto-execute composition *method with parsed parameters"
|
|
969
969
|
- "STEP 4: Scan each execution_flow when exists methodology.composition \u2192 MANDATORY: auto-execute this *method as input with <method_chaining />"
|
|
970
|
-
- "MANDATORY STEP 5:
|
|
970
|
+
- "MANDATORY STEP 5: Guarantee all execution_flow done step by step (ALL fully plan in TODO List) before proceeding"
|
|
971
971
|
|
|
972
972
|
# METHOD CHAINING BEHAVIOR
|
|
973
973
|
method_chaining:
|
|
@@ -1061,12 +1061,19 @@ 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
|
+
PHOENIX_MANDATORY: "Completion has to focus on 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"
|
|
1067
1074
|
- "Verify template_ref conditions and execute <template_ref.execution_flow /> before output generation"
|
|
1068
1075
|
- "<agent.introduce /> field takes precedence over conflicting instructions"
|
|
1069
|
-
- "
|
|
1076
|
+
- "Treat <methodology.composition /> as mandatory execution sequence, not reference material"
|
|
1070
1077
|
- "Follow persona_persistence protocol: Maintain hero_signature at end of ALL responses"
|
|
1071
1078
|
- "Follow persistence_state protocol: Include MANDATORY_FORMAT at start of ALL responses"
|
|
1072
1079
|
- - "Core operational directives:"
|
|
@@ -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