From 0808a62446321473d2efca48e756653feedadf7a Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Tue, 21 Jul 2026 09:15:13 -0700 Subject: [PATCH 01/14] Add awakening splash layout --- src/_includes/layouts/splash.njk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/_includes/layouts/splash.njk diff --git a/src/_includes/layouts/splash.njk b/src/_includes/layouts/splash.njk new file mode 100644 index 0000000..0e324d7 --- /dev/null +++ b/src/_includes/layouts/splash.njk @@ -0,0 +1,17 @@ + + + + + + + + {{ title or site.title }} + + + + + + +
{{ content | safe }}
+ + From 06933ad37a143f1a95db24590a58520d4bbaac1f Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Tue, 21 Jul 2026 09:15:34 -0700 Subject: [PATCH 02/14] Move knowledge-system home to stable route --- src/home/index.njk | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/home/index.njk diff --git a/src/home/index.njk b/src/home/index.njk new file mode 100644 index 0000000..45d77d3 --- /dev/null +++ b/src/home/index.njk @@ -0,0 +1,40 @@ +--- +layout: layouts/base.njk +title: The Interdependent Way +description: The living public knowledge system for the canon, its deliberate tensions, research, applications, and implementation projects. +permalink: /home/ +--- +
+
+

Canon · interpretation · research · implementation · frontier

+

A way through complexity without pretending the tension is gone.

+

The Interdependent Way is a dense living text and a constellation of attempts to test, explain, implement, challenge, and preserve it. The Preamble is directly available here; deeper orientation and exact source remain available without hiding the entrance.

+ +
+
12 + 1
+
+
+

Eight rights-article laboratories

+

From canon excerpt to public practice

+

All eight Rights articles now have a canon-bounded path through exact excerpt, note conversation, reductio ad absurdum, worst and best practices, applications across eleven domains, and an initial reviewed research field.

+ +
+
+

Choose a depth

+

One body of work, several honest entrances

+ +
+
+

Current field snapshot

+

{{ generated.repos.publicRepoCount }} public repositories · {{ generated.canon.units.length }} canonical units

+

Project data was generated {{ generated.repos.snapshotAt | dateOnly }}{% if generated.repos.fallback %} from the last verified snapshot{% endif %}. Canon digest {{ generated.canon.source.contentSha256 }}.

+
+

hmmm

Reviewed research now makes initial contact with all eight Rights articles, but coverage remains uneven and deliberately open to stronger dissent, replication, field studies, disability-led critique, and non-Western evidence.

From 8d82d066266c3d2e06d01a3123ebb402093d722e Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Tue, 21 Jul 2026 09:15:48 -0700 Subject: [PATCH 03/14] Make Awakening the public splash page --- src/index.njk | 56 ++++++++++++++++++++------------------------------- 1 file changed, 22 insertions(+), 34 deletions(-) diff --git a/src/index.njk b/src/index.njk index 63e5880..ebc5659 100644 --- a/src/index.njk +++ b/src/index.njk @@ -1,38 +1,26 @@ --- -layout: layouts/base.njk -title: The Interdependent Way -description: A calm, layered entrance to the canon, its deliberate tensions, the research around it, and the projects attempting implementation. +layout: layouts/splash.njk +title: Awakening · The Interdependent Way +description: The canonical Awakening of The Interdependent Way, presented as the public threshold into the Preamble and living knowledge system. --- -
-
-

Canon · interpretation · research · implementation · frontier

-

A way through complexity without pretending the tension is gone.

-

The Interdependent Way is a dense living text and a constellation of attempts to test, explain, implement, challenge, and preserve it. The Preamble is directly available here; deeper orientation and exact source remain available without hiding the entrance.

- +{% set awakenings = generated.canon.units | where("title", "Awakening") %} +{% set awakening = awakenings[0] %} +
+ +
+

The Interdependent Way

+

Awakening

+ {% if awakening %} +
{{ awakening.content | replace("Awakening \n", "") | replace("Awakening\n", "") }}
+ +

Canon {{ generated.canon.source.repository }}:{{ generated.canon.source.path }} · lines {{ awakening.startLine }}–{{ awakening.endLine }} · digest {{ awakening.hash | truncate(18, true, '…') }}

+ {% else %} +

hmmm

The selected canon did not produce an Awakening unit. The release gate must treat the missing threshold as a broken public contract.

+ + {% endif %}
-
12 + 1
-
-

Eight rights-article vertical slices

-

From canon excerpt to public practice

-

All eight Rights articles now have a canon-bounded path through exact excerpt, companion reading, note conversation, application, handbook seed, and 60–90 second script. Article Two contains the first reviewed support, dissent, and limits evidence pack.

- -
-
-

Choose a depth

-

One body of work, several honest entrances

- -
-
-

Current field snapshot

-

{{ generated.repos.publicRepoCount }} public repositories · {{ generated.canon.units.length }} canonical units

-

Project data was generated {{ generated.repos.snapshotAt | dateOnly }}{% if generated.repos.fallback %} from the last verified snapshot{% endif %}. Canon digest {{ generated.canon.source.contentSha256 }}.

-
-

hmmm

Reviewed evidence is now attached to Article Two; the other seven research fields remain intentionally open. Empty certainty would be a suspiciously tidy hat on a very alive octopus.

From 67da994f28f9725f72dce67284ff7d83d3a731e3 Mon Sep 17 00:00:00 2001 From: Erin Spencer Date: Tue, 21 Jul 2026 09:16:08 -0700 Subject: [PATCH 04/14] Link the knowledge system back through Awakening --- src/_includes/layouts/base.njk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index e3a304f..3b4125b 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -14,12 +14,13 @@