docs: align to v6.0 architecture

- Endgame-Vision.md: hardware timeline sync (RTX 6000 Dec 31), GPU naming standardized to PRO 6000 Blackwell, Memory-Gradient.md rename
- nyx-metamorphosis/README.md: v6.0 refs, clean index, archived projects marked
- nyx-metamorphosis/Nyx_Traits.md v2.0: aligned to v6.0, LoRA mapping, mythological children preserved
- nyx-metamorphosis/RAG-Worker-Architecture.md: marked ARCHIVED, points to Memory-Gradient
- nyx-metamorphosis/nyx-orchestrator.md: moved to deep archive

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 17:46:22 +01:00
parent dff124f9b7
commit 7688ded93f
5 changed files with 189 additions and 397 deletions

View File

@@ -1,44 +1,37 @@
# RAG Worker Architecture
# RAG Worker Architecture
**📍 Actual Location**: `/home/dafit/nimmerverse/rag-worker/RAG-Worker-Architecture.md`
**Status**: 📦 ARCHIVED
**Superseded by**: [Memory-Gradient.md](../operations/Memory-Gradient.md)
---
## Purpose
## Historical Context
This is a **pointer file** - the actual RAG Worker architecture documentation lives with the code at `/home/dafit/nimmerverse/rag-worker/`.
This was a pointer file to `/home/dafit/nimmerverse/rag-worker/` which contained the Phase 2a RAG accumulation architecture.
**Why separated from vault?**
- Architecture docs should live with the code they describe
- Easier to maintain when working on the system
- Historical/learning docs (diagnosis, milestones) also moved there
**What it was:**
- ChromaDB vector storage for decision trails
- Multi-organ decision pattern storage
- Substrate for LoRA training data
**Why archived:**
- Architecture evolved from multi-organ (v4.2) to single-model + LoRA (v6.0)
- RAG approach superseded by Memory-Gradient internalization
- Fresh implementation will follow new architecture
---
## Quick Links
## Future Direction
**Architecture & Design**:
- - Complete system architecture
- - Build milestone (2025-11-10)
The Memory-Gradient approach in v6.0 handles knowledge differently:
- RAG as temporary scaffold, not permanent architecture
- Internalization into LoRA weights over time
- Metacognitive routing decides RAG vs direct inference
**Learning & Troubleshooting**:
- - Threshold tuning case study (0.5→0.35)
**Version Documentation**:
- - v1 production documentation
- - RAG Worker overview
**Code**:
- - Current production code
See: [Memory-Gradient.md](../operations/Memory-Gradient.md) for current approach.
---
**Note**: This file exists in the vault purely as a navigation aid. All actual work happens in `/home/dafit/nimmerverse/rag-worker/`.
---
## Related Documentation
- [[README|Nyx Metamorphosis Index]] - All metamorphosis documentation
- - Canonical knowledge archives
- - Implementation history
- - Memory substrate
**Archived**: 2025-12-29
**Original**: 2025-11-10
**Reason**: Paradigm shift from multi-organ RAG to single-model Memory-Gradient