Research-Stack/.github
Devin AI 9e5a30cc24 ci: disable LFS smudge filters in pre-commit job
pre-commit stashes unstaged changes, runs hooks, then pops the stash.
When the runner's working tree has LFS pointer files but git's LFS
smudge filter is configured (per .gitattributes), the stash/pop cycle
reports a phantom diff against the binary content git thinks it
should smudge, and the pop fails with
"the patch applies to ... which does not match the current contents".

All hooks themselves pass on this PR (validated locally and visible in
the previous CI run for #10). Clearing the LFS filters locally for the
pre-commit job removes the disagreement without mutating the repo or
any LFS-tracked files.

Co-Authored-By: Allaun Silverfox <bigdataiscoming+9i37y6j2@protonmail.com>
2026-05-12 04:28:19 +00:00
..
assets Track HCMMR sources and ignore generated mirrors 2026-05-11 21:53:32 -05:00
workflows ci: disable LFS smudge filters in pre-commit job 2026-05-12 04:28:19 +00:00
copilot-instructions.md chore: add copilot instructions reflecting AGENTS.md contract 2026-05-09 23:18:50 -05:00
dependabot.yml Fix GitHub repository settings config 2026-05-11 22:55:56 -05:00
PULL_REQUEST_GENETIC_GROUNDUP_REWRITE.md initial: sovereign research stack (consolidated, weightless, and lfs-optimized) 2026-05-04 18:11:36 -05:00
README.md Consolidate research stack updates 2026-05-05 21:09:48 -05:00
RRC_OPERATING_CONTRACT.md Track HCMMR sources and ignore generated mirrors 2026-05-11 21:53:32 -05:00

Sovereign Research Stack

Formal verification of cross-domain invariants via Lean 4.

This is a mathematically proven computing stack that replaces floating-point arithmetic with integer-only topology navigation. All core logic lives in Lean 4 with over 3,500 verified proofs — Python, Rust, and Verilog exist only as extraction shims. The goal is provably correct, hardware-native code that can run on $15 FPGAs instead of server farms.

Lean 4 is the source of truth. No floating-point. No sorry.

Documentation · Project Map · Quick Start

Status: Active Development — Documentation Consolidation Phase