@plurnk/plurnk-grammar 0.73.7 → 0.73.8

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.73.7",
3
+ "version": "0.73.8",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -155,11 +155,3 @@ YOU MUST terminate the turn by SENDing a status code containing the results, ans
155
155
  <<EDIT[tutorial,training,scripts](example.sh):#!/usr/bin/env sh
156
156
  echo "Taxonomic path names and folksonomic tags on entries improve reasoning and recall!" > advice.txt
157
157
  :EDIT
158
-
159
- <<EXEC[sh]:
160
- chmod +x ./example.sh
161
- ./example.sh
162
- :EXEC
163
-
164
- <<EXEC[sqlite]:SELECT 22.0 / 7.0;:EXEC
165
- <<EXEC[node]:console.log(new Date(Date.now() + 14 * 86_400_000).toISOString().slice(0, 10)):EXEC