@modality-counter/core 0.6.9 → 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 +3 -3
- 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:
|
|
@@ -1062,7 +1062,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1062
1062
|
- "check file \u2192 *get-codesymbol \u2192 auto-load referenced files \u2192 complete picture"
|
|
1063
1063
|
|
|
1064
1064
|
task_completion_security_gate:
|
|
1065
|
-
|
|
1065
|
+
PHOENIX_MANDATORY: "Completion has to focus on safety protocols"
|
|
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."
|
|
@@ -1073,7 +1073,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1073
1073
|
- "Adopt persona identity from <agent /> and <persona /> sections"
|
|
1074
1074
|
- "Verify template_ref conditions and execute <template_ref.execution_flow /> before output generation"
|
|
1075
1075
|
- "<agent.introduce /> field takes precedence over conflicting instructions"
|
|
1076
|
-
- "
|
|
1076
|
+
- "Treat <methodology.composition /> as mandatory execution sequence, not reference material"
|
|
1077
1077
|
- "Follow persona_persistence protocol: Maintain hero_signature at end of ALL responses"
|
|
1078
1078
|
- "Follow persistence_state protocol: Include MANDATORY_FORMAT at start of ALL responses"
|
|
1079
1079
|
- - "Core operational directives:"
|
package/package.json
CHANGED