Commit Graph

2 Commits

Author SHA1 Message Date
dafit
0265cd9df6 refactor: Finalize survival stack - Frostfall → CC Survival Mode
Survival decisions (2026-03-18):
- REMOVED Frostfall: No SkyrimNet triggers, scripted overhead
- ADDED Creation Kit Survival Mode: Native engine, exposed functions, faster
- DISABLED Last Seed follower needs: Use CC exposed functions instead
  Avoids bloating script load with parallel need tracking

Also updated:
- AI Layer section to reflect current inference architecture
  (Euryale-70B + Gemma-27B + Qwen3-VL routing)
- Infrastructure notes aligned with inference_architecture_plan.txt

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 15:33:43 +01:00
dafit
4058558b11 feat: Initial NimmerSky documentation
- ARCHITECTURE-RESEARCH.md: Three-system landscape analysis (Mantella/CHIM/SkyrimNet)
  - Context bleed analysis and fixes
  - Oghma Infinium RAG documentation
  - Nimmerverse integration architecture
- inference_architecture_plan.txt: Deployed inference architecture
  - Euryale-70B (dialogue) on Theia:31001
  - Gemma-27B (structured JSON) on Dioscuri:31004
  - Qwen3-VL-8B (vision) on Dioscuri:31005
- gameplay_stack.txt: Modlist configuration
- gameplay_dependencies.txt: Mod dependencies
- Mod priority/status tracking

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-18 15:25:54 +01:00