instar 1.3.1013 → 1.3.1014
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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "./builtin-manifest.schema.json",
|
|
3
3
|
"schemaVersion": 1,
|
|
4
|
-
"generatedAt": "2026-07-27T20:
|
|
5
|
-
"instarVersion": "1.3.
|
|
4
|
+
"generatedAt": "2026-07-27T20:40:22.888Z",
|
|
5
|
+
"instarVersion": "1.3.1014",
|
|
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
|
+
Adds `docs/audits/topic-29723-convergence.md` — the git-tracked ledger for the recursive
|
|
9
|
+
convergence-to-coherence sweep the operator opened over that topic. Rounds 1 and 2 recorded; the
|
|
10
|
+
verdict is **NOT CONVERGED**, and the convergence validator refuses the stamp accordingly.
|
|
11
|
+
|
|
12
|
+
Documentation only. No `src/` surface, no route, no config, no behaviour change.
|
|
13
|
+
|
|
14
|
+
## What to Tell Your User
|
|
15
|
+
|
|
16
|
+
None — internal change (no user-facing surface).
|
|
17
|
+
|
|
18
|
+
## Summary of New Capabilities
|
|
19
|
+
|
|
20
|
+
None — internal change (no user-facing surface).
|
|
21
|
+
|
|
22
|
+
## Evidence
|
|
23
|
+
|
|
24
|
+
`node scripts/write-audit-convergence.mjs --audit docs/audits/topic-29723-convergence.md --check`
|
|
25
|
+
parses both rounds and exits 1 with:
|
|
26
|
+
|
|
27
|
+
> `NOT converged: final round (Round 2) must have 0 new findings; found 7 row(s) / line=7`
|
|
28
|
+
> `→ an honestly-incomplete audit is fine to commit; it just cannot carry a converged: stamp.`
|
|
29
|
+
|
|
30
|
+
That is the intended outcome: the ledger is well-formed, every one of its 14 rows carries a valid
|
|
31
|
+
closed disposition, and the file is honestly unstamped.
|
|
32
|
+
|
|
33
|
+
The reason it exists as a tracked file rather than a chat message: the operator has re-grounded that
|
|
34
|
+
topic by hand three times, each re-grounding produced its findings in a message that scrolled away,
|
|
35
|
+
and the next re-grounding re-derived them. Round 1 was itself published only as a rendered view —
|
|
36
|
+
committing the same error it documents.
|