@plurnk/plurnk-grammar 0.76.3 → 0.76.4

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.76.3",
3
+ "version": "0.76.4",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -25,13 +25,13 @@ The `(path)` is required for every operation except PLAN, EXEC, and SEND.
25
25
  | OP | `[signal]` | `(path)` | `<scope>` | :body: | OP |
26
26
  |------|---------------|-------------|-------------------|--------------------|------|
27
27
  | PLAN | - | - | - | :plan, free text: | PLAN |
28
- | FIND | [filter tags] | (path) | <result,result> | :pattern: | FIND |
29
- | READ | [filter tags] | (path) | <line,line> | :pattern: | READ |
28
+ | FIND | [tags] | (path) | <result,result> | :pattern: | FIND |
29
+ | READ | [tags] | (path) | <line,line> | :pattern: | READ |
30
30
  | EDIT | [tags] | (path) | <line,line> | :literal text: | EDIT |
31
- | COPY | [apply tags] | (path) | <line,line> | :destination path: | COPY |
32
- | MOVE | [apply tags] | (path) | <line,line> | :destination path: | MOVE |
33
- | OPEN | [filter tags] | (log path) | <result,result> | :pattern: | OPEN |
34
- | FOLD | [filter tags] | (log path) | <result,result> | :pattern: | FOLD |
31
+ | COPY | [tags] | (path) | <line,line> | :destination path: | COPY |
32
+ | MOVE | [tags] | (path) | <line,line> | :destination path: | MOVE |
33
+ | OPEN | [tags] | (log path) | <result,result> | :pattern: | OPEN |
34
+ | FOLD | [tags] | (log path) | <result,result> | :pattern: | FOLD |
35
35
  | EXEC | [executor] | (path) | <timeout, poll> | :code: | EXEC |
36
36
  | KILL | [signal] | (path) | - | :: | KILL |
37
37
  | SEND | [submit code] | (recipient) | <timeout, poll> | :message: | SEND |