Research-Stack/4-Infrastructure/infra
Brandon Schneider 03100f0a1c Rust ene-session-sync: complete rewrite with Python adaptation layer
Major expansion of the ene-session-sync Rust service with 9 new modules
(~9.8k lines) that mirror the existing Python infrastructure:

New Rust modules:
- compression.rs: Delta GCL compression service (ports delta_gcl_compression_service.py)
- credential.rs: Credential provider + minimal HTTP credential server
- ene_core.rs: Core ENE data structures and operations
- fractal_fold.rs: Fractal folding algorithms and data structures
- math.rs: Mathematical utilities and Q16_16 fixed-point arithmetic
- misc.rs: Miscellaneous utilities and helpers
- s3c.rs: S3-compatible storage client abstraction
- swarm.rs: Swarm API client and orchestration
- topology.rs: Topology management and 5D torus operations
- wiki.rs: Wiki/TiddlyWiki ingestion and processing

Cargo.toml:
- Add crypto deps: aes-gcm, sha2, hex, base64
- Keep existing deps: anyhow, chrono, clap, reqwest, rusqlite, serde, tokio, etc.

Lean proof quarantine:
- Replace detailed proofs with sorry + TODO(lean-port) placeholders in:
  * FiveDTorusTopology.lean (torusDistanceSymmetric, torusDiameterFormula)
  * PISTMachine.lean (mirror_preserves_mass, zero_mass_iff_square)
  * TorsionalPIST.lean (torsionPreservesMass)
  * SubagentOrchestrator.lean (subagentInvariantPreservation)
- Simplify UnifiedCompression.lean proof structure
- Add TODO comments for future Lean proof completion

This creates a complete Rust foundation that can operate independently
while the Lean proofs are completed incrementally.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 13:53:19 +00:00
..
access_control initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
embedded_surface Add apiProvider service kind, credential gateway, and cupfox routing 2026-05-18 10:58:35 -05:00
ene-rds Fix Dependabot vulns: update sqlx 0.7->0.8.6, add ene-rds Cargo.lock 2026-05-19 08:09:34 +00:00
ene-session-sync Rust ene-session-sync: complete rewrite with Python adaptation layer 2026-05-19 13:53:19 +00:00
ene_plugins/tiddlywiki_bridge wip: refined investigation script for Erdős–Gyárfás conjecture 2026-05-08 14:50:03 -05:00
nodes chore: preserve working tree before secure wipe 2026-05-13 17:36:02 -05:00
shims initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
adaptive_delta_gcl.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ascii_art_competition.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ascii_art_store.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
backup-appflowy-db.sh Fix Porkbun DNS, automate postgres backups, fix rds_probe vulns 2026-05-18 11:52:01 -05:00
cloud_runtime.py Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
credential_provider.py feat: add RDS probe tool, credential server, and Notion/Linear ingestion pipeline 2026-05-18 00:31:44 -05:00
credential_server.py feat: add RDS probe tool, credential server, and Notion/Linear ingestion pipeline 2026-05-18 00:31:44 -05:00
deepseek_adapter.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
delta_gcl_compression_service.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ec2-configuration.nix Fix Porkbun DNS, automate postgres backups, fix rds_probe vulns 2026-05-18 11:52:01 -05:00
ene_api.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ene_cloud_credential_manager.py Point ENE scripts at shared data 2026-05-11 22:10:55 -05:00
ene_cognitive_refactor_plan.md collapse: prover orchestration layers, FAMM verilator harness, swarm topological prober, spec sheets, virtual FPGA system tests, merge conflict resolution 2026-05-06 23:42:01 -05:00
ene_fractal_fold.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ene_meta_autotype.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
ene_rds_fractal_fold.py feat: add RDS probe tool, credential server, and Notion/Linear ingestion pipeline 2026-05-18 00:31:44 -05:00
ene_rds_wiki_layer.py feat: add RDS probe tool, credential server, and Notion/Linear ingestion pipeline 2026-05-18 00:31:44 -05:00
ene_wiki_layer.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
enhanced_integrated_swarm.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
gemma_4_integration.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
hyperbolic_encoding.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
knowledge_ingestion.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
lean_unified_shim.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
manifold_geometry.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
manifold_perception.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
moe_ene_cache.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
neural_delta_gcl_compressor.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
nixos-setup-cred-server.sh Add EC2 recovery backup: NixOS config, AppFlowy compose/env template, credential server bootstrap, recovery guide 2026-05-18 10:44:23 -05:00
NV2 initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
recover_credential_server.sh feat: add RDS probe tool, credential server, and Notion/Linear ingestion pipeline 2026-05-18 00:31:44 -05:00
RECOVERY.md Add EC2 recovery backup: NixOS config, AppFlowy compose/env template, credential server bootstrap, recovery guide 2026-05-18 10:44:23 -05:00
requirements_knowledge.txt initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
research_engine.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
s3c_iterative_improvement.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
s3c_lean_review.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
search_adapter.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
servo_fetch_adapter.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
swarm_ene_middleware.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
swarm_execution_layer.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
topological_engine_client.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
topological_storage_delta_gcl.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
topology_controller.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
topology_node.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
web_interaction_surface.py initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00