Use this note when you want one release-facing summary that ties together the installed package entry points, the local preflight result, and the visual evidence reproduction commands.
If you already ran run_release_candidate_checks.ps1, you can sync the latest
screenshot-backed document/fixed-grid task verdicts back into
gate_summary.json, summary.json, release_handoff.md,
release_body.zh-CN.md, and release_summary.zh-CN.md in one shot with:
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\sync_latest_visual_review_verdict.ps1This is the fastest way to refresh the release-facing notes after a later
screenshot-backed visual verdict update. When you need to override the inferred
gate or release paths, fall back to sync_visual_review_verdict.ps1.
share/FeatherDoc/VISUAL_VALIDATION_QUICKSTART.mdshare/FeatherDoc/VISUAL_VALIDATION_QUICKSTART.zh-CN.mdshare/FeatherDoc/RELEASE_ARTIFACT_TEMPLATE.mdshare/FeatherDoc/RELEASE_ARTIFACT_TEMPLATE.zh-CN.mdshare/FeatherDoc/VISUAL_VALIDATION.mdshare/FeatherDoc/VISUAL_VALIDATION.zh-CN.mdshare/FeatherDoc/visual-validation/visual-smoke-contact-sheet.pngshare/FeatherDoc/visual-validation/reopened-fixed-layout-column-widths-page-01.pngshare/FeatherDoc/visual-validation/fixed-grid-merge-right-page-01.pngshare/FeatherDoc/visual-validation/fixed-grid-merge-down-page-01.pngshare/FeatherDoc/visual-validation/fixed-grid-aggregate-contact-sheet.pngshare/FeatherDoc/visual-validation/sample-chinese-template-page-01.png
- Use 5 to 8 bullets that cover the visual-validation entry points, installed
package entry points, CI metadata artifact, fixed-grid / merge / unmerge /
column-editing capability, the standalone `merge_right()` / `merge_down()`
closure pages, the fixed-grid quartet contact sheet, the Chinese template
preview, and the current validation result.
- If `output/release-candidate-checks/report/release_summary.zh-CN.md` already
exists, start by trimming that generated summary.# FeatherDoc v<version>
## Highlights
- Summarize the main API, behavior, or packaging changes from `CHANGELOG.md`.
## Validation
- MSVC configure/build: <completed|skipped|failed>
- ctest: <completed|skipped|failed>
- install + find_package smoke: <completed|skipped|failed>
- Word visual release gate: <completed|skipped|failed>
- Visual verdict: <pass|fail|pending_manual_review>
- PDF release readiness: <pass|pass_with_warnings|fail>
- PDF visual gate verdict: <pass|fail|pending_manual_review>
## Installed Package Entry Points
- `share/FeatherDoc/VISUAL_VALIDATION_QUICKSTART.zh-CN.md`
- `share/FeatherDoc/RELEASE_ARTIFACT_TEMPLATE.zh-CN.md`
- `share/FeatherDoc/visual-validation/`
- `share/FeatherDoc/visual-validation/fixed-grid-merge-right-page-01.png`
- `share/FeatherDoc/visual-validation/fixed-grid-merge-down-page-01.png`
- `share/FeatherDoc/visual-validation/fixed-grid-aggregate-contact-sheet.png`
- `share/FeatherDoc/visual-validation/sample-chinese-template-page-01.png`
## Reproduce The Screenshots
```powershell
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\run_word_visual_release_gate.ps1
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\run_fixed_grid_merge_unmerge_regression.ps1 `
-PrepareReviewTask `
-ReviewMode review-only
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\open_latest_word_review_task.ps1
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\open_latest_fixed_grid_review_task.ps1 -PrintPrompt
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\sync_latest_visual_review_verdict.ps1
pwsh -ExecutionPolicy Bypass -File <repo-root>\scripts\check_pdf_release_readiness.ps1 `
-OutputJson <repo-root>\output\pdf-release-readiness-current\summary.json
```
## Evidence Files
- `output/release-candidate-checks/START_HERE.md`
- `RELEASE_METADATA_START_HERE.md`
- `output/release-candidate-checks/report/ARTIFACT_GUIDE.md`
- `output/release-candidate-checks/report/REVIEWER_CHECKLIST.md`
- `output/release-candidate-checks/report/summary.json`
- `output/release-candidate-checks/report/final_review.md`
- `output/release-candidate-checks/report/release_handoff.md`
- `output/release-candidate-checks/report/release_body.zh-CN.md`
- `output/release-candidate-checks/report/release_summary.zh-CN.md`
- `output/word-visual-release-gate/report/gate_summary.json`
- `output/word-visual-release-gate/report/gate_final_review.md`
- `docs/pdf_release_readiness_checklist_zh.rst`
- `output/pdf-release-readiness-current/summary.json`
- `output/pdf-visual-release-gate-current/report/summary.json`
- `output/pdf-visual-release-gate-current/report/aggregate-contact-sheet.png`
- `output/fixed-grid-merge-unmerge-regression/aggregate-evidence/contact_sheet.png`
- `output/word-visual-sample-merge-right-fixed-grid/evidence/pages/page-01.png`
- `output/word-visual-sample-merge-down-fixed-grid/evidence/pages/page-01.png`
- `output/word-visual-sample-chinese-template/evidence/pages/page-01.png`- If the visual verdict is still
pending_manual_review, finish the screenshot review first and rerunsync_latest_visual_review_verdict.ps1. - If you are opening the local summary output for the first time, start with
START_HERE.md. - If you are opening the CI metadata artifact for the first time, start with
RELEASE_METADATA_START_HERE.md. - After either start-here note, continue into
ARTIFACT_GUIDE.md. - If you are performing the release review itself, walk through
REVIEWER_CHECKLIST.mdline by line. - Prefer
VISUAL_VALIDATION_QUICKSTART*.mdfor the shortest screenshot -> command -> review-task path, andVISUAL_VALIDATION*.mdfor the longer mapping and expected output locations.