@plurnk/plurnk-meta 1.6.0 → 1.7.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/log.md +1 -1
  2. package/package.json +1 -1
package/docs/log.md CHANGED
@@ -20,7 +20,7 @@ OPEN and FOLD change packet visibility, not history. Applying the current state
20
20
  KILL permanently erases a log row.
21
21
 
22
22
  The Budget section reports the packet ceiling, usage, percentage, and free capacity; negative
23
- free capacity adds one curation alarm. Each log row carries its own token weight. If a packet
23
+ free capacity adds one curation alarm. Each log row exposes its curation weight as `tokens`. If a packet
24
24
  exceeds the gauge, the engine records a nonterminal 413 Problem, folds eligible open rows from
25
25
  the newest turn boundary, and tags them `overflow`; it never selects older history by relevance.
26
26
  Remaining ruler debt may proceed when the request fits the hard context envelope; otherwise a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-meta",
3
- "version": "1.6.0",
3
+ "version": "1.7.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",