Parent: #734
Blocked by: #735 through #741
Outcome
CI mechanically prevents WARP-owned CAS/cache management from returning.
Scope
- AST/import boundary forbidding direct raw object writes, RootSet coordination, cache indexes, LRU/page-cache implementations, and plumbing reflection in production WARP code.
- Allowlisted composition root imports of the public git-cas API.
- Real-repository reachability test for live, replaced, expired, and pinned assets.
- Constrained-memory integration test for a blessed bounded reading.
- Public API/consumer tests proving no removed storage substrate leaks back into root.
Proof
- Mutation tests demonstrate the gate fails on forbidden examples.
- Live materializations are absent from immediate-prune output.
- Released/expired cache values become eligible for collection.
- Test output and source citations are recorded as goalpost evidence.
Parent: #734
Blocked by: #735 through #741
Outcome
CI mechanically prevents WARP-owned CAS/cache management from returning.
Scope
Proof