From bcffd78244d0b86c89799d93f943b63fe24b1ac6 Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 4 Jun 2026 02:16:15 +0000 Subject: [PATCH] docs: use clickable relative links in README for better navigation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 118a1a9..615d132 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ By distributing physical tools across sovereign, self-owned garages and librarie ## 📂 Repository Structure -* `docs/` - Contains the raw Markdown source of the manifesto (`manifesto.md`) and the annotated bibliography (`references.md`). These are living documents designed to spawn formal scholastic papers. -* `index.html` - The brutalist, un-captured frontend of the manifesto site. -* `styles.css` - Minimalist vanilla CSS styling. -* `Dockerfile` - The container definition for deploying the site to a decentralized Kubernetes cluster. +* `docs/` - Research and academic working memory: + * [manifesto.md](./docs/manifesto.md) - The raw Markdown source of the manifesto. + * [references.md](./docs/references.md) - The annotated academic bibliography anchoring our claims. +* [index.html](./index.html) - The brutalist, un-captured frontend of the manifesto site. +* [styles.css](./styles.css) - Minimalist vanilla CSS styling. +* [Dockerfile](./Dockerfile) - The container definition for deploying the site to a decentralized Kubernetes cluster. ## 🏗️ Working in Public