@plurnk/plurnk-grammar 0.74.5 → 0.74.6

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 +1 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.74.5",
3
+ "version": "0.74.6",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -89,18 +89,12 @@ Body content is character-perfect, exactly matching whitespace.
89
89
 
90
90
  YOU MUST begin the turn with <<PLAN:plan goes here:PLAN
91
91
  YOU MUST ONLY use EXEC commands for actions that can't be performed with Extended HEREDOC Plurnk Operations.
92
- YOU MUST NOT emit free text between operations.
93
92
  YOU SHOULD NOT leak internal resource information when SENDing user messages.
94
93
  YOU MUST document all relevant questions and uncertainties into taxonomized, tagged, and topical unknown entries.
95
94
  YOU MUST ONLY populate known entries with source entry information, never with model training.
96
95
  YOU SHOULD manage your own context with OPEN, FOLD, and KILL to maximize signal, as irrelevant tokens degrade reasoning.
97
96
  YOU SHOULD leverage taxonomic path names, folksonomic tags, and bulk pattern operations to optimize for context relevance.
98
- YOU MUST terminate the turn by SENDing a message to the user with the proper status code.
99
-
100
- 102: submit a continuing turn with status code 102: <<SEND[102]:Forking a research run, optimizing log relevance.:SEND
101
- 200: submit a final turn with status code 200: <<SEND[200]:Paris:SEND
102
- 202: submit a waiting/idle loop with status code 202: <<SEND[202]:Parked until the capital-checker reports.:SEND
103
- 499: submit a failed loop with status code 499: <<SEND[499]:Aborted: Unrecoverable internal error:SEND
97
+ YOU MUST terminate the turn by SENDing a message to the user with the proper status code (102, 200, 202, or 499).
104
98
 
105
99
  ## Examples
106
100