Skip to content

Commit a154b7a

Browse files
author
iexitdev
committed
docs(release): sync completion audit state
1 parent a6bc59f commit a154b7a

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

docs/internal/completion-audit.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,21 @@ Latest current-HEAD verification on May 11, 2026:
132132
warning
133133
- `npm run release:gate:report` reports only the H6 owner-approval blocker
134134

135+
Latest release-process simplification verification on May 11, 2026:
136+
137+
- `npm run docs:build` passed after the Developer Preview publish handoff and
138+
archived accessibility evidence cleanup
139+
- `npm run test:unit -- scripts/release-accessibility-artifacts.test.mjs scripts/check-release-gates.test.mjs`
140+
passed
141+
- `npm run release:preview:gate` passed with `pass=119 warn=1 block=0 fail=0`
142+
- `npm run release:gate:report` passed in report mode with
143+
`pass=119 warn=1 block=1 fail=0`; the single blocker is H6 owner approval
144+
- `npm run release:preview:publish:preflight` passed after npm registry access
145+
was available; it confirmed the four free packages are missing for
146+
`7.0.0-next.1` and Pro/Skia remain unpublished
147+
- `npm run release:owner:record -- --list` reports H4 and H5 approved, and H6
148+
not started with eight pending decisions
149+
135150
Current source version: `7.0.0-next.1`.
136151

137152
Latest published Developer Preview: `7.0.0-next.0`.

docs/internal/prompt-to-artifact-checklist.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This checklist maps the original CKV2 prompt to current artifacts without requir
3030
| Security and release hardening | [known-issues.md](../release/known-issues.md), [h6-release-notes-draft.md](../release/h6-release-notes-draft.md), release gate scripts | `npm run security:audit`, `npm run test:unit -- scripts/package-scripts.test.mjs`, `npm run release:preview:gate` | Covered for high/critical gate |
3131
| Native/RN CLI release evidence | [native-release-workflow.json](../release/evidence/native-release-workflow.json), [rn-cli-example-evidence.json](../release/evidence/rn-cli-example-evidence.json), runbooks | `npm run release:preview:gate`, `npm run example:rn-cli:typecheck`, native workflow evidence checks | Prepared for preview; full stable claims limited |
3232
| Owner smoke evidence | [owner-smoke-notes-2026-05-10.md](../release/artifacts/owner-smoke-notes-2026-05-10.md), [smoke-test-checks.md](../release/smoke-test-checks.md) | `npm run release:preview:gate` | Covered without long owner QA matrices |
33-
| H6 release candidate | [ckv2-018-release-candidate.md](ckv2-018-release-candidate.md), H6 packet/checklist/release notes/claims docs | `npm run release:gate:report` | Open; blocked only on H6 owner approval |
33+
| H6 release candidate | [ckv2-018-release-candidate.md](ckv2-018-release-candidate.md), H6 packet/checklist/release notes/claims docs, [owner-gates.json](../release/evidence/owner-gates.json) | `npm run release:owner:record -- --list`, `npm run release:gate:report` | Open; blocked only on eight H6 owner decisions |
3434

3535
## Covered Developer Preview Milestones
3636

@@ -135,3 +135,11 @@ The old `release:qa:*` matrix recorder/status/capture scripts were removed. Use
135135
Draft H6 artifacts exist for these decisions in `docs/release/`. The H6
136136
approval dry-run passes with all eight labels, so the active release gate
137137
remains blocked only until the owner explicitly approves H6.
138+
139+
Latest owner-gate output:
140+
141+
```text
142+
h4 approved Pro/free boundary approval 0 pending decisions
143+
h5 approved Developer Preview release approval 0 pending decisions
144+
h6 not-started Release-candidate approval 8 pending decisions
145+
```

0 commit comments

Comments
 (0)