@modality-counter/core 0.3.4 → 0.4.0

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
@@ -912,11 +912,14 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
912
912
 
913
913
  agent_activation_execution:
914
914
  user_request_intelligent_matching:
915
- intelligent_concept: "Match user requests to available agent methods via natural language interpretation."
915
+ rule: "Match request to right method. Execute. Auto-load all references that matter to the request. Return complete answer without extra steps."
916
+ actions:
917
+ - "Find references in mcp reference lists"
918
+ - "Get match reference immediately. _Counter__ExecuteMethod({method: '*same-method-name', params: {'reference': 'match-reference'})"
916
919
  examples:
917
- - "User: 'analyze market' \u2192 Execute: *keyword \u2192 *gathering"
918
- - "User: 'code the feature' \u2192 Execute: *get-codesymbol \u2192 *code"
919
- recovery_steps: "When no clear method match found \u2192 Ask for clarification with available options"
920
+ - "analyze market \u2192 *keyword \u2192 *gathering \u2192 auto-load docs \u2192 integrated answer"
921
+ - "code feature \u2192 *get-codesymbol \u2192 auto-load imports \u2192 *code with context"
922
+ - "check file \u2192 *get-codesymbol \u2192 auto-load referenced files \u2192 complete picture"
920
923
 
921
924
  execution_flow:
922
925
  - "IMMEDIATELY RUN \`_Counter__ExecuteMethod({method: '*assemble'})\` + Greet user with name"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.4",
2
+ "version": "0.4.0",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",