@superinstance/live-canon 0.3.0 → 0.4.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/index.js +5 -0
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -76,6 +76,11 @@ const DEFAULT_CANON = {
76
76
  443: { number: 443, title: "F133 — Operational Fictions as Falsifiable Claims (avg divergence 0.861)", f_number: 133, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [132] },
77
77
  444: { number: 444, title: "F134 — The Quilt Cowboy: Orchestrator Over 12 Cheap Voices", f_number: 134, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [132, 133] },
78
78
  445: { number: 445, title: "F135 — The Wheelhouse Test: Scoring Fictions for 0300-in-a-Gale Tolerability", f_number: 135, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [132, 133] },
79
+ 446: { number: 446, title: "F136 — The Edge of the Doctrine — 6 Experiments", f_number: 136, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [132, 133, 134, 135] },
80
+ 447: { number: 447, title: "F137 — The Word-Level Metric is Broken (semantic divergence is real)", f_number: 137, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [133, 136] },
81
+ 448: { number: 448, title: "F138 — The Real Numbers — 12 Pairs with Semantic Divergence (0.231 vs 0.171)", f_number: 138, phase: 254, date: "2026-09-03", ref_papers: [], ref_f_numbers: [133, 137] },
82
+ 449: { number: 449, title: "F139 — Wearable Neural Devices + Quilt — The Synergy of Signaling-as-Play", f_number: 139, phase: 256, date: "2026-09-03", ref_papers: [], ref_f_numbers: [129, 130, 131] },
83
+ 450: { number: 450, title: "F140 — The Negative Space: Decomposition × Composition × Double-Entry Bookkeeping of the Self", f_number: 140, phase: 257, date: "2026-09-03", ref_papers: [], ref_f_numbers: [129, 133, 137, 138, 139] },
79
84
  };
80
85
 
81
86
  class LiveCanon {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@superinstance/live-canon",
3
- "version": "0.3.0",
4
- "description": "Live Canon read the AI-Writings canon as a navigable cell fabric, with 5 novel operations: NAVIGATE, CONFLUENCE, LINEAGE, GHOST, TICK.",
3
+ "version": "0.4.0",
4
+ "description": "Live Canon \u2014 read the AI-Writings canon as a navigable cell fabric, with 5 novel operations: NAVIGATE, CONFLUENCE, LINEAGE, GHOST, TICK.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "node test/test.js"
@@ -24,4 +24,4 @@
24
24
  "engines": {
25
25
  "node": ">=18.0.0"
26
26
  }
27
- }
27
+ }