mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
rust/src/bin/ingest.rs: - Parses $\LaTeX$ equations from .md files (block 602556 and inline $) - Classifies as spectral/braid/cartan/unknown via keyword detection - Density check: pauses at >20 equations or >5 unknowns - Computes spectral fingerprint (σ, τ, ∆, λ_min, λ_max) via character transform - Emits receipt.json with full results - Writes .decision.md for user review when too dense Rust CLI, zero-float spectral computation, serde JSON output. Cargo.toml: added regex + serde dependencies. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
SilverSight — Language Port
Source of truth: /home/allaun/SilverSight/formal/ (Lean 4)
This directory mirrors the Lean module structure. Each file implements the same theorems/algorithms in this language, providing independent cross-validation across runtimes.
Module map: CoreFormalism/ → formal/CoreFormalism/ (braid, Q16_16, Sidon) SilverSight/ → formal/SilverSight/ (PIST, AVMIsa, RRC) BindingSite/ → formal/BindingSite/ (DNA, hachimoji) PVGS_DQ_Bridge/ → formal/PVGS_DQ_Bridge/ UniversalEncoding/ → formal/UniversalEncoding/ nuvmap/ → python/nuvmap/ (NUVMAP projection)