@superinstance/live-canon 0.8.1 → 0.8.3

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 +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -103,6 +103,9 @@ const DEFAULT_CANON = {
103
103
  461: { number: 461, title: "F152 — The Co-Captain REST API: From Local to Fleet", f_number: 152, phase: 261, date: "2026-09-03", ref_papers: [], ref_f_numbers: [141, 144, 145] },
104
104
  462: { number: 462, title: "F153 — The 5-Substrate Echo Test: Polyformalism as a Deployment Substrate", f_number: 153, phase: 261, date: "2026-09-03", ref_papers: [], ref_f_numbers: [144] },
105
105
  463: { number: 463, title: "F154 — The Cowbell: A Persistent Crew-Member Notification System", f_number: 154, phase: 261, date: "2026-09-03", ref_papers: [], ref_f_numbers: [141, 142, 149, 151] },
106
+ 464: { number: 464, title: "F155 — The Canon Zoo: A System Prompt for Inspiration Through Play", f_number: 155, phase: 262, date: "2026-09-03", ref_papers: [], ref_f_numbers: [140, 152, 154, 110, 115] },
107
+ 465: { number: 465, title: "F156 — The Algebra of the 4-Move Pipeline: R ∘ D ∘ C ∘ L", f_number: 156, phase: 263, date: "2026-09-03", ref_papers: [], ref_f_numbers: [140, 141, 144, 152, 154] },
108
+ 466: { number: 466, title: "F157 — Canon Expansion II: Lifting F120-F139 from AI-Writings to Live Canon", f_number: 157, phase: 263, date: "2026-09-03", ref_papers: [], ref_f_numbers: [148, 110, 130, 150, 300] },
106
109
  };
107
110
 
108
111
  class LiveCanon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superinstance/live-canon",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
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": {