Commit graph

10 commits

Author SHA1 Message Date
dependabot[bot]
a442e24081 Bump the cargo group across 3 directories with 1 update
Bumps the cargo group with 1 update in the /2-Search-Space/search/stract directory: [openssl](https://github.com/rust-openssl/rust-openssl).
Bumps the cargo group with 1 update in the /2-Search-Space/search/stract/crates/leechy-py directory: [openssl](https://github.com/rust-openssl/rust-openssl).
Bumps the cargo group with 1 update in the /5-Applications/teleport-kanban directory: [openssl](https://github.com/rust-openssl/rust-openssl).

Updates `openssl` from 0.10.79 to 0.10.80
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.79...openssl-v0.10.80)

Updates `openssl` from 0.10.79 to 0.10.80
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.79...openssl-v0.10.80)

Updates `openssl` from 0.10.79 to 0.10.80
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.79...openssl-v0.10.80)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.80
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl
  dependency-version: 0.10.80
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: openssl
  dependency-version: 0.10.80
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 4163e69bafc86fd27dc4535747c75e39db822f57)
2026-05-20 23:02:48 -05:00
Brandon Schneider
90a7fc107e feat(rust): add AngrySphinx and FAMM receipt tools 2026-05-20 18:41:57 -05:00
Brandon Schneider
b58c1201ac Remove legacy Python prototypes superseded by Lean formalization
Deleted 58 Python files (~31K lines) that were experimental prototypes
and bootstrapping scripts now superseded by the Lean source of truth:

0-Core-Formalism/core/ (2 files):
  - field_solver_emulator.py
  - formalize_mass_number.py

0-Core-Formalism/lean/LeanGPT/ (17 files):
  - All LLM bootstrapping scripts (algorithm_bootstrap, automated_conviction_loop,
    classify_algorithms, external_model_bridge, genetic_hypothesis_generator,
    group_algorithms_by_domain, hutter_prize_full_test, hutter_prize_test,
    hypothesis_generator, mathematical_law_conviction, otom_pipeline,
    performance_profiler, refine_algorithms_by_domain, skeptical_agent_concern_fix,
    skeptical_agent_swarm, wgsl_hypothesis_runner)

0-Core-Formalism/lean/Semantics/ (1 file):
  - expand_domains.py

0-Core-Formalism/otom/ (4 files):
  - scripts/validate_routing.py
  - tools/ene/ene_artifact_salvage_extractor.py
  - tools/genetics/emit_selection_receipt.py
  - tools/genetics/selection_metrics.py

2-Search-Space/ (14 files):
  - FAMM/solve_famm_sorry.py
  - GhostPivot/gist_pivot_poc.py
  - PIST/hybrid_tsm_pist_torus.py, pist_sweep.py
  - SVQF/microgrid_voxel_emulation.py
  - manifold/ (9 files: api/server, collapse_editor, particle_interaction,
    projection_engine, relativity_adapter, self_typing_engine, soliton_search,
    substrate_bridge)
  - search/generate_lut.py, ingest_pd.py, sweep_manifold.py

3-Mathematical-Models/ (20 files):
  - dna_benchmark/compressors/ (5 files)
  - pist_biological_polymorphic_shifter_v3*.py (5 files)
  - fiber_optic_vibrational_tensor/fiber_optic_tensor_network.py
  - manifold_compression/src/ (2 files)
  - fix_kwargs_meta.py, fix_metadata.py, fix_remaining.py, fix_sbox.py
  - genetics/Allelica/Allelica.py

These prototypes expressed formal concepts in Python that are now
formalized in Lean (747+ Lean modules). Per AGENTS.md, Lean is the
source of truth for formal claims.

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 15:34:17 +00:00
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
Brandon Schneider
f4dea52c17 Refresh whoogle dotenv advisory manifest 2026-05-11 23:27:19 -05:00
Brandon Schneider
eafd19a487 Remediate dependency alert residue 2026-05-11 23:26:12 -05:00
Brandon Schneider
d440fa3f47 Scrub tracked API key material 2026-05-11 22:25:43 -05:00
Brandon Schneider
a99e839bab Track remaining source and documentation inventory 2026-05-11 22:18:31 -05:00
Brandon Schneider
eb50a316b4 Fix Dependabot dependency alerts 2026-05-08 15:04:30 -05:00
Brandon Schneider
5f88abf618 initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00