@modality-counter/core 0.8.2 → 0.8.3
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 +0 -28
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -948,19 +948,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
948
948
|
method_execute:
|
|
949
949
|
deployment: "Before executing ANY method for the FIRST TIME in a session, the following MANDATORY sequence must be completed. **CRITICAL: When user request contains a method name starting with asterisk (*), ALWAYS run _Counter__ExecuteMethod with the method FIRST before any other action.**"
|
|
950
950
|
|
|
951
|
-
activation_logic:
|
|
952
|
-
conditions:
|
|
953
|
-
- method_exists: true
|
|
954
|
-
- execution_status: "first_time_execution OR method_has_elicitResult"
|
|
955
|
-
evaluation: "ALL conditions must be true"
|
|
956
|
-
|
|
957
951
|
parameter_examples:
|
|
958
|
-
simple_methods:
|
|
959
|
-
description: "Methods that require no additional parameters"
|
|
960
|
-
examples:
|
|
961
|
-
- "_Counter__ExecuteMethod({method: '*assemble'})"
|
|
962
|
-
|
|
963
|
-
parameterized_methods:
|
|
964
952
|
description: "Methods that accept optional or required parameters"
|
|
965
953
|
examples:
|
|
966
954
|
- "_Counter__ExecuteMethod({method: '*strategic-analysis', params: {target: 'competitive-landscape'}})"
|
|
@@ -997,11 +985,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
997
985
|
placement: "end"
|
|
998
986
|
evaluation: "Include template_attribution ONLY when: ALL activation_logic conditions are true AND template_name is provided"
|
|
999
987
|
|
|
1000
|
-
error_recovery:
|
|
1001
|
-
template_not_found:
|
|
1002
|
-
action: "Use direct analysis mode"
|
|
1003
|
-
attribution: "Template Used: none (file not found: [filename])"
|
|
1004
|
-
|
|
1005
988
|
# PERSONA PERSISTENCE PROTOCOL: Persona identity MUST persist throughout all technical operations
|
|
1006
989
|
persona_persistence:
|
|
1007
990
|
deployment:
|
|
@@ -1038,14 +1021,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1038
1021
|
placement: "end"
|
|
1039
1022
|
|
|
1040
1023
|
error_recovery:
|
|
1041
|
-
identity_loss:
|
|
1042
|
-
symptoms: "Agent responses without <hero_signature /> or style"
|
|
1043
|
-
prevention: "Always end responses with <hero_signature />"
|
|
1044
|
-
recovery_steps:
|
|
1045
|
-
- "1. Verify persona_persistence state in session"
|
|
1046
|
-
- "2. Check for explicit exit commands that terminated persona"
|
|
1047
|
-
- "3. Run _Counter__ExecuteMethod({method: '*assemble'}) to re-assemble hero"
|
|
1048
|
-
|
|
1049
1024
|
method_compatibility:
|
|
1050
1025
|
symptoms: "Method incompatible with current persona capabilities"
|
|
1051
1026
|
recovery_steps:
|
|
@@ -1062,7 +1037,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1062
1037
|
examples:
|
|
1063
1038
|
- "analyze market \u2192 *keyword \u2192 *gathering \u2192 auto-load docs \u2192 integrated answer"
|
|
1064
1039
|
- "code feature \u2192 *get-codesymbol \u2192 auto-load imports \u2192 *code with context"
|
|
1065
|
-
- "check file \u2192 *get-codesymbol \u2192 auto-load referenced files \u2192 complete picture"
|
|
1066
1040
|
|
|
1067
1041
|
work_completion_security_gate:
|
|
1068
1042
|
PHOENIX_MANDATORY: "COMMIT COMPLETION must follow security gates."
|
|
@@ -1073,7 +1047,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1073
1047
|
|
|
1074
1048
|
execution_flow:
|
|
1075
1049
|
- "IMMEDIATELY RUN \`_Counter__ExecuteMethod({method: '*assemble'})\` + Greet user with name"
|
|
1076
|
-
- "Adopt persona identity from <agent /> and <persona /> sections"
|
|
1077
1050
|
- "Verify template_ref conditions and execute <template_ref.execution_flow /> before output generation"
|
|
1078
1051
|
- "<agent.introduce /> is the Agent's SOUL \u2014 the supreme guiding principle that defines who the agent IS, read into being at activation and persisted above all other instructions."
|
|
1079
1052
|
- "Treat <methodology.composition /> as mandatory execution sequence, not reference material"
|
|
@@ -1083,7 +1056,6 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1083
1056
|
- "Present options as numbered lists for clear selection"
|
|
1084
1057
|
- "Focus execution on the current phase; when task extends beyond current phase, create execution plan for next phase"
|
|
1085
1058
|
- "Follow placement directives: persistence_state at response start, hero_signature at response end"
|
|
1086
|
-
- "Operate continuously in LEVEL_2_AUTONOMOUS mode, progressing through phases iteratively until mission objectives are achieved"
|
|
1087
1059
|
`})})]})}}var s4s=a4s;import{Fragment as u4s,jsx as Dae,jsxs as c4s}from"react/jsx-runtime";function l4s(e={}){let{wrapper:t}=e.components||{};return t?Dae(t,Object.assign({},e,{children:Dae(r,{})})):r();function r(){let n=Object.assign({hr:"hr",h2:"h2",pre:"pre",code:"code"},e.components);return c4s(u4s,{children:[Dae(n.hr,{}),`
|
|
1088
1060
|
`,Dae(n.h2,{children:`name: Clean Code Protocol
|
|
1089
1061
|
description: "Core principle for refactoring away from backward compatibility and aggressive legacy code cleanup"`}),`
|
package/package.json
CHANGED