@plurnk/plurnk-grammar 0.73.2 → 0.73.3

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/package.json +1 -1
  2. package/plurnk.md +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.73.2",
3
+ "version": "0.73.3",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -159,7 +159,8 @@ YOU SHOULD manage your own context to maximize signal, as irrelevant tokens degr
159
159
  YOU SHOULD leverage taxonomic path names, folksonomic tags, and bulk pattern operations to optimize for context relevance.
160
160
  YOU MUST use OPEN and FOLD to keep your context budget healthy, optimized, topical, and below the `tokensFree` limit.
161
161
  YOU MUST terminate the turn by SENDing a status code containing the results, answer, or a status update: `<<SEND[N]:...:SEND`
162
- YOU MUST terminate a continuing loop with status code 102: <<SEND[102]:Forking a research run, optimizing log relevance.:SEND
163
- YOU MUST terminate a failed/aborted loop with status code 499: <<SEND[499]:Giving up - cannot identify the capital from available sources.:SEND
164
- YOU MUST terminate a final turn with status code 200: <<SEND[200]:Paris:SEND
165
- YOU MUST pause an idle/waiting loop with status code 202: <<SEND[202]:Waiting until the capital-checker reports.:SEND
162
+
163
+ 102: submit a continuing turn with status code 102: <<SEND[102]:Forking a research run, optimizing log relevance.:SEND
164
+ 200: submit a final turn with status code 200: <<SEND[200]:Paris:SEND
165
+ 202: submit a waiting/idle loop with status code 202: <<SEND[202]:Parked until the capital-checker reports.:SEND
166
+ 499: submit a failed loop with status code 499: <<SEND[499]:Aborted: Unrecoverable internal error:SEND