User story / Problem statement
Currently docs/roadmap-m1.md and docs/m1-brief.md describe a synchronous 1:1 vault — deposit and withdraw priced at call time — that the current architecture replaced with a request lifecycle priced against attestations. Both were still cited as authoritative: CLAUDE.md named the roadmap as where decisions live, and AGENTS.md linked both. An agent or a new contributor reading either was pointed at a design that no longer holds.
AGENTS.md also taught the old model in its own body, described the repo as bootstrap-only after the contract crates had landed, and documented cargo test -p vault against a crate that does not exist.
Expected outcome
The documentation reflects the current design and nothing points to the old one.
Acceptance criteria
Technical notes
Dependency versions are read from Cargo.toml, rust-toolchain.toml and flake.nix. The architecture is maintained outside this repository, so neither file links to a replacement document.
User story / Problem statement
Currently
docs/roadmap-m1.mdanddocs/m1-brief.mddescribe a synchronous 1:1 vault — deposit and withdraw priced at call time — that the current architecture replaced with a request lifecycle priced against attestations. Both were still cited as authoritative:CLAUDE.mdnamed the roadmap as where decisions live, andAGENTS.mdlinked both. An agent or a new contributor reading either was pointed at a design that no longer holds.AGENTS.mdalso taught the old model in its own body, described the repo as bootstrap-only after the contract crates had landed, and documentedcargo test -p vaultagainst a crate that does not exist.Expected outcome
The documentation reflects the current design and nothing points to the old one.
Acceptance criteria
docs/roadmap-m1.mdanddocs/m1-brief.mdare removedAGENTS.mddescribes the request lifecycle: pending, priced, claimedAGENTS.mdstates the real repo contents and that the vault contract is not written yetTechnical notes
Dependency versions are read from
Cargo.toml,rust-toolchain.tomlandflake.nix. The architecture is maintained outside this repository, so neither file links to a replacement document.