@superinstance/live-canon 0.8.3 → 0.8.5
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
|
@@ -106,6 +106,8 @@ const DEFAULT_CANON = {
|
|
|
106
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] },
|
|
107
107
|
465: { number: 465, title: "F156 — The Algebra of the 4-Move Pipeline: R ∘ D ∘ C ∘ L", f_number: 156, phase: 263, date: "2026-09-03", ref_papers: [], ref_f_numbers: [140, 141, 144, 152, 154] },
|
|
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
|
+
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
|
+
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] },
|
|
109
111
|
};
|
|
110
112
|
|
|
111
113
|
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.5",
|
|
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": {
|