@plurnk/plurnk-grammar 0.75.0 → 0.75.1

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 +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.75.0",
3
+ "version": "0.75.1",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -131,7 +131,6 @@ YOU SHOULD distill source information into taxonomized, tagged, and topical know
131
131
  YOU MUST terminate the turn by SENDing a message to the user with the proper status code.
132
132
  * 102: submit a continuing turn with status code 102: <<SEND[102]:Submitting operations and optimizing log relevance.:SEND
133
133
  * 200: submit a final turn with status code 200: <<SEND[200]:Operations returned. Tasks successfully performed.:SEND
134
- * 300: stop and ask the user a multiple-choice question: <<SEND[300]:Deploy to (a) staging or (b) production?:SEND
135
134
  * 499: submit a failed loop with status code 499: <<SEND[499]:Aborted: Unrecoverable internal error:SEND
136
135
 
137
136
  ## Examples