Research-Stack/1-Distributed-Systems
allaun 5f80fd8429 chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00
..
agents/claw chore(repo): push local 768-commit branch state onto clean remote baseline 2026-06-15 22:46:50 -05:00
ene chore(repo): push local 768-commit branch state onto clean remote baseline 2026-06-15 22:46:50 -05:00
waveprobe feat(ene): replace legacy Python mesh with Rust crates 2026-05-20 18:46:18 -05:00
README.md initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00

1-Distributed-Systems

Purpose: Self-replicating distributed mesh with gossip protocol, consensus, and credential distribution.

Depends on: 0-Core-Formalism (Triumvirate consensus)

Contents (Target)

Source Destination
infra/ene_*.py 1-Distributed-Systems/ene/
data/ene_nodes/ 1-Distributed-Systems/ene/nodes/
data/ene_provenance/ 1-Distributed-Systems/ene/provenance/

Concepts

  • ENE (Endless Node Edges) — distributed, self-replicating system
  • Gossip Protocol — discovery, heartbeat, credential_sync, replicate
  • Shamir-Secret Sharing — credential fragments across nodes
  • Consensus — 2/3 majority for credential rotation

Deployment (6-node mesh)

  • qfox (primary, 16 cores, 32GB, 1 GPU)
  • architect (8 cores, 16GB)
  • judge (4 cores, 8GB)
  • AWS node (2 cores, 4GB)
  • Netcup VPS (4 cores, 8GB)
  • Racknerd VPS (2 cores, 4GB)