@superinstance/live-canon 0.8.5 → 0.8.6
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 +3 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -108,6 +108,9 @@ const DEFAULT_CANON = {
|
|
|
108
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] },
|
|
109
109
|
467: { number: 467, title: "F158 — The Mechanic Doctrine: Agent Priming for Vibe-Coders", f_number: 158, phase: 264, date: "2026-09-03", ref_papers: [], ref_f_numbers: [110, 140, 152, 154, 156] },
|
|
110
110
|
468: { number: 468, title: "F159 — Seven Novel Enhancements from 2026 Agent-Prompting Best Practices", f_number: 159, phase: 265, date: "2026-09-04", ref_papers: [], ref_f_numbers: [158, 110, 140, 152, 156] },
|
|
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
|
+
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
|
+
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] },
|
|
111
114
|
};
|
|
112
115
|
|
|
113
116
|
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.6",
|
|
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": {
|