Three docs require committed release evidence: docs/design/product-spec.md:117-119 ("Each release … commits docs/release/artifacts-<date>.json"), docs/release/README.md ("This directory holds the evidence files"), and docs/release/live-smoke-checklist.md:73 (a checklist item). But docs/release/ contains only three .md files and git log --all -- 'docs/release/artifacts-*' is empty — even though v0.1.1 is tagged and published.
Impact: the release-gate evidence trail the docs mandate does not exist for either shipped release, so the documented release process and actual practice have already diverged.
Acceptance: either the evidence file is committed for the next release (with the 0.1.0/0.1.1 gap back-filled or annotated), or the product-spec/checklist requirements are amended to match actual practice.
Three docs require committed release evidence:
docs/design/product-spec.md:117-119("Each release … commitsdocs/release/artifacts-<date>.json"),docs/release/README.md("This directory holds the evidence files"), anddocs/release/live-smoke-checklist.md:73(a checklist item). Butdocs/release/contains only three.mdfiles andgit log --all -- 'docs/release/artifacts-*'is empty — even thoughv0.1.1is tagged and published.Impact: the release-gate evidence trail the docs mandate does not exist for either shipped release, so the documented release process and actual practice have already diverged.
Acceptance: either the evidence file is committed for the next release (with the 0.1.0/0.1.1 gap back-filled or annotated), or the product-spec/checklist requirements are amended to match actual practice.