Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The **distributed Interdependency textbook** is a separate technical reading seq

| Chapter | Title | Source |
|---:|---|---|
| 0 | Meta Energy Theory — Axioms, Postulates, and Theorems | `The-Interdependency/metapat:CHAPTER_ZERO.md` |
| 0 | Meta Energy Theory — Root Structure and Action | `The-Interdependency/metapat:CHAPTER_ZERO.md` |
| 1 | The Subtractive Foundations of the Unit Carrier | `The-Interdependency/ucns:docs/chapter-1.md` |
| 2 | Measurement Without Transfer | `The-Interdependency/edcm:docs/chapter-2.md` |
| 3 | Modules That Speak for Themselves | `The-Interdependency/skill-lib:docs/chapter-3.md` |
Expand Down
4 changes: 2 additions & 2 deletions src/_data/textbook_sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"number": 0,
"display_number": "Zero",
"slug": "chapter-zero",
"title": "Meta Energy Theory — Axioms, Postulates, and Theorems",
"title": "Meta Energy Theory — Root Structure and Action",
"repository": "The-Interdependency/metapat",
"path": "CHAPTER_ZERO.md",
"branch": "main",
Expand All @@ -12,7 +12,7 @@
"license_status": "declared",
"correction_target": "The-Interdependency/metapat:CHAPTER_ZERO.md",
"status": "root ontology and theory",
"summary": "The invariant vocabulary of distinction, boundary, simplex, tensor, energy-state, registration, and question."
"summary": "The root structure/action model: thing, boundary, state, simplex, relate, emerge, tensor, vector, scalar, transformation, time, and derived energy."
},
{
"number": 1,
Expand Down
2 changes: 1 addition & 1 deletion tests/textbook-integrity.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import assert from 'node:assert/strict';
import { readFile } from 'node:fs/promises';

const expected = [
[0, 'chapter-zero', 'Meta Energy Theory — Axioms, Postulates, and Theorems', 'The-Interdependency/metapat', 'CHAPTER_ZERO.md'],
[0, 'chapter-zero', 'Meta Energy Theory — Root Structure and Action', 'The-Interdependency/metapat', 'CHAPTER_ZERO.md'],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Refresh the retained snapshot with the v3 binding

In a clean checkout, npm test runs scripts/prepare-tests.mjs with OFFLINE=1, so fetch-textbook.mjs overlays this v3 title onto the unchanged v2 snapshot while retaining its old content. The assertion at line 51 then fails because that content does not contain this title; I reproduced this with OFFLINE=1 node scripts/fetch-textbook.mjs && node --test tests/textbook-integrity.test.mjs. A transient live-fetch failure in the Pages/PR workflow takes the same fallback path, preventing the intended recovery build and temporarily labeling v2 content as v3, so the snapshot should be refreshed or rejected when its content does not match the new manifest.

Useful? React with 👍 / 👎.

[1, 'chapter-one', 'The Subtractive Foundations of the Unit Carrier', 'The-Interdependency/ucns', 'docs/chapter-1.md'],
[2, 'chapter-two', 'Measurement Without Transfer', 'The-Interdependency/edcm', 'docs/chapter-2.md'],
[3, 'chapter-three', 'Modules That Speak for Themselves', 'The-Interdependency/skill-lib', 'docs/chapter-3.md'],
Expand Down
Loading