From 541fa01d091a597132ffaaec53317d392ad8aa81 Mon Sep 17 00:00:00 2001 From: Andre Clements <102791698+AndreClements@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:22:29 +0200 Subject: [PATCH 1/3] Update README.md inner room integration --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c276358..95f0432 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,49 @@ > **Operator Profile: André S Clements** > *"A pragmatic design for virtue, executing under constraint."* > -> **Version:** 1.0.0 (Stable Release) +> **Version:** 1.0.1 (Stable Release) + +## § Inner Room Plan — high-level sketch (v1.1) {#§-inner-room-plan} + +**Intent:** stage the README as a living artifact on the public site via a framed “Inner Room.” Aesthetic threshold first; SEO is incidental. + +**Architecture:** +- **Threshold (WP):** `/about/readme-live/` page with an iframe pointing to the Inner Room and a plain “Open full view” link. +- **Inner Room (static HTML):** `/readme/install/index.html` on the main domain; renders `README.md` (and select docs) with anchors intact, banner, and no analytics. +- **Build-only:** GitHub Action renders HTML + `index.json` + `graph.json`; manual upload of `dist/index.html` to the site. + +**Threadkeeping banner:** +*Welcome to take this; please keep the thread.* (CC BY 4.0 for text/images, MIT for code.) + +**Navigation:** +- **Human:** Quick Map (10–12 stable links to Artist Statement, Glossary, Synoptic Résumé, Artworks, Poems, Blog, Echoes of Lynch, Poetry Changelog, Landscapification note, selected works). +- **Machine:** `/index.json` (nodes) and `/graph.json` (edges: e.g., `informs`, `expands`, `exemplifies`, `contradicts`). + +**Accessibility/Behaviour:** anchors focusable; parent ↔ child via `postMessage` (resize/report + hash sync); graceful fallback if iframe doesn’t report within 10s. + +**Cycle:** sketch → implement → reconcile. Small deltas only. Keep the thread. + +**Acceptance (MVP):** +- Inner Room loads with banner + anchors. +- Deep links work from Threshold. +- Build artifacts produced on push. +- No console errors; adequate contrast; keyboard focus correct. + +### Quick Map (stable links) {#§-quick-map} + +- **Home** — https://andresclements.com/ +- **Artist Statement** — https://andresclements.com/about-andre-clements/ +- **Synoptic Résumé** — https://andresclements.com/about-andre-clements/synoptic-resume/ +- **Glossary** — https://andresclements.com/glossary/ +- **Artworks** — https://andresclements.com/gallery/ +- **Poems (category)** — https://andresclements.com/cat/poems/ +- **Blog (category)** — https://andresclements.com/cat/blog/ +- **Echoes of Lynch is Live** — https://andresclements.com/1281/echoes-of-lynch-is-live/ +- **Poetry Changelog** — https://andresclements.com/1259/poetry-changelog-thematic-stylistic-mapping-of-selected-works/ +- **A Landscape of Connection** — https://andresclements.com/1287/a-landscape-of-connection/ +- **Log Entry: A constellation of the work** — https://andresclements.com/1288/log-entry-a-constellation-of-the-work-or-praxis-laid-bare/ + +> These links are canonical waypoints for humans. For machines, see `/index.json` and `/graph.json` in the repo. --- From 7c7953fdb6d0bea0c353ff9bcbf875ef40205a63 Mon Sep 17 00:00:00 2001 From: Andre Clements <102791698+AndreClements@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:30:40 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95f0432..fb1b392 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ > > **Version:** 1.0.1 (Stable Release) -## § Inner Room Plan — high-level sketch (v1.1) {#§-inner-room-plan} +
+ +## § Inner Room Plan — high-level sketch (v1.1) **Intent:** stage the README as a living artifact on the public site via a framed “Inner Room.” Aesthetic threshold first; SEO is incidental. @@ -30,7 +32,8 @@ - Build artifacts produced on push. - No console errors; adequate contrast; keyboard focus correct. -### Quick Map (stable links) {#§-quick-map} + +### Quick Map (stable links) - **Home** — https://andresclements.com/ - **Artist Statement** — https://andresclements.com/about-andre-clements/ @@ -45,7 +48,7 @@ - **Log Entry: A constellation of the work** — https://andresclements.com/1288/log-entry-a-constellation-of-the-work-or-praxis-laid-bare/ > These links are canonical waypoints for humans. For machines, see `/index.json` and `/graph.json` in the repo. - +
--- ## § 0. BOOTLOADER — (Initial Conditions) From c8e82b6d441ac2909a465325004f0a032dabf2b8 Mon Sep 17 00:00:00 2001 From: Andre Clements <102791698+AndreClements@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:39:02 +0200 Subject: [PATCH 3/3] minot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb1b392..ce5f9d8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ > **Version:** 1.0.1 (Stable Release)
+ ## § Inner Room Plan — high-level sketch (v1.1)