@superinstance/live-canon 0.8.8 → 0.8.9
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 +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -114,6 +114,7 @@ const DEFAULT_CANON = {
|
|
|
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
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] },
|
|
117
|
+
475: { number: 475, title: "F166 — The Mudra Vessel Bridge: Neural Input for Commercial Fishing", f_number: 166, phase: 268, date: "2026-09-04", ref_papers: [], ref_f_numbers: [158, 159, 163, 164] },
|
|
117
118
|
};
|
|
118
119
|
|
|
119
120
|
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.9",
|
|
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": {
|