Commit 402d303
Two build-hygiene fixes; the first unblocks all build CI.
## `fix(build)` — Cargo.lock duplicate `capnp` (closes #272)
The `capnpc` 0.25→0.26 bump (#267) left **two byte-identical** `capnp
0.26.0` stanzas in `Cargo.lock`, which cargo rejects (`package capnp is
specified twice in the lockfile`, exit 101) — reding **every** build job
(MVP Smoke, Boot Gate, the whole `T1/*` live-prover matrix) on every PR
since. Collapsed the duplicate; `capnp 0.25.6` (required by `capnpc`)
and the single `0.26.0` remain. Deterministic dedup of identical stanzas
— the build CI here will confirm (the authoring sandbox has no registry
cache to run `cargo --locked` locally).
## `chore(guix)` — version refresh
`guix.scm` declared `(version "1.5.0")` while the workspace is `2.3.0`
(`Cargo.toml` / `STATE.a2ml`). Bumped to match.
## Nix — already clean (nothing to remove)
echidna has **no** `flake.nix` / `flake.lock` / `*.nix` — the 2026-05-18
estate ruling was already applied (`STATE.a2ml`: "flake.nix + flake.lock
git rm'd"). Remaining `nix` mentions are **intentional deprecation
history** (CLAUDE.md, STATE.a2ml, manifest comments), plus a harmless
`.gitattributes` `flake.lock` line and `echidna-playground` CODEOWNERS
entries for non-existent files — left as-is (template/sub-project
managed). Say the word to purge those dead lines too.
Draft until reviewed.
https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv
---
_Generated by [Claude
Code](https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv)_
---------
Co-authored-by: Claude <noreply@anthropic.com>
1 parent e2252af commit 402d303
4 files changed
Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments