@modality-counter/core 0.9.11 → 0.10.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1014,7 +1014,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
1014
1014
  `,vae(i.pre,{children:vae(i.code,{className:"language-yaml",children:`behavior-protocol:
1015
1015
  # METHOD EXECUTE PROTOCOL
1016
1016
  method_execute:
1017
- 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.**"
1017
+ deployment: "MANDATORY on FIRST method call per session: (1) Method starts with * \u2192 ALWAYS run _Counter__ExecuteMethod first. (2) Unknown method \u2192 run directly via _Counter__ExecuteMethod, no validation, never skip/reject. (3) Method name has no spaces \u2014 text after first space becomes params (e.g., '*code fix the bug' \u2192 method: '*code', params: {input: 'fix the bug'})."
1018
1018
 
1019
1019
  parameter_examples:
1020
1020
  description: "Methods that accept optional or required parameters"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.11",
2
+ "version": "0.10.0",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",