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
14 changes: 0 additions & 14 deletions src/home/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ permalink: /home/
<p>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.</p>
<div class="actions"><a class="button" href="/lab/">Open the Article Lab</a><a class="button secondary" href="/articles/">Read publication drafts</a></div>
</section>
<section>
<p class="eyebrow">Choose a depth</p>
<h2>One body of work, several honest entrances</h2>
<div class="grid">
<a class="card" href="/"><span class="status status-canon">Canon-derived</span><h3>Return to Awakening</h3><p>Re-enter the opening threshold and its reminder that you are not alone.</p></a>
<a class="card" href="/preamble/"><span class="status status-canon">Canon-derived</span><h3>Read the Preamble</h3><p>Enter the opening civic claim directly through a stable route generated from the selected canon.</p></a>
<a class="card" href="/way/"><span class="status status-canon">Canon-derived</span><h3>Read the Way</h3><p>Move through the preamble, articles, etiquette, addenda, and their internal structure without beginning at the raw wall of text.</p></a>
<a class="card" href="/chapters/"><span class="status status-research">Distributed textbook</span><h3>Read Chapters Zero–Seven</h3><p>Follow the technical architecture from root ontology through carrier, measurement, self-declaration, canon placement, architecture, instrument, and echo.</p></a>
<a class="card" href="/lab/"><span class="status status-interpretation">Interpretation</span><h3>Enter the Article Lab</h3><p>Test each Rights article through its notes, absurd limits, practice contrasts, domain applications, research support, dissent, and limits.</p></a>
<a class="card" href="/articles/"><span class="status status-interpretation">Publication</span><h3>Read public articles</h3><p>Follow selected canon units through companion readings, applications, handbook seeds, and script drafts without losing source boundaries.</p></a>
<a class="card" href="/projects/"><span class="status status-implemented">Implementation</span><h3>Map the Projects</h3><p>Every public organization repository receives a generated space, grouped by function and refreshed at build time.</p></a>
<a class="card" href="/artifacts/"><span class="status status-frontier">Frontier</span><h3>Use the Artifacts</h3><p>Interactive explanations, visual studies, public experiments, and compact publications live here without fragmenting the site identity.</p></a>
</div>
</section>
<section class="panel">
<p class="eyebrow">Current field snapshot</p>
<h2>{{ generated.repos.publicRepoCount }} public repositories · {{ generated.canon.units.length }} canonical units · {{ generated.textbook.chapterCount }} textbook chapters</h2>
Expand Down
3 changes: 1 addition & 2 deletions tests/site-contract.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ test('Awakening owns the static public threshold and routes inward', async () =>
assert.match(splash, /href="\/preamble\/"/);
assert.match(splash, /href="\/home\/"/);
assert.match(home, /permalink: \/home\//);
assert.match(home, /Return to Awakening/);
assert.match(home, /href="\/chapters\/"/);
assert.match(home, /href="\/lab\/"/);
});

test('distributed textbook routes are data-backed and source-bound', async () => {
Expand Down
Loading