@superinstance/live-canon 0.8.0 → 0.8.2
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
|
@@ -103,6 +103,7 @@ 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] },
|
|
106
107
|
};
|
|
107
108
|
|
|
108
109
|
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.2",
|
|
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": {
|