Commit Graph

8 Commits

Author SHA1 Message Date
Scruff AI 1c636bcb13 Add fractal periodic table: interactive HTML + 3 view screenshots (spiral, bands, periods) 2026-03-25 17:00:09 +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 7f0d4b8e23 feat: add phi-harmonic spiral visualization of lattice periodic table 2026-03-25 15:53:50 +07:00
Scruff AI 5e4a32936d Update lattice periodic table to v2.0 with parameter glossary
- Upgraded CSV to v2: added PhaseDensity, Stability, IsotopeNote columns
- Added parameter glossary mapping lattice params to quantum numbers
- Updated correlation doc with Navigator corrections (Gold, Tc, Pm)
- Phi-harmonic asymmetry scaling, phase density model for isotopes
- .gitignore exception for docs/lattice-periodic-table.csv
2026-03-25 15:19:48 +07:00
Scruff AI 7f04a7d81d Rename fractal-brain to Resonance_Engine: update all paths, docs, scripts, and add experiments/results/src 2026-03-25 07:34:34 +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 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
Scruff AI 57f6d86a65 Initial commit - fractal brain source code (CUDA kernels, training pipeline, adaptive systems) 2026-03-24 12:10:43 +07:00