@plurnk/plurnk-meta 1.17.0 → 1.18.0

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/docs/worker.md +3 -3
  2. package/package.json +7 -1
package/docs/worker.md CHANGED
@@ -65,7 +65,7 @@ diverges. Embedded addresses are preserved verbatim. Both share the workspace.
65
65
  Omit the address to allocate a short worker name, reported in the receipt;
66
66
  explicit names cannot replace an existing worker, even after it finishes.
67
67
  A path outside the `worker://` scheme is the child's prompt resource, as for
68
- BARE: ````` ````WORK (specs/feature.md) ````` reads the file whole as the task,
68
+ BARE: `WORK (specs/feature.md)` reads the file whole as the task,
69
69
  an inline body follows it after a blank line, and the child is auto-named.
70
70
  Use SEND to give an existing worker a follow-up task.
71
71
 
@@ -132,10 +132,10 @@ a nonempty all-failed inventory concludes unsuccessfully.
132
132
 
133
133
  Each child task's conclusion reaches its parent automatically as a log `SEND` from
134
134
  `worker://capital-checker`, waking a waiting parent. Success includes the body;
135
- failure preserves its status and Problem. ````` ````READ (worker://capital-checker) `````
135
+ failure preserves its status and Problem. `READ (worker://capital-checker)`
136
136
  collects the same result explicitly. While the child is running it returns
137
137
  `425`; the inventory still chooses whether to continue or wait.
138
138
  A result does not imply that every task in that worker has finished.
139
139
 
140
- ````` ````KILL (worker://<name>) ````` cancels that worker and its descendants, including
140
+ `KILL (worker://<name>)` cancels that worker and its descendants, including
141
141
  queued work and unread messages. History remains readable; a later SEND can start new work.
package/package.json CHANGED
@@ -1,7 +1,13 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-meta",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "The plurnk metaproject layer, published: plugin-membership primitives (the ONE trust rule, scope-agnostic symlink-aware enumeration, deployment-root resolution), the project teaching corpus (personality, Recap, scheme docs), and the home for family tooling.",
5
+ "keywords": [
6
+ "plurnk",
7
+ "agent-skills",
8
+ "skill",
9
+ "documentation"
10
+ ],
5
11
  "license": "MIT",
6
12
  "type": "module",
7
13
  "engines": {