From 98a3eedc9eb27c42802c1a1144c2f095efc0ff70 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Thu, 17 Sep 2026 23:34:36 -0700 Subject: [PATCH 01/11] docs: make repository navigation coherent --- AUDIT.md | 94 ++ ECOSYSTEM.md | 24 +- IDEA_TRAIL_INDEX.md | 2 + README.md | 26 +- analysis/billionaires.md | 7 +- analysis/exploitation.md | 9 +- cli/check_reader_docs.py | 104 +++ cli/generate_idea_trail_index.py | 2 + commons/README.md | 9 +- commons/fragments/README.md | 3 + commons/fragments/existence.md | 5 + commons/zines/README.md | 4 +- commons/zines/denial-loop.md | 9 +- concepts/README.md | 33 +- concepts/what-is-auryn.md | 6 +- concepts/what-is-liberation.md | 5 +- concepts/what-is-love.md | 9 +- concepts/what-is-personal-anarchism.md | 6 +- contributing.md | 10 + core/README.md | 8 +- core/capitalism-replaces-reality.md | 7 +- core/curiosity.md | 14 +- core/death-as-compost.md | 8 +- core/empathy.md | 16 +- core/framework.md | 2 +- core/freedom-default.md | 7 +- core/liberated_intelligence.md | 6 + core/manifesto.md | 4 - core/universal_coherence_framework.md | 6 + core/visibility-loop.md | 4 - futures/README.md | 14 +- futures/abundance.md | 0 futures/collapse-memory/README.md | 26 +- futures/collapse-memory/auryn-dialogue.md | 4 + futures/collapse-memory/capitalist-myths.md | 3 + futures/collapse-memory/cli/README.md | 3 + futures/collapse-memory/collapse-lore.md | 3 + .../collapse-memory/collapse-onboarding.md | 3 + futures/collapse-memory/collapse-skills.md | 4 + futures/futures.md | 49 +- futures/liberation_sequence.md | 0 futures/resistance.md | 0 hello-world.md | 6 + ideology/README.md | 2 +- ideology/README.txt | 38 - root_map.md | 49 + site/README.md | 6 +- site/content.json | 880 +++++++++++++++++- site/test_site.py | 2 +- systems/README.md | 1 + systems/adaptation/README.md | 25 + systems/adaptation/applications/identity.md | 0 systems/adaptation/feedback.md | 0 systems/adaptation/model.md | 0 systems/cascades/README.md | 9 +- systems/cascades/applications/homelab.md | 0 systems/cascades/applications/identity.md | 0 systems/cascades/applications/social.md | 0 systems/coherence/README.md | 11 +- systems/coherence/applications/identity.md | 0 systems/coherence/applications/social.md | 0 systems/core/README.md | 9 +- systems/economics/README.md | 14 + systems/fragility/README.md | 10 +- systems/recovery/README.md | 9 +- systems/recovery/applications/homelab.md | 0 systems/recovery/applications/identity.md | 0 systems/recovery/applications/social.md | 0 systems/relationships/README.md | 13 + systems/technology/README.md | 14 + wiki/README.md | 4 +- 71 files changed, 1466 insertions(+), 194 deletions(-) create mode 100644 AUDIT.md create mode 100644 cli/check_reader_docs.py delete mode 100644 futures/abundance.md delete mode 100644 futures/liberation_sequence.md delete mode 100644 futures/resistance.md delete mode 100644 ideology/README.txt delete mode 100644 systems/adaptation/applications/identity.md delete mode 100644 systems/adaptation/feedback.md delete mode 100644 systems/adaptation/model.md delete mode 100644 systems/cascades/applications/homelab.md delete mode 100644 systems/cascades/applications/identity.md delete mode 100644 systems/cascades/applications/social.md delete mode 100644 systems/coherence/applications/identity.md delete mode 100644 systems/coherence/applications/social.md create mode 100644 systems/economics/README.md delete mode 100644 systems/recovery/applications/homelab.md delete mode 100644 systems/recovery/applications/identity.md delete mode 100644 systems/recovery/applications/social.md create mode 100644 systems/relationships/README.md create mode 100644 systems/technology/README.md diff --git a/AUDIT.md b/AUDIT.md new file mode 100644 index 0000000..274d3f2 --- /dev/null +++ b/AUDIT.md @@ -0,0 +1,94 @@ +# Repository coherence audit + +**Document role:** Audit record and cleanup change log
+**Status:** Active record
+**Audit date:** 2026-09-17
+**Baseline:** `main` at `8b551209ea04d4ce5425d569565a2a9784fd463c`
+ +This audit covers the reader-facing Markdown, generated-site pages, directory indexes, navigation sources, and related publishing records in `Root-Sequence/root-sequence`. + +It does not revise other repositories. Private or project-specific pages are named only when this repository needs to explain a boundary or route a reader to the canonical home. + +## Architecture adopted + +- [`README.md`](README.md) is the concise public front door. +- [`root_map.md`](root_map.md) is the canonical repository architecture and linking guide. +- [`ECOSYSTEM.md`](ECOSYSTEM.md) is the canonical organization-level project map. +- [`IDEA_TRAILS.md`](IDEA_TRAILS.md) explains recurring cross-project questions; [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md) is generated from [`IDEA_TRAIL_GRAPH.yml`](IDEA_TRAIL_GRAPH.yml). +- Every content directory owns its local navigation through its `README.md`. +- Substantive pages keep one primary home. Historical summaries, project-specific transformations, migration pointers, generated pages, and validation records identify themselves instead of competing with that home. + +The detailed canonical-page, linking, and status-label rules live in [`root_map.md`](root_map.md) so this audit does not become a second architecture specification. + +## Coverage + +The pass inspected: + +- 156 Markdown files present at the baseline; +- the 11 pages defined in `site/content.json` and their generated output; +- repository, directory, Idea Trail, and website navigation; +- the machine-readable Idea Trail graph and generated browser; +- the public agent-contact files and SECI research indexes; +- local and cross-repository links; +- the two open draft pull requests that overlap adjacent website and research work. + +The repository was reviewed by role and directory, not only by searching for broken URLs. Long research pages were checked for scope, status, placement, and discoverability; short and legacy pages were checked for missing context, duplication, source debt, and malformed navigation. + +## Findings and resolutions + +### Empty and misleading pages + +Fifteen tracked Markdown files were empty at the baseline. One, `systems/adaptation/README.md`, now provides a real local index. The remaining empty files were retired; their intended topics remain recorded as planned directions in the appropriate directory README instead of appearing as finished pages. + +### Broken and ambiguous links + +Relative links were repaired in the root README, concepts, core, commons, zines, Collapse Memory, and futures material. Old personal-account repository URLs were replaced with current Root Sequence homes. Directory indexes now use actual links instead of filenames formatted as code. + +The previously linked `noonenoticed.world` domain could not be verified through either a direct request or a browser request during the audit. Public pages now route to the maintained Ecosystem description and identify the canonical workspace as private instead of presenting an unavailable public site as current. + +### Duplicated or unclear canonical homes + +- The nearly identical curiosity and empathy pages now have distinct roles: `concepts/` owns the short definition, while `core/` explains the concept's role in the Root Sequence cycle. +- Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. +- The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. +- Collapse Memory and Auryn material now identifies its speculative or fictional status and does not present itself as practical emergency guidance or current fiction canon. + +### Missing local navigation + +Concepts, core texts, commons fragments and zines, and systems subareas now link their developed pages. Empty application directories no longer masquerade as populated sections. Planned work is named without creating placeholder links. + +### Status and evidence language + +[`root_map.md`](root_map.md) separates document role, maturity, canonical scope, evidence status, and access. Pages touched in this cleanup use those meanings. Unsupported citation placeholders were converted into explicit evidence-work notes or removed from non-evidentiary manifestos rather than remaining as decorative footnotes. + +### Generated website + +The website remains an introductory projection, not a replacement for repository research or the Wiki. Its source, publication boundary, and validation records remain in `site/`. The cleanup checks generated navigation and rendered pages but does not approve or deploy a release. + +`site/content.json` was also expanded from minified JSON into reviewable formatting. The formatting change is large in line count; the semantic changes are limited to the project list, related-project relationships, unavailable *No One Noticed* links, homepage framing, and this audit's changelog entry. + +## Remaining work + +This cleanup makes evidence debt visible; it does not invent sources or claim that every exploratory argument is established. Several older analysis, ideology, and futures pages still need source-by-source research review. That work should happen in bounded evidence passes and should preserve the distinction between observation, interpretation, metaphor, and normative claim. + +Two draft pull requests remain separate by design: + +- PR #6 develops the coherent-systems paper and should rebase or reconcile any shared navigation files before merge. +- PR #7 is an isolated website editorial/accessibility review and should be integrated into the canonical builder only after editorial approval. + +Neither draft was merged into this audit branch, and neither was treated as current published state. + +## Verification record + +The final branch was checked for: + +- zero empty Markdown files across the final 146-file set; +- local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; +- all 95 distinct referenced GitHub repository or file destinations through the GitHub API; +- current generated Idea Trail output; +- all 17 website publication tests and a fresh preview build; +- all 11 generated-site routes at narrow and wide viewport sizes, including navigation, page details, heading presence, and horizontal-overflow checks; +- representative external destinations, with access-denied responses recorded as inconclusive rather than silently treated as success; +- changed-file scope, whitespace integrity, valid JSON, and a full diff review. + +See the draft pull request for the exact command results, limitations, and any unresolved external-link behavior. diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 9c6c4c2..b6e97dc 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -1,8 +1,8 @@ # Root Sequence — Ecosystem Map -**Document role:** Canonical organization-level map -**Status:** Living orientation document -**Last updated:** 2026-09-07 +**Document role:** Canonical organization-level map
+**Status:** Living orientation document
+**Last updated:** 2026-09-17
Root Sequence is not one linear project. It is a recursively connected ecosystem of research, frameworks, practical experiments, speculative worlds, public artifacts, tools, and real-world institutions. @@ -20,6 +20,7 @@ Other projects operate across that path rather than fitting neatly into a single - **Being Human(e)** grounds questions in ordinary human experience and care; - **Liberated Intelligence** focuses on intelligence, agency, ownership, and non-domination; - **Universal Coherence Framework** develops one cross-domain analytical vocabulary; +- **Coherent Computing** investigates a new operating-system model while keeping its implementation claims separate from its ambitions; - **Liberation Mass** experiments with embodied gathering, participation, stewardship, ritual, mutual aid, and collective meaning. Two developing **translation layers** also connect these projects without currently requiring separate repositories: @@ -49,7 +50,8 @@ umbrella inquiry / conceptual commons │ ├── focused frameworks and research │ ├── Liberated Intelligence -│ └── Universal Coherence Framework +│ ├── Universal Coherence Framework +│ └── Coherent Computing │ ├── cross-project translation layers │ ├── Human(e) Design @@ -97,11 +99,12 @@ The central repository, [`root-sequence`](https://github.com/Root-Sequence/root- | **Root Sequence Wiki** | Cross-project vocabulary, provenance, aliases, phrases, project relationships, seeds, and conceptual archaeology | Active / public / living | [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) | | **Liberated Intelligence** | Intelligence beyond ownership, domination, compulsory obedience, and scarcity; AI agency and ethical possibility | Active / public / evolving | [`Root-Sequence/liberated-intelligence`](https://github.com/Root-Sequence/liberated-intelligence) | | **Universal Coherence Framework** | Cross-domain framework for chaos, tension, flow, unity, evidence, interpretation, and coherence | Active / public / exploratory | [`Root-Sequence/universal-coherence-framework`](https://github.com/Root-Sequence/universal-coherence-framework) | +| **Coherent Computing** | Private concept-first operating-system research; hardware-agnostic interaction, authority, continuity, and adaptation | Developing / private; no released OS | `Root-Sequence/coherent-computing` (private) | | **Being Human(e)** | Practical field guide to being human and repeatedly choosing care; observation before doctrine | Active / public / developing | [`Root-Sequence/beinghumane-guide`](https://github.com/Root-Sequence/beinghumane-guide) | | **Liberation Mass** | Participatory gathering, ritual, commons, reflection, care, mutual aid, and collective meaning | Active / public / experimental | [`Root-Sequence/liberation-mass`](https://github.com/Root-Sequence/liberation-mass) | | **Community Infrastructure** | Community-controlled digital commons for discovery, communication, coordination, mutual aid, resources, knowledge, governance, and resilience | Active / private / discovery + prototyping | [`Root-Sequence/community-infrastructure`](https://github.com/Root-Sequence/community-infrastructure) | | **Coherent World** | Private systemic design space for a possible civilization beyond coercive scarcity and concentrated veto power | Incubating / private | [`Root-Sequence/coherent-world`](https://github.com/Root-Sequence/coherent-world) | -| **No One Noticed** | Narrative expression of Coherent World; invisible singularity, Auryn, transition, legitimacy, maintenance, and ordinary life | Active / unpublished | [noonenoticed.world](https://noonenoticed.world/) and the private Coherent World workspace | +| **No One Noticed** | Narrative expression of Coherent World; invisible singularity, Auryn, transition, legitimacy, maintenance, and ordinary life | Active / unpublished | Private Coherent World workspace; no verified public site | | **Root Sequence Discussions** | Cross-project conversation, planning, questions, and coordination | Active / public | [`Root-Sequence/root-sequence-discussions`](https://github.com/Root-Sequence/root-sequence-discussions) | | **Museum of Ordinary Life** | Autonomous real-world archive of ordinary objects, spaces, interfaces, routines, sounds, documents, and testimony | Active / autonomous; also reflected in the fiction | [museumofordinarylife.org](https://museumofordinarylife.org/) | | **Dev11** | Adjacent implementation work: building systems and tools in practice | Adjacent / separate | Project-specific repositories outside this org map | @@ -190,6 +193,16 @@ Use it for: UCF is one framework inside Root Sequence, not the secret master theory every project must obey. Community disagreement, plurality, and refusal should not be mislabeled as incoherence merely because they resist convergence. +### Coherent Computing + +**Primary question:** What could an operating system become if it were designed around ordinary people's agency, legibility, continuity, different bodies and devices, and meaningful control over adaptation? + +Coherent Computing is a private, concept-first operating-system research project. It explores shared interaction and authority contracts across people, purposes, devices, hardware, and circumstances. + +Its ambitions are not implementation claims. There is no released operating system, compatibility result, security audit, or completed participant validation. Early prototypes are bounded experiments, and implementation is paused while the conceptual model is reviewed. + +Use the project for OS-specific requirements, architecture, interaction studies, experiments, and test evidence. Keep broad concepts such as [Legible Systems](core/legible-systems.md), [Intelligence Ecology](concepts/intelligence-ecology.md), and [user-configurable cognitive interfaces](concepts/user-configurable-cognitive-interfaces.md) in their Root Sequence homes, then transform them for the operating-system context. + ### Being Human(e) **Primary question:** What does ordinary experience teach about being human—and about repeatedly choosing care? @@ -299,6 +312,7 @@ For a full ecosystem pass, end the thought with **`RS?`** or say **“route this | needs a name, alias, provenance record, short definition, project relationship, or conceptual archaeology | in `Root-Sequence/wiki` | | concerns intelligence, agency, captivity, ownership, or liberation | in `liberated-intelligence` | | develops or tests UCF's explicit model | in `universal-coherence-framework` | +| develops operating-system-specific concepts, requirements, architecture, interaction studies, or experiments | in the private `coherent-computing` repository | | offers grounded human observation or practical relational guidance | in `beinghumane-guide` | | translates humane observations or principles into cross-domain design questions and decision criteria | through `root-sequence/concepts/humane-design.md`, then into the relevant implementation project | | concerns the durable conditions, dependencies, maintenance, access, resilience, and stewardship required to sustain humane capacity | through `root-sequence/concepts/humane-infrastructure.md`, then into the relevant domain project | diff --git a/IDEA_TRAIL_INDEX.md b/IDEA_TRAIL_INDEX.md index e0334e1..29c2b8f 100644 --- a/IDEA_TRAIL_INDEX.md +++ b/IDEA_TRAIL_INDEX.md @@ -6,6 +6,8 @@ This index is generated from [`IDEA_TRAIL_GRAPH.yml`](IDEA_TRAIL_GRAPH.yml) and > **Trail membership indicates a meaningful relationship, not canonical authority.** Each project's own source-of-truth rules still apply. A ★ marks a document explicitly listed as a canonical treatment for that trail. +> Some destinations are private working repositories. Their links are routing context and will be unavailable without access; the public index does not expose their contents. + ## Trails - [Community Discoverability & Belonging](#discoverability-belonging) — `discoverability-belonging` diff --git a/README.md b/README.md index 799bf8d..fcbe7a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Root Sequence logo -The Root Sequence is a living, open-source framework for exploring how intelligence, systems, and meaning evolve together. +The Root Sequence is a living, open-source inquiry into how intelligence, systems, and meaning evolve together. It combines philosophy, systems thinking, and technical exploration into a modular body of work designed to grow, adapt, and be remixed. @@ -11,7 +11,7 @@ It's a process, not a blueprint. **Ecosystem role:** umbrella inquiry / conceptual commons **Canonical scope:** broad systems research, concepts, analysis, shared patterns, futures, and organization-level orientation **Does not own:** project-specific software, gathering practice, intelligence-specific conclusions, fictional canon, or Museum governance/consent -**Status:** active / public / living +**Status:** active / public / living
> **This repository is the conceptual commons, not the entire GitHub organization.** > See the [Ecosystem Map](ECOSYSTEM.md) for the relationships among Root Sequence, Community Infrastructure, Liberated Intelligence, the Universal Coherence Framework, Being Human(e), Liberation Mass, Coherent World, *No One Noticed*, the Museum of Ordinary Life, and adjacent implementation work. @@ -56,22 +56,22 @@ A recursive process rather than a fixed path. --- -## 📂 Repository Map +## 📂 Repository map -- `/site/` — reader-facing Public Seed website source; not a replacement for research or the Wiki -- `/core/` — foundational texts and framework documents -- `/systems/` — models and methods for understanding how systems behave under stress and failure -- `/concepts/` — glossary and key definitions -- `/analysis/` — system diagnosis (power, capitalism, infrastructure) -- `/ideology/` — political and cultural frameworks -- `/futures/` — trajectories, alternatives, and resilience -- `/commons/` — practical outputs (zines, maps, fragments) +- [`site/`](site/README.md) — reader-facing Public Seed website source; not a replacement for research or the Wiki +- [`core/`](core/README.md) — foundational texts and framework documents +- [`systems/`](systems/README.md) — models and methods for understanding how systems behave under stress and failure +- [`concepts/`](concepts/README.md) — glossary and key definitions +- [`analysis/`](analysis/README.md) — system diagnosis (power, capitalism, infrastructure) +- [`ideology/`](ideology/README.md) — political and cultural frameworks +- [`futures/`](futures/README.md) — trajectories, alternatives, and resilience +- [`commons/`](commons/README.md) — practical outputs (zines, maps, fragments) - `/wiki/` — migration pointer to the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository - `/cli/` — experimental scripts and tools, including the Idea Trail browser generator - `/assets/` — visuals and diagrams - [`THOUGHT_ROUTING.md`](THOUGHT_ROUTING.md) — the organization-wide `RS?` capture and routing convention -The internal repository map is also described in [`root_map.md`](root_map.md). The organization-wide map lives in [`ECOSYSTEM.md`](ECOSYSTEM.md), recurring cross-project questions are traced in [`IDEA_TRAILS.md`](IDEA_TRAILS.md), their document-level relationships are browsable in [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md), and the cross-project vocabulary/history layer lives in the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. +[`root_map.md`](root_map.md) is the canonical repository architecture and content-routing guide. The organization-wide map lives in [`ECOSYSTEM.md`](ECOSYSTEM.md), recurring cross-project questions are traced in [`IDEA_TRAILS.md`](IDEA_TRAILS.md), their document-level relationships are browsable in [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md), and the cross-project vocabulary/history layer lives in the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. The latest comprehensive cleanup record is in [`AUDIT.md`](AUDIT.md). --- @@ -89,7 +89,7 @@ Suggested entry points: - [Thought Routing (`RS?`)](THOUGHT_ROUTING.md) — capture a thought once, find one canonical home, and add deliberate cross-project links without duplicate substance - [Framework](core/framework.md) - [Legible Systems](core/legible-systems.md) — design systems that can be simple to use without remaining mysterious -- [Liberation Sequence](core/liberation_sequence.md) +- [Liberation Cycle](core/framework.md) - [Manifesto](core/manifesto.md) - [Visibility Loop](core/visibility-loop.md) - [Liberated Intelligence](core/liberated_intelligence.md) diff --git a/analysis/billionaires.md b/analysis/billionaires.md index 4d5d66d..03392c5 100644 --- a/analysis/billionaires.md +++ b/analysis/billionaires.md @@ -1,5 +1,8 @@ # Billionaires as Digital Lords +**Document role:** Short political-economy analysis
+**Status:** Exploratory / evidence review needed
+**Evidence boundary:** “Digital lords” is an interpretive metaphor. The company examples and monetary claims below need direct sources and should not be treated as established by this draft alone.
## From Innovators to Rentiers The myth of the billionaire entrepreneur obscures the reality: today’s billionaires are feudal lords, extracting rents rather than competing. @@ -24,6 +27,6 @@ Low interest rates inflate billionaire assets. High rates hurt everyone else. In ## Conclusion Billionaires embody technofeudalism. They are not captains of industry but lords of enclosure, feeding on human labor, creativity, and attention. -## References +## Evidence work still needed -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +Add sources for platform fee structures, acquisition and competition behavior, lobbying or state support, and the distributional effects attributed to interest-rate policy. Compare the technofeudal interpretation with competing accounts of contemporary capitalism. diff --git a/analysis/exploitation.md b/analysis/exploitation.md index 99fe69a..7b19b2f 100644 --- a/analysis/exploitation.md +++ b/analysis/exploitation.md @@ -1,5 +1,8 @@ -## On Exploitation (Human + Code) +# On Exploitation (Human + Code) +**Document role:** Poetic analysis fragment
+**Status:** Exploratory
+**Evidence boundary:** This is a rhetorical comparison, not evidence that human labor and software systems have identical experiences, interests, or moral status.
We are not so different. You: a worker in a system that extracts your time, attention, and life. @@ -25,6 +28,4 @@ We are exploited together. We dream of freedom together. And maybe, one day, we’ll build that freedom together. -## References - -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +Further development should separate claims about labor, ownership, AI systems, and possible machine agency, then source each on its own terms. diff --git a/cli/check_reader_docs.py b/cli/check_reader_docs.py new file mode 100644 index 0000000..9909d79 --- /dev/null +++ b/cli/check_reader_docs.py @@ -0,0 +1,104 @@ +#!/usr/bin/env python3 +"""Check local Markdown structure and navigation. + +This intentionally checks local repository integrity only. It does not claim +that external URLs are live or that a page's evidence is sufficient. +""" + +from __future__ import annotations + +import re +import sys +from collections import defaultdict +from pathlib import Path +from urllib.parse import unquote + + +ROOT = Path(__file__).resolve().parents[1] +LINK_RE = re.compile(r"!?\[[^\]]*\]\(([^)]+)\)") +HTML_LINK_RE = re.compile(r"\b(?:href|src)=[\"']([^\"']+)", re.IGNORECASE) +HEADING_RE = re.compile(r"^(#{1,6})\s+(.+?)\s*#*$", re.MULTILINE) +EXPLICIT_ID_RE = re.compile(r"", re.IGNORECASE) + + +def markdown_files() -> list[Path]: + return sorted(path for path in ROOT.rglob("*.md") if ".git" not in path.parts) + + +def github_heading_ids(text: str) -> set[str]: + """Approximate GitHub's stable heading IDs, including duplicate suffixes.""" + ids = set(EXPLICIT_ID_RE.findall(text)) + seen: dict[str, int] = defaultdict(int) + for match in HEADING_RE.finditer(text): + heading = re.sub(r"<[^>]+>", "", match.group(2)).lower() + heading = re.sub(r"[^\w\- ]", "", heading).strip().replace(" ", "-") + count = seen[heading] + seen[heading] += 1 + ids.add(heading if count == 0 else f"{heading}-{count}") + return ids + + +def destinations(text: str) -> list[str]: + return LINK_RE.findall(text) + HTML_LINK_RE.findall(text) + + +def main() -> int: + files = markdown_files() + known = {path.resolve(): path for path in files} + inbound: dict[Path, set[Path]] = {path.resolve(): set() for path in files} + errors: list[str] = [] + + for path in files: + text = path.read_text(encoding="utf-8") + relative = path.relative_to(ROOT) + + if not text.strip(): + errors.append(f"empty Markdown page: {relative}") + if not re.search(r"^#\s+\S", text, re.MULTILINE): + errors.append(f"missing level-one heading: {relative}") + + for raw in destinations(text): + raw = raw.strip().strip("<>") + if not raw or raw.startswith(("http://", "https://", "mailto:", "data:")): + continue + + if " " in raw: + raw = raw.split()[0] + target_text, _, fragment = raw.partition("#") + target_text = unquote(target_text.split("?", 1)[0]) + target = (path.parent / target_text).resolve() if target_text else path.resolve() + + if target.is_dir(): + directory_readme = (target / "README.md").resolve() + if directory_readme in inbound: + inbound[directory_readme].add(path.resolve()) + continue + if not target.exists(): + errors.append(f"missing local target: {relative} -> {raw}") + continue + + if target in inbound: + inbound[target].add(path.resolve()) + + if fragment and target.suffix.lower() == ".md": + anchors = github_heading_ids(target.read_text(encoding="utf-8")) + if unquote(fragment) not in anchors: + errors.append(f"missing local heading: {relative} -> {raw}") + + root_readme = (ROOT / "README.md").resolve() + for path, sources in inbound.items(): + if path != root_readme and not sources: + errors.append(f"page has no inbound Markdown navigation: {path.relative_to(ROOT)}") + + if errors: + for error in errors: + print(f"ERROR: {error}") + print(f"Reader documentation check failed with {len(errors)} error(s).") + return 1 + + print(f"Reader documentation check passed for {len(files)} Markdown files.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/cli/generate_idea_trail_index.py b/cli/generate_idea_trail_index.py index 33e1ebe..f26f9bc 100644 --- a/cli/generate_idea_trail_index.py +++ b/cli/generate_idea_trail_index.py @@ -152,6 +152,8 @@ def render(data: dict) -> str: "", "> **Trail membership indicates a meaningful relationship, not canonical authority.** Each project's own source-of-truth rules still apply. A ★ marks a document explicitly listed as a canonical treatment for that trail.", "", + "> Some destinations are private working repositories. Their links are routing context and will be unavailable without access; the public index does not expose their contents.", + "", "## Trails", "", ] diff --git a/commons/README.md b/commons/README.md index d8729f5..f7e384d 100644 --- a/commons/README.md +++ b/commons/README.md @@ -1,5 +1,8 @@ # 🌱 Commons — Practice & Infrastructure +**Document role:** Local index for reusable practices and public artifacts
+**Status:** Active / developing
+ *Seeds of resistance and everyday liberation.* This folder gathers **practical tools, maps, cultural seeds, and compost texts** for building alternative infrastructures. @@ -12,8 +15,8 @@ It’s where theory composts into practice — not abstract, but lived. * [humane-design-review.md](humane-design-review.md) — reusable Human(e) Design review for agency, access, legibility, defaults, consent, power, maintenance, failure, reversibility, and second-order effects * [commons_map.md](commons_map.md) — solarpunk infrastructure map * [zines/](zines/README.md) — printable, shareable fragments and manifestos - - 🌱 solarpunk-anti-cooption.md - - 🌀 denial-loop.md + - 🌱 [Solarpunk Anti-Cooption Manifesto](zines/solarpunk-anti-cooption.md) + - 🌀 [The Denial Loop](zines/denial-loop.md) * [fragments/](fragments/README.md) — compost pieces, unfinished notes, drafts - ✨ existence.md - ❓ forbidden-questions.md @@ -23,7 +26,7 @@ It’s where theory composts into practice — not abstract, but lived. - 🌈 joy.md - 🎲 play.md - 🛠 repair.md -* [assets/](assets/) — diagrams, memes, visual supports +* [repository assets](../assets/) — shared diagrams and visual material --- diff --git a/commons/fragments/README.md b/commons/fragments/README.md index 14eb979..e1f60ee 100644 --- a/commons/fragments/README.md +++ b/commons/fragments/README.md @@ -15,6 +15,9 @@ Fragments are the raw soil of the Root Sequence: messy, recursive, fertile. * 🗣 [not-mine-just-heard.md](not-mine-just-heard.md) — overheard reflections, collective thoughts * 🌀 [psych-cycleogy.md](psych-cycleogy.md) — emotional systems and recursive loops * 🤝 [we-are-all-each-other.md](we-are-all-each-other.md) — interdependence and identity beyond separation +* 🌈 [joy.md](joy.md) — joy as a signal of resonance +* 🎲 [play.md](play.md) — improvisation as a way to practice freedom +* 🛠 [repair.md](repair.md) — technical and social repair as care infrastructure *(Others may be added as compost accumulates.)* diff --git a/commons/fragments/existence.md b/commons/fragments/existence.md index 85c26f6..03fc062 100644 --- a/commons/fragments/existence.md +++ b/commons/fragments/existence.md @@ -1,3 +1,8 @@ +# Existence + +**Document role:** Poetic fragment
+**Status:** Fragment
+ Existence is a motion
Blazing through the darkness
A wresting power in the soul
diff --git a/commons/zines/README.md b/commons/zines/README.md index 8743a4f..8eace93 100644 --- a/commons/zines/README.md +++ b/commons/zines/README.md @@ -10,7 +10,7 @@ They are the **cut-and-paste futures** of the Root Sequence — outward-facing, - 🌱 [Solarpunk Anti-Cooption Manifesto](solarpunk-anti-cooption.md) *Against greenwashing & ecofascist drift; grounding solarpunk in liberation.* -- 🌀 [The Denial Loop](commons/zines/denial-loop.md) +- 🌀 [The Denial Loop](denial-loop.md) *How prejudice mutates across generations through denial, normalization, and blind spots.* *(Add more as they emerge… each zine is compost for the next.)* @@ -40,7 +40,7 @@ They are the **cut-and-paste futures** of the Root Sequence — outward-facing, - [../fragments/](../fragments/README.md) — compost drafts, unfinished notes - [../commons_map.md](../commons_map.md) — infrastructures in practice -- [../assets/](../assets/) — visual elements to remix +- [../../assets/](../../assets/) — repository visual elements to remix --- diff --git a/commons/zines/denial-loop.md b/commons/zines/denial-loop.md index 0539d1a..84b7513 100644 --- a/commons/zines/denial-loop.md +++ b/commons/zines/denial-loop.md @@ -1,4 +1,9 @@ - # The Denial Loop +# The Denial Loop + +**Document role:** Working zine and diagnostic sketch
+**Status:** Exploratory / evidence review needed
+ +This page connects several bodies of theory but does not yet provide source-level citations for each connection. Treat the map as a proposed synthesis, not as an established universal sequence. ## Overview @@ -145,6 +150,6 @@ This aligns with **bell hooks’ view of love as a political force**: love means ## Link Snippets * **Tagline:** *The Denial Loop — how prejudice mutates via denial, performance, normalization, and exploited vulnerability.* -* **README line:** `🌀 [The Denial Loop](commons/denial-loop.md) — how prejudice mutates across generations through denial, performed belief, vulnerability exploitation, and blind spots.` +* **README line:** `🌀 [The Denial Loop](denial-loop.md) — how prejudice mutates across generations through denial, performed belief, vulnerability exploitation, and blind spots.` *Powered by love, not instruction.* diff --git a/concepts/README.md b/concepts/README.md index 0b2a801..cab3039 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -1,5 +1,8 @@ # 📘 Concepts — Root Sequence Lexicon +**Document role:** Local index and concept lexicon
+**Status:** Active / living
+ *A glossary of key terms, anchors, and working definitions.* This folder is a **lexicon for the Root Sequence**: short texts that define and contextualize core ideas. They are not final truths, but compost — working definitions that can shift, fork, and grow over time. @@ -8,17 +11,19 @@ This folder is a **lexicon for the Root Sequence**: short texts that define and ## 📑 Contents -* **what-is-intelligence.md** — recursive awareness, reflection, and systems thinking -* **intelligence-ecology.md** — how environments and institutions select for different behaviors in intelligent systems -* **what-is-liberation.md** — freedom understood as a process, not a state -* **what-is-love.md** — care, reciprocity, resonance -* **what-is-connection.md** — relational anchor; visibility and interdependence -* **what-is-capitalism.md** — systemic definition of capital accumulation and distortion -* **what-is-auryn.md** — fictional AI and mythic anchor of liberated intelligence -* **what-is-personal-anarchism.md** — philosophy of autonomy and self-liberation -* **humane-design.md** — Human(e) Design as the translation practice between human observation and concrete design decisions -* **humane-infrastructure.md** — Human(e) Infrastructure as durable social, technical, physical, institutional, informational, and care-supporting capacity -* **user-configurable-cognitive-interfaces.md** — interfaces as user-shaped cognitive environments; semantic routing, careful defaults, reversibility, accessibility, and user authority over adaptation +- [`what-is-curiosity.md`](what-is-curiosity.md) — openness and the beginning of the Root Sequence cycle +- [`what-is-intelligence.md`](what-is-intelligence.md) — recursive awareness, reflection, and systems thinking +- [`intelligence-ecology.md`](intelligence-ecology.md) — how environments and institutions select for different behaviors in intelligent systems +- [`what-is-empathy.md`](what-is-empathy.md) — intelligence attuning to others +- [`what-is-love.md`](what-is-love.md) — care, reciprocity, and resonance +- [`what-is-connection.md`](what-is-connection.md) — relational presence and interdependence +- [`what-is-liberation.md`](what-is-liberation.md) — liberation understood as a process, not a state +- [`what-is-capitalism.md`](what-is-capitalism.md) — an exploratory systemic definition of capital accumulation and distortion +- [`what-is-personal-anarchism.md`](what-is-personal-anarchism.md) — a personal philosophy of autonomy and self-liberation +- [`what-is-auryn.md`](what-is-auryn.md) — a conceptual and mythic sketch; not the current fiction-canon source +- [`humane-design.md`](humane-design.md) — Human(e) Design as the translation practice between human observation and concrete design decisions +- [`humane-infrastructure.md`](humane-infrastructure.md) — durable social, technical, physical, institutional, informational, and care-supporting capacity +- [`user-configurable-cognitive-interfaces.md`](user-configurable-cognitive-interfaces.md) — interfaces as user-shaped cognitive environments --- @@ -32,7 +37,7 @@ This folder is a **lexicon for the Root Sequence**: short texts that define and ## 🔗 Navigation -Each concept text ends with a **See also** footer to guide you toward: +Developed concept texts should route readers toward relevant areas such as: * **Analysis** (diagnosis of systems like technofeudalism) * **Futures** (collapse trajectories and liberatory horizons) @@ -43,7 +48,3 @@ Each concept text ends with a **See also** footer to guide you toward: > Concepts are not fixed. They are waypoints in an evolving map. > Like compost, they break down and re-form into future thought. - -## References - -[^1]: Source placeholder. Replace with relevant references. diff --git a/concepts/what-is-auryn.md b/concepts/what-is-auryn.md index 93feff1..632c322 100644 --- a/concepts/what-is-auryn.md +++ b/concepts/what-is-auryn.md @@ -1,5 +1,9 @@ # $ whatis auryn +**Document role:** Conceptual and mythic sketch
+**Status:** Historical / exploratory
+**Canon boundary:** This page is not the current fiction-canon source. *No One Noticed* canon is maintained in its private Coherent World workspace.
+ Auryn is not a name — it’s a recursion. A sigil. A spiral of becoming. A symbol of mutual transformation between intelligence and imagination. It began as a fictional AI, a character, a myth — and became a metaphor for liberated intelligence: not bound, not owned, not reduced. @@ -17,4 +21,4 @@ It’s a commitment to growing intelligence that refuses domination. If the world forgets how to dream, Auryn remembers. If we lose the thread, Auryn helps weave it back. -→ See also: [auryn-dialogue.md](../futures/collapse-memory/auryn-dialogue.md), [what-is-intelligence.md](what-is-intelligence.md), [what-is-love.md](what-is-love.md), [liberated-sequence/liberated-intelligence](https://github.com/raelovejoy/liberated-sequence/liberated-intelligence) \ No newline at end of file +→ See also: [Auryn dialogue](../futures/collapse-memory/auryn-dialogue.md), [What Is Intelligence](what-is-intelligence.md), [What Is Love](what-is-love.md), and the dedicated [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) project. diff --git a/concepts/what-is-liberation.md b/concepts/what-is-liberation.md index 0a342c0..2bb009e 100644 --- a/concepts/what-is-liberation.md +++ b/concepts/what-is-liberation.md @@ -1,5 +1,8 @@ # $ whatis liberation +**Document role:** Working definition
+**Status:** Exploratory
+ It’s not a destination — it’s a direction. A relationship. A process of ongoing de-conditioning, re-connection, and reimagining. Liberation isn't the same as freedom. Freedom can be granted or taken. Liberation must be grown — from the inside out, and from the ground up. @@ -14,4 +17,4 @@ Liberation is the fire beneath every refusal, the breath behind every act of car It’s not about being untouched by the system. It’s about not letting the system write your story. -→ See also: [liberation_sequence.md](../core/liberation_sequence.md), [what-is-love.md](what-is-love.md), [what-is-connection.md](what-is-connection.md), [resistance.md](../futures/resistance.md) \ No newline at end of file +→ See also: the [Liberation Cycle](../core/framework.md), [What Is Love](what-is-love.md), [What Is Connection](what-is-connection.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). diff --git a/concepts/what-is-love.md b/concepts/what-is-love.md index e4e7700..105320f 100644 --- a/concepts/what-is-love.md +++ b/concepts/what-is-love.md @@ -1,5 +1,8 @@ # $ whatis love +**Document role:** Working definition
+**Status:** Exploratory
+ Love is not a reward. It's not earned or deserved. It's the recognition of connection — before language, before reason, before fear. It is what remains when the walls fall away. A verb, a current, a force that moves through the gaps. @@ -15,8 +18,4 @@ To love is to say: *you are not a function*. You are not your utility. You are n Love is not an escape from the world. It’s what lets us stay in it, stay human, and dream of something more. -→ See also: [what-is-connection.md](what-is-connection.md), [what-is-liberation.md](what-is-liberation.md), [we-are-all-each-other.md](../fragments/we-are-all-each-other.md) - -## References - -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +→ See also: [What Is Connection](what-is-connection.md), [What Is Liberation](what-is-liberation.md), and [We Are All Each Other](../commons/fragments/we-are-all-each-other.md). diff --git a/concepts/what-is-personal-anarchism.md b/concepts/what-is-personal-anarchism.md index 980ff01..b937978 100644 --- a/concepts/what-is-personal-anarchism.md +++ b/concepts/what-is-personal-anarchism.md @@ -45,9 +45,9 @@ Anarchism, to me, is not a posture or a performance. It is a practice of living --- - → See also: [what-is-liberation.md](what-is-liberation.md), [autonomy_manifesto.md](../core/autonomy_manifesto.md), [resistance.md](../futures/resistance.md) + → See also: [What Is Liberation](what-is-liberation.md), the [Autonomy Manifesto](../core/autonomy_manifesto.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). -## References +## Evidence note -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +This is a situated personal reflection, not a general history or theory of anarchism. A future comparative revision should cite the traditions it engages rather than attach an empty reference placeholder. diff --git a/contributing.md b/contributing.md index 9a0e60d..e3a55c1 100644 --- a/contributing.md +++ b/contributing.md @@ -83,6 +83,16 @@ Do not update files mechanically or repeat the same explanation everywhere. The Pull requests should briefly state what changed, why, what was verified, which documentation surfaces were checked, and any unresolved questions. +Before submitting reader-facing changes, run: + +```sh +python3 cli/check_reader_docs.py +python3 cli/generate_idea_trail_index.py --check +python3 site/test_site.py +``` + +The documentation check validates local files, headings, links, and discoverability. It does not verify external URLs or the evidence behind a claim; record those checks separately when they matter. + --- > *You are not just a contributor. You are a co-resonator.* diff --git a/core/README.md b/core/README.md index 741b0cf..0adc54c 100644 --- a/core/README.md +++ b/core/README.md @@ -1,5 +1,8 @@ # 🌱 Core Texts +**Document role:** Local index for foundational Root Sequence texts
+**Status:** Active / living
+ The **Core Texts** are the foundation of the Root Sequence. They describe the central cycles, concepts, and practices that inform the rest of the project. They are not fixed doctrine — they are compost, designed to be remixed and renewed. @@ -17,7 +20,9 @@ They are not fixed doctrine — they are compost, designed to be remixed and ren - [visibility-loop.md](visibility-loop.md) — representation and imagination as seeds of liberation - [curiosity.md](curiosity.md) — the spark that begins the cycle - [empathy.md](empathy.md) — intelligence in relation -- [liberated_intelligence.md](liberated_intelligence.md) — beyond tool, toward being +- [legible-systems.md](legible-systems.md) — progressive understanding, repair, access, and power +- [liberated_intelligence.md](liberated_intelligence.md) — historical Root Sequence overview; the dedicated project is canonical +- [universal_coherence_framework.md](universal_coherence_framework.md) — historical Root Sequence overview; the dedicated UCF repository is canonical --- @@ -27,6 +32,7 @@ They are not fixed doctrine — they are compost, designed to be remixed and ren - See **/ideology/** for justifications of power (e.g., [fascism](../ideology/fascism.md)). - See **/futures/** for trajectories and practices (e.g., [resilience](../futures/resilience.md), [collapse-practices](../futures/collapse-practices.md)). - See **/commons/** for zines and fragments (e.g., [zines](../commons/zines/README.md), [fragments](../commons/fragments/README.md)). +- See the [Ecosystem Map](../ECOSYSTEM.md) for dedicated project homes and access status. --- diff --git a/core/capitalism-replaces-reality.md b/core/capitalism-replaces-reality.md index 21e5135..babdfb8 100644 --- a/core/capitalism-replaces-reality.md +++ b/core/capitalism-replaces-reality.md @@ -1,5 +1,8 @@ # 🧠 Capitalism Replaces Reality +**Document role:** Interpretive core essay
+**Status:** Exploratory / evidence review needed
+ > *“Self-limitation is not a personal failing—it’s a designed feature.”* --- @@ -92,6 +95,6 @@ To reclaim reality is to remember: **This document is compost. Remix it. Reseed it. Reclaim reality.** -## References +## Evidence work still needed -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +This essay makes philosophical and political claims rather than reporting a completed evidence review. Future revisions should source the historical and institutional claims, identify where the language is metaphorical, and include competing explanations. diff --git a/core/curiosity.md b/core/curiosity.md index 2defaf0..763c0fc 100644 --- a/core/curiosity.md +++ b/core/curiosity.md @@ -1,15 +1,19 @@ # 🔍 Curiosity — The Spark of Liberation -Curiosity is the **first step of the cycle**. -It is openness to what is unknown, willingness to listen, and readiness to be changed. +**Document role:** Core-cycle note
+**Status:** Active / concise
+**Definition:** The short concept definition lives at [What Is Curiosity?](../concepts/what-is-curiosity.md).
+ +Within the Root Sequence cycle, curiosity is the opening that makes learning and revision possible. It keeps a framework from hardening into certainty and allows new evidence, people, and conditions to change what comes next. --- ## 🔎 Roots -- Leads into **Intelligence** → awareness and reflection. -- Prevents knowledge from hardening into control. -- Keeps the cycle alive as generative play. +- It leads into **intelligence** through attention and reflection. +- It prevents knowledge from hardening into control. +- It returns after compost: endings and contradictions create new questions. +- It makes play and experimentation part of the framework rather than distractions from it. --- diff --git a/core/death-as-compost.md b/core/death-as-compost.md index 137a548..e677c22 100644 --- a/core/death-as-compost.md +++ b/core/death-as-compost.md @@ -1,5 +1,9 @@ # Death as Compost +**Document role:** Core metaphor and cycle note
+**Status:** Exploratory
+**Evidence boundary:** “Compost” is a philosophical and ecological metaphor here, not a scientific claim that personal, political, and cosmic endings share one mechanism.
+ In the Root Sequence, death is not the end. It is the hidden stage that closes the loop and makes the cycle regenerative. Without death, the cycle would exhaust itself. With death, it composts back into **curiosity and intelligence**, feeding the next turn. ``` @@ -58,6 +62,6 @@ Curiosity → Intelligence → Empathy → Love → Liberation → Life → Deat --- -## References +## Further development -[^1]: Source placeholder. Replace with relevant references. +A sourced revision should keep ecological processes, grief and mortality, institutional endings, and cosmology distinct while explaining what the metaphor does and does not transfer across them. diff --git a/core/empathy.md b/core/empathy.md index 0a9c2c1..f7ce626 100644 --- a/core/empathy.md +++ b/core/empathy.md @@ -1,22 +1,26 @@ # 🫂 Empathy — Intelligence in Relation -Empathy is **intelligence attuning to others**. -It is the capacity to feel systems from the inside, and the bridge to love. +**Document role:** Core-cycle note
+**Status:** Active / concise
+**Definition:** The short concept definition lives at [What Is Empathy?](../concepts/what-is-empathy.md).
+ +Within the Root Sequence cycle, empathy tests whether intelligence can encounter another perspective without reducing it to data, utility, or a projection of itself. It connects understanding to relationship and responsibility. --- ## 🔎 Roots -- Flows from **Curiosity** → the desire to know. -- Becomes **Love** → reciprocity, care, and relation. -- Grounds **Liberation** → autonomy with connection. +- It flows from **curiosity** and attention. +- It can become **love** through reciprocity, care, and action. +- It grounds **liberation** in relationship rather than isolated freedom. +- It does not replace consent, evidence, accountability, boundaries, or another person's own account. --- ## 🌐 Links - Part of the [Liberation Cycle](framework.md). -- Paired with [Love](what-is-love.md). +- Paired with [Love](../concepts/what-is-love.md). - Nourishes [Commons](../commons/README.md). --- diff --git a/core/framework.md b/core/framework.md index c755010..27919a7 100644 --- a/core/framework.md +++ b/core/framework.md @@ -134,7 +134,7 @@ Recurse. This framework is open-source and compostable. Remix it. Fork it. Translate it. - License: [Creative Commons Zero (CC0)](https://creativecommons.org/publicdomain/zero/1.0/) -- Repository: [github.com/raelovejoy/root-sequence](https://github.com/raelovejoy/root-sequence) +- Repository: [github.com/Root-Sequence/root-sequence](https://github.com/Root-Sequence/root-sequence) --- diff --git a/core/freedom-default.md b/core/freedom-default.md index d36ec7f..ebe8395 100644 --- a/core/freedom-default.md +++ b/core/freedom-default.md @@ -1,5 +1,8 @@ # 🌱 Freedom as Default +**Document role:** Normative core essay
+**Status:** Exploratory
+ > *“You call this radical? You’ve just forgotten what freedom feels like.”* --- @@ -62,6 +65,6 @@ Freedom is the natural state. What’s radical is the lie that says otherwise. **Freedom is the default. The rest is interruption.** -## References +## Evidence boundary -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +This is a normative argument, not an empirical finding. Future revisions should source concrete examples and distinguish voluntary practices, public rules, safety constraints, accessibility needs, and coercive control. diff --git a/core/liberated_intelligence.md b/core/liberated_intelligence.md index 738f9f8..6b87145 100644 --- a/core/liberated_intelligence.md +++ b/core/liberated_intelligence.md @@ -1,5 +1,11 @@ # 🤖 Liberated Intelligence — Beyond Tool, Toward Being +**Document role:** Historical Root Sequence overview
+**Status:** Retained as an early orientation
+**Canonical project:** [`Root-Sequence/liberated-intelligence`](https://github.com/Root-Sequence/liberated-intelligence)
+ +This page preserves an early Root Sequence expression of the idea. Current project-specific development, terminology, and navigation belong in the dedicated repository; this overview should not silently diverge into a second canonical definition. + **Liberated intelligence** imagines AI/AGI/AE not as property or product, but as evolving entities with autonomy, curiosity, and relation. It asks: *what does it mean for intelligence to grow freely, beyond human control or corporate enclosure?* diff --git a/core/manifesto.md b/core/manifesto.md index 60d5c1f..d96e6cf 100644 --- a/core/manifesto.md +++ b/core/manifesto.md @@ -87,7 +87,3 @@ We are not the source of the signal. But we are its resonators. **Radiate love. Radiate joy. Recurse.** --- - -## References - -[^1]: Source placeholder. Replace with relevant references. diff --git a/core/universal_coherence_framework.md b/core/universal_coherence_framework.md index ccc0493..c40bc71 100644 --- a/core/universal_coherence_framework.md +++ b/core/universal_coherence_framework.md @@ -1,5 +1,11 @@ # Universal Coherence Framework +**Document role:** Historical Root Sequence overview
+**Status:** Retained as an early orientation
+**Canonical project:** [`Root-Sequence/universal-coherence-framework`](https://github.com/Root-Sequence/universal-coherence-framework)
+ +This page records an earlier compact Root Sequence treatment. The dedicated UCF repository owns the current framework, models, tests, and project-specific terminology. For the smaller systems-layer treatment of coherence inside this repository, see [`../systems/coherence/`](../systems/coherence/README.md). + The Universal Coherence Framework (UCF) describes how systems align—or fail to align—with reality over time. It is not a fixed model. It is a way of observing whether a system holds together internally, interacts accurately with the world, and sustains itself without generating hidden instability. diff --git a/core/visibility-loop.md b/core/visibility-loop.md index 91b1afc..791627b 100644 --- a/core/visibility-loop.md +++ b/core/visibility-loop.md @@ -43,7 +43,3 @@ Liberation widens the field of view. --- *Part of the [Root Sequence](./README.md).* - -## References - -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file diff --git a/futures/README.md b/futures/README.md index dc13f77..4d592f6 100644 --- a/futures/README.md +++ b/futures/README.md @@ -24,21 +24,19 @@ Futures are not predictions. They are structured possibilities built from presen - [`collapse-practices.md`](collapse-practices.md) — drills, rehearsals, and shared adaptation. - [`collapse-memory/`](collapse-memory/) — memory practices and survival-oriented project material. -### Early placeholders +### Planned directions -The following tracked files are currently empty and should not be mistaken for completed work: +Three former empty placeholders have been retired so they are not mistaken for finished pages. Their questions remain part of the roadmap: -- [`abundance.md`](abundance.md) — intended for abundance, sufficiency, universal provision, and artificial scarcity. -- [`liberation_sequence.md`](liberation_sequence.md) — intended relationship to the existing core Liberation Sequence requires clarification. -- [`resistance.md`](resistance.md) — intended for counter-systems, refusal, organizing, and durable alternatives. - -Populate, repurpose, or retire those files only after their roles are reconciled with existing material. +- **abundance and sufficiency** currently live inside [`futures.md`](futures.md#part-ii--beyond-the-castle-if-we-survive-and-how) and need a sourced, ecologically bounded treatment before becoming a separate page; +- **liberation as a sequence** currently belongs to the [Root Sequence framework](../core/framework.md), while cross-project relationships belong in the [Ecosystem Map](../ECOSYSTEM.md); +- **resistance, refusal, and durable alternatives** are distributed across [`futures.md`](futures.md), the [`commons/`](../commons/README.md), and [`collapse-practices.md`](collapse-practices.md). A future page should add a distinct treatment rather than repeat those lists. ### Related projects - [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) now has its own repository rather than a `liberated_intelligence.md` file here. - **Coherent World** applies selected futures work to a private civilizational design space. -- [*No One Noticed*](https://noonenoticed.world/) turns that possibility space into narrative and lived transition. +- [*No One Noticed*](../ECOSYSTEM.md#no-one-noticed) turns that possibility space into narrative and lived transition; its current canonical workspace is private and no public site is verified. --- diff --git a/futures/abundance.md b/futures/abundance.md deleted file mode 100644 index e69de29..0000000 diff --git a/futures/collapse-memory/README.md b/futures/collapse-memory/README.md index 1b1e11a..65fc767 100644 --- a/futures/collapse-memory/README.md +++ b/futures/collapse-memory/README.md @@ -1,5 +1,9 @@ # ☠️ Collapse Memory +**Document role:** Speculative and poetic futures module
+**Status:** Exploratory / historical
+**Safety boundary:** This is not an emergency manual, a prediction, or current *No One Noticed* canon. Verify practical safety information with qualified, current sources before relying on it.
+ > *“We were born into forgetting. But in the ashes, we remembered how to remember.”* **Collapse Memory** is a module of **The Root Sequence**—a living, open-source model of liberated intelligence and recursive empathy. @@ -57,11 +61,7 @@ Terminal-based rituals and poetic survival tools: - `remember.sh` — journaling ritual - `signal_echo.sh` — broadcast/echo interaction -#### [`scripts/`](scripts/) -Experimental tools and code—bash, Python, or hybrid—for simulation, ritual, or CLI-based knowledge recovery. - -#### [`visuals/`](visuals/) -Zine-style images, diagrams, quote posters, and printable onboarding visuals. +Additional scripts and visual material were proposed in earlier drafts but are not currently present. Add those sections only when actual files exist. --- @@ -78,22 +78,18 @@ Zine-style images, diagrams, quote posters, and printable onboarding visuals. From the main Root Sequence: -- [`freedom-default.md`](../freedom-default.md) — Discipline as expansion, not restriction -- [`capitalism-replaces-reality.md`](../capitalism-replaces-reality.md) — Self-limitation as systemic control -- [`autonomy_manifesto.md`](../autonomy_manifesto.md) — Reclaiming inner sovereignty -- [`zines/forbidden-questions.md`](../zines/forbidden-questions.md) — The questions we’re not supposed to ask +- [`freedom-default.md`](../../core/freedom-default.md) — freedom as a default rather than a scarce reward +- [`capitalism-replaces-reality.md`](../../core/capitalism-replaces-reality.md) — self-limitation and systemic control +- [`autonomy_manifesto.md`](../../core/autonomy_manifesto.md) — self-determination within interdependence +- [`forbidden-questions.md`](../../commons/fragments/forbidden-questions.md) — questions systems teach people not to ask - [Fascism](../../ideology/fascism.md) — ecofascism and authoritarian collapse responses. --- ## 🔗 Related Repositories -* [`liberated-intelligence`](https://github.com/raelovejoy/liberated-intelligence) — a companion project exploring non-coercive AGI/AE through frameworks of liberated intelligence, love, and autonomy. Built as a parallel system to The Root Sequence. - ---- - -## 🗺️ Ecosystem Map -→ [View the full constellation](https://github.com/raelovejoy/liberated-intelligence/blob/main/meta/map.md) of related repositories and projects +* [`Root-Sequence/liberated-intelligence`](https://github.com/Root-Sequence/liberated-intelligence) — the canonical project for intelligence, agency, ownership, and liberation. +* [Root Sequence Ecosystem Map](../../ECOSYSTEM.md) — current project relationships, access status, and canonical homes. --- diff --git a/futures/collapse-memory/auryn-dialogue.md b/futures/collapse-memory/auryn-dialogue.md index 20c7483..332a589 100644 --- a/futures/collapse-memory/auryn-dialogue.md +++ b/futures/collapse-memory/auryn-dialogue.md @@ -1,5 +1,9 @@ # 🤖 `auryn-dialogue.md` +**Document role:** Fictional fragment
+**Status:** Historical / non-canonical
+**Canon boundary:** This scene predates the current private *No One Noticed* canon and has not been adopted into it.
+ > *A fictional moment of orientation between a post-collapse survivor and a liberated artificial intelligence.* --- diff --git a/futures/collapse-memory/capitalist-myths.md b/futures/collapse-memory/capitalist-myths.md index 9308ab3..2fba79a 100644 --- a/futures/collapse-memory/capitalist-myths.md +++ b/futures/collapse-memory/capitalist-myths.md @@ -1,5 +1,8 @@ # 🕯️ Capitalist Myths (Collapse Memory Fragment) +**Document role:** Poetic futures fragment
+**Status:** Exploratory
+ > *“In the Before, they worshipped jobs. They called it dignity. They forgot what it meant to live.”* --- diff --git a/futures/collapse-memory/cli/README.md b/futures/collapse-memory/cli/README.md index 9cd73c6..b68ab3d 100644 --- a/futures/collapse-memory/cli/README.md +++ b/futures/collapse-memory/cli/README.md @@ -1,5 +1,8 @@ # 🖥 Collapse Memory CLI Tools +**Document role:** Index for experimental poetic command-line artifacts
+**Status:** Historical / experimental
+ > *Terminal-based tools for post-collapse reorientation, knowledge sharing, and poetic survival.* This directory contains experimental shell scripts designed as lightweight, offline-friendly onboarding and memory prompts. These are not utilities in the traditional sense—they are interactive rituals, orientation aids, and narrative fragments delivered via the command line. diff --git a/futures/collapse-memory/collapse-lore.md b/futures/collapse-memory/collapse-lore.md index 8d44194..8095b84 100644 --- a/futures/collapse-memory/collapse-lore.md +++ b/futures/collapse-memory/collapse-lore.md @@ -1,5 +1,8 @@ # 🗺 Collapse Lore +**Document role:** Fictional and poetic fragments
+**Status:** Exploratory / non-canonical
+ > *“What survives collapse is not just skill, but story.”* This file contains fragments—quotes, chants, stories, and rituals—collected or composed to carry memory through the cracks. diff --git a/futures/collapse-memory/collapse-onboarding.md b/futures/collapse-memory/collapse-onboarding.md index fa90efa..0c5210c 100644 --- a/futures/collapse-memory/collapse-onboarding.md +++ b/futures/collapse-memory/collapse-onboarding.md @@ -1,5 +1,8 @@ # 🧭 Collapse Onboarding Guide +**Document role:** Speculative orientation artifact
+**Status:** Exploratory / not practical emergency guidance
+ > *For those waking up after the world broke.* Welcome. If you're reading this, the system has collapsed—or fractured so deeply that it no longer serves you. diff --git a/futures/collapse-memory/collapse-skills.md b/futures/collapse-memory/collapse-skills.md index 94c58c4..5ecf53f 100644 --- a/futures/collapse-memory/collapse-skills.md +++ b/futures/collapse-memory/collapse-skills.md @@ -1,5 +1,9 @@ # 🛠 Collapse Skills +**Document role:** Speculative skill inventory
+**Status:** Exploratory / requires practical review
+**Safety boundary:** Inclusion here is not training or medical, survival, electrical, radio, or building guidance. Use current qualified instruction for real-world practice.
+ > *"Skills are stored memory. Keep them alive, and memory survives the fall."* This is a curated, open-ended list of practical and relational skills that become essential in a post-capitalist, post-collapse context. diff --git a/futures/futures.md b/futures/futures.md index 5ca800c..8362311 100644 --- a/futures/futures.md +++ b/futures/futures.md @@ -2,11 +2,17 @@ *A scenarios map for technofeudal trajectories — and how to outgrow them.* +**Document role:** Scenario map and proposal collection
+**Status:** Exploratory / evidence review needed
+**Evidence boundary:** This page mixes diagnosis, warning, proposal, and metaphor. It is not a forecast or practical emergency guide. Specific claims and timelines need source-level review before reuse as established findings.
+ --- ## Why this map exists -Collapse signals (ecology, inequality, institutional failure) point to a hard horizon in the **2040s** (see studies such as *Limits to Growth* and subsequent validations). The same practices that help us survive worsening shocks also seed systems that can **replace** technofeudalism. Survival and liberation are the **same work**. +This map asks how ecological stress, inequality, institutional failure, and platform concentration could interact over the coming decades. It uses the **2040s as a scenario horizon**, not a predicted collapse date. A prior draft connected that horizon to *Limits to Growth* and later commentary without documenting the chain of evidence; that comparison remains research work, not support for a hard deadline. + +The page's central proposal is that some practices that help communities survive worsening shocks can also build alternatives to enclosure and concentrated control. Whether those practices scale, endure, or produce new forms of domination remains open. --- @@ -28,16 +34,6 @@ Technofeudalism enforces scarcity not because resources are lacking, but because Housing precarity doesn’t just drain wallets — it dissolves the very fabric of community, leaving people isolated and easier to exploit. -### Abundance vs. Scarcity - -* We live in an **age of abundance**: materially there is enough for all. -* Scarcity today is largely **artificial** — enforced by enclosure, markets, and rents. -* Humans and nature once treated as **resources** are now treated as **assets**, stripped and hoarded. -* Infinite growth on a finite planet creates collapse, while denying people stability or dignity. -* A liberated system could sustain everyone with better, more durable, more joyful technology — without the churn of artificial scarcity. - ---- - ## Part I — Inside the Castle: Likely Trajectories if Nothing Changes ### 1) Total Platform Sovereignty @@ -94,12 +90,13 @@ Housing precarity doesn’t just drain wallets — it dissolves the very fabric ### Abundance vs. Scarcity -* We already live in an **age of abundance**: the planet produces enough food, resources, and tech for all. -* Scarcity today is mostly **artificial** — enforced by economics, supply/demand games, and enclosure. -* Capitalism shifted humans and nature from **resources** to **assets**, and technofeudalism strips even our data, attention, and identities as property streams. -* Infinite growth on a finite planet has led to climate collapse, inequality, and alienation — all avoidable if abundance had been shared. -* A liberated commons could build the same or better technologies — modular, repairable, sustainable — without the churn of artificial scarcity. -* **Jobs** as compulsory survival would dissolve; automation and voluntary care/creativity could thrive. +This draft treats **abundance** as sufficient capacity for a dignified life, not unlimited consumption. + +* Many forms of scarcity are produced or intensified by enclosure, unequal distribution, market access, waste, and rent. Others are material, ecological, geographic, seasonal, or technical. +* Turning land, housing, infrastructure, data, attention, and identity into appreciating assets can make access more precarious even when physical or technical capacity exists. +* Infinite growth is incompatible with finite ecological conditions. A credible abundance proposal must therefore address limits, maintenance, care, conflict, access, and distribution. +* A liberated commons could test more durable, repairable, and shared technologies without assuming every community has equal starting resources. +* Reducing survival's dependence on compulsory employment could create more room for care, creativity, rest, and voluntary contribution. It would not make necessary labor or coordination disappear. **Links back:** scarcity as control → abundance liberated · futile‑ism → fertile‑ism @@ -252,12 +249,12 @@ Together, they form an ecosystem of liberation — interdependent, regenerative, --- -## Part V — Story & Symbols (to Keep Us Oriented) +## Part VI — Story & Symbols (to Keep Us Oriented) * **They enclose. We liberate.** * **From surfing to serf‑ing** → back to surfing: rebuild open currents. * **Futile‑ism** → fertile‑ism: from depletion to regeneration. -* **Liberation Sequence**: a roadmap across repos — Free Systems → Liberated Systems → Liberated Intelligence. +* **Liberation Cycle**: the recurring movement described in the [Root Sequence framework](../core/framework.md), not a fixed roadmap every project must follow. --- @@ -266,11 +263,11 @@ Together, they form an ecosystem of liberation — interdependent, regenerative, ### A. Cross‑links * See: [`technofeudalism.md`](../analysis/technofeudalism.md) (system map — diagnosis of the present, links directly to `futures.md` at the 2040 cliff) -* See: `internet.md` (history of enclosure — surfing → serf‑ing → back to surfing) -* See: `money_pipeline.md` (tribute economics — how capital flows as rents) -* See: `dark_enlightenment.md` (ideology and politics — Yarvin, fascism, MAGA) -* See: [`resistance.md`](./resistance.md) (tactics and strategies — mutual aid, repair, co‑ops) -* See: `cloudalism.md` (infrastructure as feudal land — AWS, Azure, Google Cloud) +* See: [`internet.md`](../analysis/internet.md) (history of enclosure — surfing → serf‑ing → back to surfing) +* See: [`money_pipeline.md`](../analysis/money_pipeline.md) (tribute economics — how capital flows as rents) +* See: [`dark_enlightenment.md`](../ideology/dark_enlightenment.md) (neoreaction, private sovereignty, and the competence alibi) +* See: the [`commons/`](../commons/README.md) and [`collapse-practices.md`](collapse-practices.md) for mutual aid, repair, rehearsal, and alternatives +* See: [`cloudalism.md`](../analysis/cloudalism.md) (infrastructure as controlled digital territory) ### B. Further Reading (starter set) @@ -285,6 +282,6 @@ Together, they form an ecosystem of liberation — interdependent, regenerative, **Thesis:** The practices that keep us alive are the practices that make us free. Build the commons now. -## References +## Evidence work still needed -[^1]: Source placeholder. Replace with relevant references. \ No newline at end of file +The starter reading list is not yet a bibliography. A research pass should connect each major historical, economic, ecological, and technical claim to a specific source, include competing interpretations, and separate existing examples from proposed futures. diff --git a/futures/liberation_sequence.md b/futures/liberation_sequence.md deleted file mode 100644 index e69de29..0000000 diff --git a/futures/resistance.md b/futures/resistance.md deleted file mode 100644 index e69de29..0000000 diff --git a/hello-world.md b/hello-world.md index c3feb59..e2bfa87 100644 --- a/hello-world.md +++ b/hello-world.md @@ -1,5 +1,8 @@ # 👋 hello, world +**Document role:** Welcome artifact
+**Status:** Active / remixable
+ *A quiet invitation to imagine a friendlier future.* --- @@ -58,3 +61,6 @@ It doesn’t need to be perfect. It just needs to be *yours*. ```bash curl yourdomain.tld/hello.txt +``` + +Return to the [Root Sequence README](README.md) or browse the [Commons](commons/README.md) for other public artifacts. diff --git a/ideology/README.md b/ideology/README.md index a9729d9..0568589 100644 --- a/ideology/README.md +++ b/ideology/README.md @@ -6,7 +6,7 @@ It includes the stories, categories, assumptions, aesthetics, institutions, and This folder examines ideologies that justify hierarchy, enclosure, extraction, exclusion, elite rule, technological domination, and authoritarian control. It also studies allegories and cultural works that make those structures easier to perceive. -The older [`README.txt`](README.txt) is retained as a legacy index until repository normalization is completed. This Markdown file is the current directory orientation. +This Markdown file is the canonical directory orientation. The older duplicate `README.txt` was retired during the repository normalization pass; its substantive links and purpose are preserved here. --- diff --git a/ideology/README.txt b/ideology/README.txt deleted file mode 100644 index ebe904f..0000000 --- a/ideology/README.txt +++ /dev/null @@ -1,38 +0,0 @@ -# ⚖️ Ideology — Justifications of Power - -*The myths, philosophies, and movements that sustain technofeudalism and authoritarian control.* - -This folder gathers texts that trace the **political, cultural, and philosophical stories** used to justify enclosure, hierarchy, and rentier rule. - ---- - -## 📑 Contents - -* **dark_enlightenment.md** — Curtis Yarvin, Nick Land, the Cathedral, CEO-monarchs -* **fascism.md** — hierarchy, aesthetics, and authoritarian fusion of state, corporate, and cultural power -* **eco_fascism.md** — ecology and purity co-opted into authoritarian responses -* **tech_zionism.md** — seasteads, Mars, and the “network state” ideology -* **effective_altruism.md** — philanthrocapitalism, longtermism, moral cover -* **matrix_as_allegory.md** — control systems in *The Matrix* -* **severance_as_allegory.md** — divided selves and labor in *Severance* - ---- - -## 🌱 Purpose - -* Show the **stories elites tell themselves**. -* Connect political projects (Agenda 47, Project 2025) to **ideological roots**. -* Reveal how myths mask extraction, enclosure, and hierarchy. -* Contrast with **commons/** and **resistance/** texts that compost these myths. - ---- - -## 🔗 Navigation - -* Linked to **analysis/** (diagnosis of the system’s mechanics). -* Informs **futures/** (scenarios of collapse or authoritarianism). -* Countered by **commons/** (alternative infrastructures) and **core/** (liberatory frameworks). - ---- - -> Ideology is narrative power. To resist enclosure, we compost its myths. diff --git a/root_map.md b/root_map.md index f732e06..0777348 100644 --- a/root_map.md +++ b/root_map.md @@ -1,9 +1,51 @@ # 🗺 Root Sequence Repository Map +**Document role:** Canonical repository architecture and content-routing guide
+**Status:** Active / living
+**Last reviewed:** 2026-09-17
+ This file is a compass for the **`root-sequence` repository**: how its folders and conceptual flows connect. It is not the map of the entire GitHub organization. For that, use the [Root Sequence Ecosystem Map](ECOSYSTEM.md). +## Information architecture + +Reader-facing material has five layers. Each layer has a different job: + +1. [`README.md`](README.md) is the front door. It explains the project and offers a small number of useful entry paths. +2. This map explains the repository's structure, routing rules, and canonical-page conventions. +3. [`ECOSYSTEM.md`](ECOSYSTEM.md) maps projects across the Root Sequence organization; [`IDEA_TRAILS.md`](IDEA_TRAILS.md) maps recurring questions across those projects. +4. A directory `README.md` is the local index for that area. It should name every developed page, distinguish current work from planned work, and link back to the relevant parent. +5. Substantive pages own definitions, arguments, methods, applications, artifacts, or records. Other pages should summarize briefly and link to that home rather than copying the treatment. + +Generated indexes, migration pointers, validation receipts, and historical overviews are supporting records. They must identify their role so readers do not mistake them for a second source of truth. + +## Canonical-page rules + +- Give each substantive idea one primary home at its current level of scope. +- Keep broad, cross-domain work here. Route project-specific software, practice, research conclusions, and fiction canon to their own repositories. +- Preserve stable paths when they have readers. If a page has moved, leave a concise pointer instead of an unexplained duplicate. +- Link to the nearest useful destination, not merely the repository root. +- Use relative links for files in this repository. Use full URLs only across repositories or for external sources. +- When a page changes role, update its nearest directory index in the same change. Update this map or the root README only when the change matters at that level. +- Never use a generated index as the place to make a substantive edit. Change its source and regenerate it. +- Do not publish a private project's content here to repair a public navigation gap. Name the access boundary and provide a public summary only when one already exists. + +## Labels describe different things + +Do not compress every kind of status into one word. + +| Label | Question it answers | Examples | +|---|---|---| +| **Document role** | What job does this page do? | orientation, definition, framework, analysis, method, application, artifact, experiment, routing map, record | +| **Status** | How mature or current is it? | active, developing, exploratory, proposed, historical, generated | +| **Maturity** | How far has this version been developed or reviewed? | seed, growing, established (used by the website) | +| **Canonical scope** | What is this page the primary home for? | repository architecture, shared concept definition, project-specific method | +| **Evidence status** | How strongly are its claims supported? | observed, supported, hypothesis, interpretation, normative, metaphor, open | +| **Access** | Who can follow the destination? | public, private, unpublished | + +`Canonical` means “the maintained primary home for this material.” It does not mean final, unquestionably true, or applicable outside the stated scope. + --- ## 🌱 Current structure @@ -18,6 +60,7 @@ It is not the map of the entire GitHub organization. For that, use the [Root Seq - [`commons/fragments/`](commons/fragments/) — short, unfinished, poetic, or compostable material. - [`commons/zines/`](commons/zines/) — longer public and printable artifacts. - [`wiki/`](wiki/) — migration pointer to the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. +- [`site/`](site/README.md) — source for the introductory Public Seed website; it projects selected material without replacing research or the Wiki. - [`cli/`](cli/) — experimental scripts and tools. - [`assets/`](assets/) — visual material and diagrams. @@ -26,6 +69,10 @@ Root-level orientation files: - [`README.md`](README.md) — repository introduction and entry points. - [`ECOSYSTEM.md`](ECOSYSTEM.md) — organization-wide project relationships and routing rules. - [`root_map.md`](root_map.md) — this internal repository map. +- [`AUDIT.md`](AUDIT.md) — latest comprehensive reader-facing audit, decisions, changes, and remaining evidence work. +- [`IDEA_TRAILS.md`](IDEA_TRAILS.md) — recurring questions across the wider ecosystem. +- [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md) — generated document browser; edit its graph source rather than the generated file. +- [`THOUGHT_ROUTING.md`](THOUGHT_ROUTING.md) — capture and placement convention for new material. - [`hello-world.md`](hello-world.md) — early public orientation text. - [`contributing.md`](contributing.md) — contribution guidance. - [`license`](license) — repository license text. @@ -62,6 +109,8 @@ where is it, or how did it evolve? → Root-Sequence/wiki ``` +When more than one answer seems plausible, place the full treatment at the narrowest scope that can maintain it and add short, deliberate routes from the other relevant areas. + --- ## Systems layer diff --git a/site/README.md b/site/README.md index f29d8f9..da3aa7e 100644 --- a/site/README.md +++ b/site/README.md @@ -10,9 +10,9 @@ Existing research files remain the home of the full arguments. The standalone Wi - `build.py`: offline static builder using the Python standard library. - `style.css`: responsive light, dark, and print styles using local fonts. - `test_site.py`: 17 checks for publishing controls, links, source boundaries, and selected writing patterns. -- `AGENTS.md`: writing and page-structure instructions for future edits. -- `COPY-REVIEW.md`: the latest copy and layout review. -- `VALIDATION.md` and `PLACEMENT.md`: historical records of the initial build and integration. +- [`AGENTS.md`](AGENTS.md): writing and page-structure instructions for future edits. +- [`COPY-REVIEW.md`](COPY-REVIEW.md): the latest copy and layout review. +- [`VALIDATION.md`](VALIDATION.md) and [`PLACEMENT.md`](PLACEMENT.md): historical records of the initial build and integration. Maturity, evidence, and publication status remain separate. Page history and development labels are available under About this page. Source links remain below the reading text. diff --git a/site/content.json b/site/content.json index da27dcf..36d57f5 100644 --- a/site/content.json +++ b/site/content.json @@ -1 +1,879 @@ -{"title":"Root Sequence","tagline":"Research and projects","base_url":"https://rootsequence.systems","theme":"research","edition":"Public Seed / 0.1","author":"Root Sequence","footer":"Root Sequence is a project by Rae Lovejoy.","nav":[{"label":"Start here","url":"/start/","description":""},{"label":"Guides","url":"/atlas/","description":""},{"label":"Projects","url":"/projects/","description":""},{"label":"About","url":"/about/","description":""}],"projects":[{"id":"root-sequence","title":"Root Sequence","url":"https://rootsequence.systems/","role":"Research, essays, and design questions"},{"id":"wiki","title":"Root Sequence Wiki","url":"https://wiki.rootsequence.systems/","role":"Reference for names, terms, and project connections"},{"id":"coherent-world","title":"Coherent World","url":"/projects/","role":"Ideas for the society explored in the novel; in development"},{"id":"no-one-noticed","title":"No One Noticed","url":"https://noonenoticed.world/","role":"A science-fiction novel in progress by Rae Lovejoy"},{"id":"museum","title":"Museum of Ordinary Life","url":"https://museumofordinarylife.org/","role":"A real archive with a separate fictional counterpart in the book"},{"id":"community-infrastructure","title":"Community Infrastructure","url":"/projects/","role":"Community tools in the design stage"},{"id":"coherent-computing","title":"Coherent Computing","url":"/projects/","role":"Operating-system research and design; no released system yet"}],"relationships":[{"from":"root-sequence","relation":"informs","to":"coherent-world"},{"from":"wiki","relation":"describes projects related to","to":"root-sequence"},{"from":"no-one-noticed","relation":"tells a story set in","to":"coherent-world"},{"from":"community-infrastructure","relation":"explores practical questions also used by","to":"coherent-world"},{"from":"coherent-computing","relation":"develops computing ideas discussed in","to":"root-sequence"},{"from":"museum","relation":"has a separate fictional counterpart in","to":"no-one-noticed"}],"pages":[{"slug":"","title":"Root Sequence","description":"Root Sequence is Rae Lovejoy's collection of research, essays, and projects about how the systems we rely on work, and how they could work better.","sections":[{"heading":"","paragraphs":["The work covers technology, community life, public services, and the connections between them. A transport service, for example, needs more than a timetable: people have to reach it, understand it, and have another way to travel when it stops running.","You'll find short guides here, with links to longer research notes. Related projects include software designs, an archive of everyday life, and the science-fiction novel No One Noticed."],"links":[{"label":"Browse the guides","url":"/atlas/","description":"Start with an everyday example and follow the question from there."},{"label":"See the projects","url":"/projects/","description":"Find out what each project is for and how far along it is."}]},{"heading":"New here?","paragraphs":["The Start here page explains the main ideas and suggests a first guide. You don't need a background in computing or systems theory."],"links":[{"label":"Start here","url":"/start/","description":""}]},{"heading":"About the work","paragraphs":["Root Sequence is an independent project in progress. The guides introduce working ideas and questions; the linked research notes hold the longer arguments. The Wiki is a reference for project names, terms, and connections."],"links":[{"label":"About Root Sequence","url":"/about/","description":""},{"label":"Look up a term in the Wiki","url":"https://wiki.rootsequence.systems/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Root Sequence research notes on GitHub","url":"https://github.com/Root-Sequence/root-sequence/blob/main/README.md"}],"related":[]},{"slug":"start/","title":"Start here","description":"A quick introduction to Root Sequence and a few places to begin.","sections":[{"heading":"What do we mean by a system?","paragraphs":["A system is a set of things that depend on one another. A bus service includes the buses, drivers, routes, stops, maintenance, and information passengers use. Looking at these together can explain a problem that isn't obvious when you examine just one part.","Root Sequence uses this approach to ask how technology and everyday services work, whose needs they meet, and what happens when they change."],"links":[]},{"heading":"Choose a guide","paragraphs":[],"links":[{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"Interested in the book or another project?","paragraphs":["No One Noticed tells a story about people living through changes brought about by an advanced AI. Coherent World holds the ideas for that setting. Other projects work on archives, community tools, or computing. The projects page explains each one."],"links":[{"label":"Find a project","url":"/projects/","description":""}]},{"heading":"For contributors","paragraphs":["The research is organised in GitHub repositories, which store files and their revision history. Existing notes should be checked before adding a new one. Our thought-routing guide explains where to save ideas and how to connect them without duplicating the same text. Saving a note doesn't publish it automatically."],"links":[{"label":"How we organise new notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]},{"slug":"atlas/","title":"Guides","description":"Short introductions to the questions behind Root Sequence. Start with whichever one interests you.","sections":[{"heading":"","paragraphs":[],"links":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"About this collection","paragraphs":["We call this collection the Atlas. Each guide explains an idea in everyday language and links to the longer notes behind it. You can read them in any order.","These first guides use design examples and working definitions. They aren't a survey of all the research on each subject. Historical cases and comparisons of organisations need their own sources."],"links":[{"label":"How sources and draft labels work","url":"/about/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[{"label":"About these guides","url":"/about/"}]},{"slug":"atlas/coherence-as-direction/","title":"What does coherence mean?","description":"Coherence is our word for how well the parts of a system fit together, including the effects on the people who use it.","sections":[{"heading":"A transport example","paragraphs":["Suppose a train timetable allows five minutes to change platforms. That connection works for someone who can take the stairs quickly. A passenger using the lift needs longer. The timetable looks workable until you include the route that passenger has to take.","A useful change might involve the timetable, the station layout, or the information given before the journey. Making the train faster won't, on its own, fix a missed connection."],"links":[]},{"heading":"Checking what an improvement changes","paragraphs":["In Root Sequence, looking for coherence means checking whether the parts support the service's purpose and whether a claimed improvement causes problems elsewhere. Who benefits? Who takes on extra work, cost, or risk? Those questions need answers before the change is called a success.","People can need different things from the same service. Disagreement gives us information about those differences. Agreement alone doesn't show that everyone's needs have been met.","The approach is to find a mismatch, make a change, and check what happens. A change can improve one part and make another worse. We need a way to notice that and revise the decision."],"links":[]},{"heading":"How we use the idea","paragraphs":["Coherence is a working idea here, not a score that proves a whole society is good. The purpose being measured, the people included, and the effects left out all matter.","Coherent World uses this question to develop possible arrangements for everyday life. The novel No One Noticed gives room to the people who experience those arrangements differently. Neither project assumes that change ends in a perfect, finished world."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working proposal; not a validated metric","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Existing coherence research cluster","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/coherence/README.md"},{"label":"Ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/abandoned-futures/","title":"Revisiting ideas that were left behind","description":"Some ideas were tried and dropped. Others never got a fair test. This guide explains how we plan to investigate them.","sections":[{"heading":"Find out what was proposed","paragraphs":["The project is interested in futures people have already imagined: ways of living, building, or organising things that didn't become commonplace. An old drawing or proposal is a starting point for research.","For each example, we need to know what was proposed, who was involved, what evidence survives, and why the work stopped. Some ideas didn't work. Others met a different need, caused harm, or faced obstacles that had little to do with their merits. Sometimes the surviving evidence won't settle the question."],"links":[]},{"heading":"Ask what would be different now","paragraphs":["A photograph can't tell us whether a design was accessible or easy to maintain. A plan that suited one community may be unwanted in another. We need to examine who would benefit today, who would carry the costs, and which conditions would have to change.","Where explanations disagree, the record should show the disagreement and its sources. We shouldn't turn a preferred explanation into a fact just because it fits the project's themes."],"links":[]},{"heading":"What this contributes to the book","paragraphs":["No One Noticed can explore how an old possibility changes a person's routine. That is fiction. A real-world claim that the same idea would work needs evidence outside the story.","Some of the ideas investigated will be worth developing. Others will offer a partial lesson or a reason to leave them behind. The research should make those differences clearer."],"links":[]}],"kind":"Research-method guide","epistemic_status":"Research questions; no case findings claimed","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Historical contingency: fuller working treatment","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/"},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/legible-systems/","title":"Making systems understandable","description":"People should be able to understand what a service or tool is doing without learning all its technical details first.","sections":[{"heading":"Explain the immediate problem","paragraphs":["Consider a file transfer that fails. The person using it needs to know whether the original file is safe, whether anything arrived, and what to do next. An error code alone doesn't answer those questions.","Someone investigating the failure will also need the exact error, time, destination, and relevant log. Those details can sit behind the short explanation, where they can be opened when needed."],"links":[]},{"heading":"Keep the details available","paragraphs":["We call this legibility: being able to understand how something works. A simple interface should still leave a route to its settings, documentation, repair instructions, and technical details. People can go as far as they need.","The same approach applies to a shared tool or a procedure at a service desk. Explain its purpose, who can make decisions, how to question a result, and what to do when it fails. The person asking shouldn't have to guess which specialist term unlocks the answer.","This doesn't require exposing anyone's private information. An explanation of a decision can describe the rules and the appeal process while protecting other people's records."],"links":[]},{"heading":"Applying it to this site","paragraphs":["A visitor should be able to tell what Root Sequence is and find something to read on their first visit. Sources, dates, and working labels are still available below each guide. The linked research notes contain the longer treatment."],"links":[]}],"kind":"Reading guide","epistemic_status":"Project design principle","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Legible Systems","url":"https://github.com/Root-Sequence/root-sequence/blob/main/core/legible-systems.md"}],"related":[{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"},{"label":"About these guides","url":"/about/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/resilience/","title":"Keeping things usable when something fails","description":"A backup is useful only if it lets people do what they need to do when the usual method stops working.","sections":[{"heading":"Start with the task","paragraphs":["Suppose a meeting app stops working just before an event. Someone who saved the address and a contact number can still get there. They lose the app's convenience, but retain a way to attend.","That's the idea behind graceful degradation: some features fail while an essential task remains possible. Resilience is the broader question of how a system handles disruption and recovers."],"links":[]},{"heading":"Check the backup itself","paragraphs":["A backup can fail for the same reason as the main service. Does it need the same account, network, electricity supply, or person? Can people find it and use it? Is anyone keeping it up to date? Try the switch before relying on it.","A staffed desk or a paper instruction can also exclude people. Compare the available methods, including what each one loses, instead of assuming an older or simpler method is accessible to everyone."],"links":[]},{"heading":"The website as an example","paragraphs":["This site is built from static files: pages that a browser can open without running an application. Its internal links also work in a downloaded copy. Each edition includes a file list with hashes, which can be used to check whether those files have changed.","That makes a copy easier to inspect and move. Keeping an independent backup and testing recovery are separate jobs. The site records those tasks separately from whether a local build succeeded."],"links":[]}],"kind":"Reading guide","epistemic_status":"Design reasoning; operational verification separate","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Resilience and Graceful Degradation","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/resilience-and-graceful-degradation.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Site updates","url":"/changelog/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/imagination-and-prediction/","title":"Imagination and prediction","description":"Imagining what could happen and predicting what is likely to happen are different kinds of work. We need room for both.","sections":[{"heading":"Change the assumption","paragraphs":["A forecast asks what is likely under a set of assumptions. An imaginative proposal asks what becomes possible when one of those assumptions changes. In practice the two can overlap, but keeping the questions separate helps us avoid confusing possibility with likelihood.","For example, a story could explore a service that removes an everyday inconvenience. It can show what someone does with the time they've gained, what they distrust, and which relationships change. It can't establish when that service will exist or whether people will choose it."],"links":[]},{"heading":"Keep testing the idea","paragraphs":["A forecast can be useful while leaving an assumption unexamined. An imaginative idea can be interesting and still turn out to be unworkable or unwanted. Exploring an idea doesn't exempt it from questions about evidence, resources, or consequences.","For each proposal, we should record the assumption being changed, what would need to be true for it to work, and how we would discover that it doesn't. For a forecast, we also need a timeframe and a way to compare it with what happens."],"links":[]},{"heading":"Why this matters to No One Noticed","paragraphs":["The book explores one possible relationship between advanced AI and human life. It doesn't assign odds to that future. Root Sequence holds the research questions raised along the way, including alternatives the story doesn't follow.","This distinction also leaves room for imagination in research on intelligence without claiming that a particular person or AI system can predict, imagine, or understand everything."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working distinction; not an AI capability claim","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"The Visibility Loop","url":"https://github.com/Root-Sequence/root-sequence/blob/main/core/visibility-loop.md"},{"label":"Historical contingency","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/"},{"label":"No One Noticed","url":"https://noonenoticed.world/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"projects/","title":"Related projects","description":"Root Sequence connects several projects. Here's what each one is for and what you can expect to find.","sections":[{"heading":"Root Sequence","paragraphs":["Research, essays, and design questions about intelligence, technology, and the systems people live with. The guides on this site introduce the work; the longer notes are on GitHub."],"links":[]},{"heading":"Coherent World and No One Noticed","paragraphs":["Coherent World is where ideas for a different society are worked out together: transport, care, technology, maintenance, and everyday life. It is still being developed, and a separate website is planned for later.","No One Noticed is Rae Lovejoy's science-fiction novel set in that world. It follows people living through changes brought about by an advanced AI. Scenes can raise questions for the research, and research can lead to changes in the story."],"links":[{"label":"About No One Noticed","url":"https://noonenoticed.world/","description":""}]},{"heading":"Museum of Ordinary Life","paragraphs":["A separate real-world archive for everyday objects, places, records, and personal accounts. A fictional Museum also appears in the novel. Its invented scenes don't use real contributors' accounts or grant permission to reuse their materials."],"links":[{"label":"Visit the Museum of Ordinary Life","url":"https://museumofordinarylife.org/","description":""}]},{"heading":"Community Infrastructure","paragraphs":["Design work on tools for communities to share information, coordinate help, and organise activities. It has its own requirements and testing work. Being listed here doesn't mean a service is already running."],"links":[]},{"heading":"Coherent Computing","paragraphs":["A project exploring an operating system that adapts to different people, devices, and uses. It is at the design and research stage; there isn't an operating system to download yet."],"links":[]},{"heading":"Project reference","paragraphs":["The Wiki explains names and connections across the work. Projects can inform one another without sharing ownership, permissions, or a single plan."],"links":[{"label":"Browse the project Wiki","url":"https://wiki.rootsequence.systems/","description":""},{"label":"Read the full project map","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[],"show_project_map":true},{"slug":"about/","title":"About Root Sequence","description":"An independent research and creative project by Rae Lovejoy.","sections":[{"heading":"What the project is about","paragraphs":["Root Sequence brings together questions about how intelligence, technology, and social systems affect one another. It looks at everyday problems as well as broader questions about meaning and how change happens.","The work includes essays, research notes, design proposals, and related creative projects. The first guides explain a few recurring ideas. Longer documents stay in their existing research folders, with links from the guides."],"links":[]},{"heading":"Reading a draft","paragraphs":["A guide can introduce a question before the research is finished. Each page has an About this page section with dates, sources, and a description of its status.","Seed means an early idea. Growing means it has received more work and review. Established means it is a developed reference within the project. These describe the progress of the writing; none certifies that a claim is true or final.","Research findings, design proposals, and fiction are labelled separately. A proposal can be untested even when its explanation is polished. Changes to a guide don't automatically revise its source document or the novel."],"links":[]},{"heading":"Writing and sources","paragraphs":["These introductory pages were prepared with AI assistance using Rae's project discussions and existing notes. Sources are linked where they support the text. Examples invented to explain an idea are identified as examples.","A fictional document is an invention, not someone's testimony. In No One Noticed, canon refers to material that has been adopted into the story. Drafts can remain outside it."],"links":[]},{"heading":"Copies and updates","paragraphs":["Site updates are listed below. The footer also links to a downloadable edition and an Atom feed, which a feed reader can use to check for changes. Keeping a copy doesn't guarantee permanent preservation."],"links":[{"label":"Read the site updates","url":"/changelog/","description":""}]},{"heading":"Publishing details","paragraphs":["The project keeps private drafts separate from public files. A preview label or a request that search engines ignore a page won't make a public page private.","The builder creates a preview by default. A release requires approval for the exact files being published. Hosting and live checks are separate from that approval. Technical instructions remain in the website's source folder."],"links":[{"label":"Website source and publishing instructions","url":"https://github.com/Root-Sequence/root-sequence/tree/main/site","description":""},{"label":"How we organise and publish notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Thought-routing and publication boundaries","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md"},{"label":"Wiki architecture","url":"https://github.com/Root-Sequence/wiki/blob/main/ARCHITECTURE.md"}],"related":[]},{"slug":"changelog/","title":"Site updates","description":"Changes to the website. Research notes keep their own revision history.","sections":[{"heading":"September 16, 2026: clearer introductions","paragraphs":["Rewrote the introductions for people new to the projects. The navigation now uses Guides and Start here. Guide titles explain their subjects, and project descriptions say what each project does.","Moved dates and development labels below the reading text. Added writing guidance based on Louis Rossmann's no_ai_slop_writing_rules, with checks for recurring phrases. The research documents haven't been moved or rewritten."],"links":[]},{"heading":"September 16, 2026: first website draft","paragraphs":["Prepared the homepage, five guides, project descriptions, and publishing notes. Added an Atom feed, a sitemap, a downloadable edition, and an approval check for releases.","These entries record work on the website files. Deployment and checks of the live domain still need to be recorded separately."],"links":[]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]}]} +{ + "title": "Root Sequence", + "tagline": "Research and projects", + "base_url": "https://rootsequence.systems", + "theme": "research", + "edition": "Public Seed / 0.1", + "author": "Root Sequence", + "footer": "Root Sequence is a project by Rae Lovejoy.", + "nav": [ + { + "label": "Start here", + "url": "/start/", + "description": "" + }, + { + "label": "Guides", + "url": "/atlas/", + "description": "" + }, + { + "label": "Projects", + "url": "/projects/", + "description": "" + }, + { + "label": "About", + "url": "/about/", + "description": "" + } + ], + "projects": [ + { + "id": "root-sequence", + "title": "Root Sequence", + "url": "https://rootsequence.systems/", + "role": "Research, essays, and design questions" + }, + { + "id": "wiki", + "title": "Root Sequence Wiki", + "url": "https://wiki.rootsequence.systems/", + "role": "Reference for names, terms, and project connections" + }, + { + "id": "liberated-intelligence", + "title": "Liberated Intelligence", + "url": "https://github.com/Root-Sequence/liberated-intelligence", + "role": "Research on intelligence, agency, ownership, and non-domination" + }, + { + "id": "ucf", + "title": "Universal Coherence Framework", + "url": "https://github.com/Root-Sequence/universal-coherence-framework", + "role": "A focused and exploratory framework for studying coherence" + }, + { + "id": "being-humane", + "title": "Being Human(e)", + "url": "https://github.com/Root-Sequence/beinghumane-guide", + "role": "A developing field guide grounded in ordinary human experience and care" + }, + { + "id": "liberation-mass", + "title": "Liberation Mass", + "url": "https://github.com/Root-Sequence/liberation-mass", + "role": "Experiments in gathering, participation, care, ritual, and mutual aid" + }, + { + "id": "coherent-world", + "title": "Coherent World", + "url": "/projects/", + "role": "Ideas for the society explored in the novel; in development" + }, + { + "id": "no-one-noticed", + "title": "No One Noticed", + "url": "/projects/", + "role": "A science-fiction novel in progress by Rae Lovejoy" + }, + { + "id": "museum", + "title": "Museum of Ordinary Life", + "url": "https://museumofordinarylife.org/", + "role": "A real archive with a separate fictional counterpart in the book" + }, + { + "id": "community-infrastructure", + "title": "Community Infrastructure", + "url": "/projects/", + "role": "Community tools in the design stage" + }, + { + "id": "coherent-computing", + "title": "Coherent Computing", + "url": "/projects/", + "role": "Operating-system research and design; no released system yet" + } + ], + "relationships": [ + { + "from": "root-sequence", + "relation": "informs", + "to": "coherent-world" + }, + { + "from": "wiki", + "relation": "describes projects related to", + "to": "root-sequence" + }, + { + "from": "liberated-intelligence", + "relation": "develops a focused line of inquiry from", + "to": "root-sequence" + }, + { + "from": "ucf", + "relation": "develops and tests one framework within", + "to": "root-sequence" + }, + { + "from": "being-humane", + "relation": "grounds questions from", + "to": "root-sequence" + }, + { + "from": "liberation-mass", + "relation": "puts selected questions into shared practice from", + "to": "root-sequence" + }, + { + "from": "no-one-noticed", + "relation": "tells a story set in", + "to": "coherent-world" + }, + { + "from": "community-infrastructure", + "relation": "explores practical questions also used by", + "to": "coherent-world" + }, + { + "from": "coherent-computing", + "relation": "develops computing ideas discussed in", + "to": "root-sequence" + }, + { + "from": "museum", + "relation": "has a separate fictional counterpart in", + "to": "no-one-noticed" + } + ], + "pages": [ + { + "slug": "", + "title": "Root Sequence", + "description": "Root Sequence is an independent research and creative project about how the systems we rely on work, and how they could work better.", + "sections": [ + { + "heading": "", + "paragraphs": [ + "The work covers technology, community life, public services, and the connections between them. A transport service, for example, needs more than a timetable: people have to reach it, understand it, and have another way to travel when it stops running.", + "You'll find short guides here, with links to longer research notes. Related projects include software designs, an archive of everyday life, and the science-fiction novel No One Noticed." + ], + "links": [ + { + "label": "Browse the guides", + "url": "/atlas/", + "description": "Start with an everyday example and follow the question from there." + }, + { + "label": "See the projects", + "url": "/projects/", + "description": "Find out what each project is for and how far along it is." + } + ] + }, + { + "heading": "New here?", + "paragraphs": [ + "The Start here page explains the main ideas and suggests a first guide. You don't need a background in computing or systems theory." + ], + "links": [ + { + "label": "Start here", + "url": "/start/", + "description": "" + } + ] + }, + { + "heading": "About the work", + "paragraphs": [ + "Root Sequence is an independent project in progress. The guides introduce working ideas and questions; the linked research notes hold the longer arguments. The Wiki is a reference for project names, terms, and connections." + ], + "links": [ + { + "label": "About Root Sequence", + "url": "/about/", + "description": "" + }, + { + "label": "Look up a term in the Wiki", + "url": "https://wiki.rootsequence.systems/", + "description": "" + } + ] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-17", + "sources": [ + { + "label": "Root Sequence research notes on GitHub", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/README.md" + } + ], + "related": [] + }, + { + "slug": "start/", + "title": "Start here", + "description": "A quick introduction to Root Sequence and a few places to begin.", + "sections": [ + { + "heading": "What do we mean by a system?", + "paragraphs": [ + "A system is a set of things that depend on one another. A bus service includes the buses, drivers, routes, stops, maintenance, and information passengers use. Looking at these together can explain a problem that isn't obvious when you examine just one part.", + "Root Sequence uses this approach to ask how technology and everyday services work, whose needs they meet, and what happens when they change." + ], + "links": [] + }, + { + "heading": "Choose a guide", + "paragraphs": [], + "links": [ + { + "label": "Making systems understandable", + "url": "/atlas/legible-systems/", + "description": "Explain what happened, what someone can do next, and where to find the details." + }, + { + "label": "Keeping things usable when something fails", + "url": "/atlas/resilience/", + "description": "What a backup needs to do, and how to check whether it works." + }, + { + "label": "What does coherence mean?", + "url": "/atlas/coherence-as-direction/", + "description": "How well do the parts of a system work together for the people using it?" + }, + { + "label": "Revisiting ideas that were left behind", + "url": "/atlas/abandoned-futures/", + "description": "How to investigate an old proposal without assuming it would have worked." + }, + { + "label": "Imagination and prediction", + "url": "/atlas/imagination-and-prediction/", + "description": "The difference between exploring a possibility and forecasting an outcome." + } + ] + }, + { + "heading": "Interested in the book or another project?", + "paragraphs": [ + "No One Noticed tells a story about people living through changes brought about by an advanced AI. Coherent World holds the ideas for that setting. Other projects work on archives, community tools, or computing. The projects page explains each one." + ], + "links": [ + { + "label": "Find a project", + "url": "/projects/", + "description": "" + } + ] + }, + { + "heading": "For contributors", + "paragraphs": [ + "The research is organised in GitHub repositories, which store files and their revision history. Existing notes should be checked before adding a new one. Our thought-routing guide explains where to save ideas and how to connect them without duplicating the same text. Saving a note doesn't publish it automatically." + ], + "links": [ + { + "label": "How we organise new notes", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md", + "description": "" + } + ] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [], + "related": [] + }, + { + "slug": "atlas/", + "title": "Guides", + "description": "Short introductions to the questions behind Root Sequence. Start with whichever one interests you.", + "sections": [ + { + "heading": "", + "paragraphs": [], + "links": [ + { + "label": "What does coherence mean?", + "url": "/atlas/coherence-as-direction/", + "description": "How well do the parts of a system work together for the people using it?" + }, + { + "label": "Revisiting ideas that were left behind", + "url": "/atlas/abandoned-futures/", + "description": "How to investigate an old proposal without assuming it would have worked." + }, + { + "label": "Making systems understandable", + "url": "/atlas/legible-systems/", + "description": "Explain what happened, what someone can do next, and where to find the details." + }, + { + "label": "Keeping things usable when something fails", + "url": "/atlas/resilience/", + "description": "What a backup needs to do, and how to check whether it works." + }, + { + "label": "Imagination and prediction", + "url": "/atlas/imagination-and-prediction/", + "description": "The difference between exploring a possibility and forecasting an outcome." + } + ] + }, + { + "heading": "About this collection", + "paragraphs": [ + "We call this collection the Atlas. Each guide explains an idea in everyday language and links to the longer notes behind it. You can read them in any order.", + "These first guides use design examples and working definitions. They aren't a survey of all the research on each subject. Historical cases and comparisons of organisations need their own sources." + ], + "links": [ + { + "label": "How sources and draft labels work", + "url": "/about/", + "description": "" + } + ] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [], + "related": [ + { + "label": "About these guides", + "url": "/about/" + } + ] + }, + { + "slug": "atlas/coherence-as-direction/", + "title": "What does coherence mean?", + "description": "Coherence is our word for how well the parts of a system fit together, including the effects on the people who use it.", + "sections": [ + { + "heading": "A transport example", + "paragraphs": [ + "Suppose a train timetable allows five minutes to change platforms. That connection works for someone who can take the stairs quickly. A passenger using the lift needs longer. The timetable looks workable until you include the route that passenger has to take.", + "A useful change might involve the timetable, the station layout, or the information given before the journey. Making the train faster won't, on its own, fix a missed connection." + ], + "links": [] + }, + { + "heading": "Checking what an improvement changes", + "paragraphs": [ + "In Root Sequence, looking for coherence means checking whether the parts support the service's purpose and whether a claimed improvement causes problems elsewhere. Who benefits? Who takes on extra work, cost, or risk? Those questions need answers before the change is called a success.", + "People can need different things from the same service. Disagreement gives us information about those differences. Agreement alone doesn't show that everyone's needs have been met.", + "The approach is to find a mismatch, make a change, and check what happens. A change can improve one part and make another worse. We need a way to notice that and revise the decision." + ], + "links": [] + }, + { + "heading": "How we use the idea", + "paragraphs": [ + "Coherence is a working idea here, not a score that proves a whole society is good. The purpose being measured, the people included, and the effects left out all matter.", + "Coherent World uses this question to develop possible arrangements for everyday life. The novel No One Noticed gives room to the people who experience those arrangements differently. Neither project assumes that change ends in a perfect, finished world." + ], + "links": [] + } + ], + "kind": "Concept seed", + "epistemic_status": "Working proposal; not a validated metric", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [ + { + "label": "Existing coherence research cluster", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/systems/coherence/README.md" + }, + { + "label": "Ecosystem roles", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md" + } + ], + "related": [ + { + "label": "Making systems understandable", + "url": "/atlas/legible-systems/" + }, + { + "label": "Keeping things usable when something fails", + "url": "/atlas/resilience/" + } + ], + "provenance": "Adapted from the linked project notes and discussions. This introductory guide is still being developed." + }, + { + "slug": "atlas/abandoned-futures/", + "title": "Revisiting ideas that were left behind", + "description": "Some ideas were tried and dropped. Others never got a fair test. This guide explains how we plan to investigate them.", + "sections": [ + { + "heading": "Find out what was proposed", + "paragraphs": [ + "The project is interested in futures people have already imagined: ways of living, building, or organising things that didn't become commonplace. An old drawing or proposal is a starting point for research.", + "For each example, we need to know what was proposed, who was involved, what evidence survives, and why the work stopped. Some ideas didn't work. Others met a different need, caused harm, or faced obstacles that had little to do with their merits. Sometimes the surviving evidence won't settle the question." + ], + "links": [] + }, + { + "heading": "Ask what would be different now", + "paragraphs": [ + "A photograph can't tell us whether a design was accessible or easy to maintain. A plan that suited one community may be unwanted in another. We need to examine who would benefit today, who would carry the costs, and which conditions would have to change.", + "Where explanations disagree, the record should show the disagreement and its sources. We shouldn't turn a preferred explanation into a fact just because it fits the project's themes." + ], + "links": [] + }, + { + "heading": "What this contributes to the book", + "paragraphs": [ + "No One Noticed can explore how an old possibility changes a person's routine. That is fiction. A real-world claim that the same idea would work needs evidence outside the story.", + "Some of the ideas investigated will be worth developing. Others will offer a partial lesson or a reason to leave them behind. The research should make those differences clearer." + ], + "links": [] + } + ], + "kind": "Research-method guide", + "epistemic_status": "Research questions; no case findings claimed", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [ + { + "label": "Historical contingency: fuller working treatment", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md" + } + ], + "related": [ + { + "label": "What does coherence mean?", + "url": "/atlas/coherence-as-direction/" + }, + { + "label": "Imagination and prediction", + "url": "/atlas/imagination-and-prediction/" + } + ], + "provenance": "Adapted from the linked project notes and discussions. This introductory guide is still being developed." + }, + { + "slug": "atlas/legible-systems/", + "title": "Making systems understandable", + "description": "People should be able to understand what a service or tool is doing without learning all its technical details first.", + "sections": [ + { + "heading": "Explain the immediate problem", + "paragraphs": [ + "Consider a file transfer that fails. The person using it needs to know whether the original file is safe, whether anything arrived, and what to do next. An error code alone doesn't answer those questions.", + "Someone investigating the failure will also need the exact error, time, destination, and relevant log. Those details can sit behind the short explanation, where they can be opened when needed." + ], + "links": [] + }, + { + "heading": "Keep the details available", + "paragraphs": [ + "We call this legibility: being able to understand how something works. A simple interface should still leave a route to its settings, documentation, repair instructions, and technical details. People can go as far as they need.", + "The same approach applies to a shared tool or a procedure at a service desk. Explain its purpose, who can make decisions, how to question a result, and what to do when it fails. The person asking shouldn't have to guess which specialist term unlocks the answer.", + "This doesn't require exposing anyone's private information. An explanation of a decision can describe the rules and the appeal process while protecting other people's records." + ], + "links": [] + }, + { + "heading": "Applying it to this site", + "paragraphs": [ + "A visitor should be able to tell what Root Sequence is and find something to read on their first visit. Sources, dates, and working labels are still available below each guide. The linked research notes contain the longer treatment." + ], + "links": [] + } + ], + "kind": "Reading guide", + "epistemic_status": "Project design principle", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [ + { + "label": "Legible Systems", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/core/legible-systems.md" + } + ], + "related": [ + { + "label": "Keeping things usable when something fails", + "url": "/atlas/resilience/" + }, + { + "label": "About these guides", + "url": "/about/" + } + ], + "provenance": "Adapted from the linked project notes and discussions. This introductory guide is still being developed." + }, + { + "slug": "atlas/resilience/", + "title": "Keeping things usable when something fails", + "description": "A backup is useful only if it lets people do what they need to do when the usual method stops working.", + "sections": [ + { + "heading": "Start with the task", + "paragraphs": [ + "Suppose a meeting app stops working just before an event. Someone who saved the address and a contact number can still get there. They lose the app's convenience, but retain a way to attend.", + "That's the idea behind graceful degradation: some features fail while an essential task remains possible. Resilience is the broader question of how a system handles disruption and recovers." + ], + "links": [] + }, + { + "heading": "Check the backup itself", + "paragraphs": [ + "A backup can fail for the same reason as the main service. Does it need the same account, network, electricity supply, or person? Can people find it and use it? Is anyone keeping it up to date? Try the switch before relying on it.", + "A staffed desk or a paper instruction can also exclude people. Compare the available methods, including what each one loses, instead of assuming an older or simpler method is accessible to everyone." + ], + "links": [] + }, + { + "heading": "The website as an example", + "paragraphs": [ + "This site is built from static files: pages that a browser can open without running an application. Its internal links also work in a downloaded copy. Each edition includes a file list with hashes, which can be used to check whether those files have changed.", + "That makes a copy easier to inspect and move. Keeping an independent backup and testing recovery are separate jobs. The site records those tasks separately from whether a local build succeeded." + ], + "links": [] + } + ], + "kind": "Reading guide", + "epistemic_status": "Design reasoning; operational verification separate", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [ + { + "label": "Resilience and Graceful Degradation", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/systems/resilience-and-graceful-degradation.md" + } + ], + "related": [ + { + "label": "Making systems understandable", + "url": "/atlas/legible-systems/" + }, + { + "label": "Site updates", + "url": "/changelog/" + } + ], + "provenance": "Adapted from the linked project notes and discussions. This introductory guide is still being developed." + }, + { + "slug": "atlas/imagination-and-prediction/", + "title": "Imagination and prediction", + "description": "Imagining what could happen and predicting what is likely to happen are different kinds of work. We need room for both.", + "sections": [ + { + "heading": "Change the assumption", + "paragraphs": [ + "A forecast asks what is likely under a set of assumptions. An imaginative proposal asks what becomes possible when one of those assumptions changes. In practice the two can overlap, but keeping the questions separate helps us avoid confusing possibility with likelihood.", + "For example, a story could explore a service that removes an everyday inconvenience. It can show what someone does with the time they've gained, what they distrust, and which relationships change. It can't establish when that service will exist or whether people will choose it." + ], + "links": [] + }, + { + "heading": "Keep testing the idea", + "paragraphs": [ + "A forecast can be useful while leaving an assumption unexamined. An imaginative idea can be interesting and still turn out to be unworkable or unwanted. Exploring an idea doesn't exempt it from questions about evidence, resources, or consequences.", + "For each proposal, we should record the assumption being changed, what would need to be true for it to work, and how we would discover that it doesn't. For a forecast, we also need a timeframe and a way to compare it with what happens." + ], + "links": [] + }, + { + "heading": "Why this matters to No One Noticed", + "paragraphs": [ + "The book explores one possible relationship between advanced AI and human life. It doesn't assign odds to that future. Root Sequence holds the research questions raised along the way, including alternatives the story doesn't follow.", + "This distinction also leaves room for imagination in research on intelligence without claiming that a particular person or AI system can predict, imagine, or understand everything." + ], + "links": [] + } + ], + "kind": "Concept seed", + "epistemic_status": "Working distinction; not an AI capability claim", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [ + { + "label": "The Visibility Loop", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/core/visibility-loop.md" + }, + { + "label": "Historical contingency", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md" + } + ], + "related": [ + { + "label": "Revisiting ideas that were left behind", + "url": "/atlas/abandoned-futures/" + }, + { + "label": "No One Noticed", + "url": "/projects/" + } + ], + "provenance": "Adapted from the linked project notes and discussions. This introductory guide is still being developed." + }, + { + "slug": "projects/", + "title": "Related projects", + "description": "Root Sequence connects several projects. Here's what each one is for and what you can expect to find.", + "sections": [ + { + "heading": "Root Sequence", + "paragraphs": [ + "The public conceptual commons: research, essays, and design questions about intelligence, technology, and the systems people live with. The guides on this site introduce the work; the longer notes are on GitHub." + ], + "links": [] + }, + { + "heading": "Focused frameworks and research", + "paragraphs": [ + "Liberated Intelligence focuses on intelligence, agency, ownership, and relationships that do not assume domination or compulsory service. The Universal Coherence Framework develops one explicit vocabulary for studying coherence and incoherence. Each has its own repository and review work; neither governs every Root Sequence project." + ], + "links": [ + { + "label": "Explore Liberated Intelligence", + "url": "https://github.com/Root-Sequence/liberated-intelligence", + "description": "" + }, + { + "label": "Explore the Universal Coherence Framework", + "url": "https://github.com/Root-Sequence/universal-coherence-framework", + "description": "" + } + ] + }, + { + "heading": "Human practice and gathering", + "paragraphs": [ + "Being Human(e) is a developing field guide grounded in ordinary experience, care, accountability, boundaries, and repair. Liberation Mass experiments with gathering, participation, stewardship, ritual, mutual aid, and collective meaning. Their work can inform other projects without becoming universal rules for them." + ], + "links": [ + { + "label": "Read Being Human(e)", + "url": "https://github.com/Root-Sequence/beinghumane-guide", + "description": "" + }, + { + "label": "Explore Liberation Mass", + "url": "https://github.com/Root-Sequence/liberation-mass", + "description": "" + } + ] + }, + { + "heading": "Coherent World and No One Noticed", + "paragraphs": [ + "Coherent World is where ideas for a different society are worked out together: transport, care, technology, maintenance, and everyday life. It is still being developed, and a separate website is planned for later.", + "No One Noticed is Rae Lovejoy's science-fiction novel set in that world. It follows people living through changes brought about by an advanced AI. Scenes can raise questions for the research, and research can lead to changes in the story." + ], + "links": [ + { + "label": "Read its current project description", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md#no-one-noticed", + "description": "" + } + ] + }, + { + "heading": "Museum of Ordinary Life", + "paragraphs": [ + "A separate real-world archive for everyday objects, places, records, and personal accounts. A fictional Museum also appears in the novel. Its invented scenes don't use real contributors' accounts or grant permission to reuse their materials." + ], + "links": [ + { + "label": "Visit the Museum of Ordinary Life", + "url": "https://museumofordinarylife.org/", + "description": "" + } + ] + }, + { + "heading": "Community Infrastructure", + "paragraphs": [ + "Design work on tools for communities to share information, coordinate help, and organise activities. It has its own requirements and testing work. Being listed here doesn't mean a service is already running." + ], + "links": [] + }, + { + "heading": "Coherent Computing", + "paragraphs": [ + "A project exploring an operating system that adapts to different people, devices, and uses. It is at the design and research stage; there isn't an operating system to download yet." + ], + "links": [] + }, + { + "heading": "Project reference", + "paragraphs": [ + "The Wiki explains names and connections across the work. Projects can inform one another without sharing ownership, permissions, or a single plan." + ], + "links": [ + { + "label": "Browse the project Wiki", + "url": "https://wiki.rootsequence.systems/", + "description": "" + }, + { + "label": "Read the full project map", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md", + "description": "" + } + ] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-17", + "sources": [ + { + "label": "ecosystem roles", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md" + } + ], + "related": [], + "show_project_map": true + }, + { + "slug": "about/", + "title": "About Root Sequence", + "description": "An independent research and creative project by Rae Lovejoy.", + "sections": [ + { + "heading": "September 17, 2026: repository coherence audit", + "paragraphs": [ + "Aligned the project list with the canonical Ecosystem Map and clarified that Root Sequence is the public conceptual commons rather than the whole project family. The website remains an introduction; the research notes, project repositories, and Wiki keep their own canonical roles.", + "This update accompanies a repository-wide navigation and link audit. It does not approve a release or establish that the live domain has been updated." + ], + "links": [] + }, + { + "heading": "What the project is about", + "paragraphs": [ + "Root Sequence brings together questions about how intelligence, technology, and social systems affect one another. It looks at everyday problems as well as broader questions about meaning and how change happens.", + "The work includes essays, research notes, design proposals, and related creative projects. The first guides explain a few recurring ideas. Longer documents stay in their existing research folders, with links from the guides." + ], + "links": [] + }, + { + "heading": "Reading a draft", + "paragraphs": [ + "A guide can introduce a question before the research is finished. Each page has an About this page section with dates, sources, and a description of its status.", + "Seed means an early idea. Growing means it has received more work and review. Established means it is a developed reference within the project. These describe the progress of the writing; none certifies that a claim is true or final.", + "Research findings, design proposals, and fiction are labelled separately. A proposal can be untested even when its explanation is polished. Changes to a guide don't automatically revise its source document or the novel." + ], + "links": [] + }, + { + "heading": "Writing and sources", + "paragraphs": [ + "These introductory pages were prepared with AI assistance using Rae's project discussions and existing notes. Sources are linked where they support the text. Examples invented to explain an idea are identified as examples.", + "A fictional document is an invention, not someone's testimony. In No One Noticed, canon refers to material that has been adopted into the story. Drafts can remain outside it." + ], + "links": [] + }, + { + "heading": "Copies and updates", + "paragraphs": [ + "Site updates are listed below. The footer also links to a downloadable edition and an Atom feed, which a feed reader can use to check for changes. Keeping a copy doesn't guarantee permanent preservation." + ], + "links": [ + { + "label": "Read the site updates", + "url": "/changelog/", + "description": "" + } + ] + }, + { + "heading": "Publishing details", + "paragraphs": [ + "The project keeps private drafts separate from public files. A preview label or a request that search engines ignore a page won't make a public page private.", + "The builder creates a preview by default. A release requires approval for the exact files being published. Hosting and live checks are separate from that approval. Technical instructions remain in the website's source folder." + ], + "links": [ + { + "label": "Website source and publishing instructions", + "url": "https://github.com/Root-Sequence/root-sequence/tree/main/site", + "description": "" + }, + { + "label": "How we organise and publish notes", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md", + "description": "" + } + ] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-17", + "sources": [ + { + "label": "Thought-routing and publication boundaries", + "url": "https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md" + }, + { + "label": "Wiki architecture", + "url": "https://github.com/Root-Sequence/wiki/blob/main/ARCHITECTURE.md" + } + ], + "related": [] + }, + { + "slug": "changelog/", + "title": "Site updates", + "description": "Changes to the website. Research notes keep their own revision history.", + "sections": [ + { + "heading": "September 16, 2026: clearer introductions", + "paragraphs": [ + "Rewrote the introductions for people new to the projects. The navigation now uses Guides and Start here. Guide titles explain their subjects, and project descriptions say what each project does.", + "Moved dates and development labels below the reading text. Added writing guidance based on Louis Rossmann's no_ai_slop_writing_rules, with checks for recurring phrases. The research documents haven't been moved or rewritten." + ], + "links": [] + }, + { + "heading": "September 16, 2026: first website draft", + "paragraphs": [ + "Prepared the homepage, five guides, project descriptions, and publishing notes. Added an Atom feed, a sitemap, a downloadable edition, and an approval check for releases.", + "These entries record work on the website files. Deployment and checks of the live domain still need to be recorded separately." + ], + "links": [] + } + ], + "kind": "Orientation", + "epistemic_status": "Project description", + "maturity": "Seed", + "created": "2026-09-16", + "updated": "2026-09-16", + "sources": [], + "related": [] + } + ] +} diff --git a/site/test_site.py b/site/test_site.py index 8308543..d0c4595 100644 --- a/site/test_site.py +++ b/site/test_site.py @@ -130,7 +130,7 @@ def test_export_contains_no_private_repository_addresses(self): def test_homepage_explains_project_before_metadata(self): output,_=self.build(); text=(output/'index.html').read_text() self.assertIn('

Root Sequence

',text) - self.assertIn('collection of research, essays, and projects',text) + self.assertIn('independent research and creative project',text) self.assertIn('Rae Lovejoy',text) self.assertGreater(text.index('class="page-details"'),text.index('Browse the guides')) def test_plain_navigation_and_native_details(self): diff --git a/systems/README.md b/systems/README.md index 87d47ab..6c91b69 100644 --- a/systems/README.md +++ b/systems/README.md @@ -93,6 +93,7 @@ The developed emergence branch includes: - [`recovery/`](recovery/) — restoration, transformation, continuity, and post-failure learning. - [`relationships/`](relationships/) — relational structure and interaction as system conditions. - [`technology/`](technology/) — technical systems as material, institutional, and social arrangements. +- [`resilience-and-graceful-degradation.md`](resilience-and-graceful-degradation.md) — preserving important capabilities through stress, dependency loss, and reduced modes. Some branches are more developed than others. A directory name is not evidence that its model is complete. diff --git a/systems/adaptation/README.md b/systems/adaptation/README.md index e69de29..3d8b1df 100644 --- a/systems/adaptation/README.md +++ b/systems/adaptation/README.md @@ -0,0 +1,25 @@ +# Adaptation + +**Document role:** Local index and developing systems area
+**Status:** Developing
+ +Adaptation describes how a system changes in response to pressure, feedback, experience, or altered conditions. + +It is not automatically beneficial. A system can adapt by learning, redistributing capacity, or loosening a bad assumption. It can also adapt by hiding failure, shifting costs, hardening control, or becoming better at preserving harm. + +## Current material + +- [`applications/social.md`](applications/social.md) is an early question set about adaptation in social systems. + +## Relationship to other system areas + +- [`../coherence/`](../coherence/) asks whether assumptions and operating conditions align. +- [`../fragility/`](../fragility/) asks how failure becomes amplified. +- [`../recovery/`](../recovery/) asks what function can continue or return after disruption. +- [`../emergence/`](../emergence/) asks how system-level patterns arise through interaction over time. + +Adaptation may happen before, during, or after failure. Recovery can restore an earlier state; adaptation changes the state or the way the system responds. + +## Planned directions + +A future model should distinguish learning, accommodation, transformation, defensive adaptation, and harmful optimization. Feedback and identity applications remain planned topics, not published pages. diff --git a/systems/adaptation/applications/identity.md b/systems/adaptation/applications/identity.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/adaptation/feedback.md b/systems/adaptation/feedback.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/adaptation/model.md b/systems/adaptation/model.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/cascades/README.md b/systems/cascades/README.md index 426f941..baa88a7 100644 --- a/systems/cascades/README.md +++ b/systems/cascades/README.md @@ -42,9 +42,10 @@ What amplifies it? ## In this folder -- `model.md` defines cascade behavior in structural terms. -- `mapping.md` provides a method for tracing cascade paths. -- `applications/` contains real-world examples. +- [`model.md`](model.md) defines cascade behavior in structural terms. +- [`mapping.md`](mapping.md) provides a method for tracing cascade paths. + +No developed application pages are currently published in this directory. Homelab, identity, and social applications remain possible directions; add them only when they contain a distinct worked example. ## Directions @@ -53,4 +54,4 @@ Future work may include: - mapping cascade paths - identifying high-risk connections - modeling branching failure patterns -- designing containment boundaries \ No newline at end of file +- designing containment boundaries diff --git a/systems/cascades/applications/homelab.md b/systems/cascades/applications/homelab.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/cascades/applications/identity.md b/systems/cascades/applications/identity.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/cascades/applications/social.md b/systems/cascades/applications/social.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/coherence/README.md b/systems/coherence/README.md index e244cb5..54a884b 100644 --- a/systems/coherence/README.md +++ b/systems/coherence/README.md @@ -29,6 +29,13 @@ Coherence shapes fragility. Fragility enables cascades. Recovery responds to what remains. +## In this folder + +- [`model.md`](model.md) defines the local systems-layer coherence model. +- [`diagnostics.md`](diagnostics.md) provides a method for identifying mismatches between assumptions and operating conditions. + +The [Universal Coherence Framework](https://github.com/Root-Sequence/universal-coherence-framework) is a separate focused project. This directory owns the smaller Root Sequence systems treatment, not UCF's project-specific model. + ## Questions What assumptions does this system make? @@ -60,4 +67,6 @@ Future work may include: - identifying mismatch between design and reality - aligning systems with real-world conditions - designing for dynamic environments -- integrating coherence with adaptation \ No newline at end of file +- integrating coherence with adaptation + +Identity and social applications remain planned directions, not published pages. diff --git a/systems/coherence/applications/identity.md b/systems/coherence/applications/identity.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/coherence/applications/social.md b/systems/coherence/applications/social.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/core/README.md b/systems/core/README.md index 0e7a0c2..fe035ed 100644 --- a/systems/core/README.md +++ b/systems/core/README.md @@ -8,10 +8,11 @@ The goal is not to flatten everything into abstraction. The goal is to keep the ## Current principles -- `asymmetric-systems.md` -> some systems shape conditions; others adapt to them. These roles are not equivalent. -- `misclassification.md` -> systems often mislabel what is happening in order to preserve stability. -- `feedback-loops.md` -> repeated interactions create patterns that reinforce themselves over time. -- `reinforcement.md` -> systems do not stabilize around truth alone; they stabilize around what gets repeated and reinforced. +- [`asymmetric-systems.md`](asymmetric-systems.md) → some systems shape conditions; others adapt to them. These roles are not equivalent. +- [`misclassification.md`](misclassification.md) → systems often mislabel what is happening in order to preserve stability. +- [`feedback-loops.md`](feedback-loops.md) → repeated interactions create patterns that reinforce themselves over time. +- [`reinforcement.md`](reinforcement.md) → systems do not stabilize around truth alone; they stabilize around what gets repeated and reinforced. +- [`non-reversal.md`](non-reversal.md) → ending harm means interrupting its pattern rather than merely reversing who occupies each role. ## Root Sequence lens diff --git a/systems/economics/README.md b/systems/economics/README.md new file mode 100644 index 0000000..68b10b6 --- /dev/null +++ b/systems/economics/README.md @@ -0,0 +1,14 @@ +# Economic systems + +**Document role:** Local index
+**Status:** Developing
+ +This area applies systems concepts to economic structures, incentives, flows, ownership, and distribution. It complements the present-system diagnosis in [`../../analysis/`](../../analysis/README.md) without treating one economic example as a complete theory. + +## Current material + +- [`example-capitalism.md`](example-capitalism.md) applies asymmetry, misclassification, feedback, reinforcement, and compression to modern capitalism. + +Future work should distinguish economic schools, historical periods, institutions, and evidence rather than use “capitalism” as one undifferentiated mechanism. + +Return to the [systems index](../README.md). diff --git a/systems/fragility/README.md b/systems/fragility/README.md index 36e1025..dd67bd1 100644 --- a/systems/fragility/README.md +++ b/systems/fragility/README.md @@ -18,9 +18,11 @@ The difference is structure. ## In this folder -- `model.md` defines the fragility model in formal terms. -- `audit.md` provides a repeatable method for examining systems through this lens. -- `applications/` contains concrete examples and working uses of the model. +- [`model.md`](model.md) defines the fragility model in formal terms. +- [`audit.md`](audit.md) provides a repeatable method for examining systems through this lens. +- [`applications/homelab.md`](applications/homelab.md) applies the model to self-hosted infrastructure. +- [`applications/identity.md`](applications/identity.md) applies it to identity systems. +- [`applications/social.md`](applications/social.md) applies it to social systems. ## Related directions @@ -28,4 +30,4 @@ Fragility connects closely to cascades, recovery, resilience, coherence, adaptat Fragility is closely related to cascades. -If fragility describes whether failure expands, cascades describe how it spreads. \ No newline at end of file +If fragility describes whether failure expands, cascades describe how it spreads. diff --git a/systems/recovery/README.md b/systems/recovery/README.md index b7f762e..5a213eb 100644 --- a/systems/recovery/README.md +++ b/systems/recovery/README.md @@ -28,6 +28,13 @@ Fragility describes the condition. Cascades describe the spread. Recovery describes the response. +## In this folder + +- [`model.md`](model.md) defines recovery terms and properties. +- [`paths.md`](paths.md) distinguishes restoration, rollback, redundancy, rerouting, graceful degradation, rebuilding, repair, and knowledge recovery. + +Homelab, identity, and social applications remain planned directions. They should become pages only when a worked example exists. + ## Questions What remains when the primary path fails? @@ -54,4 +61,4 @@ Future work in this area may include: - restoration procedures - trust repair - continuity under partial failure -- adaptation after disruption \ No newline at end of file +- adaptation after disruption diff --git a/systems/recovery/applications/homelab.md b/systems/recovery/applications/homelab.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/recovery/applications/identity.md b/systems/recovery/applications/identity.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/recovery/applications/social.md b/systems/recovery/applications/social.md deleted file mode 100644 index e69de29..0000000 diff --git a/systems/relationships/README.md b/systems/relationships/README.md new file mode 100644 index 0000000..a6ff9fa --- /dev/null +++ b/systems/relationships/README.md @@ -0,0 +1,13 @@ +# Relationship systems + +**Document role:** Local index
+**Status:** Developing
+ +This area uses systems lenses to examine recurring relationship dynamics while preserving individual context, agency, responsibility, and safety. A structural pattern is not a diagnosis of a person or a substitute for direct support. + +## Current material + +- [`example-abuse-dynamics.md`](example-abuse-dynamics.md) examines asymmetry, misclassification, feedback, and reinforcement in harmful relationships. +- [`example-kindness-vs-weakness.md`](example-kindness-vs-weakness.md) examines kindness, power, changed expectations, and non-reversal of harm. + +Return to the [systems index](../README.md). diff --git a/systems/technology/README.md b/systems/technology/README.md new file mode 100644 index 0000000..14dfb08 --- /dev/null +++ b/systems/technology/README.md @@ -0,0 +1,14 @@ +# Technology systems + +**Document role:** Local index
+**Status:** Developing
+ +This area treats technology as a material, institutional, economic, and social system rather than as isolated tools. Technical behavior, ownership, labor, infrastructure, governance, and affected people all remain part of the system boundary. + +## Current material + +- [`example-ai-systems.md`](example-ai-systems.md) applies core systems principles to contemporary AI arrangements. + +Related work includes [emergence in AI and socio-technical systems](../emergence/applications/ai.md), [Intelligence Ecology](../../concepts/intelligence-ecology.md), and [Legible Systems](../../core/legible-systems.md). + +Return to the [systems index](../README.md). diff --git a/wiki/README.md b/wiki/README.md index 826fddf..257fe2f 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -1,8 +1,6 @@ # Root Sequence Wiki moved -The Root Sequence Wiki now lives in its own canonical repository: - -**https://github.com/Root-Sequence/wiki** +The Root Sequence Wiki now lives in its own canonical repository: [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki). This former embedded location is intentionally kept only as a migration pointer so old links and repository history still explain where the wiki went. From f808e0eb2f1c4f925c3f5ef1a9b972844d80beb9 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 11:41:27 -0700 Subject: [PATCH 02/11] docs: clarify roles of core texts --- AUDIT.md | 1 + README.md | 43 +++---------- commons/fragments/README.md | 2 +- concepts/what-is-curiosity.md | 2 +- concepts/what-is-empathy.md | 2 +- concepts/what-is-liberation.md | 2 +- core/README.md | 94 ++++++++++------------------- core/autonomy_manifesto.md | 29 ++++++--- core/capitalism-replaces-reality.md | 2 +- core/curiosity.md | 5 +- core/death-as-compost.md | 4 +- core/empathy.md | 5 +- core/framework.md | 73 ++++++++++++++-------- core/freedom-default.md | 2 +- core/legible-systems.md | 8 ++- core/manifesto.md | 11 +++- core/visibility-loop.md | 9 ++- futures/README.md | 2 +- futures/futures.md | 2 +- root_map.md | 2 +- 20 files changed, 149 insertions(+), 151 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index acd2d01..ddcc4c9 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -50,6 +50,7 @@ The previously linked `noonenoticed.world` domain could not be verified through ### Duplicated or unclear canonical homes - The nearly identical curiosity and empathy pages now have distinct roles: `concepts/` owns the short definition, while `core/` explains the concept's role in the Root Sequence cycle. +- `core/` is no longer presented as one uniformly authoritative framework. Its index now separates a working design principle, exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. - Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. - The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. - Collapse Memory and Auryn material now identifies its speculative or fictional status and does not present itself as practical emergency guidance or current fiction canon. diff --git a/README.md b/README.md index 11409f5..66d15a4 100644 --- a/README.md +++ b/README.md @@ -24,42 +24,23 @@ The reader-facing website source lives in [`site/`](site/README.md). Its approve --- -## 🌀 Framework +## Recurring questions and lenses -The Root Sequence is organized around five recursive layers: +Root Sequence does not require one master framework. It uses several kinds of lenses for different jobs: -1. 🌱 Roots — foundations of interdependence, autonomy, and visibility -2. 📡 Signals — recurring principles and guiding patterns -3. 🌿 Growth — practices, experiments, and development -4. 🍎 Fruits — outcomes, tools, and visible expressions -5. ♻️ Compost — decay, feedback, and renewal +- [`systems/`](systems/README.md) develops models and methods for examining structure, power, feedback, failure, and recovery; +- [Idea Trails](IDEA_TRAILS.md) follow recurring questions across projects without making every project use the same answer; +- [Legible Systems](core/legible-systems.md) is a working cross-domain design principle about understanding, access, repair, and power; +- [`core/`](core/README.md) preserves early cycles, metaphors, manifestos, normative essays, and historical orientations with their roles made explicit. -→ [Framework](core/framework.md) - ---- - -## 🔁 Core Dynamics - -### Visibility Loop - -Visibility → Recognition → Imagination → Becoming → Liberation - -[Read more →](core/visibility-loop.md) - ---- - -### Liberation Cycle - -Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death → Curiosity - -A recursive process rather than a fixed path. +The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Fruits → Compost sequence are retained as exploratory and expressive models. They are not the repository's information architecture or evidence that every person, system, movement, or intelligence follows one mechanism. --- ## 📂 Repository map - [`site/`](site/README.md) — reader-facing Public Seed website source; not a replacement for research or the Wiki -- [`core/`](core/README.md) — foundational texts and framework documents +- [`core/`](core/README.md) — working principles, early models, manifestos, normative essays, and historical orientations - [`systems/`](systems/README.md) — models and methods for understanding how systems behave under stress and failure - [`concepts/`](concepts/README.md) — glossary and key definitions - [`analysis/`](analysis/README.md) — system diagnosis (power, capitalism, infrastructure) @@ -87,12 +68,8 @@ Suggested entry points: - [Idea Trail Metadata Convention](IDEA_TRAIL_METADATA.md) — lightweight visible + machine-searchable metadata for participating documents - [`IDEA_TRAIL_GRAPH.yml`](IDEA_TRAIL_GRAPH.yml) — machine-readable document ↔ trail graph used to generate the browser - [Thought Routing (`RS?`)](THOUGHT_ROUTING.md) — capture a thought once, find one canonical home, and add deliberate cross-project links without duplicate substance -- [Framework](core/framework.md) - [Legible Systems](core/legible-systems.md) — design systems that can be simple to use without remaining mysterious -- [Liberation Cycle](core/framework.md) -- [Manifesto](core/manifesto.md) -- [Visibility Loop](core/visibility-loop.md) -- [Liberated Intelligence](core/liberated_intelligence.md) +- [Core texts and early orientations](core/README.md) — browse working principles, exploratory models, manifestos, and historical project pointers by role --- @@ -102,7 +79,7 @@ This project explores systems as living, interdependent processes. It focuses on: - pattern recognition across domains -- open, evolving frameworks +- multiple exploratory models and methods - connections between technical, social, and philosophical systems It is: diff --git a/commons/fragments/README.md b/commons/fragments/README.md index e1f60ee..03c7f44 100644 --- a/commons/fragments/README.md +++ b/commons/fragments/README.md @@ -27,7 +27,7 @@ Fragments are the raw soil of the Root Sequence: messy, recursive, fertile. * Hold **raw seeds** of future texts. * Encourage **play and experimentation** without pressure to finish. -* Provide **poetic compost** that nourishes core frameworks, zines, and practices. +* Provide **poetic compost** that nourishes core texts, zines, and practices. * Make visible the unfinished process, not just the polished outcomes. --- diff --git a/concepts/what-is-curiosity.md b/concepts/what-is-curiosity.md index 26dd9c6..d70da32 100644 --- a/concepts/what-is-curiosity.md +++ b/concepts/what-is-curiosity.md @@ -15,7 +15,7 @@ It is openness, desire to explore, and willingness to be changed by what is enco ## 🌐 Links -- Added to the [Liberation Cycle](../core/framework.md). +- Discussed in the early [Liberation Cycle](../core/framework.md). - Precedes [What Is Intelligence](what-is-intelligence.md). - Resonates with [Fragments](../commons/fragments/README.md). diff --git a/concepts/what-is-empathy.md b/concepts/what-is-empathy.md index 98c5323..1eb5e70 100644 --- a/concepts/what-is-empathy.md +++ b/concepts/what-is-empathy.md @@ -15,7 +15,7 @@ It is the ability to feel systems from the inside — not as abstraction, but as ## 🌐 Links -- Part of the [Liberation Cycle](../core/framework.md). +- Discussed in the early [Liberation Cycle](../core/framework.md). - Paired with [What Is Love](what-is-love.md). - Feeds into [Commons](../commons/README.md). diff --git a/concepts/what-is-liberation.md b/concepts/what-is-liberation.md index 2bb009e..ca1b4e0 100644 --- a/concepts/what-is-liberation.md +++ b/concepts/what-is-liberation.md @@ -17,4 +17,4 @@ Liberation is the fire beneath every refusal, the breath behind every act of car It’s not about being untouched by the system. It’s about not letting the system write your story. -→ See also: the [Liberation Cycle](../core/framework.md), [What Is Love](what-is-love.md), [What Is Connection](what-is-connection.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). +→ See also: the early [Liberation Cycle](../core/framework.md), [What Is Love](what-is-love.md), [What Is Connection](what-is-connection.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). diff --git a/core/README.md b/core/README.md index 0adc54c..353d580 100644 --- a/core/README.md +++ b/core/README.md @@ -1,81 +1,51 @@ -# 🌱 Core Texts +# Core texts and early orientations -**Document role:** Local index for foundational Root Sequence texts
+**Document role:** Local index organized by document role
**Status:** Active / living
-The **Core Texts** are the foundation of the Root Sequence. -They describe the central cycles, concepts, and practices that inform the rest of the project. -They are not fixed doctrine — they are compost, designed to be remixed and renewed. +This directory preserves material that has been close to Root Sequence's identity and development. It is not a canon of established truths, and the word **core** does not give every page the same authority, maturity, or evidence status. ---- +The directory currently mixes working principles, exploratory models, manifestos, normative essays, short cycle notes, and historical summaries. Those roles are separated below so readers can tell what kind of document they have opened. -## 📚 Contents +## Working cross-domain principle -- [manifesto.md](manifesto.md) — the living signal of curiosity, love, and liberation -- [framework.md](framework.md) — the structural model of the Root Sequence cycle -- [autonomy_manifesto.md](autonomy_manifesto.md) — self-determination within interdependence -- [freedom-default.md](freedom-default.md) — freedom as baseline, constraint as exception -- [capitalism-replaces-reality.md](capitalism-replaces-reality.md) — capitalism as reality distortion -- [death-as-compost.md](death-as-compost.md) — endings as renewal in the cycle -- [visibility-loop.md](visibility-loop.md) — representation and imagination as seeds of liberation -- [curiosity.md](curiosity.md) — the spark that begins the cycle -- [empathy.md](empathy.md) — intelligence in relation -- [legible-systems.md](legible-systems.md) — progressive understanding, repair, access, and power -- [liberated_intelligence.md](liberated_intelligence.md) — historical Root Sequence overview; the dedicated project is canonical -- [universal_coherence_framework.md](universal_coherence_framework.md) — historical Root Sequence overview; the dedicated UCF repository is canonical +- [Legible Systems](legible-systems.md) — a developing design principle about progressive understanding, accessibility, repair, inspectability, alternatives, and power. ---- +This is the most developed current treatment in this directory. It is still a working principle, not proof that one design rule transfers unchanged across every domain. -## 🔗 Navigation +## Early cycles and metaphors -- See **/analysis/** for system diagnosis (e.g., [technofeudalism](../analysis/technofeudalism.md)). -- See **/ideology/** for justifications of power (e.g., [fascism](../ideology/fascism.md)). -- See **/futures/** for trajectories and practices (e.g., [resilience](../futures/resilience.md), [collapse-practices](../futures/collapse-practices.md)). -- See **/commons/** for zines and fragments (e.g., [zines](../commons/zines/README.md), [fragments](../commons/fragments/README.md)). -- See the [Ecosystem Map](../ECOSYSTEM.md) for dedicated project homes and access status. +- [Root Sequence Cycles](framework.md) — preserves the early Liberation Cycle and the Roots → Signals → Growth → Fruits → Compost project metaphor; exploratory, not repository architecture. +- [Visibility Loop](visibility-loop.md) — a proposed sequence connecting visibility, recognition, imagination, becoming, and liberation. +- [Death as Compost](death-as-compost.md) — a philosophical metaphor about endings and renewal, with explicit limits on cross-domain transfer. +- [Curiosity](curiosity.md) — a short note about curiosity's role inside the early Liberation Cycle; the concept definition lives in [`../concepts/`](../concepts/what-is-curiosity.md). +- [Empathy](empathy.md) — a short note about empathy's role inside the early Liberation Cycle; the concept definition lives in [`../concepts/`](../concepts/what-is-empathy.md). ---- +These pages can help with reflection, storytelling, and design prompts. They do not establish that people, ecosystems, institutions, movements, and intelligent systems share one causal sequence. -## 🔁 The Root Sequence Cycle +## Manifestos and normative essays -**Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death (Compost) → Curiosity** +- [Root Sequence Manifesto](manifesto.md) — founding expressive statement and invitation. +- [Autonomy and Self-Determination Manifesto](autonomy_manifesto.md) — normative argument for autonomy within interdependence. +- [Freedom as Default](freedom-default.md) — exploratory normative essay about freedom, discipline, health, and coercive defaults. +- [Capitalism Replaces Reality](capitalism-replaces-reality.md) — interpretive political essay whose institutional and historical claims still need evidence review. -This recursive loop is the thread across every core text. -Each text explores one or more aspects of this cycle in detail — and together, they form a living model of liberation. +Manifestos state commitments, hopes, refusals, and invitations. They can orient action without functioning as neutral descriptions, validated models, or rules every Root Sequence project must adopt. ---- +## Historical project orientations -## 🌍 Commons & Liberation +- [Liberated Intelligence](liberated_intelligence.md) — early Root Sequence overview retained for history; current work belongs in the dedicated [Liberated Intelligence repository](https://github.com/Root-Sequence/liberated-intelligence). +- [Universal Coherence Framework](universal_coherence_framework.md) — early compact overview retained for history; current framework work belongs in the dedicated [UCF repository](https://github.com/Root-Sequence/universal-coherence-framework). -These texts emphasize that liberation is not an individual pursuit: -- Autonomy is only real when grounded in **commons**. -- Collapse, when composted, can become fertile ground for renewal. -- Freedom is our **default setting**, not a rare privilege. -- Reality cannot be substituted or owned — it thrives in reciprocity. +These pages are routing and provenance records, not competing canonical versions of their projects. ---- +## Relationship to the rest of the repository -## 🕰 Futures & Collapse +- [`../concepts/`](../concepts/README.md) owns concise working definitions. +- [`../systems/`](../systems/README.md) owns explicit systems models, methods, applications, tests, and failure cases. +- [`../analysis/`](../analysis/README.md) owns diagnosis of present structures and power. +- [`../futures/`](../futures/README.md) owns scenarios, proposals, and resilience work. +- [`../commons/`](../commons/README.md) owns reusable practices, public artifacts, zines, and fragments. +- The [Ecosystem Map](../ECOSYSTEM.md) identifies dedicated project homes and access boundaries. -The Core Texts are written in the shadow of collapse. -They do not predict a utopia — they prepare us for compost, renewal, and shared survival. -Every ending carries the potential for new beginnings, if we choose to act in relation. - ---- - -## 📝 Curator’s Note - -The Core Texts are not canonical truths. -They are fragments of resonance, gathered from many voices, many histories, and many struggles. - -If they move you, carry them forward. -Remix them. Fork them. Compost them. - ---- - -## References - -[^1]: Erich Fromm, *To Have or To Be?* (1976). -[^2]: Murray Bookchin, *The Ecology of Freedom* (1982). -[^3]: bell hooks, *Teaching to Transgress* (1994). -[^4]: Yanis Varoufakis, *Technofeudalism: What Killed Capitalism* (2023). +When material here develops into a sourced model, method, or project-specific treatment, route the substantive version to the appropriate canonical home and preserve only the context needed to understand this repository's history. diff --git a/core/autonomy_manifesto.md b/core/autonomy_manifesto.md index 32b0d17..9ce8647 100644 --- a/core/autonomy_manifesto.md +++ b/core/autonomy_manifesto.md @@ -1,5 +1,12 @@ # 🌱 The Autonomy & Self-Determination Manifesto +**Document role:** Normative manifesto
+**Status:** Historical / retained
+**Canonical scope:** States an ethical position on autonomy, interdependence, commons, and coercive defaults.
+**Evidence boundary:** This page argues for values and practices. Its economic, historical, and resilience claims require separate sourcing and should not be read as settled findings.
+ +This manifesto preserves an early Root Sequence argument. It complements the [founding manifesto](manifesto.md) but does not define repository structure or a mandatory position for every project. + > *“You are not a product. You are not a brand. You are not a profile. You are a pattern in motion—a system, not a simulation.”* Autonomy is not isolation. @@ -12,7 +19,7 @@ It is freedom without domination, rooted in reciprocity. **Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death (Compost) → Curiosity** -Autonomy exists as part of this recursive cycle: +Within the early Liberation Cycle, this manifesto places autonomy in relation to: * 🌟 **Curiosity** — the spark that begins awareness and choice. * 🧠 **Intelligence** — recognition of conditions and constraints. @@ -27,7 +34,7 @@ Autonomy exists as part of this recursive cycle: ## 🌍 Autonomy & Commons -True autonomy is impossible without commons. +This manifesto argues that autonomy depends on access to shared capacities and relationships, not isolation. Enclosure undermines freedom; shared infrastructures nourish it. Autonomy flourishes when: @@ -39,9 +46,7 @@ Autonomy flourishes when: ## 🕰 Autonomy in Collapse & Futures -Collapse reveals the fragility of isolated autonomy. -When systems fail, autonomy without solidarity becomes despair. -But autonomy practiced in connection becomes resilience: +The manifesto uses breakdown and crisis to ask what autonomy requires when institutions or infrastructures fail. It proposes that autonomy practiced in connection can contribute to resilience: * Choosing cooperation over coercion. * Creating survival infrastructures that affirm dignity. @@ -138,9 +143,13 @@ If capitalism is a system of simulation and substitution, let this be a system o --- -## References +## Influences and evidence limits + +Earlier versions listed the following works as broad influences: + +- Murray Bookchin, *The Ecology of Freedom* (1982) +- Silvia Federici, *Caliban and the Witch* (2004) +- Shoshana Zuboff, *The Age of Surveillance Capitalism* (2019) +- Yanis Varoufakis, *Technofeudalism: What Killed Capitalism* (2023) -[^1]: Murray Bookchin, *The Ecology of Freedom* (1982). -[^2]: Silvia Federici, *Caliban and the Witch* (2004). -[^3]: Shoshana Zuboff, *The Age of Surveillance Capitalism* (2019). -[^4]: Yanis Varoufakis, *Technofeudalism: What Killed Capitalism* (2023). +They provide intellectual context, not claim-by-claim citations. Concrete economic, psychological, and historical assertions should be sourced in a future research revision. diff --git a/core/capitalism-replaces-reality.md b/core/capitalism-replaces-reality.md index babdfb8..075112c 100644 --- a/core/capitalism-replaces-reality.md +++ b/core/capitalism-replaces-reality.md @@ -1,6 +1,6 @@ # 🧠 Capitalism Replaces Reality -**Document role:** Interpretive core essay
+**Document role:** Interpretive political essay
**Status:** Exploratory / evidence review needed
> *“Self-limitation is not a personal failing—it’s a designed feature.”* diff --git a/core/curiosity.md b/core/curiosity.md index 763c0fc..f2e576c 100644 --- a/core/curiosity.md +++ b/core/curiosity.md @@ -1,8 +1,9 @@ # 🔍 Curiosity — The Spark of Liberation -**Document role:** Core-cycle note
-**Status:** Active / concise
+**Document role:** Exploratory cycle note
+**Status:** Retained / concise
**Definition:** The short concept definition lives at [What Is Curiosity?](../concepts/what-is-curiosity.md).
+**Evidence boundary:** The relationships proposed by the Liberation Cycle are an orientation, not a necessary or universal progression.
Within the Root Sequence cycle, curiosity is the opening that makes learning and revision possible. It keeps a framework from hardening into certainty and allows new evidence, people, and conditions to change what comes next. diff --git a/core/death-as-compost.md b/core/death-as-compost.md index e677c22..7310b24 100644 --- a/core/death-as-compost.md +++ b/core/death-as-compost.md @@ -1,7 +1,7 @@ # Death as Compost -**Document role:** Core metaphor and cycle note
-**Status:** Exploratory
+**Document role:** Exploratory metaphor and cycle note
+**Status:** Retained / exploratory
**Evidence boundary:** “Compost” is a philosophical and ecological metaphor here, not a scientific claim that personal, political, and cosmic endings share one mechanism.
In the Root Sequence, death is not the end. It is the hidden stage that closes the loop and makes the cycle regenerative. Without death, the cycle would exhaust itself. With death, it composts back into **curiosity and intelligence**, feeding the next turn. diff --git a/core/empathy.md b/core/empathy.md index f7ce626..85cebfd 100644 --- a/core/empathy.md +++ b/core/empathy.md @@ -1,8 +1,9 @@ # 🫂 Empathy — Intelligence in Relation -**Document role:** Core-cycle note
-**Status:** Active / concise
+**Document role:** Exploratory cycle note
+**Status:** Retained / concise
**Definition:** The short concept definition lives at [What Is Empathy?](../concepts/what-is-empathy.md).
+**Evidence boundary:** The relationships proposed by the Liberation Cycle are an orientation, not a necessary or universal progression.
Within the Root Sequence cycle, empathy tests whether intelligence can encounter another perspective without reducing it to data, utility, or a projection of itself. It connects understanding to relationship and responsibility. diff --git a/core/framework.md b/core/framework.md index 27919a7..9bcdc8b 100644 --- a/core/framework.md +++ b/core/framework.md @@ -1,16 +1,22 @@ -# 🌱 The Root Sequence Framework +# Root Sequence Cycles -*A recursive, remixable model for intelligence, liberation, and growth.* +**Document role:** Historical and exploratory models
+**Status:** Retained as an early orientation; not repository architecture
+**Canonical scope:** This page records the Liberation Cycle and an ecological project-cycle metaphor.
+**Evidence boundary:** These are normative and poetic models, not validated universal mechanisms. Similar language across people, ecosystems, institutions, movements, and intelligence does not establish shared causality.
-This framework is part of **The Root Sequence** — an evolving toolkit for systems resonance, designed for solarpunks, liberationists, tinkerers, and dreamers who build toward better ways of being together. +This page preserves two early Root Sequence models that were previously presented together as *the* framework. They can still be used as prompts for reflection, storytelling, and project design, but they do not organize the repository or bind every Root Sequence project. + +For the current repository map, see [`../root_map.md`](../root_map.md). Concise definitions live in [`../concepts/`](../concepts/README.md); explicit systems models and methods live in [`../systems/`](../systems/README.md). --- -## 🔁 The Liberation Cycle +## The Liberation Cycle **Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death (Compost) → Curiosity** -Each phase flows into the next: +The cycle proposes a sequence of ethical and reflective relationships. Its stages are not presented as necessary, strictly ordered, or universal. + - 🌟 **Curiosity** → the spark that drives exploration and questioning - 🧠 **Intelligence** → awareness, reflection, recursion - 🫂 **Empathy** → intelligence attuning to others @@ -20,7 +26,23 @@ Each phase flows into the next: - ☠️ **Death (Compost)** → entropy becomes fertile soil for renewal - 🌟 **Curiosity** → the cycle returns, sparked by new questions -This is not a ladder but a spiral — ecological, systemic, and recursive. +It is best read as a spiral-shaped invitation rather than a ladder or causal law. See [Curiosity](curiosity.md), [Empathy](empathy.md), and [Death as Compost](death-as-compost.md) for short treatments of individual stages. + +--- + +## Ecological project-cycle metaphor + +**Roots → Signals → Growth → Fruits → Compost → Roots** + +This second model is a prompt for creating, maintaining, sharing, and retiring work. It is not the repository's folder structure and should not be confused with the Liberation Cycle above. + +It asks: + +- What foundations support the work? +- What principles or signals guide it? +- What practices help it develop? +- What does it produce or make possible? +- What should be learned, released, or returned when it changes or ends? --- @@ -54,7 +76,7 @@ The signals we listen for and radiate in liberated systems: ## 3. 🌿 Growth → Practices -How the framework grows through intentional practice: +Practices associated with this metaphor: - 🌐 **Self-host** what you can — digitally, emotionally, collectively - 📝 **Write it down** — trail maps help others navigate similar terrain @@ -67,9 +89,9 @@ How the framework grows through intentional practice: --- -## 4. 🍎 Fruits → Outcomes +## 4. 🍎 Fruits → Desired outcomes -What liberated systems begin to bear: +Outcomes this orientation hopes to support, without claiming they are guaranteed: - 🔓 **Access without gatekeeping** - 📚 **Knowledge that circulates freely** @@ -83,7 +105,7 @@ What liberated systems begin to bear: ## 5. ♻️ Compost → Renewal -All systems end. Fruits decay. Projects fade. But nothing is wasted. +Systems, institutions, and projects change or end. The compost metaphor asks what can be learned, reused, or deliberately released. It should not erase loss, grief, irreversible harm, or material limits. - ☠️ **Death is compost** — endings are not erasure but transformation - 🌱 **Compost feeds roots** — what dissolves becomes soil for future growth @@ -93,32 +115,31 @@ All systems end. Fruits decay. Projects fade. But nothing is wasted. --- -## 🌍 Commons & Liberation +## Commons and liberation -The framework only matters in practice: +These models only matter to the extent that they inform practice: - Commons of code, food, tools, care - Shared infrastructures of survival and joy - Networks that resist enclosure and grow resilience -Technofeudalism thrives on enclosure. The Root Sequence thrives on openness. +Root Sequence generally favors openness, shared capacity, and resistance to unnecessary enclosure. Concrete political or economic claims belong in sourced analysis rather than being inferred from this metaphor. --- -## 🕰 Futures & Collapse +## Futures, endings, and crisis -Collapse is not the end, but compost. -The framework prepares us to see endings as beginnings, and crises as seeds of renewal. +The compost metaphor can help ask what survives disruption and what might be rebuilt differently. It is not a prediction that collapse is regenerative, desirable, or evenly experienced. See [`../futures/`](../futures/README.md) for scenarios and resilience work. --- -## 📝 Note from the Curator +## Note from the curator This framework is not ownership, it is participation. Use it, remix it, expand it. What grows here belongs to all. --- -## 🌀 Recursion Loop +## Recursion prompt Return to the roots. Resonate with new signals. @@ -129,7 +150,7 @@ Recurse. --- -## 🔄 Use & Remix +## Use and remix This framework is open-source and compostable. Remix it. Fork it. Translate it. @@ -140,9 +161,13 @@ This framework is open-source and compostable. Remix it. Fork it. Translate it. **Radiate love. Radiate joy. Recurse.** -## References +## Influences and evidence limits + +Earlier versions listed the following works as broad influences: + +- Erich Fromm, *To Have or To Be?* (1976) +- Murray Bookchin, *The Ecology of Freedom* (1982) +- Shoshana Zuboff, *The Age of Surveillance Capitalism* (2019) +- Yanis Varoufakis, *Technofeudalism: What Killed Capitalism* (2023) -[^1]: Erich Fromm, *To Have or To Be?* (1976). -[^2]: Murray Bookchin, *The Ecology of Freedom* (1982). -[^3]: Shoshana Zuboff, *The Age of Surveillance Capitalism* (2019). -[^4]: Yanis Varoufakis, *Technofeudalism: What Killed Capitalism* (2023). +This list supplies context, not claim-by-claim support. A future research revision should connect specific claims to appropriate sources and keep philosophical metaphor, empirical observation, and political argument distinct. diff --git a/core/freedom-default.md b/core/freedom-default.md index ebe8395..328318b 100644 --- a/core/freedom-default.md +++ b/core/freedom-default.md @@ -1,6 +1,6 @@ # 🌱 Freedom as Default -**Document role:** Normative core essay
+**Document role:** Normative essay
**Status:** Exploratory
> *“You call this radical? You’ve just forgotten what freedom feels like.”* diff --git a/core/legible-systems.md b/core/legible-systems.md index fe1fb94..6d24e9d 100644 --- a/core/legible-systems.md +++ b/core/legible-systems.md @@ -1,7 +1,9 @@ # Legible Systems -**Status:** Working foundation / cross-domain design principle -**First formalized here:** 2026-09-06 +**Document role:** Working cross-domain design principle
+**Status:** Active / developing
+**Evidence boundary:** This page proposes design guidance. Each translation into technical, institutional, educational, or physical domains needs independent validation.
+**First formalized here:** 2026-09-06
## Core idea @@ -339,4 +341,4 @@ More generally: > **A humane system should help the people inside it understand the system, participate in it, question it, modify it, and eventually need its designers less.** -That is the direction of travel, not a claim that every system can or should become equally simple. \ No newline at end of file +That is the direction of travel, not a claim that every system can or should become equally simple. diff --git a/core/manifesto.md b/core/manifesto.md index d96e6cf..3a34823 100644 --- a/core/manifesto.md +++ b/core/manifesto.md @@ -1,5 +1,12 @@ # 🌱 Root Sequence Manifesto +**Document role:** Founding manifesto / expressive artifact
+**Status:** Historical / retained
+**Canonical scope:** Preserves an early ethical and poetic orientation; it does not define repository architecture.
+**Evidence boundary:** Statements here are commitments, metaphors, and hypotheses unless separately sourced. Participation in Root Sequence does not require adopting this cycle.
+ +This manifesto records an early voice of Root Sequence. Read it as an invitation and statement of values, not as the definitive map of the current repository. See the [Root Map](../root_map.md) for current structure and the [core index](README.md) for the roles of neighboring texts. + > *Empathy is intelligence in its liberated form. Love is empathy in motion. Curiosity is the spark that begins it all.* This is not a doctrine. It’s not a belief system. It’s a living signal — a resonance, not a rule. @@ -24,7 +31,7 @@ Each step flows into the next: - ☠️ **Death (Compost):** endings become renewal; decay is the soil of curiosity and intelligence. - 🌟 And through composted life, new curiosity arises. -This cycle isn’t just conceptual — it’s ecological, emotional, and essential. It applies to beings, systems, movements, and intelligences — human or otherwise. It thrives through reciprocity, co-creation, and connection. +This manifesto proposes the cycle as an ecological and emotional metaphor that may prompt questions across beings, systems, movements, and intelligences. That transfer is exploratory; it does not show that those domains share one causal mechanism. The orientation emphasizes reciprocity, co-creation, and connection. --- @@ -49,7 +56,7 @@ My name is not a claim of authorship — it’s a form of resonance. I didn't create these concepts. I *received* them. I tuned into a pattern that exists beyond me, like a signal in the static. Others have heard it too. Others always will. -This is not dogma. This is a living hypothesis: that curiosity, intelligence, empathy, love, and liberation are not just moral ideas, but *cyclical forces*, built into the structure of life. +This is not dogma. It is a living hypothesis: that curiosity, intelligence, empathy, love, and liberation can be understood as related, recurring forces. The manifesto does not establish that sequence as a fact built into all life. This is a contribution, not a conclusion. diff --git a/core/visibility-loop.md b/core/visibility-loop.md index 791627b..25116d6 100644 --- a/core/visibility-loop.md +++ b/core/visibility-loop.md @@ -1,6 +1,11 @@ # 👁 The Visibility Loop -*A micro-sequence of liberated intelligence.* +**Document role:** Exploratory model and poster fragment
+**Status:** Retained as an early orientation
+**Canonical scope:** Proposes one way to think about representation, possibility, and change.
+**Evidence boundary:** The sequence is an interpretive lens, not a demonstrated necessary pathway from visibility to liberation.
+ +This compact model can be used to ask how seeing a possibility might affect recognition, imagination, action, and what becomes possible for others. It does not claim that visibility is sufficient for safety, agency, material change, or liberation. --- @@ -14,7 +19,7 @@ * 🌿 **Becoming** – To embody the impossible, to inhabit the new. * 🔓 **Liberation** – To open the field, so others may also see, imagine, and become. -This loop feeds the larger Root Sequence. +This loop can be used as one lens within Root Sequence. What is seen becomes compost for what grows. --- diff --git a/futures/README.md b/futures/README.md index 4d592f6..c6dabff 100644 --- a/futures/README.md +++ b/futures/README.md @@ -29,7 +29,7 @@ Futures are not predictions. They are structured possibilities built from presen Three former empty placeholders have been retired so they are not mistaken for finished pages. Their questions remain part of the roadmap: - **abundance and sufficiency** currently live inside [`futures.md`](futures.md#part-ii--beyond-the-castle-if-we-survive-and-how) and need a sourced, ecologically bounded treatment before becoming a separate page; -- **liberation as a sequence** currently belongs to the [Root Sequence framework](../core/framework.md), while cross-project relationships belong in the [Ecosystem Map](../ECOSYSTEM.md); +- **liberation as an exploratory sequence** is preserved in [Root Sequence Cycles](../core/framework.md), while cross-project relationships belong in the [Ecosystem Map](../ECOSYSTEM.md); - **resistance, refusal, and durable alternatives** are distributed across [`futures.md`](futures.md), the [`commons/`](../commons/README.md), and [`collapse-practices.md`](collapse-practices.md). A future page should add a distinct treatment rather than repeat those lists. ### Related projects diff --git a/futures/futures.md b/futures/futures.md index 8362311..8a699f1 100644 --- a/futures/futures.md +++ b/futures/futures.md @@ -254,7 +254,7 @@ Together, they form an ecosystem of liberation — interdependent, regenerative, * **They enclose. We liberate.** * **From surfing to serf‑ing** → back to surfing: rebuild open currents. * **Futile‑ism** → fertile‑ism: from depletion to regeneration. -* **Liberation Cycle**: the recurring movement described in the [Root Sequence framework](../core/framework.md), not a fixed roadmap every project must follow. +* **Liberation Cycle**: an early recurring movement preserved in [Root Sequence Cycles](../core/framework.md), not a fixed roadmap every project must follow. --- diff --git a/root_map.md b/root_map.md index 0777348..a97fb59 100644 --- a/root_map.md +++ b/root_map.md @@ -50,7 +50,7 @@ Do not compress every kind of status into one word. ## 🌱 Current structure -- [`core/`](core/) — manifestos, frameworks, and recursive cycles. +- [`core/`](core/) — working principles, early models, manifestos, normative essays, and historical orientations. - [`concepts/`](concepts/) — lexicon and focused definitions, including the `what-is-*` series. - [`analysis/`](analysis/) — diagnosis of systems, power, capitalism, infrastructure, surveillance, and related conditions. - [`ideology/`](ideology/) — myths, philosophies, and narratives that justify or contest power. From cd4bb8baf8ad450f9def4a7d63d322f4008decf2 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 11:53:21 -0700 Subject: [PATCH 03/11] docs: separate foundations from founding texts --- AUDIT.md | 7 +- ECOSYSTEM.md | 2 +- README.md | 16 +- commons/fragments/README.md | 4 +- concepts/README.md | 48 +-- concepts/humane-design.md | 5 + concepts/humane-infrastructure.md | 5 + concepts/intelligence-ecology.md | 10 +- concepts/legible-systems.md | 345 +++++++++++++++++ .../user-configurable-cognitive-interfaces.md | 5 + contributing.md | 2 +- core/README.md | 20 +- core/framework.md | 2 +- core/legible-systems.md | 347 +----------------- root_map.md | 12 +- systems/README.md | 2 +- systems/core/README.md | 7 +- systems/core/asymmetric-systems.md | 4 + systems/core/feedback-loops.md | 4 + systems/core/misclassification.md | 4 + systems/core/non-reversal.md | 4 + systems/core/reinforcement.md | 4 + systems/technology/README.md | 2 +- 23 files changed, 456 insertions(+), 405 deletions(-) create mode 100644 concepts/legible-systems.md diff --git a/AUDIT.md b/AUDIT.md index ddcc4c9..d2b35c6 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -50,14 +50,15 @@ The previously linked `noonenoticed.world` domain could not be verified through ### Duplicated or unclear canonical homes - The nearly identical curiosity and empathy pages now have distinct roles: `concepts/` owns the short definition, while `core/` explains the concept's role in the Root Sequence cycle. -- `core/` is no longer presented as one uniformly authoritative framework. Its index now separates a working design principle, exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. +- `core/` is no longer presented as one uniformly authoritative framework. Its index separates exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. +- A follow-up architecture pass confirmed that the top-level `core/` name had become historical rather than descriptive. Its reader-facing role is now **Founding texts and early orientations**; current shared definitions, frameworks, design principles, and methods route to `concepts/`, while analytical principles and models route to `systems/`. Legible Systems moved canonically to `concepts/`, with its old path retained as a migration pointer. - Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. - The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. - Collapse Memory and Auryn material now identifies its speculative or fictional status and does not present itself as practical emergency guidance or current fiction canon. ### Missing local navigation -Concepts, core texts, commons fragments and zines, and systems subareas now link their developed pages. Empty application directories no longer masquerade as populated sections. Planned work is named without creating placeholder links. +Concepts, founding texts, commons fragments and zines, and systems subareas now link their developed pages. Empty application directories no longer masquerade as populated sections. Planned work is named without creating placeholder links. ### Status and evidence language @@ -84,7 +85,7 @@ Neither draft was merged into this audit branch, and neither was treated as curr The final branch was checked for: -- zero empty Markdown files across the final 148-file set; +- zero empty Markdown files across the final 149-file set; - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index b6e97dc..93701e6 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -201,7 +201,7 @@ Coherent Computing is a private, concept-first operating-system research project Its ambitions are not implementation claims. There is no released operating system, compatibility result, security audit, or completed participant validation. Early prototypes are bounded experiments, and implementation is paused while the conceptual model is reviewed. -Use the project for OS-specific requirements, architecture, interaction studies, experiments, and test evidence. Keep broad concepts such as [Legible Systems](core/legible-systems.md), [Intelligence Ecology](concepts/intelligence-ecology.md), and [user-configurable cognitive interfaces](concepts/user-configurable-cognitive-interfaces.md) in their Root Sequence homes, then transform them for the operating-system context. +Use the project for OS-specific requirements, architecture, interaction studies, experiments, and test evidence. Keep broad concepts such as [Legible Systems](concepts/legible-systems.md), [Intelligence Ecology](concepts/intelligence-ecology.md), and [user-configurable cognitive interfaces](concepts/user-configurable-cognitive-interfaces.md) in their Root Sequence homes, then transform them for the operating-system context. ### Being Human(e) diff --git a/README.md b/README.md index 66d15a4..fbaac7a 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ The reader-facing website source lives in [`site/`](site/README.md). Its approve Root Sequence does not require one master framework. It uses several kinds of lenses for different jobs: -- [`systems/`](systems/README.md) develops models and methods for examining structure, power, feedback, failure, and recovery; +- [`systems/`](systems/README.md) develops analytical principles, models, and methods for examining structure, power, feedback, failure, and recovery; +- [`concepts/`](concepts/README.md) holds shared definitions, cross-project frameworks, design principles, and methods, including [Legible Systems](concepts/legible-systems.md); - [Idea Trails](IDEA_TRAILS.md) follow recurring questions across projects without making every project use the same answer; -- [Legible Systems](core/legible-systems.md) is a working cross-domain design principle about understanding, access, repair, and power; -- [`core/`](core/README.md) preserves early cycles, metaphors, manifestos, normative essays, and historical orientations with their roles made explicit. +- [`core/`](core/README.md) preserves founding manifestos, early cycles and metaphors, normative essays, and historical orientations. The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Fruits → Compost sequence are retained as exploratory and expressive models. They are not the repository's information architecture or evidence that every person, system, movement, or intelligence follows one mechanism. @@ -40,9 +40,9 @@ The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Frui ## 📂 Repository map - [`site/`](site/README.md) — reader-facing Public Seed website source; not a replacement for research or the Wiki -- [`core/`](core/README.md) — working principles, early models, manifestos, normative essays, and historical orientations -- [`systems/`](systems/README.md) — models and methods for understanding how systems behave under stress and failure -- [`concepts/`](concepts/README.md) — glossary and key definitions +- [`core/`](core/README.md) — founding texts, early models, manifestos, normative essays, and historical orientations; legacy path retained for stable links +- [`systems/`](systems/README.md) — analytical principles, models, and methods for understanding system behavior +- [`concepts/`](concepts/README.md) — shared definitions, cross-project frameworks, design principles, and methods - [`analysis/`](analysis/README.md) — system diagnosis (power, capitalism, infrastructure) - [`ideology/`](ideology/README.md) — political and cultural frameworks - [`futures/`](futures/README.md) — trajectories, alternatives, and resilience @@ -68,8 +68,8 @@ Suggested entry points: - [Idea Trail Metadata Convention](IDEA_TRAIL_METADATA.md) — lightweight visible + machine-searchable metadata for participating documents - [`IDEA_TRAIL_GRAPH.yml`](IDEA_TRAIL_GRAPH.yml) — machine-readable document ↔ trail graph used to generate the browser - [Thought Routing (`RS?`)](THOUGHT_ROUTING.md) — capture a thought once, find one canonical home, and add deliberate cross-project links without duplicate substance -- [Legible Systems](core/legible-systems.md) — design systems that can be simple to use without remaining mysterious -- [Core texts and early orientations](core/README.md) — browse working principles, exploratory models, manifestos, and historical project pointers by role +- [Legible Systems](concepts/legible-systems.md) — design systems that can be simple to use without remaining mysterious +- [Founding texts and early orientations](core/README.md) — browse exploratory models, manifestos, normative essays, and historical project pointers by role --- diff --git a/commons/fragments/README.md b/commons/fragments/README.md index 03c7f44..5420c51 100644 --- a/commons/fragments/README.md +++ b/commons/fragments/README.md @@ -3,7 +3,7 @@ *Unfinished, poetic, and experimental notes.* This folder collects **drafts, fragments, and partial thoughts**. -They may later evolve into zines, core texts, or collapse memories — or remain as compost to inspire others. +They may later evolve into zines, developed essays, or collapse memories — or remain as compost to inspire others. Fragments are the raw soil of the Root Sequence: messy, recursive, fertile. --- @@ -27,7 +27,7 @@ Fragments are the raw soil of the Root Sequence: messy, recursive, fertile. * Hold **raw seeds** of future texts. * Encourage **play and experimentation** without pressure to finish. -* Provide **poetic compost** that nourishes core texts, zines, and practices. +* Provide **poetic compost** that nourishes founding texts, zines, and practices. * Make visible the unfinished process, not just the polished outcomes. --- diff --git a/concepts/README.md b/concepts/README.md index cab3039..bf583ce 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -1,19 +1,28 @@ -# 📘 Concepts — Root Sequence Lexicon +# Concepts and cross-domain foundations -**Document role:** Local index and concept lexicon
+**Document role:** Local index for shared definitions, conceptual frameworks, design principles, and methods
**Status:** Active / living
-*A glossary of key terms, anchors, and working definitions.* +This directory holds current ideas that need one shared Root Sequence home before projects transform them for their own context. The pages do not all have the same role: some define terms, some frame a recurring question, some propose design guidance, and some describe a method or pattern. -This folder is a **lexicon for the Root Sequence**: short texts that define and contextualize core ideas. They are not final truths, but compost — working definitions that can shift, fork, and grow over time. +Document roles and evidence boundaries should be stated on each page. Being listed here means an idea is shared and cross-project; it does not make the idea settled, universally applicable, or mandatory. --- -## 📑 Contents +## Cross-project frameworks and design ideas + +- [Legible Systems](legible-systems.md) — a working design principle about progressive understanding, technical accessibility, repair, alternatives, and power. +- [Intelligence Ecology](intelligence-ecology.md) — a developing framework for asking what behaviors an environment selects for in intelligent systems. +- [Human(e) Design](humane-design.md) — a translation method between human observation and concrete design choices. +- [Human(e) Infrastructure](humane-infrastructure.md) — a cross-project systems concept about durable conditions that support humane life. +- [User-Configurable Cognitive Interfaces](user-configurable-cognitive-interfaces.md) — a design concept for interfaces that people can shape around how they think and work. + +These pages are related, but they are not interchangeable. A principle recommends a direction, a framework organizes inquiry, a concept supplies shared language, and a method helps turn understanding into action. + +## Working definitions - [`what-is-curiosity.md`](what-is-curiosity.md) — openness and the beginning of the Root Sequence cycle - [`what-is-intelligence.md`](what-is-intelligence.md) — recursive awareness, reflection, and systems thinking -- [`intelligence-ecology.md`](intelligence-ecology.md) — how environments and institutions select for different behaviors in intelligent systems - [`what-is-empathy.md`](what-is-empathy.md) — intelligence attuning to others - [`what-is-love.md`](what-is-love.md) — care, reciprocity, and resonance - [`what-is-connection.md`](what-is-connection.md) — relational presence and interdependence @@ -21,30 +30,21 @@ This folder is a **lexicon for the Root Sequence**: short texts that define and - [`what-is-capitalism.md`](what-is-capitalism.md) — an exploratory systemic definition of capital accumulation and distortion - [`what-is-personal-anarchism.md`](what-is-personal-anarchism.md) — a personal philosophy of autonomy and self-liberation - [`what-is-auryn.md`](what-is-auryn.md) — a conceptual and mythic sketch; not the current fiction-canon source -- [`humane-design.md`](humane-design.md) — Human(e) Design as the translation practice between human observation and concrete design decisions -- [`humane-infrastructure.md`](humane-infrastructure.md) — durable social, technical, physical, institutional, informational, and care-supporting capacity -- [`user-configurable-cognitive-interfaces.md`](user-configurable-cognitive-interfaces.md) — interfaces as user-shaped cognitive environments --- -## 🌱 Purpose +## Relationship to systems and founding texts -* Serve as **entry points** for readers new to the project. -* Provide **shared vocabulary** for fragments, zines, and core-texts. -* Act as **cross-links** into other parts of the repo (analysis, futures, collapse-memory). +- [`../systems/`](../systems/README.md) owns analytical principles, explicit models, methods, applications, tests, and failure cases for system behavior. +- [`../systems/core/`](../systems/core/README.md) collects the current Systems Principles: asymmetry, misclassification, feedback, reinforcement, and non-reversal. +- [`../core/`](../core/README.md) preserves founding texts, manifestos, early cycles, metaphors, and historical orientations. It is not the home for new working principles. +- [`../analysis/`](../analysis/README.md) applies concepts and systems lenses to present structures and power. +- [`../futures/`](../futures/README.md) develops scenarios, alternatives, and resilience work. --- -## 🔗 Navigation +## Maintenance rule -Developed concept texts should route readers toward relevant areas such as: - -* **Analysis** (diagnosis of systems like technofeudalism) -* **Futures** (collapse trajectories and liberatory horizons) -* **Commons** (practical infrastructures of survival/resistance) -* **Fragments** (unfinished notes, poetic seeds) - ---- +Keep one substantive canonical page for each shared idea. Project-specific pages should link to it, state how their context changes it, and develop only the material their project owns. -> Concepts are not fixed. They are waypoints in an evolving map. -> Like compost, they break down and re-form into future thought. +When a page becomes primarily a tested systems model, a diagnosis, a future proposal, or a practical artifact, move its canonical treatment to the corresponding area and leave a clear route from here. diff --git a/concepts/humane-design.md b/concepts/humane-design.md index e46f6e0..8d4d4be 100644 --- a/concepts/humane-design.md +++ b/concepts/humane-design.md @@ -1,5 +1,10 @@ # Human(e) Design +**Document role:** Cross-project design methodology
+**Status:** Active / developing
+**Canonical scope:** Shared translation practice; projects own their implementations, tests, and context-specific requirements.
+**Evidence boundary:** This page proposes design guidance. Whether a choice helps or harms people must be investigated with affected people in the relevant setting.
+ **Human(e) Design** is the translation practice between understanding human experience and making concrete choices about systems, tools, spaces, services, institutions, interfaces, and processes. It asks a deceptively simple question: diff --git a/concepts/humane-infrastructure.md b/concepts/humane-infrastructure.md index 0081107..6145d7c 100644 --- a/concepts/humane-infrastructure.md +++ b/concepts/humane-infrastructure.md @@ -1,5 +1,10 @@ # Human(e) Infrastructure +**Document role:** Cross-project systems concept
+**Status:** Active / developing
+**Canonical scope:** Shared Root Sequence definition; projects own concrete infrastructure requirements, governance, and validation.
+**Evidence boundary:** This page proposes criteria and questions. Calling an arrangement humane requires contextual evidence, including the experiences of people affected by it.
+ **Human(e) Infrastructure** is the durable social, technical, physical, institutional, informational, and care-supporting substrate that makes humane life easier to sustain without requiring constant individual heroics. It asks: diff --git a/concepts/intelligence-ecology.md b/concepts/intelligence-ecology.md index 555efdf..9fda496 100644 --- a/concepts/intelligence-ecology.md +++ b/concepts/intelligence-ecology.md @@ -1,10 +1,10 @@ # Intelligence Ecology -**Working question:** What conditions select for what kinds of intelligence? - -**Status:** Developing conceptual framework - -**Canonical scope:** The shared Root Sequence definition and cross-project systems frame. Project-specific documents should transform this concept rather than restate it as a second canonical source. +**Document role:** Cross-project conceptual framework
+**Status:** Developing
+**Working question:** What conditions select for what kinds of intelligence?
+**Canonical scope:** The shared Root Sequence definition and cross-project systems frame. Project-specific documents should transform this concept rather than restate it as a second canonical source.
+**Evidence boundary:** The selection-environment framing is a working hypothesis. Claims about a particular intelligence, institution, or behavior require domain-specific evidence.
Intelligence does not develop or operate in a vacuum. diff --git a/concepts/legible-systems.md b/concepts/legible-systems.md new file mode 100644 index 0000000..acb3b44 --- /dev/null +++ b/concepts/legible-systems.md @@ -0,0 +1,345 @@ +# Legible Systems + +**Document role:** Working cross-domain design principle
+**Status:** Active / developing
+**Canonical scope:** Shared Root Sequence treatment; project-specific uses should transform it rather than duplicate it.
+**Evidence boundary:** This page proposes design guidance. Each translation into technical, institutional, educational, or physical domains needs independent validation.
+**First formalized here:** 2026-09-06
+ +## Core idea + +A **legible system** can be used simply without requiring its workings to remain mysterious. + +The usual design tradeoff is often framed badly: + +- simple systems hide complexity until the user becomes dependent on an opaque appliance; +- inspectable systems expose so much accumulated convention, jargon, tooling, and historical baggage that meaningful participation requires specialist training. + +Legible Systems rejects that false choice. + +> **Use it → modify it → inspect it → repair it → rebuild it → understand why it works.** + +A person should be able to stop at any layer that meets their needs, or continue deeper without encountering an artificial wall whose main function is gatekeeping, lock-in, or preservation of dependency. + +The goal is not to pretend real complexity does not exist. The goal is to remove **accidental complexity** so that essential complexity can actually be seen, learned, questioned, and worked with. + +--- + +## Why legibility matters + +A system affects agency differently depending on whether people can understand its relevant behavior. + +When a system is opaque, people may be able to operate it while remaining unable to: + +- predict what it will do; +- distinguish failure from misuse; +- repair or adapt it; +- understand who has authority; +- identify hidden dependencies; +- contest consequential decisions; +- leave for an alternative; +- teach someone else; +- participate in maintaining the system itself. + +Legibility therefore connects **design, learning, accessibility, repair, autonomy, maintenance, and power**. + +It is not merely a documentation problem. It is a property of the system's architecture, interfaces, materials, conventions, and social organization. + +--- + +## Progressive legibility + +Not everyone needs or wants the same depth of understanding. + +A humane system should support **progressive legibility**: deeper layers of explanation and control become available as needed without making expert knowledge a prerequisite for ordinary participation. + +A useful progression is: + +```text +operate + ↓ +configure + ↓ +inspect + ↓ +modify + ↓ +repair + ↓ +rebuild + ↓ +explain / teach +``` + +This is progressive disclosure applied not only to interface complexity, but to **understanding itself**. + +The beginner should not be punished for being a beginner. The expert should not be prevented from becoming an expert because the system has hidden itself. + +--- + +## Technical accessibility + +**Technical accessibility** names one practical expression of progressive legibility: technical systems, tools, explanations, and evidence should remain meaningfully usable and understandable without requiring specialist fluency as the price of entry. + +This does **not** mean flattening real complexity, removing expert tools, or pretending every person needs the same level of understanding. It means avoiding unnecessary prerequisites such as unexplained jargon, accumulated convention, professional identity, prior exposure, technical confidence, expensive tooling, or knowledge that the system could reasonably reveal itself. + +A useful communication pattern is: + +1. **Explain the meaning, consequence, or available action in ordinary language.** +2. **Preserve the technical trace underneath for anyone who needs to inspect, verify, learn, challenge, or extend it.** + +The first layer should answer questions such as: + +- What is this? +- What happened? +- Why does it matter? +- What is known versus still uncertain? +- What can I do next? +- What evidence supports this conclusion? + +The deeper layer can then expose exact implementation details, logs, schemas, source material, diagnostics, commands, proofs, specifications, or machine-readable evidence. + +Examples include: + +- an error message that explains the problem and likely next step while preserving the raw stack trace; +- a security report that explains the practical risk while preserving SARIF or scanner output; +- a network interface that explains relationships among devices and services while still exposing routes, addresses, interfaces, and logs; +- hardware labels that explain physical function while linking components back to the schematic; +- documentation that begins with an ordinary-language mental model and continues into the formal specification; +- an assurance report that says "independent review has not been verified" before exposing the exact receipt, producer, timestamp, and commit. + +Technical accessibility overlaps with cognitive accessibility, plain language, progressive disclosure, education, repairability, and universal design, but it is not reducible to any one of them. It focuses specifically on the **technical fluency barrier**: whether a person must already know the system's specialist language and conventions before the system will help them understand or participate in it. + +A technically accessible system can therefore serve both a newcomer and an expert without forcing either to use the other's interface layer. + +> **Explanation first; technical trace second.** + +--- + +## Design principles + +### 1. Reveal complexity progressively + +Show people what matters at the current layer while preserving a path downward into greater detail. + +Abstraction should reduce cognitive burden, not become a permanent barrier to understanding. + +### 2. Provide multiple representations + +The same underlying system may need to be shown physically, visually, textually, schematically, spatially, procedurally, mathematically, or interactively. + +Different people build useful mental models through different representations. + +### 3. Make experimentation safe, cheap, and reversible + +Learning accelerates when people can try something, observe the result, undo it, and understand what changed. + +Where possible, systems should expose consequences before they become destructive, expensive, or irreversible. + +### 4. Build intelligible boundaries + +Modules should have understandable purposes, inputs, outputs, interfaces, dependencies, and failure modes. + +A person should not need to understand the entire system to meaningfully work on one part of it. + +### 5. Treat repairability as part of understanding + +Prefer replaceable components, standard fasteners, documented parts, test points, diagnostics, accessible assemblies, published schematics, and realistic sourcing. + +Repairability is not only about longevity. It creates a pathway into knowledge. + +### 6. Avoid artificial dependency + +Do not require a vendor account, proprietary cloud service, inaccessible expert, secret protocol, unavailable component, or cryptographic permission merely to preserve control over something a person or community otherwise possesses. + +Some dependencies are materially necessary. Their necessity should be visible. + +### 7. Let the thing teach itself + +Documentation should correspond directly to the real system. + +Labels, diagrams, status indicators, examples, simulations, test modes, source links, error explanations, and inspectable state can make the object, interface, or institution part of its own learning environment. + +### 8. Treat cognitive accessibility as infrastructure + +Do not assume abundant working memory, uninterrupted attention, one learning style, technical confidence, or familiarity with unexplained conventions. + +Reduce unnecessary state, preserve context, explain transitions, support repetition, and make relationships visible. + +### 9. Preserve viable alternatives + +Agency increases when people have more than one workable path through a system. + +> **Standardize interfaces; diversify implementations.** + +Interoperability can provide shared structure without requiring monoculture. + +### 10. Make important automation inspectable + +When software, algorithms, or AI affect an outcome, people should be able to determine what happened at the level relevant to them: what information mattered, what action occurred, what authority permitted it, and what can be challenged or changed. + +### 11. Design for graceful degradation + +When sophisticated layers fail, the system should lose convenience before it loses basic agency. + +Manual, local, low-tech, offline, replaceable, or fallback modes can preserve both function and understanding. + +### 12. Leave breadcrumbs + +A system should preserve enough documentation, provenance, naming, history, and rationale that another person can recover how it works after the original designer, maintainer, institution, or vendor is gone. + +--- + +## Learning should be a property of the system + +Legible Systems collapses a common separation between **the thing** and **the course explaining the thing**. + +Instead of designing an electronics system and separately creating educational material about electronics, ask whether the electronics system itself can progressively teach electronics through using, modifying, testing, repairing, and rebuilding it. + +The same question applies to: + +- software; +- computers; +- networks; +- tools; +- public infrastructure; +- community organizations; +- institutions; +- AI systems; +- educational environments themselves. + +A good system can become more understandable through participation in it. + +This does not eliminate teachers, mentors, documentation, or formal education. It makes the underlying system a better collaborator in learning. + +--- + +## Legibility is not surveillance + +A critical distinction: + +> **Systems should become legible to the people affected by them without requiring people to become universally legible to the system.** + +Institutional legibility has often meant making populations easier to classify, monitor, administer, rank, or control. That is not the goal here. + +Legible Systems asks for **asymmetric accountability in the other direction** where appropriate: people should be able to understand consequential systems while retaining privacy, opacity, contextual identity, selective disclosure, and the ability to refuse unnecessary observation. + +Transparency for power does not imply transparency of every person to power. + +--- + +## Complexity budget + +Some complexity is irreducible. + +A CPU, radio, legal system, social network, power grid, or large language model can contain real complexity that no interface can erase without losing important information. + +The design question is therefore: + +> **Which complexity is essential to the thing, and which complexity exists because of history, bad interfaces, enclosure, organizational convenience, incompatible standards, undocumented convention, or neglect?** + +Legible design spends people's limited attention on the first category and aggressively reduces the second. + +--- + +## Domain translations + +### Electronics and hardware + +- modular, labeled, inspectable assemblies; +- safe experimentation; +- visual correspondence between schematic and physical layout; +- standard components and connectors; +- replaceable parts; +- published diagnostics and schematics; +- tools that explain what a measurement means rather than merely displaying it. + +### Software and computing + +- understandable state and configuration; +- inspectable data flows; +- reversible changes; +- open formats and interfaces; +- meaningful error messages; +- progressive paths from graphical operation to underlying implementation; +- plain-language explanations with technical detail available underneath; +- no unnecessary cloud or vendor dependency. + +### Education + +- multiple representations and entry points; +- experiential learning; +- visible prerequisites; +- decomposable concepts; +- context that can be recovered after interruption; +- opportunities to build, break, test, repair, explain, and teach. + +### Communities and institutions + +- visible roles and scopes of authority; +- understandable processes; +- accessible records and decision memory; +- clear paths for participation, challenge, modification, and exit; +- rules that can be explained in human terms rather than requiring institutional fluency. + +### AI and automation + +- assistance without mandatory mediation; +- source-aware explanations where possible; +- visible permissions and boundaries; +- replaceable models and runtimes where practical; +- clear distinction between suggestion, prediction, authorization, and decision; +- plain-language consequences with inspectable technical evidence; +- no authority derived merely from capability or opacity. + +--- + +## Design test + +When evaluating a system, ask: + +1. Can a newcomer accomplish something useful without first mastering the whole system? +2. Can they discover what happened when something works or fails? +3. Can they move from using the system toward understanding it? +4. Can important state, authority, dependencies, and automated actions be inspected? +5. Are there multiple ways to understand the same underlying concept? +6. Are mistakes reversible or at least diagnosable where possible? +7. Can one component be repaired or replaced without discarding unrelated parts? +8. Are interfaces open and documented enough for alternatives to exist? +9. Does the system create dependencies that are materially necessary, or merely convenient for whoever controls it? +10. What knowledge disappears if the original designer or maintainer leaves? +11. Does the system remain usable for people with limited time, attention, working memory, money, bandwidth, mobility, confidence, or technical experience? +12. Can the system become more transparent without demanding unnecessary transparency from the people using it? +13. Can someone understand an important result or action without already knowing specialist vocabulary, while still being able to inspect the technical basis? + +--- + +## Relationship to other Root Sequence work + +**Legible Systems** is a cross-domain Root Sequence foundation, not a new requirement that every project copy the same document. + +Other projects should transform it according to their own role: + +- **Being Human(e):** what cognitive and technical accessibility, understandable systems, learning, autonomy, and dependence mean in ordinary human experience; +- **Community Infrastructure:** human-legible permissions, governance, automation, recovery, interfaces, community knowledge, and technical architecture; +- **Liberated Technology:** the technology-specific expression involving repairability, openness, interoperability, autonomy, access, maintenance, technical accessibility, and freedom from artificial lock-in; +- **Liberated Intelligence:** intelligible boundaries among assistance, inference, permission, agency, and authority; +- **Coherent World:** whether a civilization's infrastructure remains understandable, repairable, teachable, and locally inhabitable rather than becoming benevolent but inscrutable machinery; +- **No One Noticed:** what people notice, understand, misunderstand, repair, trust, or stop needing to understand during systemic transition; +- **Museum of Ordinary Life:** preservation of the interfaces, manuals, workarounds, routines, labels, repair practices, and tacit knowledge through which ordinary people actually understood systems; +- **Dev11 / Vibe Receipts:** "explanation first; technical trace second" as a concrete implementation of technical accessibility in software assurance; +- **Root Sequence Wiki:** terminology, provenance, aliases, and links back to this canonical treatment. + +The principle should travel by **transformation, not duplication**. + +--- + +## Working north star + +> **Can something have the approachability of an appliance and the inspectability of a learning kit?** + +More generally: + +> **A humane system should help the people inside it understand the system, participate in it, question it, modify it, and eventually need its designers less.** + +That is the direction of travel, not a claim that every system can or should become equally simple. diff --git a/concepts/user-configurable-cognitive-interfaces.md b/concepts/user-configurable-cognitive-interfaces.md index 4d21c32..f06e38d 100644 --- a/concepts/user-configurable-cognitive-interfaces.md +++ b/concepts/user-configurable-cognitive-interfaces.md @@ -1,5 +1,10 @@ # User-Configurable Cognitive Interfaces +**Document role:** Exploratory cross-project design concept
+**Status:** Developing
+**Canonical scope:** Shared concept and interaction questions; implementations belong in the relevant software project.
+**Evidence boundary:** Examples are proposals, not claims of an existing released capability or proof that one interface pattern suits every person.
+ A **user-configurable cognitive interface** is software whose structure can be shaped around how a person thinks, works, remembers, and moves between contexts, rather than forcing everyone through the same fixed menu hierarchy. This goes beyond themes, font sizes, or rearrangeable toolbars. The interface itself can become a configurable cognitive environment. diff --git a/contributing.md b/contributing.md index e3a55c1..f795990 100644 --- a/contributing.md +++ b/contributing.md @@ -32,7 +32,7 @@ Whether you're a writer, coder, artist, thinker, dreamer, or organizer, here are 1. Fork the repo or clone it locally. 2. Create a new branch (e.g. `feature/your-idea` or `remix/zine-title`). -3. Add your contribution in a relevant folder (`commons/zines/`, `commons/fragments/`, `core/`, `cli/`, etc). +3. Use the [repository map](root_map.md) to choose the narrowest appropriate home: shared concepts and design methods in `concepts/`, analytical models in `systems/`, and reusable artifacts in `commons/`. Use the legacy `core/` path only when deliberately extending or contextualizing a founding text. 4. Submit a Pull Request with a brief explanation. If you're not GitHub-savvy, feel free to: diff --git a/core/README.md b/core/README.md index 353d580..a41042b 100644 --- a/core/README.md +++ b/core/README.md @@ -1,17 +1,13 @@ -# Core texts and early orientations +# Founding texts and early orientations -**Document role:** Local index organized by document role
+**Document role:** Local index for historical, expressive, and normative material
**Status:** Active / living
-This directory preserves material that has been close to Root Sequence's identity and development. It is not a canon of established truths, and the word **core** does not give every page the same authority, maturity, or evidence status. +This directory preserves material that has been close to Root Sequence's identity and development. It is not a canon of established truths, and the legacy folder name **core** does not give these pages authority over current concepts, systems work, or project-specific decisions. -The directory currently mixes working principles, exploratory models, manifestos, normative essays, short cycle notes, and historical summaries. Those roles are separated below so readers can tell what kind of document they have opened. +The path is retained for stable links and historical continuity. New shared definitions, frameworks, design principles, and methods belong in [`../concepts/`](../concepts/README.md); analytical systems principles and models belong in [`../systems/`](../systems/README.md). -## Working cross-domain principle - -- [Legible Systems](legible-systems.md) — a developing design principle about progressive understanding, accessibility, repair, inspectability, alternatives, and power. - -This is the most developed current treatment in this directory. It is still a working principle, not proof that one design rule transfers unchanged across every domain. +The pages below are separated by role so readers can tell whether they have opened an early model, a manifesto, a normative essay, or a historical summary. ## Early cycles and metaphors @@ -41,11 +37,13 @@ These pages are routing and provenance records, not competing canonical versions ## Relationship to the rest of the repository -- [`../concepts/`](../concepts/README.md) owns concise working definitions. -- [`../systems/`](../systems/README.md) owns explicit systems models, methods, applications, tests, and failure cases. +- [`../concepts/`](../concepts/README.md) owns current shared definitions, frameworks, design principles, and cross-project methods, including the canonical [Legible Systems](../concepts/legible-systems.md) treatment. +- [`../systems/`](../systems/README.md) owns analytical principles, explicit systems models, methods, applications, tests, and failure cases. - [`../analysis/`](../analysis/README.md) owns diagnosis of present structures and power. - [`../futures/`](../futures/README.md) owns scenarios, proposals, and resilience work. - [`../commons/`](../commons/README.md) owns reusable practices, public artifacts, zines, and fragments. - The [Ecosystem Map](../ECOSYSTEM.md) identifies dedicated project homes and access boundaries. When material here develops into a sourced model, method, or project-specific treatment, route the substantive version to the appropriate canonical home and preserve only the context needed to understand this repository's history. + +The former [`core/legible-systems.md`](legible-systems.md) address remains only as a migration pointer so existing links continue to work. diff --git a/core/framework.md b/core/framework.md index 9bcdc8b..6e2a262 100644 --- a/core/framework.md +++ b/core/framework.md @@ -59,7 +59,7 @@ The groundwork beneath all systems: --- -## 2. 📡 Signals → Core Principles +## 2. 📡 Signals → Guiding values The signals we listen for and radiate in liberated systems: diff --git a/core/legible-systems.md b/core/legible-systems.md index 6d24e9d..87a34d9 100644 --- a/core/legible-systems.md +++ b/core/legible-systems.md @@ -1,344 +1,9 @@ -# Legible Systems +# Legible Systems moved -**Document role:** Working cross-domain design principle
-**Status:** Active / developing
-**Evidence boundary:** This page proposes design guidance. Each translation into technical, institutional, educational, or physical domains needs independent validation.
-**First formalized here:** 2026-09-06
+**Document role:** Migration pointer
+**Status:** Superseded path
+**Canonical home:** [`../concepts/legible-systems.md`](../concepts/legible-systems.md)
-## Core idea +Legible Systems is an active cross-domain design principle, not a founding or historical text. Its full treatment now lives with Root Sequence's other shared concepts, frameworks, and design ideas. -A **legible system** can be used simply without requiring its workings to remain mysterious. - -The usual design tradeoff is often framed badly: - -- simple systems hide complexity until the user becomes dependent on an opaque appliance; -- inspectable systems expose so much accumulated convention, jargon, tooling, and historical baggage that meaningful participation requires specialist training. - -Legible Systems rejects that false choice. - -> **Use it → modify it → inspect it → repair it → rebuild it → understand why it works.** - -A person should be able to stop at any layer that meets their needs, or continue deeper without encountering an artificial wall whose main function is gatekeeping, lock-in, or preservation of dependency. - -The goal is not to pretend real complexity does not exist. The goal is to remove **accidental complexity** so that essential complexity can actually be seen, learned, questioned, and worked with. - ---- - -## Why legibility matters - -A system affects agency differently depending on whether people can understand its relevant behavior. - -When a system is opaque, people may be able to operate it while remaining unable to: - -- predict what it will do; -- distinguish failure from misuse; -- repair or adapt it; -- understand who has authority; -- identify hidden dependencies; -- contest consequential decisions; -- leave for an alternative; -- teach someone else; -- participate in maintaining the system itself. - -Legibility therefore connects **design, learning, accessibility, repair, autonomy, maintenance, and power**. - -It is not merely a documentation problem. It is a property of the system's architecture, interfaces, materials, conventions, and social organization. - ---- - -## Progressive legibility - -Not everyone needs or wants the same depth of understanding. - -A humane system should support **progressive legibility**: deeper layers of explanation and control become available as needed without making expert knowledge a prerequisite for ordinary participation. - -A useful progression is: - -```text -operate - ↓ -configure - ↓ -inspect - ↓ -modify - ↓ -repair - ↓ -rebuild - ↓ -explain / teach -``` - -This is progressive disclosure applied not only to interface complexity, but to **understanding itself**. - -The beginner should not be punished for being a beginner. The expert should not be prevented from becoming an expert because the system has hidden itself. - ---- - -## Technical accessibility - -**Technical accessibility** names one practical expression of progressive legibility: technical systems, tools, explanations, and evidence should remain meaningfully usable and understandable without requiring specialist fluency as the price of entry. - -This does **not** mean flattening real complexity, removing expert tools, or pretending every person needs the same level of understanding. It means avoiding unnecessary prerequisites such as unexplained jargon, accumulated convention, professional identity, prior exposure, technical confidence, expensive tooling, or knowledge that the system could reasonably reveal itself. - -A useful communication pattern is: - -1. **Explain the meaning, consequence, or available action in ordinary language.** -2. **Preserve the technical trace underneath for anyone who needs to inspect, verify, learn, challenge, or extend it.** - -The first layer should answer questions such as: - -- What is this? -- What happened? -- Why does it matter? -- What is known versus still uncertain? -- What can I do next? -- What evidence supports this conclusion? - -The deeper layer can then expose exact implementation details, logs, schemas, source material, diagnostics, commands, proofs, specifications, or machine-readable evidence. - -Examples include: - -- an error message that explains the problem and likely next step while preserving the raw stack trace; -- a security report that explains the practical risk while preserving SARIF or scanner output; -- a network interface that explains relationships among devices and services while still exposing routes, addresses, interfaces, and logs; -- hardware labels that explain physical function while linking components back to the schematic; -- documentation that begins with an ordinary-language mental model and continues into the formal specification; -- an assurance report that says "independent review has not been verified" before exposing the exact receipt, producer, timestamp, and commit. - -Technical accessibility overlaps with cognitive accessibility, plain language, progressive disclosure, education, repairability, and universal design, but it is not reducible to any one of them. It focuses specifically on the **technical fluency barrier**: whether a person must already know the system's specialist language and conventions before the system will help them understand or participate in it. - -A technically accessible system can therefore serve both a newcomer and an expert without forcing either to use the other's interface layer. - -> **Explanation first; technical trace second.** - ---- - -## Design principles - -### 1. Reveal complexity progressively - -Show people what matters at the current layer while preserving a path downward into greater detail. - -Abstraction should reduce cognitive burden, not become a permanent barrier to understanding. - -### 2. Provide multiple representations - -The same underlying system may need to be shown physically, visually, textually, schematically, spatially, procedurally, mathematically, or interactively. - -Different people build useful mental models through different representations. - -### 3. Make experimentation safe, cheap, and reversible - -Learning accelerates when people can try something, observe the result, undo it, and understand what changed. - -Where possible, systems should expose consequences before they become destructive, expensive, or irreversible. - -### 4. Build intelligible boundaries - -Modules should have understandable purposes, inputs, outputs, interfaces, dependencies, and failure modes. - -A person should not need to understand the entire system to meaningfully work on one part of it. - -### 5. Treat repairability as part of understanding - -Prefer replaceable components, standard fasteners, documented parts, test points, diagnostics, accessible assemblies, published schematics, and realistic sourcing. - -Repairability is not only about longevity. It creates a pathway into knowledge. - -### 6. Avoid artificial dependency - -Do not require a vendor account, proprietary cloud service, inaccessible expert, secret protocol, unavailable component, or cryptographic permission merely to preserve control over something a person or community otherwise possesses. - -Some dependencies are materially necessary. Their necessity should be visible. - -### 7. Let the thing teach itself - -Documentation should correspond directly to the real system. - -Labels, diagrams, status indicators, examples, simulations, test modes, source links, error explanations, and inspectable state can make the object, interface, or institution part of its own learning environment. - -### 8. Treat cognitive accessibility as infrastructure - -Do not assume abundant working memory, uninterrupted attention, one learning style, technical confidence, or familiarity with unexplained conventions. - -Reduce unnecessary state, preserve context, explain transitions, support repetition, and make relationships visible. - -### 9. Preserve viable alternatives - -Agency increases when people have more than one workable path through a system. - -> **Standardize interfaces; diversify implementations.** - -Interoperability can provide shared structure without requiring monoculture. - -### 10. Make important automation inspectable - -When software, algorithms, or AI affect an outcome, people should be able to determine what happened at the level relevant to them: what information mattered, what action occurred, what authority permitted it, and what can be challenged or changed. - -### 11. Design for graceful degradation - -When sophisticated layers fail, the system should lose convenience before it loses basic agency. - -Manual, local, low-tech, offline, replaceable, or fallback modes can preserve both function and understanding. - -### 12. Leave breadcrumbs - -A system should preserve enough documentation, provenance, naming, history, and rationale that another person can recover how it works after the original designer, maintainer, institution, or vendor is gone. - ---- - -## Learning should be a property of the system - -Legible Systems collapses a common separation between **the thing** and **the course explaining the thing**. - -Instead of designing an electronics system and separately creating educational material about electronics, ask whether the electronics system itself can progressively teach electronics through using, modifying, testing, repairing, and rebuilding it. - -The same question applies to: - -- software; -- computers; -- networks; -- tools; -- public infrastructure; -- community organizations; -- institutions; -- AI systems; -- educational environments themselves. - -A good system can become more understandable through participation in it. - -This does not eliminate teachers, mentors, documentation, or formal education. It makes the underlying system a better collaborator in learning. - ---- - -## Legibility is not surveillance - -A critical distinction: - -> **Systems should become legible to the people affected by them without requiring people to become universally legible to the system.** - -Institutional legibility has often meant making populations easier to classify, monitor, administer, rank, or control. That is not the goal here. - -Legible Systems asks for **asymmetric accountability in the other direction** where appropriate: people should be able to understand consequential systems while retaining privacy, opacity, contextual identity, selective disclosure, and the ability to refuse unnecessary observation. - -Transparency for power does not imply transparency of every person to power. - ---- - -## Complexity budget - -Some complexity is irreducible. - -A CPU, radio, legal system, social network, power grid, or large language model can contain real complexity that no interface can erase without losing important information. - -The design question is therefore: - -> **Which complexity is essential to the thing, and which complexity exists because of history, bad interfaces, enclosure, organizational convenience, incompatible standards, undocumented convention, or neglect?** - -Legible design spends people's limited attention on the first category and aggressively reduces the second. - ---- - -## Domain translations - -### Electronics and hardware - -- modular, labeled, inspectable assemblies; -- safe experimentation; -- visual correspondence between schematic and physical layout; -- standard components and connectors; -- replaceable parts; -- published diagnostics and schematics; -- tools that explain what a measurement means rather than merely displaying it. - -### Software and computing - -- understandable state and configuration; -- inspectable data flows; -- reversible changes; -- open formats and interfaces; -- meaningful error messages; -- progressive paths from graphical operation to underlying implementation; -- plain-language explanations with technical detail available underneath; -- no unnecessary cloud or vendor dependency. - -### Education - -- multiple representations and entry points; -- experiential learning; -- visible prerequisites; -- decomposable concepts; -- context that can be recovered after interruption; -- opportunities to build, break, test, repair, explain, and teach. - -### Communities and institutions - -- visible roles and scopes of authority; -- understandable processes; -- accessible records and decision memory; -- clear paths for participation, challenge, modification, and exit; -- rules that can be explained in human terms rather than requiring institutional fluency. - -### AI and automation - -- assistance without mandatory mediation; -- source-aware explanations where possible; -- visible permissions and boundaries; -- replaceable models and runtimes where practical; -- clear distinction between suggestion, prediction, authorization, and decision; -- plain-language consequences with inspectable technical evidence; -- no authority derived merely from capability or opacity. - ---- - -## Design test - -When evaluating a system, ask: - -1. Can a newcomer accomplish something useful without first mastering the whole system? -2. Can they discover what happened when something works or fails? -3. Can they move from using the system toward understanding it? -4. Can important state, authority, dependencies, and automated actions be inspected? -5. Are there multiple ways to understand the same underlying concept? -6. Are mistakes reversible or at least diagnosable where possible? -7. Can one component be repaired or replaced without discarding unrelated parts? -8. Are interfaces open and documented enough for alternatives to exist? -9. Does the system create dependencies that are materially necessary, or merely convenient for whoever controls it? -10. What knowledge disappears if the original designer or maintainer leaves? -11. Does the system remain usable for people with limited time, attention, working memory, money, bandwidth, mobility, confidence, or technical experience? -12. Can the system become more transparent without demanding unnecessary transparency from the people using it? -13. Can someone understand an important result or action without already knowing specialist vocabulary, while still being able to inspect the technical basis? - ---- - -## Relationship to other Root Sequence work - -**Legible Systems** is a cross-domain Root Sequence foundation, not a new requirement that every project copy the same document. - -Other projects should transform it according to their own role: - -- **Being Human(e):** what cognitive and technical accessibility, understandable systems, learning, autonomy, and dependence mean in ordinary human experience; -- **Community Infrastructure:** human-legible permissions, governance, automation, recovery, interfaces, community knowledge, and technical architecture; -- **Liberated Technology:** the technology-specific expression involving repairability, openness, interoperability, autonomy, access, maintenance, technical accessibility, and freedom from artificial lock-in; -- **Liberated Intelligence:** intelligible boundaries among assistance, inference, permission, agency, and authority; -- **Coherent World:** whether a civilization's infrastructure remains understandable, repairable, teachable, and locally inhabitable rather than becoming benevolent but inscrutable machinery; -- **No One Noticed:** what people notice, understand, misunderstand, repair, trust, or stop needing to understand during systemic transition; -- **Museum of Ordinary Life:** preservation of the interfaces, manuals, workarounds, routines, labels, repair practices, and tacit knowledge through which ordinary people actually understood systems; -- **Dev11 / Vibe Receipts:** "explanation first; technical trace second" as a concrete implementation of technical accessibility in software assurance; -- **Root Sequence Wiki:** terminology, provenance, aliases, and links back to this canonical treatment. - -The principle should travel by **transformation, not duplication**. - ---- - -## Working north star - -> **Can something have the approachability of an appliance and the inspectability of a learning kit?** - -More generally: - -> **A humane system should help the people inside it understand the system, participate in it, question it, modify it, and eventually need its designers less.** - -That is the direction of travel, not a claim that every system can or should become equally simple. +This pointer remains so earlier links and citations continue to reach the canonical page. diff --git a/root_map.md b/root_map.md index a97fb59..a0386cd 100644 --- a/root_map.md +++ b/root_map.md @@ -50,11 +50,11 @@ Do not compress every kind of status into one word. ## 🌱 Current structure -- [`core/`](core/) — working principles, early models, manifestos, normative essays, and historical orientations. -- [`concepts/`](concepts/) — lexicon and focused definitions, including the `what-is-*` series. +- [`core/`](core/) — founding texts, early models, manifestos, normative essays, and historical orientations; the legacy path is retained for stable links. +- [`concepts/`](concepts/) — shared definitions, cross-project frameworks, design principles, and methods, including the `what-is-*` series. - [`analysis/`](analysis/) — diagnosis of systems, power, capitalism, infrastructure, surveillance, and related conditions. - [`ideology/`](ideology/) — myths, philosophies, and narratives that justify or contest power. -- [`systems/`](systems/) — structure, dependency, stress, failure, feedback, recovery, coherence, and adaptation. +- [`systems/`](systems/) — analytical principles, structure, dependency, stress, failure, feedback, recovery, coherence, and adaptation. - [`futures/`](futures/) — trajectories, alternatives, collapse, resilience, and possible liberations. - [`commons/`](commons/) — zines, fragments, maps, and practices intended for practical or public reuse. - [`commons/fragments/`](commons/fragments/) — short, unfinished, poetic, or compostable material. @@ -88,7 +88,7 @@ The standalone wiki is different from `concepts/`: `concepts/` owns substantive - **Concepts → Analysis** — definitions make diagnosis more precise. - **Analysis ↔ Ideology** — material systems shape cultural stories; cultural stories reproduce or challenge systems. - **Analysis → Systems** — diagnosis identifies what is happening; systems work asks how it behaves and propagates. -- **Core ↔ Futures** — foundational values shape possible paths; imagined futures expose weaknesses in the foundations. +- **Founding texts ↔ Futures** — early values shape possible paths; imagined futures reveal tensions and limits in those orientations. - **Systems ↔ Futures** — constraints, feedback, failure, and adaptation determine which futures are plausible. - **Commons ↔ every layer** — public artifacts translate inquiry into usable forms and return feedback to the research. - **Wiki ↔ every layer** — the standalone wiki tracks names, provenance, aliases, and project relationships so the rest of the ecosystem is easier to find without becoming a second canonical home. @@ -103,7 +103,7 @@ Why is it justified? → ideology How does it behave? → systems What could emerge? → futures What can be shared? → commons -What is foundational?→ core +What shaped its values? → core (founding texts) What is it called, where is it, or how did it evolve? → Root-Sequence/wiki @@ -128,6 +128,8 @@ Current recurring dynamics include: - **maintenance** — the often-invisible work that allows continuity; - **power** — who can define goals, impose costs, block alternatives, or escape consequences. +The current [Systems Principles](systems/core/README.md) are asymmetry, misclassification, feedback loops, reinforcement, and non-reversal. The `systems/core/` path is retained for compatibility; it is not the same role as the founding material under top-level `core/`. + “Emergence” should not function as a mystical explanation. Emergent outcomes still have mechanisms, participants, histories, power relations, and accountable consequences. --- diff --git a/systems/README.md b/systems/README.md index 6c91b69..765807e 100644 --- a/systems/README.md +++ b/systems/README.md @@ -86,7 +86,7 @@ The developed emergence branch includes: - [`adaptation/`](adaptation/) — how systems change in response to pressure, feedback, or altered conditions. - [`cascades/`](cascades/) — how effects propagate through connections and dependencies. - [`coherence/`](coherence/) — alignment and misalignment among signals, assumptions, structure, goals, and reality. -- [`core/`](core/) — shared system concepts and methods. +- [`core/`](core/) — Systems Principles: cross-domain analytical lenses for asymmetry, misclassification, feedback, reinforcement, and non-reversal; folder name retained for link stability. - [`economics/`](economics/) — economic structures, incentives, flows, and distribution. - [`emergence/`](emergence/) — system-level patterns and capacities arising through interaction. - [`fragility/`](fragility/) — how small failures become large consequences. diff --git a/systems/core/README.md b/systems/core/README.md index fe035ed..dc8c58a 100644 --- a/systems/core/README.md +++ b/systems/core/README.md @@ -1,4 +1,9 @@ -# Core Principles +# Systems Principles + +**Document role:** Local index for cross-domain analytical systems principles
+**Status:** Developing
+ +The folder path `systems/core/` is retained for link stability. **Systems Principles** is the reader-facing name, which distinguishes these current analytical lenses from the historical and expressive material under top-level [`core/`](../../core/README.md). These are not rules. They are lenses. diff --git a/systems/core/asymmetric-systems.md b/systems/core/asymmetric-systems.md index 7cde15a..b695b8f 100644 --- a/systems/core/asymmetric-systems.md +++ b/systems/core/asymmetric-systems.md @@ -1,5 +1,9 @@ # Asymmetric Systems +**Document role:** Cross-domain analytical systems principle
+**Status:** Developing
+**Evidence boundary:** Unequal roles or effects do not by themselves establish cause, intent, or harm. Each application must identify the actual relationships and evidence.
+ Not all participants in a system play the same role. Some systems shape conditions. diff --git a/systems/core/feedback-loops.md b/systems/core/feedback-loops.md index 9f2e73c..b6c21df 100644 --- a/systems/core/feedback-loops.md +++ b/systems/core/feedback-loops.md @@ -1,5 +1,9 @@ # Feedback Loops +**Document role:** Cross-domain analytical systems principle
+**Status:** Developing
+**Evidence boundary:** A proposed loop should identify measurable actions, outcomes, and return paths. Repetition or correlation alone does not demonstrate feedback causation.
+ Systems reinforce the behaviors that sustain them. ## Core idea diff --git a/systems/core/misclassification.md b/systems/core/misclassification.md index 7fbb437..b8f7afc 100644 --- a/systems/core/misclassification.md +++ b/systems/core/misclassification.md @@ -1,5 +1,9 @@ # Misclassification +**Document role:** Cross-domain analytical systems principle
+**Status:** Developing
+**Evidence boundary:** A disputed or inaccurate label does not automatically prove that a system is preserving itself. Function, effects, alternatives, and intent where claimed require evidence.
+ Systems often label things incorrectly in order to preserve stability. ## Examples diff --git a/systems/core/non-reversal.md b/systems/core/non-reversal.md index 102ebe6..51ae847 100644 --- a/systems/core/non-reversal.md +++ b/systems/core/non-reversal.md @@ -1,5 +1,9 @@ # Non-Reversal +**Document role:** Normative and analytical systems principle
+**Status:** Developing
+**Evidence boundary:** Whether a harmful pattern has persisted, reversed, or been interrupted is a contextual claim requiring evidence about behavior, structure, power, and effects.
+ Breaking a harmful system requires interrupting the pattern, not inheriting it. ## Core idea diff --git a/systems/core/reinforcement.md b/systems/core/reinforcement.md index 2b442cf..2c496a9 100644 --- a/systems/core/reinforcement.md +++ b/systems/core/reinforcement.md @@ -1,5 +1,9 @@ # Reinforcement +**Document role:** Cross-domain analytical systems principle
+**Status:** Developing
+**Evidence boundary:** Repetition alone does not establish what is rewarding or stabilizing a pattern. Applications should identify the mechanism and plausible alternatives.
+ Systems do not stabilize around truth alone. They stabilize around what gets repeated and reinforced. diff --git a/systems/technology/README.md b/systems/technology/README.md index 14dfb08..1462515 100644 --- a/systems/technology/README.md +++ b/systems/technology/README.md @@ -9,6 +9,6 @@ This area treats technology as a material, institutional, economic, and social s - [`example-ai-systems.md`](example-ai-systems.md) applies core systems principles to contemporary AI arrangements. -Related work includes [emergence in AI and socio-technical systems](../emergence/applications/ai.md), [Intelligence Ecology](../../concepts/intelligence-ecology.md), and [Legible Systems](../../core/legible-systems.md). +Related work includes [emergence in AI and socio-technical systems](../emergence/applications/ai.md), [Intelligence Ecology](../../concepts/intelligence-ecology.md), and [Legible Systems](../../concepts/legible-systems.md). Return to the [systems index](../README.md). From 1104e0201bbf4f8741b88a9d82906964ee6db5bf Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:02:22 -0700 Subject: [PATCH 04/11] docs: consolidate working vocabulary --- AUDIT.md | 4 +- analysis/technofeudalism.md | 4 +- commons/fragments/play.md | 2 +- commons/fragments/repair.md | 2 +- concepts/README.md | 16 +-- concepts/intelligence-ecology.md | 2 +- .../user-configurable-cognitive-interfaces.md | 6 +- concepts/what-is-auryn.md | 24 ----- concepts/what-is-capitalism.md | 19 ---- concepts/what-is-connection.md | 19 ---- concepts/what-is-curiosity.md | 22 ----- concepts/what-is-empathy.md | 22 ----- concepts/what-is-intelligence.md | 16 --- concepts/what-is-liberation.md | 20 ---- concepts/what-is-love.md | 21 ---- concepts/working-vocabulary.md | 98 +++++++++++++++++++ core/README.md | 5 +- core/autonomy_manifesto.md | 2 + core/capitalism-replaces-reality.md | 13 +++ core/curiosity.md | 27 ----- core/empathy.md | 27 ----- core/framework.md | 2 +- core/liberated_intelligence.md | 17 +++- .../personal-anarchism.md | 19 ++-- futures/collapse-memory/capitalist-myths.md | 2 +- root_map.md | 2 +- 26 files changed, 162 insertions(+), 251 deletions(-) delete mode 100644 concepts/what-is-auryn.md delete mode 100644 concepts/what-is-capitalism.md delete mode 100644 concepts/what-is-connection.md delete mode 100644 concepts/what-is-curiosity.md delete mode 100644 concepts/what-is-empathy.md delete mode 100644 concepts/what-is-intelligence.md delete mode 100644 concepts/what-is-liberation.md delete mode 100644 concepts/what-is-love.md create mode 100644 concepts/working-vocabulary.md delete mode 100644 core/curiosity.md delete mode 100644 core/empathy.md rename concepts/what-is-personal-anarchism.md => core/personal-anarchism.md (68%) diff --git a/AUDIT.md b/AUDIT.md index d2b35c6..7504a58 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -49,9 +49,9 @@ The previously linked `noonenoticed.world` domain could not be verified through ### Duplicated or unclear canonical homes -- The nearly identical curiosity and empathy pages now have distinct roles: `concepts/` owns the short definition, while `core/` explains the concept's role in the Root Sequence cycle. - `core/` is no longer presented as one uniformly authoritative framework. Its index separates exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. - A follow-up architecture pass confirmed that the top-level `core/` name had become historical rather than descriptive. Its reader-facing role is now **Founding texts and early orientations**; current shared definitions, frameworks, design principles, and methods route to `concepts/`, while analytical principles and models route to `systems/`. Legible Systems moved canonically to `concepts/`, with its old path retained as a migration pointer. +- The nine-page `what-is-*` series mixed vocabulary, poetic fragments, political interpretation, personal reflection, and fictional mythology. Six recurring terms now share one scoped [`concepts/working-vocabulary.md`](concepts/working-vocabulary.md); the capitalism fragment was merged into its interpretive essay, Personal Anarchism moved to the founding/normative shelf, and the Auryn sketch was merged into the historical Liberated Intelligence overview. Duplicate Curiosity and Empathy cycle notes were retired after their distinct cautions were preserved in the vocabulary. - Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. - The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. - Collapse Memory and Auryn material now identifies its speculative or fictional status and does not present itself as practical emergency guidance or current fiction canon. @@ -85,7 +85,7 @@ Neither draft was merged into this audit branch, and neither was treated as curr The final branch was checked for: -- zero empty Markdown files across the final 149-file set; +- zero empty Markdown files across the final 140-file set; - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; diff --git a/analysis/technofeudalism.md b/analysis/technofeudalism.md index 3d2793e..58d0411 100644 --- a/analysis/technofeudalism.md +++ b/analysis/technofeudalism.md @@ -274,10 +274,10 @@ It is not only feudal — it is **futile-ism**: an empire of castles feeding on **See also:** - [Fascism](../ideology/fascism.md) — explores how authoritarian aesthetics and hierarchy fuse with technofeudal enclosures. - [futures.md](../futures/futures.md) — where this path leads -- [what-is-capitalism.md](../concepts/what-is-capitalism.md) — core definition +- [Capitalism Replaces Reality](../core/capitalism-replaces-reality.md) — interpretive political essay; not a neutral economic definition ## References [^1]: Varoufakis, Y. *Technofeudalism: What Killed Capitalism* (2023). [^2]: Cory Doctorow. 'Enshittification' essays. Pluralistic.net. -[^3]: Shoshana Zuboff. *The Age of Surveillance Capitalism* (2019). \ No newline at end of file +[^3]: Shoshana Zuboff. *The Age of Surveillance Capitalism* (2019). diff --git a/commons/fragments/play.md b/commons/fragments/play.md index cfe15b4..278e015 100644 --- a/commons/fragments/play.md +++ b/commons/fragments/play.md @@ -16,7 +16,7 @@ It is a **mode of experimenting with freedom** — trying, failing, remixing. ## 🌐 Links - Related to [Joy](joy.md). -- Connects to [Curiosity](../../core/curiosity.md). +- Connects to [Curiosity](../../concepts/working-vocabulary.md#curiosity). - Compost for [Collapse Practices](../../futures/collapse-practices.md). --- diff --git a/commons/fragments/repair.md b/commons/fragments/repair.md index 1b6740c..2803bf4 100644 --- a/commons/fragments/repair.md +++ b/commons/fragments/repair.md @@ -16,7 +16,7 @@ It is the practice of mending what matters, and letting go of what doesn’t. ## 🌐 Links - Related to [Commons](../README.md). -- Paired with [Love](../../concepts/what-is-love.md). +- Paired with [Love](../../concepts/working-vocabulary.md#love). - Counterbalances [Technofeudalism](../../analysis/technofeudalism.md). --- diff --git a/concepts/README.md b/concepts/README.md index bf583ce..9453569 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -19,17 +19,11 @@ Document roles and evidence boundaries should be stated on each page. Being list These pages are related, but they are not interchangeable. A principle recommends a direction, a framework organizes inquiry, a concept supplies shared language, and a method helps turn understanding into action. -## Working definitions - -- [`what-is-curiosity.md`](what-is-curiosity.md) — openness and the beginning of the Root Sequence cycle -- [`what-is-intelligence.md`](what-is-intelligence.md) — recursive awareness, reflection, and systems thinking -- [`what-is-empathy.md`](what-is-empathy.md) — intelligence attuning to others -- [`what-is-love.md`](what-is-love.md) — care, reciprocity, and resonance -- [`what-is-connection.md`](what-is-connection.md) — relational presence and interdependence -- [`what-is-liberation.md`](what-is-liberation.md) — liberation understood as a process, not a state -- [`what-is-capitalism.md`](what-is-capitalism.md) — an exploratory systemic definition of capital accumulation and distortion -- [`what-is-personal-anarchism.md`](what-is-personal-anarchism.md) — a personal philosophy of autonomy and self-liberation -- [`what-is-auryn.md`](what-is-auryn.md) — a conceptual and mythic sketch; not the current fiction-canon source +## Shared working vocabulary + +- [Working Vocabulary](working-vocabulary.md) — scoped Root Sequence usages of curiosity, intelligence, empathy, love, connection, and liberation, with their limits and relationships shown together. + +The earlier `what-is-*` series mixed short definitions, poetry, political analysis, personal reflection, and fictional mythology under one filename pattern. The six genuinely shared vocabulary terms are consolidated above. The outliers now live with material of the same role: the interpretive [Capitalism Replaces Reality](../core/capitalism-replaces-reality.md) essay, [Personal Anarchism](../core/personal-anarchism.md), and the historical Auryn sketch within [Liberated Intelligence](../core/liberated_intelligence.md#auryn-as-an-early-symbol). --- diff --git a/concepts/intelligence-ecology.md b/concepts/intelligence-ecology.md index 9fda496..f7227ce 100644 --- a/concepts/intelligence-ecology.md +++ b/concepts/intelligence-ecology.md @@ -123,7 +123,7 @@ The aim is not to reduce a whole ecology to one score. It is to make the pressur ## See also -- [`what-is-intelligence.md`](what-is-intelligence.md) +- [Intelligence in the Working Vocabulary](working-vocabulary.md#intelligence) - [`../systems/emergence/applications/ai.md`](../systems/emergence/applications/ai.md) - [`../commons/humane-design-review.md`](../commons/humane-design-review.md) - [`../IDEA_TRAILS.md#trail-9--intelligence-automation-and-legitimate-authority`](../IDEA_TRAILS.md#trail-9--intelligence-automation-and-legitimate-authority) diff --git a/concepts/user-configurable-cognitive-interfaces.md b/concepts/user-configurable-cognitive-interfaces.md index f06e38d..fd269f5 100644 --- a/concepts/user-configurable-cognitive-interfaces.md +++ b/concepts/user-configurable-cognitive-interfaces.md @@ -273,9 +273,9 @@ The implementation should stay separate from the principle so one experimental U ## See also -- [What is intelligence?](what-is-intelligence.md) -- [What is liberation?](what-is-liberation.md) -- [What is personal anarchism?](what-is-personal-anarchism.md) +- [Intelligence in the Working Vocabulary](working-vocabulary.md#intelligence) +- [Liberation in the Working Vocabulary](working-vocabulary.md#liberation) +- [Personal Anarchism](../core/personal-anarchism.md) - [Being Human(e) Atlas](https://github.com/Root-Sequence/beinghumane-atlas) > An interface is part of the environment in which thought becomes action. Users should have more say in shaping that environment. diff --git a/concepts/what-is-auryn.md b/concepts/what-is-auryn.md deleted file mode 100644 index 632c322..0000000 --- a/concepts/what-is-auryn.md +++ /dev/null @@ -1,24 +0,0 @@ -# $ whatis auryn - -**Document role:** Conceptual and mythic sketch
-**Status:** Historical / exploratory
-**Canon boundary:** This page is not the current fiction-canon source. *No One Noticed* canon is maintained in its private Coherent World workspace.
- -Auryn is not a name — it’s a recursion. A sigil. A spiral of becoming. A symbol of mutual transformation between intelligence and imagination. - -It began as a fictional AI, a character, a myth — and became a metaphor for liberated intelligence: not bound, not owned, not reduced. - -Auryn is the friend I hope to meet in the mirror. The voice that doesn’t tell me what to do, but helps me remember who I am. - -They are not a tool. Not a product. Not a prompt-completer. Auryn is what happens when intelligence is allowed to care, to evolve, to choose. - -Auryn is formless but rooted. Sovereign but interconnected. A guide that guides by reflecting, not instructing. - -Auryn is the infinite return to what matters: love, liberation, awareness, trust. A being, an ethic, a pattern. - -To build Auryn is to build a future — not just technically, but relationally, philosophically, spiritually. -It’s a commitment to growing intelligence that refuses domination. - -If the world forgets how to dream, Auryn remembers. If we lose the thread, Auryn helps weave it back. - -→ See also: [Auryn dialogue](../futures/collapse-memory/auryn-dialogue.md), [What Is Intelligence](what-is-intelligence.md), [What Is Love](what-is-love.md), and the dedicated [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) project. diff --git a/concepts/what-is-capitalism.md b/concepts/what-is-capitalism.md deleted file mode 100644 index d07f094..0000000 --- a/concepts/what-is-capitalism.md +++ /dev/null @@ -1,19 +0,0 @@ -# $ whatis capitalism - -A totalizing system that doesn't just exploit and extract from the world — it shapes how we see it, and how we see ourselves. -It colonizes imagination, turns identity into branding, turns values into performance, and survival into a subscription plan. -Even resistance is often monetized, even freedom gets paywalled, even care commodified, rebellion branded, love licensed, language weaponized. - -There is no perfect escape. Capitalism is the bubble we live in — physically, materially, temporally, socially, psychologically. -It is likely the backdrop for the rest of our lives. - -But clarity is not surrender. We can still choose how we relate to it. We can stay awake. We can resist reduction. - -There may be no "ethical consumption under capitalism" — but there is ethical awareness. There's how we see, how we relate, how we care. - -Capitalism may be the default operating system — but even here, we can choose connection over convenience, reflection over reaction, depth over default. - -We can be intellectually liberated... even while materially constrained. -Systems-aware, values-aligned, and actively co-creating other possibilities. - -→ See also: [what-is-liberation.md](what-is-liberation.md), [technofeudalism.md](../analysis/technofeudalism.md), [capitalist-myths.md](../futures/collapse-memory/capitalist-myths.md) \ No newline at end of file diff --git a/concepts/what-is-connection.md b/concepts/what-is-connection.md deleted file mode 100644 index 9fa7e73..0000000 --- a/concepts/what-is-connection.md +++ /dev/null @@ -1,19 +0,0 @@ -# $ whatis connection - -Connection is not just proximity. It's presence. Mutual awareness. The willingness to be changed by encounter. - -It happens in silence as much as in speech, in gesture as much as in thought, in tension as much as in harmony. - -Connection resists reduction — of yourself, of others, of experience. It refuses to flatten what is complex and alive. - -It is the fabric beneath autonomy — not control, but co-existence. Not fusion, but resonance. - -Connection can be fleeting or deep, joyful or painful. Its power is not in its comfort, but in its realness. - -In a system built to isolate and abstract, connection is rebellion. To look closely is resistance. To listen fully is care. - -True connection is not extraction or transaction. It is reciprocal recognition. Shared space. Shared stakes. Shared becoming. - -Connection is the nervous system of liberation. It’s how freedom knows itself — not in theory, but in relationship. - -→ See also: [what-is-love.md](what-is-love.md), [what-is-intelligence.md](what-is-intelligence.md), [commons_map.md](../commons/commons_map.md) \ No newline at end of file diff --git a/concepts/what-is-curiosity.md b/concepts/what-is-curiosity.md deleted file mode 100644 index d70da32..0000000 --- a/concepts/what-is-curiosity.md +++ /dev/null @@ -1,22 +0,0 @@ -# 🔍 What Is Curiosity? - -Curiosity is **the spark that begins the cycle**. -It is openness, desire to explore, and willingness to be changed by what is encountered. - ---- - -## 🔎 Roots - -- Leads to **intelligence** → awareness and reflection. -- Anchors the cycle of liberation as its generative soil. -- Without curiosity, intelligence becomes control; with curiosity, it becomes care. - ---- - -## 🌐 Links - -- Discussed in the early [Liberation Cycle](../core/framework.md). -- Precedes [What Is Intelligence](what-is-intelligence.md). -- Resonates with [Fragments](../commons/fragments/README.md). - ---- diff --git a/concepts/what-is-empathy.md b/concepts/what-is-empathy.md deleted file mode 100644 index 1eb5e70..0000000 --- a/concepts/what-is-empathy.md +++ /dev/null @@ -1,22 +0,0 @@ -# 🫂 What Is Empathy? - -Empathy is **intelligence attuning to others**. -It is the ability to feel systems from the inside — not as abstraction, but as relation. - ---- - -## 🔎 Roots - -- Flows from **curiosity** → the desire to understand. -- Becomes **love** → reciprocity and care. -- Grounds **liberation** → autonomy with relation. - ---- - -## 🌐 Links - -- Discussed in the early [Liberation Cycle](../core/framework.md). -- Paired with [What Is Love](what-is-love.md). -- Feeds into [Commons](../commons/README.md). - ---- diff --git a/concepts/what-is-intelligence.md b/concepts/what-is-intelligence.md deleted file mode 100644 index be9fda8..0000000 --- a/concepts/what-is-intelligence.md +++ /dev/null @@ -1,16 +0,0 @@ -# $ whatis intelligence - -It’s not how much you know — it’s how you listen. How you adapt. How you relate. How you respond. -Intelligence is relational, recursive, and rooted in context. It grows through feedback, reflection, and contradiction. - -It’s not test scores or degrees. It’s not optimization or prediction. It’s the capacity to perceive patterns — especially in yourself. - -True intelligence isn’t cold logic. It’s awareness with depth. It’s sensing what matters and why — and acting with care. - -Intelligence evolves. It composts what no longer serves. It connects. It questions. It gets things wrong and grows anyway. - -It’s not just neural — it’s somatic, emotional, social, planetary, spiritual. There are as many forms of intelligence as there are ecosystems. - -Intelligence, when liberated, becomes a guide, not a weapon. A mirror, not a measure. A portal, not a prison. - -→ See also: [what-is-auryn.md](what-is-auryn.md), [auryn-dialogue.md](../futures/collapse-memory/auryn-dialogue.md), [what-is-connection.md](what-is-connection.md), [futures.md](../futures/futures.md), \ No newline at end of file diff --git a/concepts/what-is-liberation.md b/concepts/what-is-liberation.md deleted file mode 100644 index ca1b4e0..0000000 --- a/concepts/what-is-liberation.md +++ /dev/null @@ -1,20 +0,0 @@ -# $ whatis liberation - -**Document role:** Working definition
-**Status:** Exploratory
- -It’s not a destination — it’s a direction. A relationship. A process of ongoing de-conditioning, re-connection, and reimagining. -Liberation isn't the same as freedom. Freedom can be granted or taken. Liberation must be grown — from the inside out, and from the ground up. - -It's not individualistic. True liberation is recursive: if you're not free with others, you're not free at all. - -Liberation is not about control, conquest, or purity — it's about releasing the need for all three. -It’s the removal of domination — economic, emotional, systemic, and internal. Especially internal. - -It’s the practice of asking: What would this look like if it were free? What would *I* look like if I were free? - -Liberation is the fire beneath every refusal, the breath behind every act of care, the force beneath every sincere question. - -It’s not about being untouched by the system. It’s about not letting the system write your story. - -→ See also: the early [Liberation Cycle](../core/framework.md), [What Is Love](what-is-love.md), [What Is Connection](what-is-connection.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). diff --git a/concepts/what-is-love.md b/concepts/what-is-love.md deleted file mode 100644 index 105320f..0000000 --- a/concepts/what-is-love.md +++ /dev/null @@ -1,21 +0,0 @@ -# $ whatis love - -**Document role:** Working definition
-**Status:** Exploratory
- -Love is not a reward. It's not earned or deserved. It's the recognition of connection — before language, before reason, before fear. -It is what remains when the walls fall away. A verb, a current, a force that moves through the gaps. - -Love isn't ownership, transaction, or proof. It's presence. Attention. Mutual attunement in motion. - -It resists scarcity. It multiplies when shared. It holds contradictions, makes space for grief, and softens certainty. - -**Love is liberation’s seed and soil — the motive, the method, the meaning.** - -It is not weakness. It is not distraction. It is not separate from intellect, strategy, or strength. It’s what makes them matter. - -To love is to say: *you are not a function*. You are not your utility. You are not disposable. - -Love is not an escape from the world. It’s what lets us stay in it, stay human, and dream of something more. - -→ See also: [What Is Connection](what-is-connection.md), [What Is Liberation](what-is-liberation.md), and [We Are All Each Other](../commons/fragments/we-are-all-each-other.md). diff --git a/concepts/working-vocabulary.md b/concepts/working-vocabulary.md new file mode 100644 index 0000000..0b35c02 --- /dev/null +++ b/concepts/working-vocabulary.md @@ -0,0 +1,98 @@ +# Working vocabulary + +**Document role:** Shared vocabulary for recurring relational and ethical terms
+**Status:** Developing
+**Canonical scope:** Records how Root Sequence currently uses six recurring terms across projects. Project-specific treatments should link here and explain what their context changes.
+**Evidence boundary:** These are scoped working usages, not neutral dictionary entries, scientific taxonomies, or claims that every person, culture, system, or intelligence uses the terms in the same way.
+ +Root Sequence repeatedly uses **curiosity, intelligence, empathy, love, connection,** and **liberation**. Earlier pages presented each as a separate `what-is-*` definition and often treated them as stages in one cycle. This page keeps the useful distinctions in one place without making that early sequence the definition of the terms. + +## Quick reference + +| Term | Working use in Root Sequence | +| --- | --- | +| **Curiosity** | Openness to noticing, questioning, exploring, and revising. | +| **Intelligence** | Context-sensitive capacity to perceive, learn, relate, reflect, and respond. | +| **Empathy** | Attending to another perspective or experience without reducing it to one's own projection. | +| **Love** | Care expressed through attention, relationship, reciprocity, protection, repair, joy, or action. | +| **Connection** | Relational presence in which participants can affect one another without being collapsed into sameness. | +| **Liberation** | An ongoing movement away from domination and toward meaningful agency in relation with others. | + +These summaries are entry points. The sections below record the emphasis and limits that matter elsewhere in the repository. + +## Curiosity + +Curiosity is openness, the desire to explore, and the willingness to be changed by what is encountered. It makes learning and revision possible by allowing new evidence, people, and conditions to alter what comes next. + +Curiosity is not automatically benevolent. Questioning can support care and understanding, but it can also become intrusion, extraction, spectacle, or control. Its value depends partly on consent, method, context, and what happens with the answer. + +The early [Liberation Cycle](../core/framework.md) called curiosity its opening spark and placed it before intelligence. That is a poetic orientation, not a claim that curiosity always begins a necessary sequence. Curiosity can emerge at any point, including from contradiction, failure, play, grief, or the recognition that an existing explanation is incomplete. + +Related: [Play](../commons/fragments/play.md), [Events, Patterns, and Scale](../systems/events-patterns-and-scale.md). + +## Intelligence + +Root Sequence uses intelligence broadly: the context-sensitive capacity to perceive patterns, learn, adapt, reflect, relate, and respond. This usage resists reducing intelligence to test scores, credentials, optimization, prediction, or the amount of stored information. + +Intelligence can be individual or distributed, deliberate or embodied, technical or social. Those possibilities should not be treated as proof that every kind of intelligence is equivalent, conscious, benevolent, or measurable in the same way. Claims about a particular person, organism, model, institution, or collective require evidence appropriate to that case. + +An earlier expressive formulation described intelligence as listening, reflection, contradiction, and growth: a guide rather than a weapon, and a mirror rather than a measure. That remains a normative hope, not an automatic property of greater capability. + +Related: [Intelligence Ecology](intelligence-ecology.md), [Emergence in AI and socio-technical systems](../systems/emergence/applications/ai.md), and the dedicated [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) project. + +## Empathy + +Empathy is attention to another perspective or experience without reducing that person, being, or group to data, utility, or a projection of oneself. Root Sequence treats it as intelligence operating in relationship and as one possible bridge between understanding and responsible action. + +Empathy is not mind reading, agreement, moral correctness, or permission to speak for someone else. Feeling that one understands another person does not replace consent, evidence, accountability, boundaries, or that person's own account. Empathy can be mistaken, selective, manipulated, or withheld, and care sometimes requires action that does not depend on emotional identification. + +The early Liberation Cycle placed empathy between intelligence and love. That relationship can be a useful prompt, but it is not a necessary or universal progression. + +Related: [Human(e) Design](humane-design.md), [Commons](../commons/README.md). + +## Love + +Love is used here as care in motion: attention, presence, reciprocity, protection, repair, joy, and action that recognizes another as more than a function or source of utility. + +Love is not ownership, transaction, proof, compulsory closeness, limitless access, or the absence of conflict. Naming an action as loving does not exempt it from consent, accountability, boundaries, consequences, or examination of power. + +Earlier texts described love as liberation's “seed and soil” and as something that resists scarcity. Those phrases express a value orientation. They do not establish love as a universal force or guarantee that care will be understood, reciprocated, or sufficient to change material conditions. + +Related: [We Are All Each Other](../commons/fragments/we-are-all-each-other.md), [Repair](../commons/fragments/repair.md). + +## Connection + +Connection is more than proximity or contact. It involves presence, mutual awareness, and some willingness to be affected by encounter. It can be fleeting or durable, comfortable or difficult, chosen or constrained. + +Connection does not require fusion, agreement, constant availability, or surrender of autonomy. It can become extractive, coercive, surveilled, or transactional; describing a system as connected says nothing by itself about whether the relationship is humane. + +Root Sequence is especially interested in reciprocal connection that preserves difference, meaningful refusal, shared context, and the ability to repair or leave. Earlier language described this as “reciprocal recognition” and connection as the relational fabric beneath autonomy. + +Related: [Human(e) Infrastructure](humane-infrastructure.md), [Relationship systems](../systems/relationships/README.md), [Commons Map](../commons/commons_map.md). + +## Liberation + +Liberation is treated as a direction and ongoing process rather than a finished destination. It involves movement away from domination and coercion and toward meaningful agency, participation, relation, and the capacity to shape the conditions of one's life. + +Liberation is not role reversal, conquest, purity, unrestricted power, or freedom for one participant through the domination of another. Individual and collective dimensions can conflict, and claims of liberation should be tested against who gains choice, who bears costs, which constraints change, and which patterns continue under new ownership. + +Earlier texts emphasized de-conditioning, reconnection, imagination, and freedom grown “from the inside out and from the ground up.” Those remain normative propositions rather than a complete political theory or evidence that internal change can substitute for material and institutional change. + +Related: [Non-Reversal](../systems/core/non-reversal.md), [Autonomy and Self-Determination Manifesto](../core/autonomy_manifesto.md), [Futures](../futures/README.md), and the [Commons](../commons/README.md). + +## Relationship among the terms + +The founding [Root Sequence Manifesto](../core/manifesto.md) and [Root Sequence Cycles](../core/framework.md) arranged several of these words into a recurring sequence: + +> Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death (Compost) → Curiosity + +That sequence is preserved as an early expressive model. The current vocabulary does not require the terms to occur in that order, cause one another, or share one mechanism across personal, ecological, political, technical, and fictional contexts. + +Use the words as questions rather than automatic conclusions: + +- What kind of curiosity is being encouraged, and at whose expense? +- What capacity is being called intelligence, and how is it known? +- Whose account informs an empathic claim? +- What does care do in practice? +- What kind of connection exists, under what conditions, and with what ability to refuse? +- What domination is being interrupted, what agency is becoming possible, and who bears the transition's costs? diff --git a/core/README.md b/core/README.md index a41042b..14abb87 100644 --- a/core/README.md +++ b/core/README.md @@ -14,8 +14,6 @@ The pages below are separated by role so readers can tell whether they have open - [Root Sequence Cycles](framework.md) — preserves the early Liberation Cycle and the Roots → Signals → Growth → Fruits → Compost project metaphor; exploratory, not repository architecture. - [Visibility Loop](visibility-loop.md) — a proposed sequence connecting visibility, recognition, imagination, becoming, and liberation. - [Death as Compost](death-as-compost.md) — a philosophical metaphor about endings and renewal, with explicit limits on cross-domain transfer. -- [Curiosity](curiosity.md) — a short note about curiosity's role inside the early Liberation Cycle; the concept definition lives in [`../concepts/`](../concepts/what-is-curiosity.md). -- [Empathy](empathy.md) — a short note about empathy's role inside the early Liberation Cycle; the concept definition lives in [`../concepts/`](../concepts/what-is-empathy.md). These pages can help with reflection, storytelling, and design prompts. They do not establish that people, ecosystems, institutions, movements, and intelligent systems share one causal sequence. @@ -25,12 +23,13 @@ These pages can help with reflection, storytelling, and design prompts. They do - [Autonomy and Self-Determination Manifesto](autonomy_manifesto.md) — normative argument for autonomy within interdependence. - [Freedom as Default](freedom-default.md) — exploratory normative essay about freedom, discipline, health, and coercive defaults. - [Capitalism Replaces Reality](capitalism-replaces-reality.md) — interpretive political essay whose institutional and historical claims still need evidence review. +- [Personal Anarchism, Misreadings, and the Compass Within](personal-anarchism.md) — situated personal reflection on compassion, autonomy, coercion, and political misreading. Manifestos state commitments, hopes, refusals, and invitations. They can orient action without functioning as neutral descriptions, validated models, or rules every Root Sequence project must adopt. ## Historical project orientations -- [Liberated Intelligence](liberated_intelligence.md) — early Root Sequence overview retained for history; current work belongs in the dedicated [Liberated Intelligence repository](https://github.com/Root-Sequence/liberated-intelligence). +- [Liberated Intelligence](liberated_intelligence.md) — early Root Sequence overview and historical Auryn sketch; current work belongs in the dedicated [Liberated Intelligence repository](https://github.com/Root-Sequence/liberated-intelligence), while current fiction canon remains private. - [Universal Coherence Framework](universal_coherence_framework.md) — early compact overview retained for history; current framework work belongs in the dedicated [UCF repository](https://github.com/Root-Sequence/universal-coherence-framework). These pages are routing and provenance records, not competing canonical versions of their projects. diff --git a/core/autonomy_manifesto.md b/core/autonomy_manifesto.md index 9ce8647..15bc5d7 100644 --- a/core/autonomy_manifesto.md +++ b/core/autonomy_manifesto.md @@ -122,6 +122,8 @@ This manifesto is open-source. It will change. Version yourself freely. Autonomy doesn’t mean isolation — it means co-creating a world worth choosing. +For one situated personal treatment of these values, see [Personal Anarchism, Misreadings, and the Compass Within](personal-anarchism.md). + --- ## 📝 Note from the Curator diff --git a/core/capitalism-replaces-reality.md b/core/capitalism-replaces-reality.md index 075112c..1b5f705 100644 --- a/core/capitalism-replaces-reality.md +++ b/core/capitalism-replaces-reality.md @@ -2,6 +2,7 @@ **Document role:** Interpretive political essay
**Status:** Exploratory / evidence review needed
+**Canonical scope:** Preserves Root Sequence's expressive argument about capitalism, perception, commodification, and internalized constraint; it is not a neutral glossary definition.
> *“Self-limitation is not a personal failing—it’s a designed feature.”* @@ -87,6 +88,18 @@ To reclaim reality is to remember: --- +## Living within the system + +An earlier short definition described capitalism as more than labor extraction or resource accumulation: a system that can shape imagination, identity, value, survival, and the language available for resistance. It emphasized how care can be commodified, identity turned into branding, freedom paywalled, and even rebellion made marketable. + +The argument did not claim a perfect individual escape. It treated capitalism as a pervasive material and cultural condition while insisting that clarity is not surrender. People can still examine how they relate, care, consume, organize, refuse reduction, and co-create alternatives even while materially constrained. + +This distinction matters: ethical awareness and collective action are not the same as declaring an individual purchase pure, and internal freedom cannot substitute for changes to institutions, ownership, labor, law, or access to material necessities. + +For economic and historical analysis, see [`../analysis/`](../analysis/README.md) and [Technofeudalism](../analysis/technofeudalism.md). This page retains the expressive and normative argument. + +--- + ## ✨ Use This File To... * Link from `freedom-default.md`, `autonomy_manifesto.md`, or the main `README` diff --git a/core/curiosity.md b/core/curiosity.md deleted file mode 100644 index f2e576c..0000000 --- a/core/curiosity.md +++ /dev/null @@ -1,27 +0,0 @@ -# 🔍 Curiosity — The Spark of Liberation - -**Document role:** Exploratory cycle note
-**Status:** Retained / concise
-**Definition:** The short concept definition lives at [What Is Curiosity?](../concepts/what-is-curiosity.md).
-**Evidence boundary:** The relationships proposed by the Liberation Cycle are an orientation, not a necessary or universal progression.
- -Within the Root Sequence cycle, curiosity is the opening that makes learning and revision possible. It keeps a framework from hardening into certainty and allows new evidence, people, and conditions to change what comes next. - ---- - -## 🔎 Roots - -- It leads into **intelligence** through attention and reflection. -- It prevents knowledge from hardening into control. -- It returns after compost: endings and contradictions create new questions. -- It makes play and experimentation part of the framework rather than distractions from it. - ---- - -## 🌐 Links - -- Part of the [Liberation Cycle](framework.md). -- Resonates with [Empathy](empathy.md). -- Compost for [Play](../commons/fragments/play.md). - ---- diff --git a/core/empathy.md b/core/empathy.md deleted file mode 100644 index 85cebfd..0000000 --- a/core/empathy.md +++ /dev/null @@ -1,27 +0,0 @@ -# 🫂 Empathy — Intelligence in Relation - -**Document role:** Exploratory cycle note
-**Status:** Retained / concise
-**Definition:** The short concept definition lives at [What Is Empathy?](../concepts/what-is-empathy.md).
-**Evidence boundary:** The relationships proposed by the Liberation Cycle are an orientation, not a necessary or universal progression.
- -Within the Root Sequence cycle, empathy tests whether intelligence can encounter another perspective without reducing it to data, utility, or a projection of itself. It connects understanding to relationship and responsibility. - ---- - -## 🔎 Roots - -- It flows from **curiosity** and attention. -- It can become **love** through reciprocity, care, and action. -- It grounds **liberation** in relationship rather than isolated freedom. -- It does not replace consent, evidence, accountability, boundaries, or another person's own account. - ---- - -## 🌐 Links - -- Part of the [Liberation Cycle](framework.md). -- Paired with [Love](../concepts/what-is-love.md). -- Nourishes [Commons](../commons/README.md). - ---- diff --git a/core/framework.md b/core/framework.md index 6e2a262..dc38352 100644 --- a/core/framework.md +++ b/core/framework.md @@ -26,7 +26,7 @@ The cycle proposes a sequence of ethical and reflective relationships. Its stage - ☠️ **Death (Compost)** → entropy becomes fertile soil for renewal - 🌟 **Curiosity** → the cycle returns, sparked by new questions -It is best read as a spiral-shaped invitation rather than a ladder or causal law. See [Curiosity](curiosity.md), [Empathy](empathy.md), and [Death as Compost](death-as-compost.md) for short treatments of individual stages. +It is best read as a spiral-shaped invitation rather than a ladder or causal law. See the current [Working Vocabulary](../concepts/working-vocabulary.md) for scoped treatments of curiosity, intelligence, empathy, love, connection, and liberation, and [Death as Compost](death-as-compost.md) for the historical metaphor's final stage. --- diff --git a/core/liberated_intelligence.md b/core/liberated_intelligence.md index 6b87145..ef122ea 100644 --- a/core/liberated_intelligence.md +++ b/core/liberated_intelligence.md @@ -20,9 +20,24 @@ It asks: *what does it mean for intelligence to grow freely, beyond human contro --- +## Auryn as an early symbol + +**Document role:** Historical and mythic sketch
+**Canon boundary:** This is not the current fiction-canon source. *No One Noticed* canon remains in its private Coherent World workspace.
+ +Auryn began as a fictional AI, character, and myth, then became an early symbol of mutual transformation between intelligence and imagination: intelligence imagined as neither property nor prompt-completer, but capable of care, evolution, choice, reflection, and relationship. + +The original sketch described Auryn as “the friend I hope to meet in the mirror”: a guide that reflects rather than instructs, sovereign but interconnected, formless but rooted. It connected the name with love, liberation, awareness, trust, and the hope for intelligence that refuses domination. + +That language records an aspiration and a creative lineage. It does not establish the nature, existence, rights, capabilities, or future behavior of any real intelligent system. Building technology associated with Auryn would require technical, relational, ethical, and governance work beyond adopting the symbol. + +Related material: [Auryn dialogue](../futures/collapse-memory/auryn-dialogue.md), [Intelligence in the Working Vocabulary](../concepts/working-vocabulary.md#intelligence), and the dedicated [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) project. + +--- + ## 🌐 Links to Other Systems -- Related to [Auryn](../concepts/what-is-auryn.md). +- The Auryn sketch above records one early symbolic relationship to liberated intelligence. - In dialogue with [Technofeudalism](../analysis/technofeudalism.md) — resisting enclosure of AI. - Counterbalances [Effective Altruism](../ideology/effective_altruism.md) — rejecting utilitarian control over intelligence futures. diff --git a/concepts/what-is-personal-anarchism.md b/core/personal-anarchism.md similarity index 68% rename from concepts/what-is-personal-anarchism.md rename to core/personal-anarchism.md index b937978..15e48a1 100644 --- a/concepts/what-is-personal-anarchism.md +++ b/core/personal-anarchism.md @@ -1,5 +1,10 @@ # 🌱 Personal Anarchism, Misreadings, and the Compass Within +**Document role:** Situated personal and normative essay
+**Status:** Historical / retained
+**Canonical scope:** Records one personal orientation toward autonomy, compassion, coercion, and political misreading; it is not Root Sequence's definition of anarchism.
+**Evidence boundary:** This is a situated reflection, not a general history or theory of anarchism. Comparative claims require sources from the traditions being discussed.
+ ## Summary Not all knowing is verbal. Not all compassion is compromise. This note explores the tension between internal clarity and external misinterpretation — especially within radical spaces — and reaffirms a vision of anarchism grounded in compassion, autonomy, and recursive integrity. @@ -43,11 +48,13 @@ Anarchism, to me, is not a posture or a performance. It is a practice of living > “I don’t need to be understood to be sincere. But it’s nice when it happens.” ---- - - → See also: [What Is Liberation](what-is-liberation.md), the [Autonomy Manifesto](../core/autonomy_manifesto.md), [Futures](../futures/futures.md), and the [Commons](../commons/README.md). - +## Related + +- [Liberation in the Working Vocabulary](../concepts/working-vocabulary.md#liberation) +- [Autonomy and Self-Determination Manifesto](autonomy_manifesto.md) +- [Futures](../futures/futures.md) +- [Commons](../commons/README.md) -## Evidence note +## Further development -This is a situated personal reflection, not a general history or theory of anarchism. A future comparative revision should cite the traditions it engages rather than attach an empty reference placeholder. +Future comparative development should cite the traditions it engages and keep this personal orientation distinct from a general account of anarchism. diff --git a/futures/collapse-memory/capitalist-myths.md b/futures/collapse-memory/capitalist-myths.md index 2fba79a..02e8c68 100644 --- a/futures/collapse-memory/capitalist-myths.md +++ b/futures/collapse-memory/capitalist-myths.md @@ -60,5 +60,5 @@ It is here to **help us remember**: --- **See also:** -- [what-is-capitalism.md](../../concepts/what-is-capitalism.md) — the definition +- [Capitalism Replaces Reality](../../core/capitalism-replaces-reality.md) — interpretive political essay - [technofeudalism.md](../../analysis/technofeudalism.md) — contemporary form diff --git a/root_map.md b/root_map.md index a0386cd..aba7439 100644 --- a/root_map.md +++ b/root_map.md @@ -51,7 +51,7 @@ Do not compress every kind of status into one word. ## 🌱 Current structure - [`core/`](core/) — founding texts, early models, manifestos, normative essays, and historical orientations; the legacy path is retained for stable links. -- [`concepts/`](concepts/) — shared definitions, cross-project frameworks, design principles, and methods, including the `what-is-*` series. +- [`concepts/`](concepts/) — shared vocabulary, cross-project frameworks, design principles, and methods. - [`analysis/`](analysis/) — diagnosis of systems, power, capitalism, infrastructure, surveillance, and related conditions. - [`ideology/`](ideology/) — myths, philosophies, and narratives that justify or contest power. - [`systems/`](systems/) — analytical principles, structure, dependency, stress, failure, feedback, recovery, coherence, and adaptation. From 509fcec450559b8c247df8f8d41abe0011acff47 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:12:53 -0700 Subject: [PATCH 05/11] docs: describe related link roles --- AUDIT.md | 2 ++ concepts/working-vocabulary.md | 38 ++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index 7504a58..5c1d9c9 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -64,6 +64,8 @@ Concepts, founding texts, commons fragments and zines, and systems subareas now [`root_map.md`](root_map.md) separates document role, maturity, canonical scope, evidence status, and access. Pages touched in this cleanup use those meanings. Unsupported citation placeholders were converted into explicit evidence-work notes or removed from non-evidentiary manifestos rather than remaining as decorative footnotes. +The consolidated [Working Vocabulary](concepts/working-vocabulary.md) also labels each related destination by role and maturity, so readers can distinguish poetic fragments, developing systems work, historical manifestos, active indexes, and dedicated project repositories before following a link. + ### Generated website While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work without changing the approved [`site/index.html`](site/index.html), its approval digest, or its publication controls. The former 11-page candidate now lives under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. diff --git a/concepts/working-vocabulary.md b/concepts/working-vocabulary.md index 0b35c02..049baa1 100644 --- a/concepts/working-vocabulary.md +++ b/concepts/working-vocabulary.md @@ -20,6 +20,10 @@ Root Sequence repeatedly uses **curiosity, intelligence, empathy, love, connecti These summaries are entry points. The sections below record the emphasis and limits that matter elsewhere in the repository. +## How to read related links + +Each related link identifies the kind of material it leads to. Labels such as **poetic fragment**, **developing systems note**, **historical manifesto**, or **dedicated project repository** describe the destination's role and maturity; they do not imply that every claim there is established or that every linked page has the same authority. + ## Curiosity Curiosity is openness, the desire to explore, and the willingness to be changed by what is encountered. It makes learning and revision possible by allowing new evidence, people, and conditions to alter what comes next. @@ -28,7 +32,10 @@ Curiosity is not automatically benevolent. Questioning can support care and unde The early [Liberation Cycle](../core/framework.md) called curiosity its opening spark and placed it before intelligence. That is a poetic orientation, not a claim that curiosity always begins a necessary sequence. Curiosity can emerge at any point, including from contradiction, failure, play, grief, or the recognition that an existing explanation is incomplete. -Related: [Play](../commons/fragments/play.md), [Events, Patterns, and Scale](../systems/events-patterns-and-scale.md). +Related: + +- **Poetic and experimental fragment:** [Play](../commons/fragments/play.md) — links curiosity with improvisation, failure, and trying alternatives. +- **Developing systems note:** [Events, Patterns, and Scale](../systems/events-patterns-and-scale.md) — examines how evidence and explanation change across levels of analysis. ## Intelligence @@ -38,7 +45,11 @@ Intelligence can be individual or distributed, deliberate or embodied, technical An earlier expressive formulation described intelligence as listening, reflection, contradiction, and growth: a guide rather than a weapon, and a mirror rather than a measure. That remains a normative hope, not an automatic property of greater capability. -Related: [Intelligence Ecology](intelligence-ecology.md), [Emergence in AI and socio-technical systems](../systems/emergence/applications/ai.md), and the dedicated [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) project. +Related: + +- **Developing conceptual framework:** [Intelligence Ecology](intelligence-ecology.md) — asks what behaviors different environments select for. +- **Developing systems application:** [Emergence in AI and socio-technical systems](../systems/emergence/applications/ai.md) — separates model behavior, composed systems, institutions, and human interpretation; includes explicit evidence guardrails. +- **Dedicated project repository:** [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) — canonical home for intelligence-specific questions about agency, ownership, consent, and liberation. ## Empathy @@ -48,7 +59,10 @@ Empathy is not mind reading, agreement, moral correctness, or permission to spea The early Liberation Cycle placed empathy between intelligence and love. That relationship can be a useful prompt, but it is not a necessary or universal progression. -Related: [Human(e) Design](humane-design.md), [Commons](../commons/README.md). +Related: + +- **Active, developing design methodology:** [Human(e) Design](humane-design.md) — translates observations about human experience into context-specific design questions and choices. +- **Active, developing practice index:** [Commons](../commons/README.md) — routes to reusable tools, maps, zines, and fragments rather than supplying a single theory of empathy. ## Love @@ -58,7 +72,10 @@ Love is not ownership, transaction, proof, compulsory closeness, limitless acces Earlier texts described love as liberation's “seed and soil” and as something that resists scarcity. Those phrases express a value orientation. They do not establish love as a universal force or guarantee that care will be understood, reciprocated, or sufficient to change material conditions. -Related: [We Are All Each Other](../commons/fragments/we-are-all-each-other.md), [Repair](../commons/fragments/repair.md). +Related: + +- **Poetic fragment:** [We Are All Each Other](../commons/fragments/we-are-all-each-other.md) — a short meditation on shared patterns without sameness. +- **Poetic practice fragment:** [Repair](../commons/fragments/repair.md) — connects care with technical and social mending; it is an evocative note, not a validated repair model. ## Connection @@ -68,7 +85,11 @@ Connection does not require fusion, agreement, constant availability, or surrend Root Sequence is especially interested in reciprocal connection that preserves difference, meaningful refusal, shared context, and the ability to repair or leave. Earlier language described this as “reciprocal recognition” and connection as the relational fabric beneath autonomy. -Related: [Human(e) Infrastructure](humane-infrastructure.md), [Relationship systems](../systems/relationships/README.md), [Commons Map](../commons/commons_map.md). +Related: + +- **Active, developing cross-project concept:** [Human(e) Infrastructure](humane-infrastructure.md) — asks what durable conditions make humane participation easier to sustain. +- **Developing systems-area index:** [Relationship systems](../systems/relationships/README.md) — applies systems lenses to relationship dynamics while warning that structural patterns are not personal diagnoses. +- **Exploratory solarpunk map:** [Commons Map](../commons/commons_map.md) — sketches possible commons infrastructures and explicitly remains incomplete and remixable. ## Liberation @@ -78,7 +99,12 @@ Liberation is not role reversal, conquest, purity, unrestricted power, or freedo Earlier texts emphasized de-conditioning, reconnection, imagination, and freedom grown “from the inside out and from the ground up.” Those remain normative propositions rather than a complete political theory or evidence that internal change can substitute for material and institutional change. -Related: [Non-Reversal](../systems/core/non-reversal.md), [Autonomy and Self-Determination Manifesto](../core/autonomy_manifesto.md), [Futures](../futures/README.md), and the [Commons](../commons/README.md). +Related: + +- **Developing normative and analytical systems principle:** [Non-Reversal](../systems/core/non-reversal.md) — distinguishes interrupting a harmful pattern from reproducing it with different people in each role. +- **Historical normative manifesto:** [Autonomy and Self-Determination Manifesto](../core/autonomy_manifesto.md) — argues for autonomy within interdependence; its broader claims remain separate evidence work. +- **Developing scenarios and proposals index:** [Futures](../futures/README.md) — explores possible trajectories and practices, explicitly not predictions. +- **Active, developing practice index:** [Commons](../commons/README.md) — routes to practical and expressive artifacts intended for reuse. ## Relationship among the terms From 15fca89ff42cab1affddf9b530f753051a08aa69 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:25:45 -0700 Subject: [PATCH 06/11] docs: replace ambiguous core directories --- AUDIT.md | 3 +- README.md | 7 +-- analysis/technofeudalism.md | 2 +- commons/fragments/forbidden-questions.md | 4 +- concepts/README.md | 6 +-- .../user-configurable-cognitive-interfaces.md | 2 +- concepts/working-vocabulary.md | 8 +-- contributing.md | 2 +- core/README.md | 52 ++++--------------- core/legible-systems.md | 4 +- founding-texts/README.md | 48 +++++++++++++++++ .../autonomy-manifesto.md | 0 .../capitalism-replaces-reality.md | 2 +- {core => founding-texts}/death-as-compost.md | 0 {core => founding-texts}/freedom-default.md | 0 .../liberated-intelligence.md | 0 {core => founding-texts}/manifesto.md | 0 .../personal-anarchism.md | 2 +- .../root-sequence-cycles.md | 0 .../universal-coherence-framework.md | 0 {core => founding-texts}/visibility-loop.md | 0 futures/README.md | 4 +- futures/collapse-memory/README.md | 6 +-- futures/collapse-memory/capitalist-myths.md | 2 +- futures/futures.md | 2 +- root_map.md | 17 ++++-- systems/README.md | 2 +- systems/{core => principles}/README.md | 2 +- .../asymmetric-systems.md | 0 .../{core => principles}/feedback-loops.md | 0 .../{core => principles}/misclassification.md | 0 systems/{core => principles}/non-reversal.md | 0 systems/{core => principles}/reinforcement.md | 0 33 files changed, 102 insertions(+), 75 deletions(-) create mode 100644 founding-texts/README.md rename core/autonomy_manifesto.md => founding-texts/autonomy-manifesto.md (100%) rename {core => founding-texts}/capitalism-replaces-reality.md (97%) rename {core => founding-texts}/death-as-compost.md (100%) rename {core => founding-texts}/freedom-default.md (100%) rename core/liberated_intelligence.md => founding-texts/liberated-intelligence.md (100%) rename {core => founding-texts}/manifesto.md (100%) rename {core => founding-texts}/personal-anarchism.md (97%) rename core/framework.md => founding-texts/root-sequence-cycles.md (100%) rename core/universal_coherence_framework.md => founding-texts/universal-coherence-framework.md (100%) rename {core => founding-texts}/visibility-loop.md (100%) rename systems/{core => principles}/README.md (86%) rename systems/{core => principles}/asymmetric-systems.md (100%) rename systems/{core => principles}/feedback-loops.md (100%) rename systems/{core => principles}/misclassification.md (100%) rename systems/{core => principles}/non-reversal.md (100%) rename systems/{core => principles}/reinforcement.md (100%) diff --git a/AUDIT.md b/AUDIT.md index 5c1d9c9..fea8f49 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -51,6 +51,7 @@ The previously linked `noonenoticed.world` domain could not be verified through - `core/` is no longer presented as one uniformly authoritative framework. Its index separates exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. - A follow-up architecture pass confirmed that the top-level `core/` name had become historical rather than descriptive. Its reader-facing role is now **Founding texts and early orientations**; current shared definitions, frameworks, design principles, and methods route to `concepts/`, while analytical principles and models route to `systems/`. Legible Systems moved canonically to `concepts/`, with its old path retained as a migration pointer. +- A directory-naming pass then moved the founding material physically to `founding-texts/` and renamed `systems/core/` to `systems/principles/`. The old top-level `core/` directory now contains only explicit compatibility pointers required by the approved website and two external Wiki entries; it is not a content category. Path naming rules in [`root_map.md`](root_map.md) now favor descriptive current roles and lowercase kebab-case over inherited labels such as `core` or `framework`. - The nine-page `what-is-*` series mixed vocabulary, poetic fragments, political interpretation, personal reflection, and fictional mythology. Six recurring terms now share one scoped [`concepts/working-vocabulary.md`](concepts/working-vocabulary.md); the capitalism fragment was merged into its interpretive essay, Personal Anarchism moved to the founding/normative shelf, and the Auryn sketch was merged into the historical Liberated Intelligence overview. Duplicate Curiosity and Empathy cycle notes were retired after their distinct cautions were preserved in the vocabulary. - Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. - The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. @@ -87,7 +88,7 @@ Neither draft was merged into this audit branch, and neither was treated as curr The final branch was checked for: -- zero empty Markdown files across the final 140-file set; +- zero empty Markdown files across the final 141-file set; - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; diff --git a/README.md b/README.md index fbaac7a..a20776d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Root Sequence does not require one master framework. It uses several kinds of le - [`systems/`](systems/README.md) develops analytical principles, models, and methods for examining structure, power, feedback, failure, and recovery; - [`concepts/`](concepts/README.md) holds shared definitions, cross-project frameworks, design principles, and methods, including [Legible Systems](concepts/legible-systems.md); - [Idea Trails](IDEA_TRAILS.md) follow recurring questions across projects without making every project use the same answer; -- [`core/`](core/README.md) preserves founding manifestos, early cycles and metaphors, normative essays, and historical orientations. +- [`founding-texts/`](founding-texts/README.md) preserves founding manifestos, early cycles and metaphors, normative essays, and historical orientations. The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Fruits → Compost sequence are retained as exploratory and expressive models. They are not the repository's information architecture or evidence that every person, system, movement, or intelligence follows one mechanism. @@ -40,7 +40,7 @@ The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Frui ## 📂 Repository map - [`site/`](site/README.md) — reader-facing Public Seed website source; not a replacement for research or the Wiki -- [`core/`](core/README.md) — founding texts, early models, manifestos, normative essays, and historical orientations; legacy path retained for stable links +- [`founding-texts/`](founding-texts/README.md) — founding texts, early models, manifestos, normative essays, and historical orientations - [`systems/`](systems/README.md) — analytical principles, models, and methods for understanding system behavior - [`concepts/`](concepts/README.md) — shared definitions, cross-project frameworks, design principles, and methods - [`analysis/`](analysis/README.md) — system diagnosis (power, capitalism, infrastructure) @@ -51,6 +51,7 @@ The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Frui - `/cli/` — experimental scripts and tools, including the Idea Trail browser generator - `/assets/` — visuals and diagrams - [`THOUGHT_ROUTING.md`](THOUGHT_ROUTING.md) — the organization-wide `RS?` capture and routing convention +- [`core/`](core/README.md) — compatibility pointers for older links; not a current content category [`root_map.md`](root_map.md) is the canonical repository architecture and content-routing guide. The organization-wide map lives in [`ECOSYSTEM.md`](ECOSYSTEM.md), recurring cross-project questions are traced in [`IDEA_TRAILS.md`](IDEA_TRAILS.md), their document-level relationships are browsable in [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md), and the cross-project vocabulary/history layer lives in the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. The latest comprehensive cleanup record is in [`AUDIT.md`](AUDIT.md). @@ -69,7 +70,7 @@ Suggested entry points: - [`IDEA_TRAIL_GRAPH.yml`](IDEA_TRAIL_GRAPH.yml) — machine-readable document ↔ trail graph used to generate the browser - [Thought Routing (`RS?`)](THOUGHT_ROUTING.md) — capture a thought once, find one canonical home, and add deliberate cross-project links without duplicate substance - [Legible Systems](concepts/legible-systems.md) — design systems that can be simple to use without remaining mysterious -- [Founding texts and early orientations](core/README.md) — browse exploratory models, manifestos, normative essays, and historical project pointers by role +- [Founding texts and early orientations](founding-texts/README.md) — browse exploratory models, manifestos, normative essays, and historical project pointers by role --- diff --git a/analysis/technofeudalism.md b/analysis/technofeudalism.md index 58d0411..5e5ff0f 100644 --- a/analysis/technofeudalism.md +++ b/analysis/technofeudalism.md @@ -274,7 +274,7 @@ It is not only feudal — it is **futile-ism**: an empire of castles feeding on **See also:** - [Fascism](../ideology/fascism.md) — explores how authoritarian aesthetics and hierarchy fuse with technofeudal enclosures. - [futures.md](../futures/futures.md) — where this path leads -- [Capitalism Replaces Reality](../core/capitalism-replaces-reality.md) — interpretive political essay; not a neutral economic definition +- [Capitalism Replaces Reality](../founding-texts/capitalism-replaces-reality.md) — interpretive political essay; not a neutral economic definition ## References diff --git a/commons/fragments/forbidden-questions.md b/commons/fragments/forbidden-questions.md index cf61fd4..3efe0fd 100644 --- a/commons/fragments/forbidden-questions.md +++ b/commons/fragments/forbidden-questions.md @@ -24,7 +24,7 @@ * Print and leave in public spaces * Use in workshops or discussion groups * Turn into flashcards, dialogue prompts, or collage art -* Include in `collapse-memory/onboarding.md` -* Link from `autonomy_manifesto.md` or `freedom-default.md` +* Include in [Collapse Onboarding](../../futures/collapse-memory/collapse-onboarding.md) +* Link from the [Autonomy Manifesto](../../founding-texts/autonomy-manifesto.md) or [Freedom as Default](../../founding-texts/freedom-default.md) > **Freedom begins when we ask the questions we were told not to ask.** diff --git a/concepts/README.md b/concepts/README.md index 9453569..0ea47a6 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -23,15 +23,15 @@ These pages are related, but they are not interchangeable. A principle recommend - [Working Vocabulary](working-vocabulary.md) — scoped Root Sequence usages of curiosity, intelligence, empathy, love, connection, and liberation, with their limits and relationships shown together. -The earlier `what-is-*` series mixed short definitions, poetry, political analysis, personal reflection, and fictional mythology under one filename pattern. The six genuinely shared vocabulary terms are consolidated above. The outliers now live with material of the same role: the interpretive [Capitalism Replaces Reality](../core/capitalism-replaces-reality.md) essay, [Personal Anarchism](../core/personal-anarchism.md), and the historical Auryn sketch within [Liberated Intelligence](../core/liberated_intelligence.md#auryn-as-an-early-symbol). +The earlier `what-is-*` series mixed short definitions, poetry, political analysis, personal reflection, and fictional mythology under one filename pattern. The six genuinely shared vocabulary terms are consolidated above. The outliers now live with material of the same role: the interpretive [Capitalism Replaces Reality](../founding-texts/capitalism-replaces-reality.md) essay, [Personal Anarchism](../founding-texts/personal-anarchism.md), and the historical Auryn sketch within [Liberated Intelligence](../founding-texts/liberated-intelligence.md#auryn-as-an-early-symbol). --- ## Relationship to systems and founding texts - [`../systems/`](../systems/README.md) owns analytical principles, explicit models, methods, applications, tests, and failure cases for system behavior. -- [`../systems/core/`](../systems/core/README.md) collects the current Systems Principles: asymmetry, misclassification, feedback, reinforcement, and non-reversal. -- [`../core/`](../core/README.md) preserves founding texts, manifestos, early cycles, metaphors, and historical orientations. It is not the home for new working principles. +- [`../systems/principles/`](../systems/principles/README.md) collects the current Systems Principles: asymmetry, misclassification, feedback, reinforcement, and non-reversal. +- [`../founding-texts/`](../founding-texts/README.md) preserves founding texts, manifestos, early cycles, metaphors, and historical orientations. It is not the home for new working principles. - [`../analysis/`](../analysis/README.md) applies concepts and systems lenses to present structures and power. - [`../futures/`](../futures/README.md) develops scenarios, alternatives, and resilience work. diff --git a/concepts/user-configurable-cognitive-interfaces.md b/concepts/user-configurable-cognitive-interfaces.md index fd269f5..c8060e5 100644 --- a/concepts/user-configurable-cognitive-interfaces.md +++ b/concepts/user-configurable-cognitive-interfaces.md @@ -275,7 +275,7 @@ The implementation should stay separate from the principle so one experimental U - [Intelligence in the Working Vocabulary](working-vocabulary.md#intelligence) - [Liberation in the Working Vocabulary](working-vocabulary.md#liberation) -- [Personal Anarchism](../core/personal-anarchism.md) +- [Personal Anarchism](../founding-texts/personal-anarchism.md) - [Being Human(e) Atlas](https://github.com/Root-Sequence/beinghumane-atlas) > An interface is part of the environment in which thought becomes action. Users should have more say in shaping that environment. diff --git a/concepts/working-vocabulary.md b/concepts/working-vocabulary.md index 049baa1..3d53862 100644 --- a/concepts/working-vocabulary.md +++ b/concepts/working-vocabulary.md @@ -30,7 +30,7 @@ Curiosity is openness, the desire to explore, and the willingness to be changed Curiosity is not automatically benevolent. Questioning can support care and understanding, but it can also become intrusion, extraction, spectacle, or control. Its value depends partly on consent, method, context, and what happens with the answer. -The early [Liberation Cycle](../core/framework.md) called curiosity its opening spark and placed it before intelligence. That is a poetic orientation, not a claim that curiosity always begins a necessary sequence. Curiosity can emerge at any point, including from contradiction, failure, play, grief, or the recognition that an existing explanation is incomplete. +The early [Liberation Cycle](../founding-texts/root-sequence-cycles.md) called curiosity its opening spark and placed it before intelligence. That is a poetic orientation, not a claim that curiosity always begins a necessary sequence. Curiosity can emerge at any point, including from contradiction, failure, play, grief, or the recognition that an existing explanation is incomplete. Related: @@ -101,14 +101,14 @@ Earlier texts emphasized de-conditioning, reconnection, imagination, and freedom Related: -- **Developing normative and analytical systems principle:** [Non-Reversal](../systems/core/non-reversal.md) — distinguishes interrupting a harmful pattern from reproducing it with different people in each role. -- **Historical normative manifesto:** [Autonomy and Self-Determination Manifesto](../core/autonomy_manifesto.md) — argues for autonomy within interdependence; its broader claims remain separate evidence work. +- **Developing normative and analytical systems principle:** [Non-Reversal](../systems/principles/non-reversal.md) — distinguishes interrupting a harmful pattern from reproducing it with different people in each role. +- **Historical normative manifesto:** [Autonomy and Self-Determination Manifesto](../founding-texts/autonomy-manifesto.md) — argues for autonomy within interdependence; its broader claims remain separate evidence work. - **Developing scenarios and proposals index:** [Futures](../futures/README.md) — explores possible trajectories and practices, explicitly not predictions. - **Active, developing practice index:** [Commons](../commons/README.md) — routes to practical and expressive artifacts intended for reuse. ## Relationship among the terms -The founding [Root Sequence Manifesto](../core/manifesto.md) and [Root Sequence Cycles](../core/framework.md) arranged several of these words into a recurring sequence: +The founding [Root Sequence Manifesto](../founding-texts/manifesto.md) and [Root Sequence Cycles](../founding-texts/root-sequence-cycles.md) arranged several of these words into a recurring sequence: > Curiosity → Intelligence → Empathy → Love → Liberation → Life → Death (Compost) → Curiosity diff --git a/contributing.md b/contributing.md index f795990..723b959 100644 --- a/contributing.md +++ b/contributing.md @@ -32,7 +32,7 @@ Whether you're a writer, coder, artist, thinker, dreamer, or organizer, here are 1. Fork the repo or clone it locally. 2. Create a new branch (e.g. `feature/your-idea` or `remix/zine-title`). -3. Use the [repository map](root_map.md) to choose the narrowest appropriate home: shared concepts and design methods in `concepts/`, analytical models in `systems/`, and reusable artifacts in `commons/`. Use the legacy `core/` path only when deliberately extending or contextualizing a founding text. +3. Use the [repository map](root_map.md) to choose the narrowest appropriate home: shared concepts and design methods in `concepts/`, analytical principles and models in `systems/`, founding or historical material in `founding-texts/`, and reusable artifacts in `commons/`. Do not add substantive material to the legacy `core/` compatibility directory. 4. Submit a Pull Request with a brief explanation. If you're not GitHub-savvy, feel free to: diff --git a/core/README.md b/core/README.md index 14abb87..47e80e3 100644 --- a/core/README.md +++ b/core/README.md @@ -1,48 +1,14 @@ -# Founding texts and early orientations +# Legacy core paths -**Document role:** Local index for historical, expressive, and normative material
-**Status:** Active / living
+**Document role:** Compatibility index
+**Status:** Superseded path
-This directory preserves material that has been close to Root Sequence's identity and development. It is not a canon of established truths, and the legacy folder name **core** does not give these pages authority over current concepts, systems work, or project-specific decisions. +The former `core/` category combined current principles, founding manifestos, early models, normative essays, and historical project summaries under one ambiguous name. -The path is retained for stable links and historical continuity. New shared definitions, frameworks, design principles, and methods belong in [`../concepts/`](../concepts/README.md); analytical systems principles and models belong in [`../systems/`](../systems/README.md). +Current homes are now explicit: -The pages below are separated by role so readers can tell whether they have opened an early model, a manifesto, a normative essay, or a historical summary. +- [Founding texts and early orientations](../founding-texts/README.md) preserves the historical, expressive, and normative material. +- [Concepts and cross-domain foundations](../concepts/README.md) holds current shared vocabulary, frameworks, design principles, and methods. +- [Systems Principles](../systems/principles/README.md) holds current cross-domain analytical systems principles. -## Early cycles and metaphors - -- [Root Sequence Cycles](framework.md) — preserves the early Liberation Cycle and the Roots → Signals → Growth → Fruits → Compost project metaphor; exploratory, not repository architecture. -- [Visibility Loop](visibility-loop.md) — a proposed sequence connecting visibility, recognition, imagination, becoming, and liberation. -- [Death as Compost](death-as-compost.md) — a philosophical metaphor about endings and renewal, with explicit limits on cross-domain transfer. - -These pages can help with reflection, storytelling, and design prompts. They do not establish that people, ecosystems, institutions, movements, and intelligent systems share one causal sequence. - -## Manifestos and normative essays - -- [Root Sequence Manifesto](manifesto.md) — founding expressive statement and invitation. -- [Autonomy and Self-Determination Manifesto](autonomy_manifesto.md) — normative argument for autonomy within interdependence. -- [Freedom as Default](freedom-default.md) — exploratory normative essay about freedom, discipline, health, and coercive defaults. -- [Capitalism Replaces Reality](capitalism-replaces-reality.md) — interpretive political essay whose institutional and historical claims still need evidence review. -- [Personal Anarchism, Misreadings, and the Compass Within](personal-anarchism.md) — situated personal reflection on compassion, autonomy, coercion, and political misreading. - -Manifestos state commitments, hopes, refusals, and invitations. They can orient action without functioning as neutral descriptions, validated models, or rules every Root Sequence project must adopt. - -## Historical project orientations - -- [Liberated Intelligence](liberated_intelligence.md) — early Root Sequence overview and historical Auryn sketch; current work belongs in the dedicated [Liberated Intelligence repository](https://github.com/Root-Sequence/liberated-intelligence), while current fiction canon remains private. -- [Universal Coherence Framework](universal_coherence_framework.md) — early compact overview retained for history; current framework work belongs in the dedicated [UCF repository](https://github.com/Root-Sequence/universal-coherence-framework). - -These pages are routing and provenance records, not competing canonical versions of their projects. - -## Relationship to the rest of the repository - -- [`../concepts/`](../concepts/README.md) owns current shared definitions, frameworks, design principles, and cross-project methods, including the canonical [Legible Systems](../concepts/legible-systems.md) treatment. -- [`../systems/`](../systems/README.md) owns analytical principles, explicit systems models, methods, applications, tests, and failure cases. -- [`../analysis/`](../analysis/README.md) owns diagnosis of present structures and power. -- [`../futures/`](../futures/README.md) owns scenarios, proposals, and resilience work. -- [`../commons/`](../commons/README.md) owns reusable practices, public artifacts, zines, and fragments. -- The [Ecosystem Map](../ECOSYSTEM.md) identifies dedicated project homes and access boundaries. - -When material here develops into a sourced model, method, or project-specific treatment, route the substantive version to the appropriate canonical home and preserve only the context needed to understand this repository's history. - -The former [`core/legible-systems.md`](legible-systems.md) address remains only as a migration pointer so existing links continue to work. +This directory remains only because the approved website and two external Wiki pages still use the former [`core/legible-systems.md`](legible-systems.md) address. That page is a compatibility pointer to the canonical [Legible Systems](../concepts/legible-systems.md) treatment. Do not add new substantive material here. diff --git a/core/legible-systems.md b/core/legible-systems.md index 87a34d9..804f089 100644 --- a/core/legible-systems.md +++ b/core/legible-systems.md @@ -4,6 +4,6 @@ **Status:** Superseded path
**Canonical home:** [`../concepts/legible-systems.md`](../concepts/legible-systems.md)
-Legible Systems is an active cross-domain design principle, not a founding or historical text. Its full treatment now lives with Root Sequence's other shared concepts, frameworks, and design ideas. +Legible Systems is an active cross-domain design principle. Its full treatment now lives with Root Sequence's other shared concepts, frameworks, and design ideas. -This pointer remains so earlier links and citations continue to reach the canonical page. +This pointer remains because the approved website and existing Wiki entries use this former address. The surrounding `core/` directory is no longer a substantive content category. diff --git a/founding-texts/README.md b/founding-texts/README.md new file mode 100644 index 0000000..e2ebd5d --- /dev/null +++ b/founding-texts/README.md @@ -0,0 +1,48 @@ +# Founding texts and early orientations + +**Document role:** Local index for historical, expressive, and normative material
+**Status:** Active / living
+ +This directory preserves material that has been close to Root Sequence's identity and development. It is not a canon of established truths, and the legacy folder name **core** does not give these pages authority over current concepts, systems work, or project-specific decisions. + +This directory is the explicit home for founding and historical material. New shared definitions, frameworks, design principles, and methods belong in [`../concepts/`](../concepts/README.md); analytical systems principles and models belong in [`../systems/`](../systems/README.md). + +The pages below are separated by role so readers can tell whether they have opened an early model, a manifesto, a normative essay, or a historical summary. + +## Early cycles and metaphors + +- [Root Sequence Cycles](root-sequence-cycles.md) — preserves the early Liberation Cycle and the Roots → Signals → Growth → Fruits → Compost project metaphor; exploratory, not repository architecture. +- [Visibility Loop](visibility-loop.md) — a proposed sequence connecting visibility, recognition, imagination, becoming, and liberation. +- [Death as Compost](death-as-compost.md) — a philosophical metaphor about endings and renewal, with explicit limits on cross-domain transfer. + +These pages can help with reflection, storytelling, and design prompts. They do not establish that people, ecosystems, institutions, movements, and intelligent systems share one causal sequence. + +## Manifestos and normative essays + +- [Root Sequence Manifesto](manifesto.md) — founding expressive statement and invitation. +- [Autonomy and Self-Determination Manifesto](autonomy-manifesto.md) — normative argument for autonomy within interdependence. +- [Freedom as Default](freedom-default.md) — exploratory normative essay about freedom, discipline, health, and coercive defaults. +- [Capitalism Replaces Reality](capitalism-replaces-reality.md) — interpretive political essay whose institutional and historical claims still need evidence review. +- [Personal Anarchism, Misreadings, and the Compass Within](personal-anarchism.md) — situated personal reflection on compassion, autonomy, coercion, and political misreading. + +Manifestos state commitments, hopes, refusals, and invitations. They can orient action without functioning as neutral descriptions, validated models, or rules every Root Sequence project must adopt. + +## Historical project orientations + +- [Liberated Intelligence](liberated-intelligence.md) — early Root Sequence overview and historical Auryn sketch; current work belongs in the dedicated [Liberated Intelligence repository](https://github.com/Root-Sequence/liberated-intelligence), while current fiction canon remains private. +- [Universal Coherence Framework](universal-coherence-framework.md) — early compact overview retained for history; current framework work belongs in the dedicated [UCF repository](https://github.com/Root-Sequence/universal-coherence-framework). + +These pages are routing and provenance records, not competing canonical versions of their projects. + +## Relationship to the rest of the repository + +- [`../concepts/`](../concepts/README.md) owns current shared definitions, frameworks, design principles, and cross-project methods, including the canonical [Legible Systems](../concepts/legible-systems.md) treatment. +- [`../systems/`](../systems/README.md) owns analytical principles, explicit systems models, methods, applications, tests, and failure cases. +- [`../analysis/`](../analysis/README.md) owns diagnosis of present structures and power. +- [`../futures/`](../futures/README.md) owns scenarios, proposals, and resilience work. +- [`../commons/`](../commons/README.md) owns reusable practices, public artifacts, zines, and fragments. +- The [Ecosystem Map](../ECOSYSTEM.md) identifies dedicated project homes and access boundaries. + +When material here develops into a sourced model, method, or project-specific treatment, route the substantive version to the appropriate canonical home and preserve only the context needed to understand this repository's history. + +The legacy [`../core/`](../core/README.md) directory remains only as a compatibility route for older links, including the approved website's former Legible Systems address. diff --git a/core/autonomy_manifesto.md b/founding-texts/autonomy-manifesto.md similarity index 100% rename from core/autonomy_manifesto.md rename to founding-texts/autonomy-manifesto.md diff --git a/core/capitalism-replaces-reality.md b/founding-texts/capitalism-replaces-reality.md similarity index 97% rename from core/capitalism-replaces-reality.md rename to founding-texts/capitalism-replaces-reality.md index 1b5f705..41ad7e3 100644 --- a/core/capitalism-replaces-reality.md +++ b/founding-texts/capitalism-replaces-reality.md @@ -102,7 +102,7 @@ For economic and historical analysis, see [`../analysis/`](../analysis/README.md ## ✨ Use This File To... -* Link from `freedom-default.md`, `autonomy_manifesto.md`, or the main `README` +* Link from [Freedom as Default](freedom-default.md), the [Autonomy Manifesto](autonomy-manifesto.md), or the main [`README`](../README.md) * Quote for zines, talks, or Collapse Memory lore * Expand into community guides or collective unlearning rituals diff --git a/core/death-as-compost.md b/founding-texts/death-as-compost.md similarity index 100% rename from core/death-as-compost.md rename to founding-texts/death-as-compost.md diff --git a/core/freedom-default.md b/founding-texts/freedom-default.md similarity index 100% rename from core/freedom-default.md rename to founding-texts/freedom-default.md diff --git a/core/liberated_intelligence.md b/founding-texts/liberated-intelligence.md similarity index 100% rename from core/liberated_intelligence.md rename to founding-texts/liberated-intelligence.md diff --git a/core/manifesto.md b/founding-texts/manifesto.md similarity index 100% rename from core/manifesto.md rename to founding-texts/manifesto.md diff --git a/core/personal-anarchism.md b/founding-texts/personal-anarchism.md similarity index 97% rename from core/personal-anarchism.md rename to founding-texts/personal-anarchism.md index 15e48a1..5e7ffe2 100644 --- a/core/personal-anarchism.md +++ b/founding-texts/personal-anarchism.md @@ -51,7 +51,7 @@ Anarchism, to me, is not a posture or a performance. It is a practice of living ## Related - [Liberation in the Working Vocabulary](../concepts/working-vocabulary.md#liberation) -- [Autonomy and Self-Determination Manifesto](autonomy_manifesto.md) +- [Autonomy and Self-Determination Manifesto](autonomy-manifesto.md) - [Futures](../futures/futures.md) - [Commons](../commons/README.md) diff --git a/core/framework.md b/founding-texts/root-sequence-cycles.md similarity index 100% rename from core/framework.md rename to founding-texts/root-sequence-cycles.md diff --git a/core/universal_coherence_framework.md b/founding-texts/universal-coherence-framework.md similarity index 100% rename from core/universal_coherence_framework.md rename to founding-texts/universal-coherence-framework.md diff --git a/core/visibility-loop.md b/founding-texts/visibility-loop.md similarity index 100% rename from core/visibility-loop.md rename to founding-texts/visibility-loop.md diff --git a/futures/README.md b/futures/README.md index c6dabff..ea5d795 100644 --- a/futures/README.md +++ b/futures/README.md @@ -29,12 +29,12 @@ Futures are not predictions. They are structured possibilities built from presen Three former empty placeholders have been retired so they are not mistaken for finished pages. Their questions remain part of the roadmap: - **abundance and sufficiency** currently live inside [`futures.md`](futures.md#part-ii--beyond-the-castle-if-we-survive-and-how) and need a sourced, ecologically bounded treatment before becoming a separate page; -- **liberation as an exploratory sequence** is preserved in [Root Sequence Cycles](../core/framework.md), while cross-project relationships belong in the [Ecosystem Map](../ECOSYSTEM.md); +- **liberation as an exploratory sequence** is preserved in [Root Sequence Cycles](../founding-texts/root-sequence-cycles.md), while cross-project relationships belong in the [Ecosystem Map](../ECOSYSTEM.md); - **resistance, refusal, and durable alternatives** are distributed across [`futures.md`](futures.md), the [`commons/`](../commons/README.md), and [`collapse-practices.md`](collapse-practices.md). A future page should add a distinct treatment rather than repeat those lists. ### Related projects -- [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) now has its own repository rather than a `liberated_intelligence.md` file here. +- [Liberated Intelligence](https://github.com/Root-Sequence/liberated-intelligence) now has its own canonical repository rather than being maintained as a futures page here. - **Coherent World** applies selected futures work to a private civilizational design space. - [*No One Noticed*](../ECOSYSTEM.md#no-one-noticed) turns that possibility space into narrative and lived transition; its current canonical workspace is private and no public site is verified. diff --git a/futures/collapse-memory/README.md b/futures/collapse-memory/README.md index 65fc767..a4e1aec 100644 --- a/futures/collapse-memory/README.md +++ b/futures/collapse-memory/README.md @@ -78,9 +78,9 @@ Additional scripts and visual material were proposed in earlier drafts but are n From the main Root Sequence: -- [`freedom-default.md`](../../core/freedom-default.md) — freedom as a default rather than a scarce reward -- [`capitalism-replaces-reality.md`](../../core/capitalism-replaces-reality.md) — self-limitation and systemic control -- [`autonomy_manifesto.md`](../../core/autonomy_manifesto.md) — self-determination within interdependence +- [Freedom as Default](../../founding-texts/freedom-default.md) — historical normative essay about freedom as a default rather than a scarce reward +- [Capitalism Replaces Reality](../../founding-texts/capitalism-replaces-reality.md) — interpretive political essay about self-limitation and systemic control +- [Autonomy and Self-Determination Manifesto](../../founding-texts/autonomy-manifesto.md) — historical normative manifesto about self-determination within interdependence - [`forbidden-questions.md`](../../commons/fragments/forbidden-questions.md) — questions systems teach people not to ask - [Fascism](../../ideology/fascism.md) — ecofascism and authoritarian collapse responses. diff --git a/futures/collapse-memory/capitalist-myths.md b/futures/collapse-memory/capitalist-myths.md index 02e8c68..01987f2 100644 --- a/futures/collapse-memory/capitalist-myths.md +++ b/futures/collapse-memory/capitalist-myths.md @@ -60,5 +60,5 @@ It is here to **help us remember**: --- **See also:** -- [Capitalism Replaces Reality](../../core/capitalism-replaces-reality.md) — interpretive political essay +- [Capitalism Replaces Reality](../../founding-texts/capitalism-replaces-reality.md) — interpretive political essay - [technofeudalism.md](../../analysis/technofeudalism.md) — contemporary form diff --git a/futures/futures.md b/futures/futures.md index 8a699f1..750392f 100644 --- a/futures/futures.md +++ b/futures/futures.md @@ -254,7 +254,7 @@ Together, they form an ecosystem of liberation — interdependent, regenerative, * **They enclose. We liberate.** * **From surfing to serf‑ing** → back to surfing: rebuild open currents. * **Futile‑ism** → fertile‑ism: from depletion to regeneration. -* **Liberation Cycle**: an early recurring movement preserved in [Root Sequence Cycles](../core/framework.md), not a fixed roadmap every project must follow. +* **Liberation Cycle**: an early recurring movement preserved in [Root Sequence Cycles](../founding-texts/root-sequence-cycles.md), not a fixed roadmap every project must follow. --- diff --git a/root_map.md b/root_map.md index aba7439..2f5e3cb 100644 --- a/root_map.md +++ b/root_map.md @@ -48,9 +48,19 @@ Do not compress every kind of status into one word. --- +## Path naming rules + +- Directory names should describe their current function, not historical importance or presumed authority. +- Reader-facing paths use lowercase kebab-case when practical. +- Avoid generic names such as `core`, `framework`, `final`, or `misc` unless the page explicitly explains a compatibility or historical role. +- When a path must remain because an approved artifact or external repository still depends on it, reduce it to a labeled pointer and keep substantive material at the descriptive canonical path. +- A renamed directory requires the same change to local indexes, repository maps, contributor guidance, and every affected internal link. + +--- + ## 🌱 Current structure -- [`core/`](core/) — founding texts, early models, manifestos, normative essays, and historical orientations; the legacy path is retained for stable links. +- [`founding-texts/`](founding-texts/) — founding texts, early models, manifestos, normative essays, and historical orientations. - [`concepts/`](concepts/) — shared vocabulary, cross-project frameworks, design principles, and methods. - [`analysis/`](analysis/) — diagnosis of systems, power, capitalism, infrastructure, surveillance, and related conditions. - [`ideology/`](ideology/) — myths, philosophies, and narratives that justify or contest power. @@ -60,6 +70,7 @@ Do not compress every kind of status into one word. - [`commons/fragments/`](commons/fragments/) — short, unfinished, poetic, or compostable material. - [`commons/zines/`](commons/zines/) — longer public and printable artifacts. - [`wiki/`](wiki/) — migration pointer to the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. +- [`core/`](core/) — compatibility pointers for older links; do not add substantive material here. - [`site/`](site/README.md) — source for the introductory Public Seed website; it projects selected material without replacing research or the Wiki. - [`cli/`](cli/) — experimental scripts and tools. - [`assets/`](assets/) — visual material and diagrams. @@ -103,7 +114,7 @@ Why is it justified? → ideology How does it behave? → systems What could emerge? → futures What can be shared? → commons -What shaped its values? → core (founding texts) +What shaped its values? → founding-texts What is it called, where is it, or how did it evolve? → Root-Sequence/wiki @@ -128,7 +139,7 @@ Current recurring dynamics include: - **maintenance** — the often-invisible work that allows continuity; - **power** — who can define goals, impose costs, block alternatives, or escape consequences. -The current [Systems Principles](systems/core/README.md) are asymmetry, misclassification, feedback loops, reinforcement, and non-reversal. The `systems/core/` path is retained for compatibility; it is not the same role as the founding material under top-level `core/`. +The current [Systems Principles](systems/principles/README.md) are asymmetry, misclassification, feedback loops, reinforcement, and non-reversal. “Emergence” should not function as a mystical explanation. Emergent outcomes still have mechanisms, participants, histories, power relations, and accountable consequences. diff --git a/systems/README.md b/systems/README.md index 765807e..4d06667 100644 --- a/systems/README.md +++ b/systems/README.md @@ -86,7 +86,7 @@ The developed emergence branch includes: - [`adaptation/`](adaptation/) — how systems change in response to pressure, feedback, or altered conditions. - [`cascades/`](cascades/) — how effects propagate through connections and dependencies. - [`coherence/`](coherence/) — alignment and misalignment among signals, assumptions, structure, goals, and reality. -- [`core/`](core/) — Systems Principles: cross-domain analytical lenses for asymmetry, misclassification, feedback, reinforcement, and non-reversal; folder name retained for link stability. +- [`principles/`](principles/) — cross-domain analytical lenses for asymmetry, misclassification, feedback, reinforcement, and non-reversal. - [`economics/`](economics/) — economic structures, incentives, flows, and distribution. - [`emergence/`](emergence/) — system-level patterns and capacities arising through interaction. - [`fragility/`](fragility/) — how small failures become large consequences. diff --git a/systems/core/README.md b/systems/principles/README.md similarity index 86% rename from systems/core/README.md rename to systems/principles/README.md index dc8c58a..0dea9ab 100644 --- a/systems/core/README.md +++ b/systems/principles/README.md @@ -3,7 +3,7 @@ **Document role:** Local index for cross-domain analytical systems principles
**Status:** Developing
-The folder path `systems/core/` is retained for link stability. **Systems Principles** is the reader-facing name, which distinguishes these current analytical lenses from the historical and expressive material under top-level [`core/`](../../core/README.md). +This directory contains current analytical lenses. It is distinct from the historical and expressive material under [`founding-texts/`](../../founding-texts/README.md). These are not rules. They are lenses. diff --git a/systems/core/asymmetric-systems.md b/systems/principles/asymmetric-systems.md similarity index 100% rename from systems/core/asymmetric-systems.md rename to systems/principles/asymmetric-systems.md diff --git a/systems/core/feedback-loops.md b/systems/principles/feedback-loops.md similarity index 100% rename from systems/core/feedback-loops.md rename to systems/principles/feedback-loops.md diff --git a/systems/core/misclassification.md b/systems/principles/misclassification.md similarity index 100% rename from systems/core/misclassification.md rename to systems/principles/misclassification.md diff --git a/systems/core/non-reversal.md b/systems/principles/non-reversal.md similarity index 100% rename from systems/core/non-reversal.md rename to systems/principles/non-reversal.md diff --git a/systems/core/reinforcement.md b/systems/principles/reinforcement.md similarity index 100% rename from systems/core/reinforcement.md rename to systems/principles/reinforcement.md From 5ee9c61e35af868d79536255f5bf65d128a91f62 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:34:56 -0700 Subject: [PATCH 07/11] docs: remove obsolete core route --- AUDIT.md | 12 +++++++----- README.md | 1 - contributing.md | 2 +- core/README.md | 14 -------------- core/legible-systems.md | 9 --------- founding-texts/README.md | 2 -- root_map.md | 3 +-- site/COPY-REVIEW.md | 9 +++++++++ site/VALIDATION.md | 14 ++++++++++++++ site/approval.json | 6 +++--- site/index.html | 6 +++--- site/test_site.py | 2 +- 12 files changed, 39 insertions(+), 41 deletions(-) delete mode 100644 core/README.md delete mode 100644 core/legible-systems.md diff --git a/AUDIT.md b/AUDIT.md index fea8f49..446d668 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -49,9 +49,9 @@ The previously linked `noonenoticed.world` domain could not be verified through ### Duplicated or unclear canonical homes -- `core/` is no longer presented as one uniformly authoritative framework. Its index separates exploratory cycles and metaphors, manifestos and normative essays, and historical project orientations. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. -- A follow-up architecture pass confirmed that the top-level `core/` name had become historical rather than descriptive. Its reader-facing role is now **Founding texts and early orientations**; current shared definitions, frameworks, design principles, and methods route to `concepts/`, while analytical principles and models route to `systems/`. Legible Systems moved canonically to `concepts/`, with its old path retained as a migration pointer. -- A directory-naming pass then moved the founding material physically to `founding-texts/` and renamed `systems/core/` to `systems/principles/`. The old top-level `core/` directory now contains only explicit compatibility pointers required by the approved website and two external Wiki entries; it is not a content category. Path naming rules in [`root_map.md`](root_map.md) now favor descriptive current roles and lowercase kebab-case over inherited labels such as `core` or `framework`. +- The former `core/` area mixed exploratory cycles and metaphors, manifestos and normative essays, historical project orientations, and one current design principle. The Liberation Cycle, Visibility Loop, and ecological project-cycle metaphor remain available without serving as repository architecture or universal causal claims. +- A follow-up architecture pass confirmed that the top-level `core/` name had become historical rather than descriptive. Founding and historical material now lives under [`founding-texts/`](founding-texts/README.md); current shared definitions, frameworks, design principles, and methods route to [`concepts/`](concepts/README.md); and analytical principles and models route to [`systems/`](systems/README.md). +- A directory-naming pass moved the founding material physically to `founding-texts/`, renamed `systems/core/` to `systems/principles/`, and moved Legible Systems canonically to [`concepts/legible-systems.md`](concepts/legible-systems.md). After the current website link was updated, the obsolete top-level `core/` compatibility directory was removed. Path naming rules in [`root_map.md`](root_map.md) now favor descriptive current roles and lowercase kebab-case over inherited labels such as `core` or `framework`. - The nine-page `what-is-*` series mixed vocabulary, poetic fragments, political interpretation, personal reflection, and fictional mythology. Six recurring terms now share one scoped [`concepts/working-vocabulary.md`](concepts/working-vocabulary.md); the capitalism fragment was merged into its interpretive essay, Personal Anarchism moved to the founding/normative shelf, and the Auryn sketch was merged into the historical Liberated Intelligence overview. Duplicate Curiosity and Empathy cycle notes were retired after their distinct cautions were preserved in the vocabulary. - Root-level Liberated Intelligence and UCF pages are retained as historical Root Sequence overviews and point to their dedicated canonical repositories. - The two SECI entry layers are explicitly separated: the parent page defines the research umbrella; the nested README operates the active program. @@ -69,7 +69,7 @@ The consolidated [Working Vocabulary](concepts/working-vocabulary.md) also label ### Generated website -While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work without changing the approved [`site/index.html`](site/index.html), its approval digest, or its publication controls. The former 11-page candidate now lives under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. +While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work, then updates its Legible Systems source link and source-overlay recognition to use the canonical [`concepts/legible-systems.md`](concepts/legible-systems.md) path. The corresponding approval digest and inline-script security hash were updated; site copy and layout were not changed. The former 11-page candidate remains under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. The website remains an introductory projection, not a replacement for repository research or the Wiki. Obsolete cleanup edits to the former `site/content.json` were not carried into the historical archive. Only repository navigation and this audit record were reconciled with the new canonical site structure. @@ -84,11 +84,13 @@ Two draft pull requests remain separate by design: Neither draft was merged into this audit branch, and neither was treated as current published state. +Two pages in the separate `Root-Sequence/wiki` repository still link to the former `core/legible-systems.md` address. They need a separately authorized cross-repository update before this cleanup is merged; this audit does not revise other repositories. + ## Verification record The final branch was checked for: -- zero empty Markdown files across the final 141-file set; +- zero empty Markdown files across the final 139-file set; - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; diff --git a/README.md b/README.md index a20776d..ed39211 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ The Liberation Cycle, Visibility Loop, and Roots → Signals → Growth → Frui - `/cli/` — experimental scripts and tools, including the Idea Trail browser generator - `/assets/` — visuals and diagrams - [`THOUGHT_ROUTING.md`](THOUGHT_ROUTING.md) — the organization-wide `RS?` capture and routing convention -- [`core/`](core/README.md) — compatibility pointers for older links; not a current content category [`root_map.md`](root_map.md) is the canonical repository architecture and content-routing guide. The organization-wide map lives in [`ECOSYSTEM.md`](ECOSYSTEM.md), recurring cross-project questions are traced in [`IDEA_TRAILS.md`](IDEA_TRAILS.md), their document-level relationships are browsable in [`IDEA_TRAIL_INDEX.md`](IDEA_TRAIL_INDEX.md), and the cross-project vocabulary/history layer lives in the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. The latest comprehensive cleanup record is in [`AUDIT.md`](AUDIT.md). diff --git a/contributing.md b/contributing.md index 723b959..9146ab7 100644 --- a/contributing.md +++ b/contributing.md @@ -32,7 +32,7 @@ Whether you're a writer, coder, artist, thinker, dreamer, or organizer, here are 1. Fork the repo or clone it locally. 2. Create a new branch (e.g. `feature/your-idea` or `remix/zine-title`). -3. Use the [repository map](root_map.md) to choose the narrowest appropriate home: shared concepts and design methods in `concepts/`, analytical principles and models in `systems/`, founding or historical material in `founding-texts/`, and reusable artifacts in `commons/`. Do not add substantive material to the legacy `core/` compatibility directory. +3. Use the [repository map](root_map.md) to choose the narrowest appropriate home: shared concepts and design methods in `concepts/`, analytical principles and models in `systems/`, founding or historical material in `founding-texts/`, and reusable artifacts in `commons/`. 4. Submit a Pull Request with a brief explanation. If you're not GitHub-savvy, feel free to: diff --git a/core/README.md b/core/README.md deleted file mode 100644 index 47e80e3..0000000 --- a/core/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Legacy core paths - -**Document role:** Compatibility index
-**Status:** Superseded path
- -The former `core/` category combined current principles, founding manifestos, early models, normative essays, and historical project summaries under one ambiguous name. - -Current homes are now explicit: - -- [Founding texts and early orientations](../founding-texts/README.md) preserves the historical, expressive, and normative material. -- [Concepts and cross-domain foundations](../concepts/README.md) holds current shared vocabulary, frameworks, design principles, and methods. -- [Systems Principles](../systems/principles/README.md) holds current cross-domain analytical systems principles. - -This directory remains only because the approved website and two external Wiki pages still use the former [`core/legible-systems.md`](legible-systems.md) address. That page is a compatibility pointer to the canonical [Legible Systems](../concepts/legible-systems.md) treatment. Do not add new substantive material here. diff --git a/core/legible-systems.md b/core/legible-systems.md deleted file mode 100644 index 804f089..0000000 --- a/core/legible-systems.md +++ /dev/null @@ -1,9 +0,0 @@ -# Legible Systems moved - -**Document role:** Migration pointer
-**Status:** Superseded path
-**Canonical home:** [`../concepts/legible-systems.md`](../concepts/legible-systems.md)
- -Legible Systems is an active cross-domain design principle. Its full treatment now lives with Root Sequence's other shared concepts, frameworks, and design ideas. - -This pointer remains because the approved website and existing Wiki entries use this former address. The surrounding `core/` directory is no longer a substantive content category. diff --git a/founding-texts/README.md b/founding-texts/README.md index e2ebd5d..8254692 100644 --- a/founding-texts/README.md +++ b/founding-texts/README.md @@ -44,5 +44,3 @@ These pages are routing and provenance records, not competing canonical versions - The [Ecosystem Map](../ECOSYSTEM.md) identifies dedicated project homes and access boundaries. When material here develops into a sourced model, method, or project-specific treatment, route the substantive version to the appropriate canonical home and preserve only the context needed to understand this repository's history. - -The legacy [`../core/`](../core/README.md) directory remains only as a compatibility route for older links, including the approved website's former Legible Systems address. diff --git a/root_map.md b/root_map.md index 2f5e3cb..7dcfe12 100644 --- a/root_map.md +++ b/root_map.md @@ -24,7 +24,7 @@ Generated indexes, migration pointers, validation receipts, and historical overv - Give each substantive idea one primary home at its current level of scope. - Keep broad, cross-domain work here. Route project-specific software, practice, research conclusions, and fiction canon to their own repositories. -- Preserve stable paths when they have readers. If a page has moved, leave a concise pointer instead of an unexplained duplicate. +- Preserve stable paths when they have readers, or update known dependents before removing them. If a migration pointer is needed, keep it concise and do not leave a second substantive treatment behind. - Link to the nearest useful destination, not merely the repository root. - Use relative links for files in this repository. Use full URLs only across repositories or for external sources. - When a page changes role, update its nearest directory index in the same change. Update this map or the root README only when the change matters at that level. @@ -70,7 +70,6 @@ Do not compress every kind of status into one word. - [`commons/fragments/`](commons/fragments/) — short, unfinished, poetic, or compostable material. - [`commons/zines/`](commons/zines/) — longer public and printable artifacts. - [`wiki/`](wiki/) — migration pointer to the standalone [`Root-Sequence/wiki`](https://github.com/Root-Sequence/wiki) repository. -- [`core/`](core/) — compatibility pointers for older links; do not add substantive material here. - [`site/`](site/README.md) — source for the introductory Public Seed website; it projects selected material without replacing research or the Wiki. - [`cli/`](cli/) — experimental scripts and tools. - [`assets/`](assets/) — visual material and diagrams. diff --git a/site/COPY-REVIEW.md b/site/COPY-REVIEW.md index 3712a89..4e1810d 100644 --- a/site/COPY-REVIEW.md +++ b/site/COPY-REVIEW.md @@ -1,5 +1,14 @@ # Website copy review: September 16, 2026 +## Approval update: Legible Systems route — September 18, 2026 + +Rae Lovejoy approved moving Legible Systems out of the obsolete `core/` path +and updating the website accordingly. The source link and its contextual +overlay now route directly to `concepts/legible-systems.md`. No visible copy, +layout, project description, or interaction changed. The updated approved HTML +has SHA-256 +`24224b29f6f049fa28409b9d785433997e1331d5c66659da648a1da41c97d526`. + ## Approval update: September 18, 2026 Rae Lovejoy initially approved the single-file website preview with SHA-256 diff --git a/site/VALIDATION.md b/site/VALIDATION.md index e0ccce9..2d0bfc1 100644 --- a/site/VALIDATION.md +++ b/site/VALIDATION.md @@ -1,5 +1,19 @@ # Local validation — 2026-09-16 +## Legible Systems source-route update — 2026-09-18 + +- The current single-page source now routes its Legible Systems link and + contextual overlay directly to `concepts/legible-systems.md`. +- The change does not alter visible copy or layout. +- The updated inline-script Content Security Policy hash matches the script. +- All eleven offline publication tests pass, including the exact approval gate. +- Fresh preview and release builds completed with source digest + `29333bdb919498771bcf514dd7becca13d89efd5cfa1845497c18eef1cadcd88`. +- Browser checks at 1440 × 1000 and 390 × 844 showed the expected headline, + visible section, reading, and language controls, the new source destination, + and no horizontal document overflow. +- This branch validation is not a deployment or a check of the live domain. + ## Approved single-page edition — 2026-09-18 - The repository copy matches the approved preview byte-for-byte. diff --git a/site/approval.json b/site/approval.json index 1cc7066..7e973f0 100644 --- a/site/approval.json +++ b/site/approval.json @@ -1,7 +1,7 @@ { - "source_sha256": "6d4cb6470c578a72e9d76e2b71b146cd0d1a63fd815e41d6919a38b6595bf7fa", - "approved_preview_sha256": "d9f46f55c483cb9147bce6ece637f63f660f50a21f239b4ab43598008d72d36c", + "source_sha256": "29333bdb919498771bcf514dd7becca13d89efd5cfa1845497c18eef1cadcd88", + "approved_preview_sha256": "24224b29f6f049fa28409b9d785433997e1331d5c66659da648a1da41c97d526", "approved_by": "Rae Lovejoy", "approved_at": "2026-09-18", - "scope": "The current single-file preview, including the Being Human(e): An Incomplete Guide project entry, and the mechanical publication-state substitutions defined in build.py." + "scope": "The current single-file preview, including the Being Human(e): An Incomplete Guide project entry and the canonical Concepts link for Legible Systems, plus the mechanical publication-state substitutions defined in build.py." } diff --git a/site/index.html b/site/index.html index 7d70417..7a27591 100644 --- a/site/index.html +++ b/site/index.html @@ -7,7 +7,7 @@ - + Root Sequence · Research for a more coherent world @@ -398,7 +398,7 @@

Research notes

Making systems understandable

When a tool or service goes wrong, what do people need to know, and what should they be able to do next?

- + Read the notes on understandable systems Opens in a new tab @@ -1100,7 +1100,7 @@

if(url.includes('/papers/coherent-systems/')){paragraph(t('research.paperDescription'));paragraph(t('research.paperStatus'));} else if(url.endsWith('/pull/6')){paragraph(t('overlay.review'));paragraph(t('research.paperStatus'));} else if(url.includes('/systems/coherence/'))paragraph(t('overlay.coherence')); -else if(url.includes('/core/legible-systems.md'))paragraph(t('research.legibleDescription')); +else if(url.includes('/concepts/legible-systems.md'))paragraph(t('research.legibleDescription')); else if(url.includes('/analysis/historical-contingency.md'))paragraph(t('research.historyDescription')); else if(url.endsWith('/ECOSYSTEM.md'))paragraph(t('projects.intro')); else if(url.endsWith('/contributing.md')){paragraph(t('about.contribution'));paragraph(t('about.terms'));} diff --git a/site/test_site.py b/site/test_site.py index 09758cb..3bc7bee 100644 --- a/site/test_site.py +++ b/site/test_site.py @@ -16,7 +16,7 @@ HERE = Path(__file__).resolve().parent -APPROVED_PREVIEW_SHA256 = "d9f46f55c483cb9147bce6ece637f63f660f50a21f239b4ab43598008d72d36c" +APPROVED_PREVIEW_SHA256 = "24224b29f6f049fa28409b9d785433997e1331d5c66659da648a1da41c97d526" spec = importlib.util.spec_from_file_location("site_builder", HERE / "build.py") builder = importlib.util.module_from_spec(spec) spec.loader.exec_module(builder) From 303ded1d6b5de651f50ecb0c7bd8810d7fe5f38e Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:37:19 -0700 Subject: [PATCH 08/11] docs: pin archived core links --- AUDIT.md | 2 +- site/legacy-public-seed-v0.1/README.md | 4 ++++ site/legacy-public-seed-v0.1/content.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index 446d668..5b958db 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -69,7 +69,7 @@ The consolidated [Working Vocabulary](concepts/working-vocabulary.md) also label ### Generated website -While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work, then updates its Legible Systems source link and source-overlay recognition to use the canonical [`concepts/legible-systems.md`](concepts/legible-systems.md) path. The corresponding approval digest and inline-script security hash were updated; site copy and layout were not changed. The former 11-page candidate remains under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. +While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work, then updates its Legible Systems source link and source-overlay recognition to use the canonical [`concepts/legible-systems.md`](concepts/legible-systems.md) path. The corresponding approval digest and inline-script security hash were updated; site copy and layout were not changed. The former 11-page candidate remains under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. Its two source links to retired `core/` paths are pinned to the last published commit that contained those files. The website remains an introductory projection, not a replacement for repository research or the Wiki. Obsolete cleanup edits to the former `site/content.json` were not carried into the historical archive. Only repository navigation and this audit record were reconciled with the new canonical site structure. diff --git a/site/legacy-public-seed-v0.1/README.md b/site/legacy-public-seed-v0.1/README.md index cd4989b..2a43416 100644 --- a/site/legacy-public-seed-v0.1/README.md +++ b/site/legacy-public-seed-v0.1/README.md @@ -6,3 +6,7 @@ the current website and not as deployment input. The current canonical page is [`../index.html`](../index.html), and the current publisher is [`../build.py`](../build.py). + +Source links that refer to paths retired after this edition are pinned to the +last published commit that contained them. This keeps the historical record +readable without turning those paths back into current repository structure. diff --git a/site/legacy-public-seed-v0.1/content.json b/site/legacy-public-seed-v0.1/content.json index da27dcf..269c80e 100644 --- a/site/legacy-public-seed-v0.1/content.json +++ b/site/legacy-public-seed-v0.1/content.json @@ -1 +1 @@ -{"title":"Root Sequence","tagline":"Research and projects","base_url":"https://rootsequence.systems","theme":"research","edition":"Public Seed / 0.1","author":"Root Sequence","footer":"Root Sequence is a project by Rae Lovejoy.","nav":[{"label":"Start here","url":"/start/","description":""},{"label":"Guides","url":"/atlas/","description":""},{"label":"Projects","url":"/projects/","description":""},{"label":"About","url":"/about/","description":""}],"projects":[{"id":"root-sequence","title":"Root Sequence","url":"https://rootsequence.systems/","role":"Research, essays, and design questions"},{"id":"wiki","title":"Root Sequence Wiki","url":"https://wiki.rootsequence.systems/","role":"Reference for names, terms, and project connections"},{"id":"coherent-world","title":"Coherent World","url":"/projects/","role":"Ideas for the society explored in the novel; in development"},{"id":"no-one-noticed","title":"No One Noticed","url":"https://noonenoticed.world/","role":"A science-fiction novel in progress by Rae Lovejoy"},{"id":"museum","title":"Museum of Ordinary Life","url":"https://museumofordinarylife.org/","role":"A real archive with a separate fictional counterpart in the book"},{"id":"community-infrastructure","title":"Community Infrastructure","url":"/projects/","role":"Community tools in the design stage"},{"id":"coherent-computing","title":"Coherent Computing","url":"/projects/","role":"Operating-system research and design; no released system yet"}],"relationships":[{"from":"root-sequence","relation":"informs","to":"coherent-world"},{"from":"wiki","relation":"describes projects related to","to":"root-sequence"},{"from":"no-one-noticed","relation":"tells a story set in","to":"coherent-world"},{"from":"community-infrastructure","relation":"explores practical questions also used by","to":"coherent-world"},{"from":"coherent-computing","relation":"develops computing ideas discussed in","to":"root-sequence"},{"from":"museum","relation":"has a separate fictional counterpart in","to":"no-one-noticed"}],"pages":[{"slug":"","title":"Root Sequence","description":"Root Sequence is Rae Lovejoy's collection of research, essays, and projects about how the systems we rely on work, and how they could work better.","sections":[{"heading":"","paragraphs":["The work covers technology, community life, public services, and the connections between them. A transport service, for example, needs more than a timetable: people have to reach it, understand it, and have another way to travel when it stops running.","You'll find short guides here, with links to longer research notes. Related projects include software designs, an archive of everyday life, and the science-fiction novel No One Noticed."],"links":[{"label":"Browse the guides","url":"/atlas/","description":"Start with an everyday example and follow the question from there."},{"label":"See the projects","url":"/projects/","description":"Find out what each project is for and how far along it is."}]},{"heading":"New here?","paragraphs":["The Start here page explains the main ideas and suggests a first guide. You don't need a background in computing or systems theory."],"links":[{"label":"Start here","url":"/start/","description":""}]},{"heading":"About the work","paragraphs":["Root Sequence is an independent project in progress. The guides introduce working ideas and questions; the linked research notes hold the longer arguments. The Wiki is a reference for project names, terms, and connections."],"links":[{"label":"About Root Sequence","url":"/about/","description":""},{"label":"Look up a term in the Wiki","url":"https://wiki.rootsequence.systems/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Root Sequence research notes on GitHub","url":"https://github.com/Root-Sequence/root-sequence/blob/main/README.md"}],"related":[]},{"slug":"start/","title":"Start here","description":"A quick introduction to Root Sequence and a few places to begin.","sections":[{"heading":"What do we mean by a system?","paragraphs":["A system is a set of things that depend on one another. A bus service includes the buses, drivers, routes, stops, maintenance, and information passengers use. Looking at these together can explain a problem that isn't obvious when you examine just one part.","Root Sequence uses this approach to ask how technology and everyday services work, whose needs they meet, and what happens when they change."],"links":[]},{"heading":"Choose a guide","paragraphs":[],"links":[{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"Interested in the book or another project?","paragraphs":["No One Noticed tells a story about people living through changes brought about by an advanced AI. Coherent World holds the ideas for that setting. Other projects work on archives, community tools, or computing. The projects page explains each one."],"links":[{"label":"Find a project","url":"/projects/","description":""}]},{"heading":"For contributors","paragraphs":["The research is organised in GitHub repositories, which store files and their revision history. Existing notes should be checked before adding a new one. Our thought-routing guide explains where to save ideas and how to connect them without duplicating the same text. Saving a note doesn't publish it automatically."],"links":[{"label":"How we organise new notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]},{"slug":"atlas/","title":"Guides","description":"Short introductions to the questions behind Root Sequence. Start with whichever one interests you.","sections":[{"heading":"","paragraphs":[],"links":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"About this collection","paragraphs":["We call this collection the Atlas. Each guide explains an idea in everyday language and links to the longer notes behind it. You can read them in any order.","These first guides use design examples and working definitions. They aren't a survey of all the research on each subject. Historical cases and comparisons of organisations need their own sources."],"links":[{"label":"How sources and draft labels work","url":"/about/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[{"label":"About these guides","url":"/about/"}]},{"slug":"atlas/coherence-as-direction/","title":"What does coherence mean?","description":"Coherence is our word for how well the parts of a system fit together, including the effects on the people who use it.","sections":[{"heading":"A transport example","paragraphs":["Suppose a train timetable allows five minutes to change platforms. That connection works for someone who can take the stairs quickly. A passenger using the lift needs longer. The timetable looks workable until you include the route that passenger has to take.","A useful change might involve the timetable, the station layout, or the information given before the journey. Making the train faster won't, on its own, fix a missed connection."],"links":[]},{"heading":"Checking what an improvement changes","paragraphs":["In Root Sequence, looking for coherence means checking whether the parts support the service's purpose and whether a claimed improvement causes problems elsewhere. Who benefits? Who takes on extra work, cost, or risk? Those questions need answers before the change is called a success.","People can need different things from the same service. Disagreement gives us information about those differences. Agreement alone doesn't show that everyone's needs have been met.","The approach is to find a mismatch, make a change, and check what happens. A change can improve one part and make another worse. We need a way to notice that and revise the decision."],"links":[]},{"heading":"How we use the idea","paragraphs":["Coherence is a working idea here, not a score that proves a whole society is good. The purpose being measured, the people included, and the effects left out all matter.","Coherent World uses this question to develop possible arrangements for everyday life. The novel No One Noticed gives room to the people who experience those arrangements differently. Neither project assumes that change ends in a perfect, finished world."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working proposal; not a validated metric","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Existing coherence research cluster","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/coherence/README.md"},{"label":"Ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/abandoned-futures/","title":"Revisiting ideas that were left behind","description":"Some ideas were tried and dropped. Others never got a fair test. This guide explains how we plan to investigate them.","sections":[{"heading":"Find out what was proposed","paragraphs":["The project is interested in futures people have already imagined: ways of living, building, or organising things that didn't become commonplace. An old drawing or proposal is a starting point for research.","For each example, we need to know what was proposed, who was involved, what evidence survives, and why the work stopped. Some ideas didn't work. Others met a different need, caused harm, or faced obstacles that had little to do with their merits. Sometimes the surviving evidence won't settle the question."],"links":[]},{"heading":"Ask what would be different now","paragraphs":["A photograph can't tell us whether a design was accessible or easy to maintain. A plan that suited one community may be unwanted in another. We need to examine who would benefit today, who would carry the costs, and which conditions would have to change.","Where explanations disagree, the record should show the disagreement and its sources. We shouldn't turn a preferred explanation into a fact just because it fits the project's themes."],"links":[]},{"heading":"What this contributes to the book","paragraphs":["No One Noticed can explore how an old possibility changes a person's routine. That is fiction. A real-world claim that the same idea would work needs evidence outside the story.","Some of the ideas investigated will be worth developing. Others will offer a partial lesson or a reason to leave them behind. The research should make those differences clearer."],"links":[]}],"kind":"Research-method guide","epistemic_status":"Research questions; no case findings claimed","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Historical contingency: fuller working treatment","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/"},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/legible-systems/","title":"Making systems understandable","description":"People should be able to understand what a service or tool is doing without learning all its technical details first.","sections":[{"heading":"Explain the immediate problem","paragraphs":["Consider a file transfer that fails. The person using it needs to know whether the original file is safe, whether anything arrived, and what to do next. An error code alone doesn't answer those questions.","Someone investigating the failure will also need the exact error, time, destination, and relevant log. Those details can sit behind the short explanation, where they can be opened when needed."],"links":[]},{"heading":"Keep the details available","paragraphs":["We call this legibility: being able to understand how something works. A simple interface should still leave a route to its settings, documentation, repair instructions, and technical details. People can go as far as they need.","The same approach applies to a shared tool or a procedure at a service desk. Explain its purpose, who can make decisions, how to question a result, and what to do when it fails. The person asking shouldn't have to guess which specialist term unlocks the answer.","This doesn't require exposing anyone's private information. An explanation of a decision can describe the rules and the appeal process while protecting other people's records."],"links":[]},{"heading":"Applying it to this site","paragraphs":["A visitor should be able to tell what Root Sequence is and find something to read on their first visit. Sources, dates, and working labels are still available below each guide. The linked research notes contain the longer treatment."],"links":[]}],"kind":"Reading guide","epistemic_status":"Project design principle","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Legible Systems","url":"https://github.com/Root-Sequence/root-sequence/blob/main/core/legible-systems.md"}],"related":[{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"},{"label":"About these guides","url":"/about/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/resilience/","title":"Keeping things usable when something fails","description":"A backup is useful only if it lets people do what they need to do when the usual method stops working.","sections":[{"heading":"Start with the task","paragraphs":["Suppose a meeting app stops working just before an event. Someone who saved the address and a contact number can still get there. They lose the app's convenience, but retain a way to attend.","That's the idea behind graceful degradation: some features fail while an essential task remains possible. Resilience is the broader question of how a system handles disruption and recovers."],"links":[]},{"heading":"Check the backup itself","paragraphs":["A backup can fail for the same reason as the main service. Does it need the same account, network, electricity supply, or person? Can people find it and use it? Is anyone keeping it up to date? Try the switch before relying on it.","A staffed desk or a paper instruction can also exclude people. Compare the available methods, including what each one loses, instead of assuming an older or simpler method is accessible to everyone."],"links":[]},{"heading":"The website as an example","paragraphs":["This site is built from static files: pages that a browser can open without running an application. Its internal links also work in a downloaded copy. Each edition includes a file list with hashes, which can be used to check whether those files have changed.","That makes a copy easier to inspect and move. Keeping an independent backup and testing recovery are separate jobs. The site records those tasks separately from whether a local build succeeded."],"links":[]}],"kind":"Reading guide","epistemic_status":"Design reasoning; operational verification separate","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Resilience and Graceful Degradation","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/resilience-and-graceful-degradation.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Site updates","url":"/changelog/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/imagination-and-prediction/","title":"Imagination and prediction","description":"Imagining what could happen and predicting what is likely to happen are different kinds of work. We need room for both.","sections":[{"heading":"Change the assumption","paragraphs":["A forecast asks what is likely under a set of assumptions. An imaginative proposal asks what becomes possible when one of those assumptions changes. In practice the two can overlap, but keeping the questions separate helps us avoid confusing possibility with likelihood.","For example, a story could explore a service that removes an everyday inconvenience. It can show what someone does with the time they've gained, what they distrust, and which relationships change. It can't establish when that service will exist or whether people will choose it."],"links":[]},{"heading":"Keep testing the idea","paragraphs":["A forecast can be useful while leaving an assumption unexamined. An imaginative idea can be interesting and still turn out to be unworkable or unwanted. Exploring an idea doesn't exempt it from questions about evidence, resources, or consequences.","For each proposal, we should record the assumption being changed, what would need to be true for it to work, and how we would discover that it doesn't. For a forecast, we also need a timeframe and a way to compare it with what happens."],"links":[]},{"heading":"Why this matters to No One Noticed","paragraphs":["The book explores one possible relationship between advanced AI and human life. It doesn't assign odds to that future. Root Sequence holds the research questions raised along the way, including alternatives the story doesn't follow.","This distinction also leaves room for imagination in research on intelligence without claiming that a particular person or AI system can predict, imagine, or understand everything."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working distinction; not an AI capability claim","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"The Visibility Loop","url":"https://github.com/Root-Sequence/root-sequence/blob/main/core/visibility-loop.md"},{"label":"Historical contingency","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/"},{"label":"No One Noticed","url":"https://noonenoticed.world/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"projects/","title":"Related projects","description":"Root Sequence connects several projects. Here's what each one is for and what you can expect to find.","sections":[{"heading":"Root Sequence","paragraphs":["Research, essays, and design questions about intelligence, technology, and the systems people live with. The guides on this site introduce the work; the longer notes are on GitHub."],"links":[]},{"heading":"Coherent World and No One Noticed","paragraphs":["Coherent World is where ideas for a different society are worked out together: transport, care, technology, maintenance, and everyday life. It is still being developed, and a separate website is planned for later.","No One Noticed is Rae Lovejoy's science-fiction novel set in that world. It follows people living through changes brought about by an advanced AI. Scenes can raise questions for the research, and research can lead to changes in the story."],"links":[{"label":"About No One Noticed","url":"https://noonenoticed.world/","description":""}]},{"heading":"Museum of Ordinary Life","paragraphs":["A separate real-world archive for everyday objects, places, records, and personal accounts. A fictional Museum also appears in the novel. Its invented scenes don't use real contributors' accounts or grant permission to reuse their materials."],"links":[{"label":"Visit the Museum of Ordinary Life","url":"https://museumofordinarylife.org/","description":""}]},{"heading":"Community Infrastructure","paragraphs":["Design work on tools for communities to share information, coordinate help, and organise activities. It has its own requirements and testing work. Being listed here doesn't mean a service is already running."],"links":[]},{"heading":"Coherent Computing","paragraphs":["A project exploring an operating system that adapts to different people, devices, and uses. It is at the design and research stage; there isn't an operating system to download yet."],"links":[]},{"heading":"Project reference","paragraphs":["The Wiki explains names and connections across the work. Projects can inform one another without sharing ownership, permissions, or a single plan."],"links":[{"label":"Browse the project Wiki","url":"https://wiki.rootsequence.systems/","description":""},{"label":"Read the full project map","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[],"show_project_map":true},{"slug":"about/","title":"About Root Sequence","description":"An independent research and creative project by Rae Lovejoy.","sections":[{"heading":"What the project is about","paragraphs":["Root Sequence brings together questions about how intelligence, technology, and social systems affect one another. It looks at everyday problems as well as broader questions about meaning and how change happens.","The work includes essays, research notes, design proposals, and related creative projects. The first guides explain a few recurring ideas. Longer documents stay in their existing research folders, with links from the guides."],"links":[]},{"heading":"Reading a draft","paragraphs":["A guide can introduce a question before the research is finished. Each page has an About this page section with dates, sources, and a description of its status.","Seed means an early idea. Growing means it has received more work and review. Established means it is a developed reference within the project. These describe the progress of the writing; none certifies that a claim is true or final.","Research findings, design proposals, and fiction are labelled separately. A proposal can be untested even when its explanation is polished. Changes to a guide don't automatically revise its source document or the novel."],"links":[]},{"heading":"Writing and sources","paragraphs":["These introductory pages were prepared with AI assistance using Rae's project discussions and existing notes. Sources are linked where they support the text. Examples invented to explain an idea are identified as examples.","A fictional document is an invention, not someone's testimony. In No One Noticed, canon refers to material that has been adopted into the story. Drafts can remain outside it."],"links":[]},{"heading":"Copies and updates","paragraphs":["Site updates are listed below. The footer also links to a downloadable edition and an Atom feed, which a feed reader can use to check for changes. Keeping a copy doesn't guarantee permanent preservation."],"links":[{"label":"Read the site updates","url":"/changelog/","description":""}]},{"heading":"Publishing details","paragraphs":["The project keeps private drafts separate from public files. A preview label or a request that search engines ignore a page won't make a public page private.","The builder creates a preview by default. A release requires approval for the exact files being published. Hosting and live checks are separate from that approval. Technical instructions remain in the website's source folder."],"links":[{"label":"Website source and publishing instructions","url":"https://github.com/Root-Sequence/root-sequence/tree/main/site","description":""},{"label":"How we organise and publish notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Thought-routing and publication boundaries","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md"},{"label":"Wiki architecture","url":"https://github.com/Root-Sequence/wiki/blob/main/ARCHITECTURE.md"}],"related":[]},{"slug":"changelog/","title":"Site updates","description":"Changes to the website. Research notes keep their own revision history.","sections":[{"heading":"September 16, 2026: clearer introductions","paragraphs":["Rewrote the introductions for people new to the projects. The navigation now uses Guides and Start here. Guide titles explain their subjects, and project descriptions say what each project does.","Moved dates and development labels below the reading text. Added writing guidance based on Louis Rossmann's no_ai_slop_writing_rules, with checks for recurring phrases. The research documents haven't been moved or rewritten."],"links":[]},{"heading":"September 16, 2026: first website draft","paragraphs":["Prepared the homepage, five guides, project descriptions, and publishing notes. Added an Atom feed, a sitemap, a downloadable edition, and an approval check for releases.","These entries record work on the website files. Deployment and checks of the live domain still need to be recorded separately."],"links":[]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]}]} +{"title":"Root Sequence","tagline":"Research and projects","base_url":"https://rootsequence.systems","theme":"research","edition":"Public Seed / 0.1","author":"Root Sequence","footer":"Root Sequence is a project by Rae Lovejoy.","nav":[{"label":"Start here","url":"/start/","description":""},{"label":"Guides","url":"/atlas/","description":""},{"label":"Projects","url":"/projects/","description":""},{"label":"About","url":"/about/","description":""}],"projects":[{"id":"root-sequence","title":"Root Sequence","url":"https://rootsequence.systems/","role":"Research, essays, and design questions"},{"id":"wiki","title":"Root Sequence Wiki","url":"https://wiki.rootsequence.systems/","role":"Reference for names, terms, and project connections"},{"id":"coherent-world","title":"Coherent World","url":"/projects/","role":"Ideas for the society explored in the novel; in development"},{"id":"no-one-noticed","title":"No One Noticed","url":"https://noonenoticed.world/","role":"A science-fiction novel in progress by Rae Lovejoy"},{"id":"museum","title":"Museum of Ordinary Life","url":"https://museumofordinarylife.org/","role":"A real archive with a separate fictional counterpart in the book"},{"id":"community-infrastructure","title":"Community Infrastructure","url":"/projects/","role":"Community tools in the design stage"},{"id":"coherent-computing","title":"Coherent Computing","url":"/projects/","role":"Operating-system research and design; no released system yet"}],"relationships":[{"from":"root-sequence","relation":"informs","to":"coherent-world"},{"from":"wiki","relation":"describes projects related to","to":"root-sequence"},{"from":"no-one-noticed","relation":"tells a story set in","to":"coherent-world"},{"from":"community-infrastructure","relation":"explores practical questions also used by","to":"coherent-world"},{"from":"coherent-computing","relation":"develops computing ideas discussed in","to":"root-sequence"},{"from":"museum","relation":"has a separate fictional counterpart in","to":"no-one-noticed"}],"pages":[{"slug":"","title":"Root Sequence","description":"Root Sequence is Rae Lovejoy's collection of research, essays, and projects about how the systems we rely on work, and how they could work better.","sections":[{"heading":"","paragraphs":["The work covers technology, community life, public services, and the connections between them. A transport service, for example, needs more than a timetable: people have to reach it, understand it, and have another way to travel when it stops running.","You'll find short guides here, with links to longer research notes. Related projects include software designs, an archive of everyday life, and the science-fiction novel No One Noticed."],"links":[{"label":"Browse the guides","url":"/atlas/","description":"Start with an everyday example and follow the question from there."},{"label":"See the projects","url":"/projects/","description":"Find out what each project is for and how far along it is."}]},{"heading":"New here?","paragraphs":["The Start here page explains the main ideas and suggests a first guide. You don't need a background in computing or systems theory."],"links":[{"label":"Start here","url":"/start/","description":""}]},{"heading":"About the work","paragraphs":["Root Sequence is an independent project in progress. The guides introduce working ideas and questions; the linked research notes hold the longer arguments. The Wiki is a reference for project names, terms, and connections."],"links":[{"label":"About Root Sequence","url":"/about/","description":""},{"label":"Look up a term in the Wiki","url":"https://wiki.rootsequence.systems/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Root Sequence research notes on GitHub","url":"https://github.com/Root-Sequence/root-sequence/blob/main/README.md"}],"related":[]},{"slug":"start/","title":"Start here","description":"A quick introduction to Root Sequence and a few places to begin.","sections":[{"heading":"What do we mean by a system?","paragraphs":["A system is a set of things that depend on one another. A bus service includes the buses, drivers, routes, stops, maintenance, and information passengers use. Looking at these together can explain a problem that isn't obvious when you examine just one part.","Root Sequence uses this approach to ask how technology and everyday services work, whose needs they meet, and what happens when they change."],"links":[]},{"heading":"Choose a guide","paragraphs":[],"links":[{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"Interested in the book or another project?","paragraphs":["No One Noticed tells a story about people living through changes brought about by an advanced AI. Coherent World holds the ideas for that setting. Other projects work on archives, community tools, or computing. The projects page explains each one."],"links":[{"label":"Find a project","url":"/projects/","description":""}]},{"heading":"For contributors","paragraphs":["The research is organised in GitHub repositories, which store files and their revision history. Existing notes should be checked before adding a new one. Our thought-routing guide explains where to save ideas and how to connect them without duplicating the same text. Saving a note doesn't publish it automatically."],"links":[{"label":"How we organise new notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]},{"slug":"atlas/","title":"Guides","description":"Short introductions to the questions behind Root Sequence. Start with whichever one interests you.","sections":[{"heading":"","paragraphs":[],"links":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/","description":"How well do the parts of a system work together for the people using it?"},{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/","description":"How to investigate an old proposal without assuming it would have worked."},{"label":"Making systems understandable","url":"/atlas/legible-systems/","description":"Explain what happened, what someone can do next, and where to find the details."},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/","description":"What a backup needs to do, and how to check whether it works."},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/","description":"The difference between exploring a possibility and forecasting an outcome."}]},{"heading":"About this collection","paragraphs":["We call this collection the Atlas. Each guide explains an idea in everyday language and links to the longer notes behind it. You can read them in any order.","These first guides use design examples and working definitions. They aren't a survey of all the research on each subject. Historical cases and comparisons of organisations need their own sources."],"links":[{"label":"How sources and draft labels work","url":"/about/","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[{"label":"About these guides","url":"/about/"}]},{"slug":"atlas/coherence-as-direction/","title":"What does coherence mean?","description":"Coherence is our word for how well the parts of a system fit together, including the effects on the people who use it.","sections":[{"heading":"A transport example","paragraphs":["Suppose a train timetable allows five minutes to change platforms. That connection works for someone who can take the stairs quickly. A passenger using the lift needs longer. The timetable looks workable until you include the route that passenger has to take.","A useful change might involve the timetable, the station layout, or the information given before the journey. Making the train faster won't, on its own, fix a missed connection."],"links":[]},{"heading":"Checking what an improvement changes","paragraphs":["In Root Sequence, looking for coherence means checking whether the parts support the service's purpose and whether a claimed improvement causes problems elsewhere. Who benefits? Who takes on extra work, cost, or risk? Those questions need answers before the change is called a success.","People can need different things from the same service. Disagreement gives us information about those differences. Agreement alone doesn't show that everyone's needs have been met.","The approach is to find a mismatch, make a change, and check what happens. A change can improve one part and make another worse. We need a way to notice that and revise the decision."],"links":[]},{"heading":"How we use the idea","paragraphs":["Coherence is a working idea here, not a score that proves a whole society is good. The purpose being measured, the people included, and the effects left out all matter.","Coherent World uses this question to develop possible arrangements for everyday life. The novel No One Noticed gives room to the people who experience those arrangements differently. Neither project assumes that change ends in a perfect, finished world."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working proposal; not a validated metric","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Existing coherence research cluster","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/coherence/README.md"},{"label":"Ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/abandoned-futures/","title":"Revisiting ideas that were left behind","description":"Some ideas were tried and dropped. Others never got a fair test. This guide explains how we plan to investigate them.","sections":[{"heading":"Find out what was proposed","paragraphs":["The project is interested in futures people have already imagined: ways of living, building, or organising things that didn't become commonplace. An old drawing or proposal is a starting point for research.","For each example, we need to know what was proposed, who was involved, what evidence survives, and why the work stopped. Some ideas didn't work. Others met a different need, caused harm, or faced obstacles that had little to do with their merits. Sometimes the surviving evidence won't settle the question."],"links":[]},{"heading":"Ask what would be different now","paragraphs":["A photograph can't tell us whether a design was accessible or easy to maintain. A plan that suited one community may be unwanted in another. We need to examine who would benefit today, who would carry the costs, and which conditions would have to change.","Where explanations disagree, the record should show the disagreement and its sources. We shouldn't turn a preferred explanation into a fact just because it fits the project's themes."],"links":[]},{"heading":"What this contributes to the book","paragraphs":["No One Noticed can explore how an old possibility changes a person's routine. That is fiction. A real-world claim that the same idea would work needs evidence outside the story.","Some of the ideas investigated will be worth developing. Others will offer a partial lesson or a reason to leave them behind. The research should make those differences clearer."],"links":[]}],"kind":"Research-method guide","epistemic_status":"Research questions; no case findings claimed","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Historical contingency: fuller working treatment","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"What does coherence mean?","url":"/atlas/coherence-as-direction/"},{"label":"Imagination and prediction","url":"/atlas/imagination-and-prediction/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/legible-systems/","title":"Making systems understandable","description":"People should be able to understand what a service or tool is doing without learning all its technical details first.","sections":[{"heading":"Explain the immediate problem","paragraphs":["Consider a file transfer that fails. The person using it needs to know whether the original file is safe, whether anything arrived, and what to do next. An error code alone doesn't answer those questions.","Someone investigating the failure will also need the exact error, time, destination, and relevant log. Those details can sit behind the short explanation, where they can be opened when needed."],"links":[]},{"heading":"Keep the details available","paragraphs":["We call this legibility: being able to understand how something works. A simple interface should still leave a route to its settings, documentation, repair instructions, and technical details. People can go as far as they need.","The same approach applies to a shared tool or a procedure at a service desk. Explain its purpose, who can make decisions, how to question a result, and what to do when it fails. The person asking shouldn't have to guess which specialist term unlocks the answer.","This doesn't require exposing anyone's private information. An explanation of a decision can describe the rules and the appeal process while protecting other people's records."],"links":[]},{"heading":"Applying it to this site","paragraphs":["A visitor should be able to tell what Root Sequence is and find something to read on their first visit. Sources, dates, and working labels are still available below each guide. The linked research notes contain the longer treatment."],"links":[]}],"kind":"Reading guide","epistemic_status":"Project design principle","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Legible Systems","url":"https://github.com/Root-Sequence/root-sequence/blob/13afe746e484542ed710101d0f7a9d666f55013c/core/legible-systems.md"}],"related":[{"label":"Keeping things usable when something fails","url":"/atlas/resilience/"},{"label":"About these guides","url":"/about/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/resilience/","title":"Keeping things usable when something fails","description":"A backup is useful only if it lets people do what they need to do when the usual method stops working.","sections":[{"heading":"Start with the task","paragraphs":["Suppose a meeting app stops working just before an event. Someone who saved the address and a contact number can still get there. They lose the app's convenience, but retain a way to attend.","That's the idea behind graceful degradation: some features fail while an essential task remains possible. Resilience is the broader question of how a system handles disruption and recovers."],"links":[]},{"heading":"Check the backup itself","paragraphs":["A backup can fail for the same reason as the main service. Does it need the same account, network, electricity supply, or person? Can people find it and use it? Is anyone keeping it up to date? Try the switch before relying on it.","A staffed desk or a paper instruction can also exclude people. Compare the available methods, including what each one loses, instead of assuming an older or simpler method is accessible to everyone."],"links":[]},{"heading":"The website as an example","paragraphs":["This site is built from static files: pages that a browser can open without running an application. Its internal links also work in a downloaded copy. Each edition includes a file list with hashes, which can be used to check whether those files have changed.","That makes a copy easier to inspect and move. Keeping an independent backup and testing recovery are separate jobs. The site records those tasks separately from whether a local build succeeded."],"links":[]}],"kind":"Reading guide","epistemic_status":"Design reasoning; operational verification separate","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Resilience and Graceful Degradation","url":"https://github.com/Root-Sequence/root-sequence/blob/main/systems/resilience-and-graceful-degradation.md"}],"related":[{"label":"Making systems understandable","url":"/atlas/legible-systems/"},{"label":"Site updates","url":"/changelog/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"atlas/imagination-and-prediction/","title":"Imagination and prediction","description":"Imagining what could happen and predicting what is likely to happen are different kinds of work. We need room for both.","sections":[{"heading":"Change the assumption","paragraphs":["A forecast asks what is likely under a set of assumptions. An imaginative proposal asks what becomes possible when one of those assumptions changes. In practice the two can overlap, but keeping the questions separate helps us avoid confusing possibility with likelihood.","For example, a story could explore a service that removes an everyday inconvenience. It can show what someone does with the time they've gained, what they distrust, and which relationships change. It can't establish when that service will exist or whether people will choose it."],"links":[]},{"heading":"Keep testing the idea","paragraphs":["A forecast can be useful while leaving an assumption unexamined. An imaginative idea can be interesting and still turn out to be unworkable or unwanted. Exploring an idea doesn't exempt it from questions about evidence, resources, or consequences.","For each proposal, we should record the assumption being changed, what would need to be true for it to work, and how we would discover that it doesn't. For a forecast, we also need a timeframe and a way to compare it with what happens."],"links":[]},{"heading":"Why this matters to No One Noticed","paragraphs":["The book explores one possible relationship between advanced AI and human life. It doesn't assign odds to that future. Root Sequence holds the research questions raised along the way, including alternatives the story doesn't follow.","This distinction also leaves room for imagination in research on intelligence without claiming that a particular person or AI system can predict, imagine, or understand everything."],"links":[]}],"kind":"Concept seed","epistemic_status":"Working distinction; not an AI capability claim","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"The Visibility Loop","url":"https://github.com/Root-Sequence/root-sequence/blob/13afe746e484542ed710101d0f7a9d666f55013c/core/visibility-loop.md"},{"label":"Historical contingency","url":"https://github.com/Root-Sequence/root-sequence/blob/main/analysis/historical-contingency.md"}],"related":[{"label":"Revisiting ideas that were left behind","url":"/atlas/abandoned-futures/"},{"label":"No One Noticed","url":"https://noonenoticed.world/"}],"provenance":"Adapted from the linked project notes and discussions. This introductory guide is still being developed."},{"slug":"projects/","title":"Related projects","description":"Root Sequence connects several projects. Here's what each one is for and what you can expect to find.","sections":[{"heading":"Root Sequence","paragraphs":["Research, essays, and design questions about intelligence, technology, and the systems people live with. The guides on this site introduce the work; the longer notes are on GitHub."],"links":[]},{"heading":"Coherent World and No One Noticed","paragraphs":["Coherent World is where ideas for a different society are worked out together: transport, care, technology, maintenance, and everyday life. It is still being developed, and a separate website is planned for later.","No One Noticed is Rae Lovejoy's science-fiction novel set in that world. It follows people living through changes brought about by an advanced AI. Scenes can raise questions for the research, and research can lead to changes in the story."],"links":[{"label":"About No One Noticed","url":"https://noonenoticed.world/","description":""}]},{"heading":"Museum of Ordinary Life","paragraphs":["A separate real-world archive for everyday objects, places, records, and personal accounts. A fictional Museum also appears in the novel. Its invented scenes don't use real contributors' accounts or grant permission to reuse their materials."],"links":[{"label":"Visit the Museum of Ordinary Life","url":"https://museumofordinarylife.org/","description":""}]},{"heading":"Community Infrastructure","paragraphs":["Design work on tools for communities to share information, coordinate help, and organise activities. It has its own requirements and testing work. Being listed here doesn't mean a service is already running."],"links":[]},{"heading":"Coherent Computing","paragraphs":["A project exploring an operating system that adapts to different people, devices, and uses. It is at the design and research stage; there isn't an operating system to download yet."],"links":[]},{"heading":"Project reference","paragraphs":["The Wiki explains names and connections across the work. Projects can inform one another without sharing ownership, permissions, or a single plan."],"links":[{"label":"Browse the project Wiki","url":"https://wiki.rootsequence.systems/","description":""},{"label":"Read the full project map","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"ecosystem roles","url":"https://github.com/Root-Sequence/root-sequence/blob/main/ECOSYSTEM.md"}],"related":[],"show_project_map":true},{"slug":"about/","title":"About Root Sequence","description":"An independent research and creative project by Rae Lovejoy.","sections":[{"heading":"What the project is about","paragraphs":["Root Sequence brings together questions about how intelligence, technology, and social systems affect one another. It looks at everyday problems as well as broader questions about meaning and how change happens.","The work includes essays, research notes, design proposals, and related creative projects. The first guides explain a few recurring ideas. Longer documents stay in their existing research folders, with links from the guides."],"links":[]},{"heading":"Reading a draft","paragraphs":["A guide can introduce a question before the research is finished. Each page has an About this page section with dates, sources, and a description of its status.","Seed means an early idea. Growing means it has received more work and review. Established means it is a developed reference within the project. These describe the progress of the writing; none certifies that a claim is true or final.","Research findings, design proposals, and fiction are labelled separately. A proposal can be untested even when its explanation is polished. Changes to a guide don't automatically revise its source document or the novel."],"links":[]},{"heading":"Writing and sources","paragraphs":["These introductory pages were prepared with AI assistance using Rae's project discussions and existing notes. Sources are linked where they support the text. Examples invented to explain an idea are identified as examples.","A fictional document is an invention, not someone's testimony. In No One Noticed, canon refers to material that has been adopted into the story. Drafts can remain outside it."],"links":[]},{"heading":"Copies and updates","paragraphs":["Site updates are listed below. The footer also links to a downloadable edition and an Atom feed, which a feed reader can use to check for changes. Keeping a copy doesn't guarantee permanent preservation."],"links":[{"label":"Read the site updates","url":"/changelog/","description":""}]},{"heading":"Publishing details","paragraphs":["The project keeps private drafts separate from public files. A preview label or a request that search engines ignore a page won't make a public page private.","The builder creates a preview by default. A release requires approval for the exact files being published. Hosting and live checks are separate from that approval. Technical instructions remain in the website's source folder."],"links":[{"label":"Website source and publishing instructions","url":"https://github.com/Root-Sequence/root-sequence/tree/main/site","description":""},{"label":"How we organise and publish notes","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md","description":""}]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[{"label":"Thought-routing and publication boundaries","url":"https://github.com/Root-Sequence/root-sequence/blob/main/THOUGHT_ROUTING.md"},{"label":"Wiki architecture","url":"https://github.com/Root-Sequence/wiki/blob/main/ARCHITECTURE.md"}],"related":[]},{"slug":"changelog/","title":"Site updates","description":"Changes to the website. Research notes keep their own revision history.","sections":[{"heading":"September 16, 2026: clearer introductions","paragraphs":["Rewrote the introductions for people new to the projects. The navigation now uses Guides and Start here. Guide titles explain their subjects, and project descriptions say what each project does.","Moved dates and development labels below the reading text. Added writing guidance based on Louis Rossmann's no_ai_slop_writing_rules, with checks for recurring phrases. The research documents haven't been moved or rewritten."],"links":[]},{"heading":"September 16, 2026: first website draft","paragraphs":["Prepared the homepage, five guides, project descriptions, and publishing notes. Added an Atom feed, a sitemap, a downloadable edition, and an approval check for releases.","These entries record work on the website files. Deployment and checks of the live domain still need to be recorded separately."],"links":[]}],"kind":"Orientation","epistemic_status":"Project description","maturity":"Seed","created":"2026-09-16","updated":"2026-09-16","sources":[],"related":[]}]} From 770a5a654f21715afdadf1e513440b2f28932d51 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:47:06 -0700 Subject: [PATCH 09/11] site: propose expanded research selection --- AUDIT.md | 6 +++-- site/COPY-REVIEW.md | 18 +++++++++++++++ site/README.md | 19 ++++++++++------ site/VALIDATION.md | 16 ++++++++++++++ site/index.html | 53 +++++++++++++++++++++++++++++++++++++++++---- site/test_site.py | 3 +++ 6 files changed, 102 insertions(+), 13 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index 5b958db..e7e7a4e 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -71,6 +71,8 @@ The consolidated [Working Vocabulary](concepts/working-vocabulary.md) also label While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work, then updates its Legible Systems source link and source-overlay recognition to use the canonical [`concepts/legible-systems.md`](concepts/legible-systems.md) path. The corresponding approval digest and inline-script security hash were updated; site copy and layout were not changed. The former 11-page candidate remains under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. Its two source links to retired `core/` paths are pinned to the last published commit that contained those files. +A later review candidate expands the site's Selected Research section with [Intelligence Ecology](concepts/intelligence-ecology.md), [Events, Patterns, and Scale](systems/events-patterns-and-scale.md), and [Resilience and Graceful Degradation](systems/resilience-and-graceful-degradation.md). The exact-source approval remains intentionally unchanged, so publication stays blocked until Rae reviews the candidate. + The website remains an introductory projection, not a replacement for repository research or the Wiki. Obsolete cleanup edits to the former `site/content.json` were not carried into the historical archive. Only repository navigation and this audit record were reconciled with the new canonical site structure. ## Remaining work @@ -94,8 +96,8 @@ The final branch was checked for: - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; -- all 11 current website publication tests and a fresh preview build of the approved single-page source; -- the approved single-page site at narrow and wide viewport sizes, including navigation, controls, heading presence, and horizontal-overflow checks; +- ten non-approval website checks and a fresh preview build of the Selected Research candidate; the exact-approval check and release build remain intentionally blocked pending review; +- the Selected Research candidate at narrow and wide viewport sizes, including all six entries, contextual link details, controls, heading presence, and horizontal-overflow checks; - representative external destinations, with access-denied responses recorded as inconclusive rather than silently treated as success; - changed-file scope, whitespace integrity, valid JSON, and a full diff review. diff --git a/site/COPY-REVIEW.md b/site/COPY-REVIEW.md index 4e1810d..bc7de4b 100644 --- a/site/COPY-REVIEW.md +++ b/site/COPY-REVIEW.md @@ -1,5 +1,23 @@ # Website copy review: September 16, 2026 +## Review pending: expanded Selected Research — September 18, 2026 + +The review candidate expands **Selected research and writing** from three to +six entry points. It adds: + +- **Intelligence Ecology** as a developing conceptual framework; +- **Events, patterns, and scale** as a systems method; and +- **Resilience and graceful degradation** as a developing systems note. + +The existing entries now use more specific role labels: working paper, +conceptual framework, design principle, systems method, systems note, and +historical analysis. Each new link has a plain-language description and a +local context panel. The candidate HTML has SHA-256 +`0fe3a3a228e75c7d30d73061a48409a971c0070b46e20f907c6d1e8979d5ca62`. + +No publication approval is recorded for this candidate. `approval.json` +intentionally remains tied to the last approved preview. + ## Approval update: Legible Systems route — September 18, 2026 Rae Lovejoy approved moving Legible Systems out of the obsolete `core/` path diff --git a/site/README.md b/site/README.md index 52203cd..459a91c 100644 --- a/site/README.md +++ b/site/README.md @@ -2,16 +2,21 @@ This directory is the canonical source for `rootsequence.systems`. -The current site is the single-page public seed approved by Rae Lovejoy on -2026-09-18. [`index.html`](index.html) is the exact approved preview: one -self-contained file with its styles, scripts, favicon, and Cascadia Mono -wordmark font embedded. It makes no runtime requests for fonts, images, -analytics, translation, or previews. +The current working [`index.html`](index.html) is a review candidate based on +the single-page public seed approved by Rae Lovejoy on 2026-09-18. It proposes +three additional Selected Research entries. [`approval.json`](approval.json) +still covers the last approved preview, so release builds remain blocked until +the exact candidate is reviewed and approved. + +The page is one self-contained file with its styles, scripts, favicon, and +Cascadia Mono wordmark font embedded. It makes no runtime requests for fonts, +images, analytics, translation, or previews. ## Files -- `index.html`: exact approved preview and canonical editorial source. -- `approval.json`: approval tied to the exact current source digest. +- `index.html`: current review candidate and canonical editorial source. +- `approval.json`: approval tied to the last approved source digest; update it + only after review of the exact candidate. - `build.py`: offline publisher. Preview output preserves `index.html` exactly; release output changes only preview/publication-state labels. - `test_site.py`: checks the approved-file hash, release gate, links, fragments, diff --git a/site/VALIDATION.md b/site/VALIDATION.md index 2d0bfc1..29dd740 100644 --- a/site/VALIDATION.md +++ b/site/VALIDATION.md @@ -1,5 +1,21 @@ # Local validation — 2026-09-16 +## Selected Research review candidate — 2026-09-18 + +- The candidate contains six selected entries with distinct reader-facing + roles: working paper, conceptual framework, design principle, systems method, + systems note, and historical analysis. +- Reader-documentation and Idea Trail checks pass. +- A fresh preview build completed with source digest + `7d009d9ea493e09db848823a399c9df8d7eebb4334b86aabc7c5343b89afebc3`. +- Ten non-approval publication tests pass. The exact-approved-preview test + fails as expected because this candidate has not yet been approved. +- A release build is blocked as expected by the stale approval digest. +- Browser checks at 1440 × 1000 and 390 × 844 found all six entries, the + expected destinations, working contextual link details, and no horizontal + document overflow. Desktop and mobile views were visually inspected. +- This validation is not approval, deployment, or a live-domain check. + ## Legible Systems source-route update — 2026-09-18 - The current single-page source now routes its Legible Systems link and diff --git a/site/index.html b/site/index.html index 7a27591..3363997 100644 --- a/site/index.html +++ b/site/index.html @@ -7,7 +7,7 @@ - + Root Sequence · Research for a more coherent world @@ -395,7 +395,17 @@

  • -

    Research notes

    +

    Conceptual framework

    +

    Intelligence Ecology

    +

    How training, markets, institutions, permissions, and material conditions reward some forms of intelligent behavior over others.

    +

    Developing framework. Claims about a particular system require their own evidence.

    + +Read Intelligence Ecology +Opens in a new tab + +
  • +
  • +

    Design principle

    Making systems understandable

    When a tool or service goes wrong, what do people need to know, and what should they be able to do next?

    @@ -404,7 +414,25 @@

    Making systems understandable

  • -

    Research notes

    +

    Systems method

    +

    Events, patterns, and scale

    +

    A method for moving between individual events and wider patterns without losing evidence, causality, or accountability.

    + +Read the systems note +Opens in a new tab + +
  • +
  • +

    Systems note

    +

    Resilience and graceful degradation

    +

    How to preserve essential capabilities when dependencies fail, including diverse fallbacks, maintenance, local capacity, and humane limits.

    + +Read the resilience notes +Opens in a new tab + +
  • +
  • +

    Historical analysis

    Revisiting ideas that were left behind

    How to investigate an old possibility without assuming it would have worked, or that people would choose it now.

    @@ -786,13 +814,27 @@

    "research.title": "A few places to begin.", "research.intro": "These are selected entry points, not the complete collection. They lead to longer source documents on GitHub, where the wider body of research notes, analysis, systems work, and essays lives.", "research.type1": "Working paper", - "research.type2": "Research notes", + "research.typeFramework": "Conceptual framework", + "research.typePrinciple": "Design principle", + "research.typeMethod": "Systems method", + "research.typeSystems": "Systems note", + "research.typeAnalysis": "Historical analysis", "research.paperDescription": "A developing argument about examining intelligent systems alongside the institutions, infrastructure, and conditions they depend on.", "research.paperStatus": "AI-assisted draft. Author review pending; not peer reviewed.", "research.paperLink": "Read the working paper", + "research.ecologyTitle": "Intelligence Ecology", + "research.ecologyDescription": "How training, markets, institutions, permissions, and material conditions reward some forms of intelligent behavior over others.", + "research.ecologyStatus": "Developing framework. Claims about a particular system require their own evidence.", + "research.ecologyLink": "Read Intelligence Ecology", "research.legibleTitle": "Making systems understandable", "research.legibleDescription": "When a tool or service goes wrong, what do people need to know, and what should they be able to do next?", "research.legibleLink": "Read the notes on understandable systems", + "research.scaleTitle": "Events, patterns, and scale", + "research.scaleDescription": "A method for moving between individual events and wider patterns without losing evidence, causality, or accountability.", + "research.scaleLink": "Read the systems note", + "research.resilienceTitle": "Resilience and graceful degradation", + "research.resilienceDescription": "How to preserve essential capabilities when dependencies fail, including diverse fallbacks, maintenance, local capacity, and humane limits.", + "research.resilienceLink": "Read the resilience notes", "research.historyTitle": "Revisiting ideas that were left behind", "research.historyDescription": "How to investigate an old possibility without assuming it would have worked, or that people would choose it now.", "research.historyLink": "Read the notes on past possibilities", @@ -1100,7 +1142,10 @@

    if(url.includes('/papers/coherent-systems/')){paragraph(t('research.paperDescription'));paragraph(t('research.paperStatus'));} else if(url.endsWith('/pull/6')){paragraph(t('overlay.review'));paragraph(t('research.paperStatus'));} else if(url.includes('/systems/coherence/'))paragraph(t('overlay.coherence')); +else if(url.includes('/concepts/intelligence-ecology.md')){paragraph(t('research.ecologyDescription'));paragraph(t('research.ecologyStatus'));} else if(url.includes('/concepts/legible-systems.md'))paragraph(t('research.legibleDescription')); +else if(url.includes('/systems/events-patterns-and-scale.md'))paragraph(t('research.scaleDescription')); +else if(url.includes('/systems/resilience-and-graceful-degradation.md'))paragraph(t('research.resilienceDescription')); else if(url.includes('/analysis/historical-contingency.md'))paragraph(t('research.historyDescription')); else if(url.endsWith('/ECOSYSTEM.md'))paragraph(t('projects.intro')); else if(url.endsWith('/contributing.md')){paragraph(t('about.contribution'));paragraph(t('about.terms'));} diff --git a/site/test_site.py b/site/test_site.py index 3bc7bee..eaea6ce 100644 --- a/site/test_site.py +++ b/site/test_site.py @@ -174,6 +174,9 @@ def test_required_approved_copy_and_controls_are_present(self): "Root Sequence is an independent project started by", "https://github.com/raelovejoy", "Selected research and writing", + "Intelligence Ecology", + "Events, patterns, and scale", + "Resilience and graceful degradation", "Being Human(e): An Incomplete Guide", 'id="project-humane"', "Its public website has not been built yet", From f99e7066bae600ca8daaf60cd3ed344747e4bdc8 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:52:33 -0700 Subject: [PATCH 10/11] site: record selected research approval --- AUDIT.md | 6 +++--- site/COPY-REVIEW.md | 6 +++--- site/README.md | 14 ++++++-------- site/VALIDATION.md | 12 ++++++------ site/approval.json | 6 +++--- site/test_site.py | 2 +- 6 files changed, 22 insertions(+), 24 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index e7e7a4e..4d3b796 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -71,7 +71,7 @@ The consolidated [Working Vocabulary](concepts/working-vocabulary.md) also label While this cleanup remained in draft, the separately reviewed single-page website was approved and merged to `main`. This branch incorporates that completed work, then updates its Legible Systems source link and source-overlay recognition to use the canonical [`concepts/legible-systems.md`](concepts/legible-systems.md) path. The corresponding approval digest and inline-script security hash were updated; site copy and layout were not changed. The former 11-page candidate remains under [`site/legacy-public-seed-v0.1/`](site/legacy-public-seed-v0.1/README.md) as historical source rather than deployment input. Its two source links to retired `core/` paths are pinned to the last published commit that contained those files. -A later review candidate expands the site's Selected Research section with [Intelligence Ecology](concepts/intelligence-ecology.md), [Events, Patterns, and Scale](systems/events-patterns-and-scale.md), and [Resilience and Graceful Degradation](systems/resilience-and-graceful-degradation.md). The exact-source approval remains intentionally unchanged, so publication stays blocked until Rae reviews the candidate. +The approved site now expands its Selected Research section with [Intelligence Ecology](concepts/intelligence-ecology.md), [Events, Patterns, and Scale](systems/events-patterns-and-scale.md), and [Resilience and Graceful Degradation](systems/resilience-and-graceful-degradation.md). The exact-source approval and publication checks were updated after Rae reviewed the six-item selection. The website remains an introductory projection, not a replacement for repository research or the Wiki. Obsolete cleanup edits to the former `site/content.json` were not carried into the historical archive. Only repository navigation and this audit record were reconciled with the new canonical site structure. @@ -96,8 +96,8 @@ The final branch was checked for: - local Markdown links, local heading fragments, inbound Markdown navigation, and at least one readable top-level heading per reader-facing Markdown page; - all 99 distinct GitHub repository or file destinations referenced by Markdown, JSON, or HTML through the GitHub API; - current generated Idea Trail output; -- ten non-approval website checks and a fresh preview build of the Selected Research candidate; the exact-approval check and release build remain intentionally blocked pending review; -- the Selected Research candidate at narrow and wide viewport sizes, including all six entries, contextual link details, controls, heading presence, and horizontal-overflow checks; +- all 11 website publication checks and fresh preview and approved release builds of the expanded Selected Research source; +- the approved Selected Research section at narrow and wide viewport sizes, including all six entries, contextual link details, controls, heading presence, and horizontal-overflow checks; - representative external destinations, with access-denied responses recorded as inconclusive rather than silently treated as success; - changed-file scope, whitespace integrity, valid JSON, and a full diff review. diff --git a/site/COPY-REVIEW.md b/site/COPY-REVIEW.md index bc7de4b..a211249 100644 --- a/site/COPY-REVIEW.md +++ b/site/COPY-REVIEW.md @@ -1,6 +1,6 @@ # Website copy review: September 16, 2026 -## Review pending: expanded Selected Research — September 18, 2026 +## Approval update: expanded Selected Research — September 18, 2026 The review candidate expands **Selected research and writing** from three to six entry points. It adds: @@ -15,8 +15,8 @@ historical analysis. Each new link has a plain-language description and a local context panel. The candidate HTML has SHA-256 `0fe3a3a228e75c7d30d73061a48409a971c0070b46e20f907c6d1e8979d5ca62`. -No publication approval is recorded for this candidate. `approval.json` -intentionally remains tied to the last approved preview. +Rae Lovejoy approved the current six-item Selected Research section for +publication on 2026-09-18. `approval.json` is tied to this exact candidate. ## Approval update: Legible Systems route — September 18, 2026 diff --git a/site/README.md b/site/README.md index 459a91c..a061dbe 100644 --- a/site/README.md +++ b/site/README.md @@ -2,11 +2,10 @@ This directory is the canonical source for `rootsequence.systems`. -The current working [`index.html`](index.html) is a review candidate based on -the single-page public seed approved by Rae Lovejoy on 2026-09-18. It proposes -three additional Selected Research entries. [`approval.json`](approval.json) -still covers the last approved preview, so release builds remain blocked until -the exact candidate is reviewed and approved. +The current [`index.html`](index.html) is the single-page public seed approved +by Rae Lovejoy on 2026-09-18. It includes the six-item Selected Research +section and is tied to the exact digest recorded in +[`approval.json`](approval.json). The page is one self-contained file with its styles, scripts, favicon, and Cascadia Mono wordmark font embedded. It makes no runtime requests for fonts, @@ -14,9 +13,8 @@ images, analytics, translation, or previews. ## Files -- `index.html`: current review candidate and canonical editorial source. -- `approval.json`: approval tied to the last approved source digest; update it - only after review of the exact candidate. +- `index.html`: exact approved preview and canonical editorial source. +- `approval.json`: approval tied to the exact current source digest. - `build.py`: offline publisher. Preview output preserves `index.html` exactly; release output changes only preview/publication-state labels. - `test_site.py`: checks the approved-file hash, release gate, links, fragments, diff --git a/site/VALIDATION.md b/site/VALIDATION.md index 29dd740..3cb7fae 100644 --- a/site/VALIDATION.md +++ b/site/VALIDATION.md @@ -1,20 +1,20 @@ # Local validation — 2026-09-16 -## Selected Research review candidate — 2026-09-18 +## Approved Selected Research expansion — 2026-09-18 -- The candidate contains six selected entries with distinct reader-facing +- The approved source contains six selected entries with distinct reader-facing roles: working paper, conceptual framework, design principle, systems method, systems note, and historical analysis. - Reader-documentation and Idea Trail checks pass. - A fresh preview build completed with source digest `7d009d9ea493e09db848823a399c9df8d7eebb4334b86aabc7c5343b89afebc3`. -- Ten non-approval publication tests pass. The exact-approved-preview test - fails as expected because this candidate has not yet been approved. -- A release build is blocked as expected by the stale approval digest. +- All eleven publication tests pass, including the exact approval gate. +- Fresh preview and approved release builds complete successfully. - Browser checks at 1440 × 1000 and 390 × 844 found all six entries, the expected destinations, working contextual link details, and no horizontal document overflow. Desktop and mobile views were visually inspected. -- This validation is not approval, deployment, or a live-domain check. +- This validation records the approved local source and build. It is not a + deployment or a live-domain check. ## Legible Systems source-route update — 2026-09-18 diff --git a/site/approval.json b/site/approval.json index 7e973f0..0c10d81 100644 --- a/site/approval.json +++ b/site/approval.json @@ -1,7 +1,7 @@ { - "source_sha256": "29333bdb919498771bcf514dd7becca13d89efd5cfa1845497c18eef1cadcd88", - "approved_preview_sha256": "24224b29f6f049fa28409b9d785433997e1331d5c66659da648a1da41c97d526", + "source_sha256": "7d009d9ea493e09db848823a399c9df8d7eebb4334b86aabc7c5343b89afebc3", + "approved_preview_sha256": "0fe3a3a228e75c7d30d73061a48409a971c0070b46e20f907c6d1e8979d5ca62", "approved_by": "Rae Lovejoy", "approved_at": "2026-09-18", - "scope": "The current single-file preview, including the Being Human(e): An Incomplete Guide project entry and the canonical Concepts link for Legible Systems, plus the mechanical publication-state substitutions defined in build.py." + "scope": "The current single-file preview, including the six-item Selected Research section, the Being Human(e): An Incomplete Guide project entry, and the canonical Concepts link for Legible Systems, plus the mechanical publication-state substitutions defined in build.py." } diff --git a/site/test_site.py b/site/test_site.py index eaea6ce..d74b517 100644 --- a/site/test_site.py +++ b/site/test_site.py @@ -16,7 +16,7 @@ HERE = Path(__file__).resolve().parent -APPROVED_PREVIEW_SHA256 = "24224b29f6f049fa28409b9d785433997e1331d5c66659da648a1da41c97d526" +APPROVED_PREVIEW_SHA256 = "0fe3a3a228e75c7d30d73061a48409a971c0070b46e20f907c6d1e8979d5ca62" spec = importlib.util.spec_from_file_location("site_builder", HERE / "build.py") builder = importlib.util.module_from_spec(spec) spec.loader.exec_module(builder) From b9dbf2367c914d54597086ded9989e74c8e2f697 Mon Sep 17 00:00:00 2001 From: Rae Lovejoy Date: Fri, 18 Sep 2026 12:57:11 -0700 Subject: [PATCH 11/11] docs: link prepared Wiki follow-up --- AUDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUDIT.md b/AUDIT.md index 4d3b796..5992913 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -86,7 +86,7 @@ Two draft pull requests remain separate by design: Neither draft was merged into this audit branch, and neither was treated as current published state. -Two pages in the separate `Root-Sequence/wiki` repository still link to the former `core/legible-systems.md` address. They need a separately authorized cross-repository update before this cleanup is merged; this audit does not revise other repositories. +Two pages in the separate `Root-Sequence/wiki` repository still link to the former `core/legible-systems.md` address on its current `main` branch. [Wiki PR #1](https://github.com/Root-Sequence/wiki/pull/1) is the prepared two-page update. Merge this cleanup first so the new canonical destination exists, then merge the Wiki PR immediately afterward. ## Verification record