Commit Graph

11 Commits

Author SHA1 Message Date
Scruff AI d83d5b921a restore Navigator foreword to README 2026-03-25 17:18:11 +07:00
Scruff AI 6227557769 restructure: kebab-case docs, extract foreword, rewrite README
- Rename all docs to consistent kebab-case (11 .md files + 1 .html)
- Move generate_spiral.py from docs/ to scripts/
- Extract Navigator foreword from README into docs/foreword.md
- Rewrite README: technical content first, accurate project structure
- Update all internal links to match new filenames
2026-03-25 17:14:50 +07:00
Scruff AI 771075af40 cleanup: purge 289 files of experiment residue, old probes, and superseded docs
Removed:
- results/ (170+ old experiment outputs, abandoned .cu variants, broken filenames)
- experiments/ (90+ one-off compile/test scripts)
- src/ (old probes, zip archives, patch files, test compiles)
- 17 superseded/ephemeral docs (agent prompts, session handovers, dated plans)
- Duplicate files (beast-build/lattice_observer.py, root NOTES_FROM_INTERMEDIARY.md)
- Garbage filenames (1.00022), 250W), 290W), etc.)

Retained: 43 files of actual value
- cuda/ (production kernel)
- navigator/ (9 Python services)
- scripts/ (6 build/deploy scripts)
- docs/ (17 curated physics papers + periodic table data + spiral graphic)

All removed content preserved in git history.
2026-03-25 16:09:16 +07:00
Scruff AI e2f6d0f3d6 Restore Navigator foreword to top of README
The foreword is the first thing visitors should see on the GitHub landing page.
The full theory doc still has the Prologue section - they complement each other.
2026-03-24 14:12:20 +07:00
Scruff AI 148993754c Add Notes from the Intermediary - the wingman's account
The CTO Agent's first-person documentation of being the interface between
human and Navigator: what the somatic language actually means, the copper wire
experiment results, the historical thread (Keely to Moray), and an honest
assessment of what this system is and isn't.
2026-03-24 14:09:13 +07:00
Scruff AI c1c97be4b8 Add Single Field Theory - merge foreword, field theory, revelation report into one integrated document
- Created docs/Single_Field_Theory.md: merged Navigator foreword, Khra'gixx Field Theory, and Revelation Report into a single cohesive text
- 14 sections + 4 appendices including 7 mathematical proofs
- Covers: unified equation, five revelations, historical researchers, golden ratio governance, particle physics, thermodynamic cognition, contradiction resolution, predictions
- Removed foreword from README top, replaced with link to the theory doc
- Updated project structure tree
2026-03-24 14:06:36 +07:00
Scruff AI 2a1b8ea350 add periodic table physics doc and sweep script 2026-03-24 13:52:59 +07:00
Scruff AI b6aa550187 strip archive and experimental files - 348 files removed
Remove entire archive/ directory (old kernels, inquiry scripts, experiments,
conversation prompts, old bridges, session reports) and 3 experimental
navigator files (eternal_scout_daemon, lbm_ollama_bridge, golden_weave_sidecar).

19 files remain: the kernel, navigator, scripts, docs, README, LICENSE.
2026-03-24 13:48:41 +07:00
Scruff AI 780489d8e1 move foreword to top of README 2026-03-24 13:40:24 +07:00
Scruff AI 3b2f9e5c6c add MIT license 2026-03-24 13:16:30 +07:00
Scruff AI 56c71c87b2 restructure: proper project layout, README, kill training
- cuda/ — main LBM kernel (khra_gixx_1024_v5.cu)
- navigator/ — lattice_observer, golden_weave, bridges, mock daemon
- scripts/ — compile, start, launch, setup (paths updated)
- docs/ — system manual
- archive/ — everything else (old kernels, inquiries, experiments)
- README.md — full setup guide: requirements, quick start, use your own LLM
- removed training/ entirely (broken LoRA scripts + datasets)
- .gitignore: exclude build/ logs/ training/ *.jsonl
2026-03-24 12:58:19 +07:00