Commit graph

74 commits

Author SHA1 Message Date
Allaun Silverfox
99d3edfcb5 Add Talagrand convexity fold-in note 2026-05-23 02:53:19 -04:00
Allaun Silverfox
eeb7d217d0 Add Auro Zera modular-cover audit note 2026-05-23 02:47:25 -04:00
Brandon Schneider
546783faaf docs: add external research import maps 2026-05-20 18:41:21 -05:00
Brandon Schneider
2cd377d8c7 Merge github/main turbulence atlas documentation 2026-05-20 18:40:26 -05:00
Brandon Schneider
4b828e369c ROADMAP.md: correct 9 phantom/stale claims flagged by review agents
**CRITICAL fixes**
- Header: note UNIVERSAL_SUBSTRATE_ROADMAP.md no longer exists on disk;
  add note that TODO_MAP.md may lag this file
- §11: replace dead cross-reference with accurate statement; mark full
  census reconstruction as Phase 0 deliverable
- Phase 0: split into completed infrastructure vs pending Lean work;
  explicitly note `USTSM_State` does not yet exist in any Lean file

**ERROR fixes**
- §1: retract unverified "2,634 models" figure; replace with measured
  1,126 ingested equation rows (source: equations.csv 2026-05-18)
- §6 Invariant 7: clarify Q0_64 universality is a Phase 0-1 design
  goal, not a current enforced fact; note Bind.lean uses Q16_16
  exclusively by design ("all values require integer component for
  gradient computation") — no contradiction, different scopes
- §8: expand Semantics/Semantics description to reflect 946+ entries
  (not a handful of named modules); update §4-Infrastructure/infra/
  description to reflect Rust-only state (Python shims removed)
- §12 Credential Gateway: remove reference to deleted credential_server.py;
  credit rs-surface binary and credential.rs module

**WARNING fixes**
- §10 FPGA Hardware: change  Synthesized → 🔄 Bitstream ready; add
  "live hardware receipt pending" caveat
- Phase 4 heading: rename to clarify concurrent-with-Phases-2-3; add
  explanatory note

**BLOCKED annotation**
- Immediate action #8 (Flash Tang Nano 9K): mark as blocked on physical
  board + USB programmer

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 17:04:45 +00:00
Allaun Silverfox
1d26f1332f Add turbulence model atlas gate documentation 2026-05-19 10:24:36 -05:00
Brandon Schneider
4d715908fd docs: full documentation + roadmap refresh (2026-05-19)
- CHANGELOG: add 2026-05-09 through 2026-05-19 entry covering Lean
  hardening, storage stack, 20+ new gates, physics RG suite
- ROADMAP: update layer model (746 modules, 3529 jobs, 0 errors);
  mark eigensolid_convergence proven; add section 12 (Infrastructure
  & Data Layer) covering ENE RDS, Garage S3, storage agent, devcontainer
- TODO_MAP: add B11 (eigensolid convergence, DONE), Phase I (infra),
  Phase J (adversarial gates); rename old Phase I to Phase K
- README: update Lean module/build counts; add Infrastructure table
- ARCHITECTURE: update L0 row; add repository structure rows for
  ene-rds, storage, devcontainer; add sections 11-13 (Storage &
  Persistence Layer, ENE RDS Workspace, Braid Eigensolid Compressor)
- CONCEPTS: add Braid Eigensolid Compressor, Constrained Agent
  Framework, and Garage S3 Storage Stack concept entries
- 4-Infrastructure/README: rewrite to reflect ENE RDS Rust workspace,
  restic/Garage/rclone storage stack, storage agent, GPU dispatch,
  adversarial harnesses

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 09:12:16 +00:00
Brandon Schneider
9d450756c1 Expand ene-rds Rust workspace and refine devcontainer
- Add ene-node, ene-rds-chat, ene-rds-ephemeral, ene-rds-wiki,
  ene-storage, ene-sync crates to the ene-rds workspace
- Extend ene-rds-core with shared types and cluster messaging
- Add review doc and wiki page for the RDS Rust workspace
- Fix devcontainer: custom /etc/passwd with researcher user,
  add gcc/glibc/binutils for VS Code server compatibility,
  include util-linux, gnutar, gzip; add LD_LIBRARY_PATH
- Ignore Nix build output (`result`) and Rust artifacts

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 07:52:39 +00:00
Brandon Schneider
fd863af6fd Expand devcontainer with full Python stack, add MCP servers (Notion/AWS), strengthen Lean theorems
- .devcontainer/Dockerfile: add PostgreSQL client libs, OpenSSL/libffi headers, gfortran/BLAS for scipy, rclone; install full Python dependency set (boto3, psycopg2-binary, fastapi, uvicorn, notion-client, httpx, pytest, numpy, scipy, etc.) in uv-managed venv; add rclone S3 gateway init script as ENTRYPOINT
- .devcontainer/devcontainer.json: switch from build to pre-built image (localhost/research
2026-05-19 01:52:14 -05:00
Brandon Schneider
de06a85a83 Quarantine sorry blocks, fix RcloneIntegration proof, add ENE wiki re-ingest and ZFS setup.
Lean sorry audit (lake build passes, 3539 jobs):
- FixedPointBridge: 10 sorrys quarantined with TODO(lean-port) — all blocked on
  Float→Q bridge lemmas (Q0_16/Q16_16 round-trip error bounds)
- HyperbolicStateSurface: 3 sorrys quarantined — need Q16_16.sqrt error-bound
  and Q16_16.add_pos_of_pos lemmas
- CostEffectiveVerification: 1 sorry quarantined; also fixed pre-existing
  struct/structure typo, Array.Repr, Real.abs syntax, and Bool/Prop mismatch
- MMRFAMMUnification: 1 sorry quarantined — Array.foldl induction lemma missing
- WaveformTeleport: constantWaveformAtFixedPoint_base native_decide was
  numerically false; replaced with sorry + TODO(lean-port)
- RcloneIntegration: startTask_pending_non_increasing PROVED — only sorry fully
  closed, using List.partition_eq_filter_filter + List.filter_sublist
- DiffusionSNRBias, GPUVerificationMetaprobe, QFactor, SSMS: already properly
  quarantined; verified build passes

Infrastructure additions:
- ene_wiki_body_reingest.py: 5-source priority resolver for ene.wiki_revisions
  text="" gap (TiddlyWiki → filesystem → Notion → package description → stub)
- zfs-pool-setup.sh: stackcache pool (500G sparse vdev) with hot/warm/cold
  thermal-zone dataset hierarchy; requires reboot to 7.0.9-1-cachyos kernel

Docs:
- ROADMAP.md: mark Lean→Verilog/FPGA targets as LONG-TERM in Phase 6
- UNIFIED_SIGNAL_ARCHITECTURE.md: add FPGA-column deferral notice

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-18 23:01:44 -05:00
Allaun Silverfox
e9bbd83fef Add OR-Tools WASM constraint solver gate documentation 2026-05-18 18:45:52 -05:00
Allaun Silverfox
adf98dba67 Add deep-dive possible constrained-agent approaches addendum 2026-05-18 15:47:29 -05:00
Allaun Silverfox
522ed60cde Add possible constrained-agent approaches document with GLIA 2026-05-18 12:02:08 -05:00
Allaun Silverfox
3d93cfab84 Add SmallCode constrained agent execution gate documentation 2026-05-18 11:42:44 -05:00
Allaun Silverfox
121d517851 Add citations to Möbius-Apollonius gate 2026-05-18 00:05:53 -05:00
Allaun Silverfox
df7143aca3 Add Möbius-Apollonius chord partition gate documentation 2026-05-18 00:02:43 -05:00
Allaun Silverfox
3038781aa4 Add Chromatic Homotopy Height Spectral Gate documentation 2026-05-17 16:22:06 -05:00
Allaun Silverfox
460fcea7f0 Add Ahmed Integral scalar witness gate documentation 2026-05-17 16:18:43 -05:00
Allaun Silverfox
c1cae66f38 Add adversarial duals combined documentation 2026-05-17 14:38:12 -05:00
Allaun Silverfox
c641396ac7 Add Anti-BraidStorm hostile crossing gate documentation 2026-05-17 14:37:19 -05:00
Allaun Silverfox
70ef664357 Add Anti-FAMM shadow adversary documentation 2026-05-17 14:33:24 -05:00
devin-ai-integration[bot]
1187b4ab44 docs(wiki): disambiguate continuation receipt instructions
Split the run-on sentence that read 'Continuation receipts omit
context_files and message_keys records the alternate shape...' into
two distinct clauses so agents following the 'Adding a New Review'
checklist don't misread it as 'omit [context_files and message_keys]'.
Explicitly state that continuation receipts MUST populate message_keys
to record the alternate response shape.
2026-05-17 12:20:57 -05:00
Brandon Schneider
5a763468c9 integrate infrastructure config, axiom cleanup, and documentation updates
- cupfox-config.nix: add Open WebUI container with chat.researchstack.info proxy,
  gather-metrics service/timer, rclone, and tmpfiles for persistent storage
- Lean semantics: reduce axiom count from 109 to 18 across 10 files;
  FixedPoint now 0 axioms, 0 sorries with 12 theorems
- Documentation: update AGENTS.md with current axiom/sorry counts and
  FixedPoint status; refine bind signature
- Add topology scripts, CGA/FAMM/GeneticOptimizer/MMRFAMM Lean modules,
  devcontainer config, MEMORY.md, and Modelfile
2026-05-17 12:03:19 -05:00
Allaun Silverfox
07c8a9ab1f Add Feynman path-integral shadow witness note 2026-05-17 10:39:59 -05:00
Allaun Silverfox
b5534677eb Add Navier-Stokes shadow control gap map note 2026-05-17 10:32:14 -05:00
Allaun Silverfox
aa9ab18ff2 Add Navier-Stokes/MHD chiral drag witness note 2026-05-17 10:18:42 -05:00
Allaun Silverfox
b95f1d9678 Add Plasma Chiral Drag Witness Gate documentation 2026-05-17 10:10:15 -05:00
Allaun Silverfox
a2520eb4bf Add Universal Shortcut Center Manifold documentation 2026-05-16 21:10:29 -05:00
Allaun Silverfox
d0bee615cc Add BraidStorm Sidon Crossing Anti-Alias Gate documentation 2026-05-16 20:47:57 -05:00
Allaun Silverfox
c151c15cf8 Add Golden Braid Centering Gate documentation 2026-05-16 19:45:02 -05:00
Allaun Silverfox
71fd40bc2e Add autonomous speedrun harness gate documentation 2026-05-16 19:08:34 -05:00
Allaun Silverfox
5ebc4841d6 Add MarkovJunior 16D PIST rewrite shim documentation 2026-05-16 18:40:29 -05:00
Allaun Silverfox
dad0dca0fa Add Sidon FAMM map documentation 2026-05-16 17:17:26 -05:00
Allaun Silverfox
bc690d5558 Add Builder-Judge-Warden geodesic cleanup filter documentation 2026-05-16 16:57:56 -05:00
Allaun Silverfox
75f5d96dae Add logogram chirality route gate documentation 2026-05-16 16:30:15 -05:00
Allaun Silverfox
410258dc29 Add NUVMAP Delta-DAG sharding spec 2026-05-16 16:12:10 -05:00
Allaun Silverfox
60425bf6ec Add NUVMAP Delta-DAG search compressor documentation 2026-05-16 16:05:53 -05:00
Allaun Silverfox
0c1f4112a1 Add common-noise MFG Riccati gate documentation 2026-05-16 15:04:56 -05:00
Allaun Silverfox
6fed0fc644 Add bio-organoid signal field gate documentation 2026-05-16 14:49:05 -05:00
Allaun Silverfox
dab1031885 Add 16D Chaos Game Field Shrinker documentation 2026-05-16 14:39:03 -05:00
Allaun Silverfox
a7f54fbd3d Document Semantic Mass route plow runner 2026-05-16 13:51:09 -05:00
Allaun Silverfox
b4e242782a Add FAMM Semantic Mass math-forest plow documentation 2026-05-16 13:35:56 -05:00
Allaun Silverfox
8cc1f4a84d Add Semantic Mass Z-domain accelerator documentation 2026-05-16 13:24:06 -05:00
Allaun Silverfox
f2e04d7525 Document empirical Hessian receipt pass 2026-05-16 13:18:08 -05:00
Brandon Schneider
b5139fb484 docs(system): separate FRT core from personal software inventory
Provide two lists for clean system recovery:

- frt-core-packages.txt: 90 packages required to build, verify, and run
  the Research Stack (VITAL + NEEDED tiers). Install first on fresh system.

- personal-packages.txt: ~200 packages that are NOT required for FRT work.
  These are quality-of-life, niche domain, or redundant tools. Safe to remove
  for a clean research environment; reinstall on demand.

Total potential savings: ~3-5GB by removing personal tier.

Also includes the full 391-package master inventory with per-package
justifications in software_inventory_2026-05-13.md.
2026-05-13 18:29:40 -05:00
Brandon Schneider
a1907360dc docs(system): inventory all 391 installed packages with FRT separation
Categorize every explicitly installed package into:
- VITAL: system boot/connectivity/authentication/update backbone
- NEEDED: core Research Stack toolchain (Rust, Lean, Python, Ollama, etc.)
- USEFUL: quality-of-life and secondary workflows
- IF YOU MUST: heavy/duplicate/niche tools safe to remove

Purpose: enable clean separation between personal/cosmetic software
and Fractal Recursion Theory runtime dependencies. Provides
per-package removal commands for ~2-3GB quick savings.
2026-05-13 18:28:08 -05:00
Brandon Schneider
a6311ed940 chore: preserve working tree before secure wipe
- Update .gitignore with **/target/ for Rust build artifacts
- Add eval receipts to UniversalBridge.lean (compile-time verification comments)
- Add PCIe Idle-Cycle Compute Harvester to ROADMAP.md
- Clean up deprecated scripts, generated Verilog, and old tools (23 deletions)
- Stage new infrastructure: Xen/Alpine embedded surface, QFOX topology manager
- Stage new probes: boundary activation field, holographic carving
- Stage new applications: finance manager, script roots
- Stage new research spec: PCIe idle-cycle substrate
2026-05-13 17:36:02 -05:00
Brandon Schneider
d8616d2879 Track remaining Dependabot transitive exceptions 2026-05-11 23:45:53 -05:00
Brandon Schneider
d56ef67ec9 Add verified Ollama DeepSeek review emitter 2026-05-11 23:13:54 -05:00
Brandon Schneider
32ed48ee4e Correct DeepSeek review receipt attribution 2026-05-11 23:06:57 -05:00