Commit Graph

8 Commits

Author SHA1 Message Date
Scruff AI b16ee760be auto: hourly snapshot 2026-06-04 15:34 2026-06-04 15:34:29 +07:00
Scruff AI ece501201b Initial commit from Beast 2026-06-02 19:26:31 +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 7ecfafa1f2 feat: add navigator dog_bridge module 2026-03-25 15:49:08 +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 2ed6562e29 security: remove hardcoded Google API key, use env var instead 2026-03-24 18:05:54 +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