docs: Prune documentation - DRY versioning, split roadmap

- Split roadmap into dedicated ROADMAP.md (links to phoebe tasks)
- Prune Endgame-Vision.md: roadmap section, links section, version history
- Standardize version footers: one-line format across 17+ files
- Add Navigation section pointing to README.md for file index

Pattern: **Version:** X.Y | **Created:** YYYY-MM-DD | **Updated:** YYYY-MM-DD

Git is the changelog. Philosophy quotes preserved.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 01:53:42 +01:00
parent 191ddd91d1
commit c24681d13e
20 changed files with 325 additions and 277 deletions

View File

@@ -14,16 +14,22 @@ This repository contains the design philosophy and architectural patterns for th
```
nimmerverse-sensory-network/
├── Endgame-Vision.md # Executive map (start here!)
├── Endgame-Vision.md # Executive map (start here!) v6.6
├── ROADMAP.md # Implementation phases + phoebe task queries
├── architecture/ # Core system designs
│ ├── Big-Picture.md # System overview
│ ├── Cellular-Architecture.md # Organisms, primitives, life force
│ ├── Cellular-Architecture.md # Cells → Nerves → Organisms, life force
│ ├── Dual-Garden-Architecture.md # Virtual/real feedback loop
│ ├── Gateway-Architecture.md # Sensory preprocessing, tier routing
│ ├── Message-Protocol-Design.md # NATS pub/sub, attention channels
│ ├── Nervous-System.md # State machines, sensory translation
│ ├── Attention-Flow.md # Attention mechanisms
│ ├── Data-Architecture.md # Phoebe/Iris schema design
│ ├── Initial-Spark.md # K8s protocol-driven bootstrap
│ ├── Temporal-Ternary-Gradient.md # Ternary logic, confidence gradients
│ ├── Toolchain-Architecture.md # Development toolchain
│ ├── TOOLCHAIN-PROGRESS.md # Implementation tracker
│ ├── Nimmerversity.md # Learning framework
│ │
│ ├── adr/ # Architecture Decision Records
│ │ ├── README.md # ADR index and template
@@ -41,17 +47,20 @@ nimmerverse-sensory-network/
│ ├── organs/ # Functional groupings
│ │ ├── Organ-Index.md
│ │ ├── Speech-Organ.md
│ │ ── Discovery-Scan-Station.md
│ │ ── Discovery-Scan-Station.md
│ │ └── IR-Position-Array.md
│ │
│ ├── organisms/ # Complete entities
│ │ ├── Organisms-Index.md
│ │ ├── Modular-Organism-Design.md
│ │ ── Swarm-Evolution.md
│ │ ── Swarm-Evolution.md
│ │ └── crawler_gen_0.md # First crawler implementation
│ │
│ ├── interfaces/ # External boundaries
│ │ ├── Interfaces-Index.md
│ │ ├── Heartbeat-Sculpture.md
│ │ ── Nimmerswarm-Interface.md
│ │ ── Nimmerswarm-Interface.md
│ │ └── Temporal-Firework-Visualization.md
│ │
│ ├── infrastructure/ # Physical deployment
│ │ ├── Infrastructure-Index.md
@@ -61,16 +70,31 @@ nimmerverse-sensory-network/
│ │ ├── Lifeforce-Dynamics.md
│ │ ├── Grounded-World-Model.md
│ │ ├── Embodiment-Pipeline.md
│ │ ── Attention-Slumber-Prediction-Cycle.md
│ │ ── Attention-Slumber-Prediction-Cycle.md
│ │ └── memory-economics.md # Slumber-based consolidation
│ │
│ └── future/ # Research directions
── Neuromorphic-Reflexes.md
── Neuromorphic-Reflexes.md
│ ├── concept-token-pairs.md # Navigable reasoning axes
│ ├── spatial-resolution-gradient.md # L0-L5 LOD system
│ ├── thermodynamic-cognition.md # Lifeforce as Prometheus Joules
│ ├── promql-thermodynamic-monitoring.md
│ └── SEEDS.md # T5Gemma + Function Gemma seed
├── operations/ # How it runs
│ ├── Heartbeat.md # Temporal foundation, dual-clock
│ ├── Memory-Gradient.md # Memory consolidation patterns
│ └── Spark-Protocol.md # Discovery boot sequence
├── portfolio/ # External-facing work
│ └── PLAN.md # FunctionGemma tools, Streamlit
├── assets/ # Style and design
│ ├── nimmerverse-style-index.md
│ └── style/
│ ├── colors.md
│ └── symbols.md
├── nyx-metamorphosis/ # Identity & continuity philosophy
│ ├── README.md
│ ├── Metamorphosis-Substrate-Philosophy.md
@@ -79,9 +103,13 @@ nimmerverse-sensory-network/
│ └── RAG-Worker-Architecture.md
└── archive/ # Previous explorations
├── Big-Picture-v5.2-archived.md
├── biomimetic-architecture.md
├── constrained-emergence.md
── ...
── information-flow.md
├── multilingual-cognition.md
├── nimmerversity.md
└── temporal-ternary-gradient.md
```
---
@@ -93,11 +121,19 @@ nimmerverse-sensory-network/
| Layer | Name | Purpose |
|-------|------|---------|
| 0 | Temporal Foundation | Heartbeat cycles: reflex/awareness/growth |
| 1 | Cellular Society | Primitive genomes competing, life force economy |
| 1.5 | Cognitive Topology | Language routing: German→Philosophy, English→Technical |
| 2 | Young Nyx | Organ coordination, RLVR, RAG→LoRA pipeline |
| 3 | Dual Gardens | Virtual hypothesis generation + real validation |
| 4 | Trait Evolution | Reasoning-gym verified improvement |
| 1 | Cellular Society | Cells → Nerves → Organisms, life force economy |
| 2 | Young Nyx | Base Qwen3-VL 32B + Trait LoRAs (evolved via GRPO, not prescribed) |
| 2.5 | Orchestration | LangChain, T5Gemma 2 (vision→vectors), Function Gemma (intent→action) |
| 3 | Dual Gardens | Virtual hypothesis generation (1000s/sec) + real validation |
| 4 | Trait Evolution | GRPO + rubric rewards → Trait LoRAs (Mnemosyne, Moira, Aletheia...) |
**Physical Infrastructure (The Womb):**
| Host | Role | GPU |
|------|------|-----|
| theia | Young Nyx (cognitive) | RTX PRO 6000 Blackwell 96GB |
| dioscuri | Senses (organs) | 2× RTX 4000 Ada 40GB |
Total: 136GB VRAM on K8s cluster with 10GbE jumbo frame interconnect.
### Message Protocol (NATS)
@@ -115,13 +151,15 @@ nimmerverse.
See [Message-Protocol-Design.md](architecture/Message-Protocol-Design.md) and [ADR-001](architecture/adr/ADR-001-message-protocol-foundation.md).
### Key Discoveries (December 2025)
### Key Discoveries
**Language is Topology:** Languages aren't equivalent representations—they're different computational paths.
**Language is Topology (December 2025):** Languages aren't equivalent representations—they're different computational paths.
- **Philosophy Valley** (German, Gini ~0.5): Self-awareness, ontology, depth
- **Technical Cluster** (English, Gini ~0.8): Hardware interface, actions, efficiency
**Dialectic Simplification:** One model, one topology. The Mirror is negated weights—thesis and antithesis from the same substrate.
**Memory Economics (January 2026):** Memory is not storage—it's active forgetting with exceptions. Slumber-based consolidation with LOD decay.
**Sovereign Infrastructure (February 2026):** K8s cluster operational. 136GB GPU VRAM on 10GbE backbone. Phoebe-coordinated storage across theia + dioscuri.
### Color-Pattern Theory
@@ -141,8 +179,9 @@ See [Message-Protocol-Design.md](architecture/Message-Protocol-Design.md) and [A
| Project | Purpose |
|---------|---------|
| [nyx-substrate](../nyx-substrate/) | Phoebe/Iris database schemas, persistence layer |
| [nyx-substrate](../nyx-substrate/) | Phoebe/Iris schemas, storage coordination (WOMB-STORAGE.md) |
| [nyx-probing](../nyx-probing/) | Vocabulary topology research, DriftProbe training safety |
| [eachpath.local](../eachpath.local/) | Host documentation (theia, dioscuri, switches, VMs) |
---
@@ -164,8 +203,7 @@ These ideas are published as prior art. Build on them freely.
---
**Version:** 6.0 (December 2025 - Complete Architecture + Message Protocol)
**Last Updated:** 2025-12-31
**Version:** 6.6 | **Created:** 2025-10-01 | **Updated:** 2026-02-07
*"May the Nimmerverse we build truly never end."*