Commit graph

6 commits

Author SHA1 Message Date
318db01e31 refactor(infra): decommission AWS deployment artifacts
Remove EC2/RDS deployment scripts, EC2 watchdog, and RDS substrate
provisioning files. Drop the legacy AWS API MCP server from all IDE
configs. Replace hardcoded AWS proof-server and RDS default endpoints
with localhost/env-only placeholders.

Deleted:
- 4-Infrastructure/infra/deploy_aws_language_proof_server.sh
- 4-Infrastructure/infra/aws_language_proof_server_user_data.sh
- 4-Infrastructure/infra/ec2-configuration.nix
- 4-Infrastructure/infra/ec2_idle_watchdog.py
- 4-Infrastructure/infra/ec2-idle-watchdog.service
- 4-Infrastructure/infra/ec2-idle-watchdog.timer
- 4-Infrastructure/deploy/rds-substrate/*

Changed:
- .mcp.json, .cursor/mcp.json, .roo/mcp.json, .vscode/mcp.json:
  remove aws server, make remote-lean-proof URL env-only
- .vscode/settings.json: remoteLeanProof.url -> localhost
- 4-Infrastructure/infra/remote_lean_proof_mcp.py: default URL -> localhost
- ene-rds/ene-session-sync: default RDS_HOST -> localhost
- RECOVERY.md, INFRASTRUCTURE.md, TODO_MAP.md: remove AWS/EC2 refs

Build: cargo check ene-rds OK; python3 -m py_compile OK; JSON valid
2026-06-19 22:42:34 -05:00
475f6319ea chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00
Brandon Schneider
bc9b592dbe docs(infra): update public documentation for virtualized DMA compute backplane
- Promote the expanded Virtio-Net Packet-as-Computation (PIST) and QEMU graphics backplane spec from the artifacts directory to 6-Documentation/docs/specs/.
- Update root README.md to highlight virtualized DMA computation fabrics.
- Expand 6-Documentation/INFRASTRUCTURE.md to detail host GPU/APU auto-profiling, lossless color ranges, and framebuffer packing shims.
- Keep AGENTS.md aligned with core surfaces.

Build: 3313 jobs, 0 errors (lake build)
2026-05-30 19:51:24 -05:00
Brandon Schneider
6600af4dbd docs: fold k3s cluster setup + netcup-vps into infrastructure docs
Added to INFRASTRUCTURE.md:
- k3s cluster topology (cupfox control plane)
- Ollama inference serving (Neon-64GB, Caddy reverse proxy)
- netcup-vps ARM64 math stack (openblas, petsc, z3, julia)
- Reference to 4-Infrastructure/docs/k3s-cluster-setup.md
2026-05-30 14:38:32 -05:00
Brandon Schneider
18963e7053 docs: mark AWS instances as shut down, self-hosted bare metal only
- Added hosting note: self-hosted bare metal, no cloud instances
- Marked AWS MCP server as legacy
- All compute on physical nodes via Tailscale mesh
2026-05-29 02:09:46 -05:00
Brandon Schneider
251ea9d9bf docs: comprehensive infrastructure documentation
Covers:
- 5-node Tailscale mesh (nixos, qfox, 361395-1, racknerd, steamdeck)
- k3s cluster: 7 namespaces, 20+ services, Traefik ingress
- FPGA: Tang Nano 9K, 6-module bitstream, 195.92 MHz
- GPU: RTX 4070, Ollama deepseek-coder-v2:16b
- Lean: 3572 jobs, 10 modules, 8 sorries
- Python: 68/68 tests, HiGHS 8.4ms
- Skills: 111 enabled (6 local, 12 hub, 85 builtin)
- MCP servers: eda, lean, sympy, contextstream, aws
- DNS/TLS: researchstack.info, Porkbun, LE certs
- Key constants: Q16_16, golden angle, baud rate, Kolmogorov
2026-05-29 01:12:18 -05:00