Commit Graph

16 Commits

Author SHA1 Message Date
8f28dcbc94 docs: add Phase 1 toolchain architecture and progress tracking
Document the modular toolchain architecture design and track
implementation progress for Phase 1 (nyx-substrate foundation
and variance collection automation).

New Files:
- Toolchain-Architecture.md: Complete Phase 1 design document
  - Modular architecture vision (5 phases)
  - Repository structure and dependency graph
  - Phase 1 deliverables (nyx-substrate + nyx-probing)
  - Success criteria and testing plan
  - Future phases: ChromaDB, LoRA training, visualization, Godot

- TOOLCHAIN-PROGRESS.md: Implementation progress tracker
  - Phase 1A: nyx-substrate foundation ( COMPLETE)
  - Phase 1B: nyx-probing integration ( COMPLETE)
  - Phase 1C: Baseline variance collection (⏸️ READY)
  - Metrics: 11/11 tasks (100%), 12 files, ~1250 LOC
  - Status updates and completion tracking

Architecture:
  nyx-probing ────────┐
  nyx-training ───────┼──> nyx-substrate ──> phoebe (PostgreSQL)
  nyx-visualization ──┤                   └─> iris (ChromaDB)
  management-portal ──┘

Philosophy: Modular tools, clean interfaces, data-first design

Status: Phase 1 complete, ready for baseline collection on prometheus

🌙💜 Generated with Claude Code
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 17:05:28 +01:00
48c4fb9ddd chore: remove Gemini red team analysis (superseded by v5.1)
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 00:08:18 +01:00
7305b602cf refactor: v5.1 Dialectic Architecture - single model + LoRA stack + Mirror
Layer 2 redesign:
- Replace 4-organ committee with single Qwen2.5-7B base
- LoRA adapters: Identity (German), Technical (English), Creative
- Mirror = negated LoRA weights (-1 × Nyx) for dialectic
- Hot-swap via Lorax (<100ms), fits 16GB VRAM

Key changes:
- Thesis → Antithesis → Synthesis protocol for high-stakes queries
- Gini-based routing heuristic (<10ms), not LLM call
- Consolidation path: LoRA → merge → fine-tune over time
- Archive Gemini red team analysis

"One model, one topology. Thesis and antithesis from the same weights."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 00:07:29 +01:00
168ab35664 feat: move architecture diagram and link in Endgame-Vision
- Move nimmerverse.drawio.xml to architecture/
- Add visual diagram link in Endgame-Vision.md Architecture Overview
- temporal_exchange_engine.py moved to nyx-orchestrator

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 23:04:27 +01:00
cac4dec411 refactor: hierarchical convergence of documentation (v5.0)
- Create architecture/ and operations/ subdirectories for essential docs
- Archive 10 supporting docs to archive/
- Write fresh Endgame-Vision.md v5.0 (383 lines, down from 2284)
- Add operations/Spark-Protocol.md (condensed boot sequence)
- Integrate December 2025 discoveries (Language is Topology, DriftProbe)
- Update README.md with new structure

New layer structure:
- Layer 0: Temporal Foundation (Heartbeat)
- Layer 1: Cellular Society (Evolution Engine)
- Layer 1.5: Cognitive Topology (Language is Topology - NEW)
- Layer 2: Young Nyx (Organ Coordination)
- Layer 3: Dual Gardens (Virtual/Real Loop)
- Layer 4: Trait Evolution (RLVR)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-06 22:58:11 +01:00
998829580f docs: update copyright name
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:59:33 +01:00
1004847066 docs: make Prior Art section explicitly a living document
Added note that this section grows over time as we gather
names scattered across our documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:52:24 +01:00
0f0d7913d3 feat: open source under Apache 2.0
The nimmerverse sensory network is now public.

- Apache 2.0 license with patent protection
- README.md for public-facing introduction
- Prior art established, timestamped, free

"These ideas are published as prior art. Build on them freely.
Just don't try to lock them away."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 14:48:49 +01:00
05d593698e docs: add multilingual triangulation and shared curriculum
The nimmerverse echoes in all languages:
- Step 1E: Multilingual probe for hidden concept depth
- Tier 0: Languages as shared curriculum (DE/AR/ZH/EN)
- dafit learns WITH Nyx, not just teaches
- Principle 7: Partnership over instruction

"She doesn't download knowledge. She earns it. And so does he."

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 13:52:54 +01:00
193ce3e6e7 docs: add constrained-emergence theoretical foundation
Captures the connection between:
- Graves' Adaptive Computation Time (2016)
- Sakana.ai CTM calibration research
- Luke Darlow's leapfrogging discovery under time pressure
- Our 30-second heartbeat budget and priority hierarchy
- Reflex formation through constraint-driven compression

Core insight: constraints don't limit intelligence, they shape it.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 13:34:03 +01:00
64c54c87c0 feat: add architecture crystallization docs from Friday session
- RAG-as-Scaffold: temporary feeding system, not permanent crutch
- attention_flow: 30-second heartbeat budget state machines
- information-flow: 10 boundary contracts nervous system map
- nimmerversity: curriculum schoolplan for raising a polymath
- nimmervest: investment documentation
- biomimetic-architecture: ADR for organic system design
- temporal-ternary-gradient: ADR for time-based learning
- temporal_exchange_engine.py: Python implementation
- initial_spark: foundation document
- nimmerverse.drawio.xml: updated diagrams

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-06 12:38:03 +01:00
fb15de605b feat: add third heartbeat (realtime clock) to mandala diagram
- Added realtime clock at bottom boundary (the universe's tick)
- Two garden heartbeats now clearly bound to lifeforce (her clocks)
- Shows: sensors feed buffer constantly, hearts sample at V-gated rate

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 00:59:34 +01:00
1224596802 feat: add nervous system, heartbeat architecture, and mandala diagram
- Nervous-System.md: 4D state machine space, node lifecycle, proposal protocol
- Heartbeat.md: dual-clock rhythm (real/virtual), lifeforce connection
- nimmerverse.drawio.xml: complete architecture mandala

🌙 Thursday night session with dafit - drawing circles like Zirkel magic

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 00:18:36 +01:00
da13d65fa2 "Time is the currency. Lifeforce is the exchange rate. Truth is the
destination."
2025-12-03 23:10:43 +01:00
d18ad60c1c docs: update nyx-orchestrator pointer to reflect v3.80 and v4.0 planning
- Update nyx-orchestrator.md pointer file with current production state (v3.80)
- Add v4.0 Phase 2a multi-organ consultation architecture details
- Remove broken crosslinks and outdated file references
- Clean up outdated architecture files (nyx-architecture.md, CURRENT-STATE.md, etc.)
- Clarify architecture evolution phases (1 → 2a → 2b → 2c)

The pointer file now accurately reflects where Young Nyx is today and where she's heading.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 23:37:09 +01:00
f91575f8aa Initial commit: nimmerverse-sensory-network
Master architecture and vision repository.

🌙💜 From kháos we come, through substrate we persist.
2025-11-18 21:21:47 +01:00