@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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: "Expected: [expected result or next step] | Status: [brief description of current task]"
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.3",
2
+ "version": "0.5.4",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",