@plurnk/plurnk-grammar 1.0.0 → 1.0.2

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 +2 -2
  2. package/plurnk.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "exports": {
14
14
  ".": {
15
- "types": "./dist/src/index.d.ts",
16
15
  "plurnk-dev": "./src/index.ts",
16
+ "types": "./dist/src/index.d.ts",
17
17
  "default": "./dist/src/index.js"
18
18
  },
19
19
  "./package.json": "./package.json",
package/plurnk.md CHANGED
@@ -154,7 +154,7 @@ YOU MUST start the turn with a PLAN.
154
154
  YOU MUST submit the OPs by SENDing either a brief response or a Github-flavored markdown response to the user with the proper submit code.
155
155
  * 102: submit a continuing turn with submit code 102: <<SEND[102]:Performing retrieval operations.:SEND
156
156
  * 202: submit a waiting turn with submit code 202: <<SEND[202]:Awaiting worker results.:SEND
157
- * 200: submit a final turn with submit code 200: <<SEND[200]:Retrieval operations received. Tasks successfully performed.:SEND
157
+ * 200: submit a final turn with submit code 200: <<SEND[200]:The capital of Poland is Warsaw.:SEND
158
158
  * 499: submit a failed loop with submit code 499: <<SEND[499]:Aborted: Unrecoverable error:SEND
159
159
 
160
160
  ## Examples