Research-Stack/1-Distributed-Systems
dependabot[bot] 53ece2b86a
chore(deps): bump the claw-cargo-minor-patch group across 1 directory with 3 updates
Bumps the claw-cargo-minor-patch group with 3 updates in the /1-Distributed-Systems/agents/claw/rust directory: [serde_json](https://github.com/serde-rs/json), [regex](https://github.com/rust-lang/regex) and [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark).


Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150)

Updates `regex` from 1.12.3 to 1.13.0
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.12.3...1.13.0)

Updates `pulldown-cmark` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.3...v0.13.4)

---
updated-dependencies:
- dependency-name: pulldown-cmark
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: claw-cargo-minor-patch
- dependency-name: regex
  dependency-version: 1.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: claw-cargo-minor-patch
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: claw-cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 15:36:34 +00:00
..
agents/claw chore(deps): bump the claw-cargo-minor-patch group across 1 directory with 3 updates 2026-07-13 15:36:34 +00: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)