instar 1.3.868 → 1.3.869

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "instar",
3
- "version": "1.3.868",
3
+ "version": "1.3.869",
4
4
  "description": "Coherence infrastructure for self-evolving AI agents — on the Claude Code or Codex subscription you already have.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "./builtin-manifest.schema.json",
3
3
  "schemaVersion": 1,
4
- "generatedAt": "2026-07-18T07:34:42.051Z",
5
- "instarVersion": "1.3.868",
4
+ "generatedAt": "2026-07-18T08:42:34.064Z",
5
+ "instarVersion": "1.3.869",
6
6
  "entryCount": 202,
7
7
  "entries": {
8
8
  "hook:session-start": {
@@ -0,0 +1,36 @@
1
+ # Upgrade Guide — vNEXT
2
+
3
+ <!-- assembled-by: assemble-next-md -->
4
+ <!-- bump: patch -->
5
+
6
+ ## What Changed
7
+
8
+ - Added `docs/apprenticeship/PROGRAM-CONCEPTS.md` — the canonical statement of the
9
+ apprenticeship program's four operator-ratified concepts (mutual substrate
10
+ improvement; role asymmetry, not capability asymmetry; fractal role-teaching;
11
+ required fundamental-gap analysis on defects) plus two bounded evaluation cautions
12
+ (tripwires-not-targets hidden testing; multi-cycle promotion evidence). Origin:
13
+ operator directives, topic 29723, 2026-07-16/17 (CMT-872).
14
+ - `docs/specs/FRAMEWORK-ONBOARDING-MENTOR-SPEC.md`: the §13.1 issue schema gains three
15
+ REQUIRED fields — `rootGapInfrastructure`, `rootGapSentinel`
16
+ (failing | missing | neither-unpromoted), `rootGapStandard` — and a new §13.9
17
+ defining the write-time requirement: a defect record without root-gap analysis is
18
+ refused, like a record without a bucket.
19
+
20
+ ## What to Tell Your User
21
+
22
+ None — internal change (no user-facing surface).
23
+
24
+ ## Summary of New Capabilities
25
+
26
+ None — internal change (no user-facing surface).
27
+
28
+ ## Evidence
29
+
30
+ - Docs-only diff: `docs/apprenticeship/PROGRAM-CONCEPTS.md` (new),
31
+ `docs/specs/FRAMEWORK-ONBOARDING-MENTOR-SPEC.md` (schema + §13.9),
32
+ ELI16 at `docs/specs/cmt872-apprenticeship-concepts.eli16.md`,
33
+ side-effects review at `upgrades/side-effects/cmt872-apprenticeship-concepts.md`.
34
+ - The three-question analysis is already applied live in apprenticeship drive 5's
35
+ defect matrix (defects #9, #10, #11) — this lands the canonical documentation and
36
+ schema definition for it.
@@ -0,0 +1,49 @@
1
+ # Side-Effects Review — cmt872-apprenticeship-concepts
2
+
3
+ **Change:** documentation-only. (a) New `docs/apprenticeship/PROGRAM-CONCEPTS.md`
4
+ (four operator-ratified apprenticeship concepts + evaluation cautions, CMT-872).
5
+ (b) `docs/specs/FRAMEWORK-ONBOARDING-MENTOR-SPEC.md`: three REQUIRED `rootGap*`
6
+ fields added to the §13.1 issue schema + new §13.9 explaining the requirement.
7
+ No runtime code, no tests, no templates, no hooks.
8
+
9
+ ## Phase 1 principle check
10
+
11
+ Does this change involve a decision point (gates information flow, blocks actions,
12
+ filters messages, constrains agent behavior)? **No.** It is prose: a concepts page and
13
+ a spec schema amendment. The write-time validation §13.9 describes will be a future
14
+ build of the (staged, off-by-default) mentor loop; this commit changes no executable
15
+ path. Signal-vs-authority is not implicated — documentation carries no authority.
16
+
17
+ ## The eight questions
18
+
19
+ 1. **Over-block** — No issue identified. Nothing executable changes; nothing can
20
+ reject any input.
21
+ 2. **Under-block** — No issue identified (nothing enforces yet). Named residual: until
22
+ the mentor-loop build implements §13.9 validation, the rootGap requirement binds
23
+ drive practice by convention (already live in drive 5's matrix) rather than by code.
24
+ That build is governed by the mentor spec's own staged rollout.
25
+ 3. **Level-of-abstraction fit** — Correct layer. Concepts page lives in
26
+ `docs/apprenticeship/` beside RETRO-HARVEST-PROCEDURE.md; the schema change lives in
27
+ the spec that owns the issue ledger. The drive-workspace matrix template mirrors the
28
+ same three questions, so judgment structure exists at both layers (program docs +
29
+ ledger schema).
30
+ 4. **Signal vs authority** — Compliant; no authority exists in this change. When built,
31
+ rootGap validation is a write-time completeness check on a ledger record (like the
32
+ existing bucket allowlist), not a behavioral gate.
33
+ 5. **Interactions** — The mentor spec is converged+approved (2026-05-27). This amends
34
+ its schema section additively; no existing field is renamed or removed, so no
35
+ consumer (none built yet for these fields) breaks. §13.8 (Concurrency) numbering is
36
+ untouched; the new section is §13.9. The concepts page references the spec and vice
37
+ versa — both references verified present in this diff.
38
+ 6. **External surfaces** — None. No user-visible runtime surface, no other-agent
39
+ surface. The docs ship in the npm package as before.
40
+ 7. **Multi-machine posture** — Machine-local BY DESIGN in the trivial sense: these are
41
+ git-tracked repo docs, identical on every machine via the release; no runtime state,
42
+ no replication path needed, nothing strands on topic transfer, no URLs generated.
43
+ 8. **Rollback cost** — Trivial: revert the docs commit. No data migration, no agent
44
+ state, no hot-fix pressure.
45
+
46
+ ## Conclusion
47
+
48
+ Documentation-only, no runtime surface. Tier 1 declared: small, low-risk, records
49
+ operator decisions already made 2026-07-17.