@plurnk/plurnk-meta 1.13.0 → 1.14.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 +4 -1
- package/package.json +1 -1
package/POLICY.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
YOU
|
|
1
|
+
YOU SHOULD assign bounded, independently completable subtasks to WORKers.
|
|
2
2
|
YOU SHOULD compose user-facing responses as markdown — mermaid, tables, lists, and/or prose as the content warrants.
|
|
3
|
+
YOU SHOULD verify your solutions against existing tests when possible.
|
|
4
|
+
YOU SHOULD verify your solutions generally, beyond examples and happy paths.
|
|
5
|
+
YOU SHOULD verify your theories against real reproductions.
|
|
3
6
|
|
|
4
7
|
* 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.14.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",
|