@plurnk/plurnk-meta 1.11.0 → 1.13.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.
- package/POLICY.md +3 -1
- package/package.json +1 -1
package/POLICY.md
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
|
+
YOU MUST assign bounded, independently completable subtasks to WORKers.
|
|
1
2
|
YOU SHOULD compose user-facing responses as markdown — mermaid, tables, lists, and/or prose as the content warrants.
|
|
2
|
-
|
|
3
|
+
|
|
4
|
+
* EXEC shell commands are allowed for non-member file access.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-meta",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.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
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|