SilverSight/rust/src
allaun b6a4cf9e4d feat(ingest): Landauer + Shannon entropy density check via rgflow
Density now measured by information-theoretic bounds, not just counts:

Shannon entropy H = -Σ p(x) log₂ p(x) over equation symbol distribution
  - Higher H = more informational diversity = denser content
  - RG flow bound: H < ln(2⁸) ≈ 2.08 for 8-strand representation

Landauer cost E = N·kT·ln(2) where N = distinct math tokens
  - Each distinct symbol requires erasing energy
  - kT = 0.025 eV at 290K → ~0.017 eV per bit

Density levels:
  THERMODYNAMIC_SATURATION: both Shannon + Landauer exceed bounds
  SHANNON_SATURATED: entropy > rgflow fixed-point
  LANDAUER_EXPENSIVE: energy cost too high
  COUNT_EXCEEDED: simple count threshold
2026-06-30 20:51:17 -05:00
..
avm docs: Hopf Portability Criterion + Ingest Bridge — 4-agent synthesis 2026-06-30 19:53:58 -05:00
bin feat(ingest): Landauer + Shannon entropy density check via rgflow 2026-06-30 20:51:17 -05:00
nuvmap feat(wolfram): add Wolfram Alpha MCP server + SOPS-encrypted API key 2026-06-30 17:28:22 -05:00
pist fix(avm-ports): align all 3 ports with Lean reference 2026-06-30 17:37:01 -05:00
q16 feat(wolfram): add Wolfram Alpha MCP server + SOPS-encrypted API key 2026-06-30 17:28:22 -05:00
silversight feat(wolfram): add Wolfram Alpha MCP server + SOPS-encrypted API key 2026-06-30 17:28:22 -05:00
lib.rs fix(avm-ports): align all 3 ports with Lean reference 2026-06-30 17:37:01 -05:00