@superinstance/live-canon 0.8.6 → 0.8.7
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/index.js +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -111,6 +111,8 @@ const DEFAULT_CANON = {
|
|
|
111
111
|
469: { number: 469, title: "F160 — The Working Animal Doctrine: From Mechanic to Shepherd", f_number: 160, phase: 266, date: "2026-09-04", ref_papers: [], ref_f_numbers: [158, 110, 115, 140, 154] },
|
|
112
112
|
470: { number: 470, title: "F161 — Conservation Laws as Fences: The Physics of Working Animals", f_number: 161, phase: 266, date: "2026-09-04", ref_papers: [], ref_f_numbers: [158, 159, 140, 156] },
|
|
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
|
+
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
|
+
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] },
|
|
114
116
|
};
|
|
115
117
|
|
|
116
118
|
class LiveCanon {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superinstance/live-canon",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
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": {
|