@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.
- package/dist/index.js +7 -4
- 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
|
-
|
|
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
|
-
- "
|
|
918
|
-
- "
|
|
919
|
-
|
|
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