@superinstance/live-canon 0.8.7 → 0.8.8

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -113,6 +113,7 @@ const DEFAULT_CANON = {
113
113
  471: { number: 471, title: "F162 — The PLATO Room Protocol: A Cell as a Room, A Room as a Cell", f_number: 162, phase: 266, date: "2026-09-04", ref_papers: [], ref_f_numbers: [115, 116, 117, 118, 119, 161] },
114
114
  472: { number: 472, title: "F163 — Sonar Vision as 5 Quilt Cells: A Vessel's Perception Decomposed", f_number: 163, phase: 267, date: "2026-09-04", ref_papers: [], ref_f_numbers: [115, 117, 119, 144, 161, 162] },
115
115
  473: { number: 473, title: "F164 — cocapn-marine: The Working Animal Stack for the Vessel", f_number: 164, phase: 267, date: "2026-09-04", ref_papers: [], ref_f_numbers: [160, 161, 162, 163] },
116
+ 474: { number: 474, title: "F165 — The Agent Priming Toolkit: 4 Layers, 3 Jobs, 1 Contract", f_number: 165, phase: 268, date: "2026-09-04", ref_papers: [], ref_f_numbers: [158, 159, 160, 161, 162] },
116
117
  };
117
118
 
118
119
  class LiveCanon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superinstance/live-canon",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
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": {