You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle the contract-hygiene items that must ride the reshape fold: the codec version discriminator, migration-cruft deletion, and the denied() doc caveat.
Why
The reshape enumerates several contract-hygiene items that must ride the fold but are not covered by any other issue: the surface pin sets the shape and the conformance kit lands too late for the fold. These are cheap now (echo-only pinning) and must precede the true 0.1.0 cut. Part of milestone M1: Videre contract reshape and host-intent decoupling. Blocked by: Pin the videre WIT surface. See docs/design/videre-split-plan.md and docs/design/issue-milestone-plan.md.
Bundle the contract-hygiene items that must ride the reshape fold: the codec version discriminator, migration-cruft deletion, and the denied() doc caveat.
Why
The reshape enumerates several contract-hygiene items that must ride the fold but are not covered by any other issue: the surface pin sets the shape and the conformance kit lands too late for the fold. These are cheap now (echo-only pinning) and must precede the true 0.1.0 cut. Part of milestone M1: Videre contract reshape and host-intent decoupling. Blocked by: Pin the videre WIT surface. See docs/design/videre-split-plan.md and docs/design/issue-milestone-plan.md.
Scope
Done when