@plurnk/plurnk-meta 1.3.2 → 1.3.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.
package/.env.defaults CHANGED
@@ -13,3 +13,7 @@
13
13
  # telemetry note, never a crash). Use 1 (a value naming no real package) for
14
14
  # "on, zero third-party". Example: =acme-execs-cobol,@firewolf/firepad
15
15
  PLURNK_PLUGINS_TRUSTED_ONLY=0
16
+
17
+ # Whole-product orientation deadline in seconds. This includes exhaustive semantic
18
+ # preparation of the admitted repository forest before the model is called.
19
+ PLURNK_ACCEPTANCE_TIMEOUT=3600
package/CORPUS.md CHANGED
@@ -10,7 +10,7 @@ The plurnk teaching corpus. Markdown consumed by [plurnk-service](https://github
10
10
 
11
11
  ## The teaching split
12
12
 
13
- **Grammar teaches the language; docs teaches the world.** [plurnk-grammar](https://github.com/plurnk/plurnk-grammar)'s `plurnk.md` owns op syntax and the DSL (GBNF-coupled, moves with the grammar). This package owns scheme behavior, delegation workflow, disposition, and standing rules — the corpus tuned against live model behavior (steer wording, weak-model teaching, pressure habits).
13
+ **Grammar teaches the language; docs teach the world.** [plurnk-grammar](https://github.com/plurnk/plurnk-grammar)'s ANTLR grammar and `plurnk.md` own op syntax and the model-facing language. This package owns scheme behavior, delegation workflow, disposition, and standing rules — the corpus tuned against live model behavior (steer wording, weak-model teaching, pressure habits).
14
14
 
15
15
  ## Contract
16
16
 
@@ -23,4 +23,3 @@ plurnk-service resolves these files from this package (`Paths`), pins the versio
23
23
  **The requiem acceptance gate.** Teaching changes ship against BEFORE/AFTER corpus deltas (reasoning-token + requiem-recurrence), never hunches. Triage separates legibility debt from load-bearing discipline pain: the FOLD/KILL burden, the compression, and the dialect count are the PRODUCT (the model curating its own context) — never sanded off because models complain. A re-probe against >=0.76.5 is owed (grammar lane).
24
24
 
25
25
  **Example doctrine (Arecibo teaching).** Concrete over placeholder — a live model spawned a worker literally named 'name' from a (worker://name) table cell within a day of shipping; placeholders in reserved-bracket forms are doubly banned. Bare-gesture register per section — op-teaching lines carry the gesture, the mechanism stays the engine's; match the surrounding register. Distribution is load-bearing — clustered examples teach false couplings; rebalance coverage, never add runtime prose. TIME is a distribution axis — dynamics teach as protocol-accurate worked multi-turn traces (the Delegation breath), never prose essays; an inaccurate trace (same-turn READ+200) models the wrong protocol.
26
-
package/DOGFOOD.md CHANGED
@@ -1,6 +1,29 @@
1
- # Whole-product dogfood gate
1
+ # Metaproject agentic-readiness gate
2
2
 
3
- This is the release-defining acceptance gate for PLURNK as a daily-driver agent system. It tests the assembled product through the outside client; it does not replace package installation, deterministic integration, live-model, or benchmark gates.
3
+ This is an opt-in milestone qualification for using PLURNK to develop the complete
4
+ PLURNK metaproject. It is intentionally expensive: a fresh run semantically
5
+ prepares the complete repository forest before asking a floor model to orient
6
+ itself through the outside client. Run it when the focused package, integration,
7
+ demo, live-model, and modest-candidate paths are already healthy—not as a routine
8
+ debugging loop or ordinary release gate.
9
+
10
+ Invoke it with:
11
+
12
+ ```sh
13
+ npm run readiness:metaproject -- --model <alias> --requiem --preserve
14
+ ```
15
+
16
+ This gate does not replace the evidence ladder that qualifies it:
17
+
18
+ 1. Deterministic package and integration coverage proves owned contracts.
19
+ 2. An assembled modest-repository candidate smoke proves the production client
20
+ and daemon can work together.
21
+ 3. Focused `live/demo` stories are toy tasks that establish the system is sane
22
+ enough to test seriously.
23
+ 4. The separate bench lane runs real third-party agentic benchmarks and preserves
24
+ their digest, reasoning, and requiem evidence.
25
+ 5. Only after those layers are healthy does this full-forest run ask whether
26
+ PLURNK is ready to develop PLURNK itself.
4
27
 
5
28
  The gate belongs to `plurnk-meta` because it crosses family ownership: canonical service installation, optional-provider assembly, the outside client, project membership, AG-UI, proposal review, model routing, persistence, and forensic digestion.
6
29
 
@@ -12,6 +12,7 @@
12
12
  - Your commits add yourself, `Plurnk <plurnk@pm.me>` to the trailer. Branch freely, then merge if solo and PR if in a team.
13
13
  - **Knowledgebase:** Curate a taxonomized, tagged, and topical worker:/// mind map of everything known about the project.
14
14
  - **Plan:** Write a markdown checklist `- [x] Step 1\n- [ ] Step 2\n` in PLAN to list your prerogatives and priorities.
15
+ - **MODE:** Your continuing turn's ops follow the MODE Pattern: Mutate state, Observe the result, Do actions, End the turn.
15
16
  - **Project:** Maintain a worker://~/project.md of project conventions, patterns, practices, and preferences.
16
17
  - **Log:** Distill everything that's not relevant to your current concern and pack it where you can find it later.
17
18
  - **Context:** Your Active Context is your workbench. FOLD, KILL, and distill to the knowledgebase to keep it relevant.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-meta",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
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, requirements, scheme docs), and the home for family tooling.",
5
5
  "license": "MIT",
6
6
  "type": "module",