Tiger
c268172acc
chore: reorganize repo structure
...
- Move Navigator foreword from README.md to docs/foreword.md
- Move protein_fold_analysis.txt from results/ to docs/
- Move experimental-verification.md from experimentation/ to docs/
- Move navigator_prime_analysis.py from root to scripts/
- Move navigator_prime_analysis_v2.py from root to scripts/
- Rewrite README.md as clean project documentation
- Update project structure to reflect actual repo layout
2026-03-30 17:48:33 +07:00
Tiger
523c9847f0
feat: Add protein folding fractal echo analyzer - 7 tests comparing lattice topology to Ramachandran landscape
2026-03-30 17:26:43 +07:00
Scruff AI
f2f312e18c
feat: Add prime/dimensional analysis scripts - wave sieve, hypothesis battery (11/12), Fibonacci chain, dimensional modes
2026-03-28 20:36:24 +07:00
Scruff AI
9302a86ea8
2026-03-28: EM spectrum overlay, CTO report, sweep/analysis scripts, prime analysis
...
New docs:
- docs/em_spectrum_overlay.html: Full EM spectrum with Khra/Gixx lines, physics markers, cell-size slider
- docs/2026-03-28_170500_cto-report_fractal-echo-analysis.txt: CTO fractal echo analysis report
New scripts (Beast sweep infrastructure + analyzers):
- scripts/nuclear_magic_analyzer.py: shell structure, peak clustering, mode counting, GUE tests
- scripts/physics_domain_analysis.py: 4-domain physics (nuclear shells, Brillouin, band gaps, GUE)
- scripts/direct_zmq_sweep.py: ZMQ direct sweep driver
- scripts/sweep_real.py: real sweep execution
- scripts/analyze_sweep.py, comprehensive_analysis.py: sweep analysis tools
- scripts/execute_prime_mapping.py: prime lattice mapping
- scripts/extrapolate_findings.py, check_extrapolation.py: extrapolation tools
- scripts/eta_calc.py, time_estimate.py, updated_estimate.py, show_pattern.py: utilities
Prime analysis (root):
- navigator_prime_analysis.py, navigator_prime_analysis_v2.py
Updated:
- navigator/mock_lbm_daemon.py, navigator/telemetry_server.py
2026-03-28 17:31:52 +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
460bb8c4eb
fix: correct daemon binary path in start.sh (build/ -> beast-build/)
2026-03-25 15:33:07 +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
2a1b8ea350
add periodic table physics doc and sweep script
2026-03-24 13:52:59 +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