@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.
- package/dist/index.js +1 -1
- 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: "
|
|
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