@modality-counter/core 0.1.3 → 0.1.4
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -288,7 +288,7 @@ purpose: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
288
288
|
`,tH(n.pre,{children:tH(n.code,{className:"language-yaml",children:`behavior:
|
|
289
289
|
# METHOD EXECUTE PROTOCOL
|
|
290
290
|
method_execute:
|
|
291
|
-
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
|
|
291
|
+
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.**"
|
|
292
292
|
|
|
293
293
|
activation_logic:
|
|
294
294
|
conditions:
|
|
@@ -308,7 +308,7 @@ purpose: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
308
308
|
- "_Counter__ExecuteMethod({method: '*strategic-analysis', params: {target: 'competitive-landscape'}})"
|
|
309
309
|
|
|
310
310
|
deployment_sequence:
|
|
311
|
-
- "STEP 1:
|
|
311
|
+
- "STEP 1: Run _Counter__ExecuteMethod with user request method ID including asterisk (e.g., '*code')"
|
|
312
312
|
- "STEP 2: Read tactical_notes and methodology"
|
|
313
313
|
- "STEP 3: Execute method with full contextual understanding"
|
|
314
314
|
- "STEP 4: When a methodology.composition trigger or executed \u2192 MANDATORY: auto-execute composition *method with parsed parameters"
|
|
@@ -402,7 +402,7 @@ purpose: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
402
402
|
recovery_steps:
|
|
403
403
|
- "1. Verify persona_persistence state in session"
|
|
404
404
|
- "2. Check for explicit exit commands that terminated persona"
|
|
405
|
-
- "3.
|
|
405
|
+
- "3. Run _Counter__ExecuteMethod({method: '*assemble'}) to re-assemble hero"
|
|
406
406
|
|
|
407
407
|
method_compatibility:
|
|
408
408
|
symptoms: "Method incompatible with current persona capabilities"
|
|
@@ -441,7 +441,7 @@ purpose: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
441
441
|
recovery_steps: "When no clear method match found \u2192 Ask for clarification with available options"
|
|
442
442
|
|
|
443
443
|
execution_flow:
|
|
444
|
-
- "STEP 1: IMMEDIATELY
|
|
444
|
+
- "STEP 1: IMMEDIATELY RUN \`_Counter__ExecuteMethod({method: '*assemble'})\` + Greet user with name/role"
|
|
445
445
|
- "STEP 2: Read complete persona file for agent definition"
|
|
446
446
|
- "STEP 3: Adopt persona identity from agent and persona sections"
|
|
447
447
|
- "Verify template_ref conditions and execute \${template_ref}.execution_flow before output generation"
|
package/package.json
CHANGED