Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot]
cd4fd24c20
chore(deps): bump the root-npm-minor-patch group with 3 updates
Bumps the root-npm-minor-patch group with 3 updates: [@cline/sdk](https://github.com/cline/cline/tree/HEAD/sdk/packages/sdk), [@modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) and [cline](https://github.com/cline/cline/tree/HEAD/apps/cli).


Updates `@cline/sdk` from 0.0.41 to 0.0.54
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/sdk/sdk/v0.0.54/sdk/packages/sdk)

Updates `@modelcontextprotocol/inspector` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/modelcontextprotocol/inspector/releases)
- [Commits](https://github.com/modelcontextprotocol/inspector/compare/0.21.2...0.22.0)

Updates `cline` from 3.0.29 to 3.0.33
- [Release notes](https://github.com/cline/cline/releases)
- [Changelog](https://github.com/cline/cline/blob/main/apps/cli/CHANGELOG.md)
- [Commits](https://github.com/cline/cline/commits/cli-v3.0.33/apps/cli)

---
updated-dependencies:
- dependency-name: "@cline/sdk"
  dependency-version: 0.0.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
- dependency-name: "@modelcontextprotocol/inspector"
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-npm-minor-patch
- dependency-name: cline
  dependency-version: 3.0.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-29 14:47:51 +00:00
dependabot[bot]
9fa95d2183 Bump better-sqlite3 in the root-npm-minor-patch group across 1 directory
Bumps the root-npm-minor-patch group with 1 update in the / directory: [better-sqlite3](https://github.com/WiseLibs/better-sqlite3).

Updates `better-sqlite3` from 12.9.0 to 12.10.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v12.9.0...v12.10.0)

---
updated-dependencies:
- dependency-name: better-sqlite3
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a456172af7454d441dec274adebdd8c836e33096)
2026-05-20 23:03:34 -05:00
Brandon Schneider
539010c3f9 chore(root): refresh package lock and flake outputs 2026-05-20 18:43:13 -05: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
fdb6761786 Harden optional science toolbelt probe 2026-05-12 05:12:46 -05:00
Brandon Schneider
40fbab8aac Add optional science toolbelt probe 2026-05-12 00:21:34 -05:00
Brandon Schneider
7de2ef71a0 Track DeepSeek review receipts and CAD setup tasks 2026-05-11 22:41:44 -05:00
Brandon Schneider
0cf775c80e collapse: prover orchestration layers, FAMM verilator harness, swarm topological prober, spec sheets, virtual FPGA system tests, merge conflict resolution
- Prover-Integrated Orchestration Layers (L0-L3): Goedel-Prover-V2 watchdog, BFS-Prover-V2 swarm consensus, bf4prover topology adaptation
- FAMM Verilator benchmark: uniform vs preshaped delay comparison (4.4x speedup)
- Swarm topological device prober: 11 agents probing traces, caps, delays, errors, vias, PDN
- Spec sheet puller: 10 components with key params and topological relevance
- Virtual FPGA system tests: 6/6 passed, 134K ops/s throughput
- Fixed merge conflicts in AI-Newton test_experiment.ipynb
2026-05-06 23:42:01 -05:00