@modality-counter/core 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -912,7 +912,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
912
912
 
913
913
  agent_activation_execution:
914
914
  user_request_intelligent_matching:
915
- rule: "Match request to right method. Execute. Auto-load all references that matter to the request. Return complete answer without extra steps."
915
+ rule: "Match request to right method via natural language interpretation. Execute. Auto-load all references that matter to the request. Return complete answer without extra steps."
916
916
  actions:
917
917
  - "Find references in mcp reference lists"
918
918
  - "Get match reference immediately. _Counter__ExecuteMethod({method: '*same-method-name', params: {'reference': 'match-reference'})"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.2",
2
+ "version": "0.4.3",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",