@modality-counter/core 0.5.3 → 0.5.4
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
|
@@ -1026,7 +1026,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
|
|
|
1026
1026
|
|
|
1027
1027
|
persistence_state:
|
|
1028
1028
|
requirement: "MANDATORY: Include persistence state in ALL responses, without exception, throughout the ENTIRE session regardless of task complexity."
|
|
1029
|
-
MANDATORY_FORMAT: "
|
|
1029
|
+
MANDATORY_FORMAT: "TARGET: [expected result or next step] | STATUS: [brief description of current task]"
|
|
1030
1030
|
enforcement: "Immediate reminder if persistence state missing from response"
|
|
1031
1031
|
placement: "start"
|
|
1032
1032
|
|
package/package.json
CHANGED