From 948289f9e52a7370128c5e2add3cc2363370108a Mon Sep 17 00:00:00 2001 From: fewensa Date: Tue, 8 Sep 2026 22:26:08 +0800 Subject: [PATCH] docs: add acceptance-flow note for docs-only changes codeon: version: 1 authority: FWN-347 description: |- Add one short sentence to README.md in the Acceptance Testing / Full Flow section so docs-only revisions are explicitly covered by the acceptance loop. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d4cf9e2..8c44a6cf 100644 --- a/README.md +++ b/README.md @@ -3215,6 +3215,7 @@ The complete acceptance loop reviews the pull request, requests or applies a revision when the reviewed candidate misses a sealed requirement, runs the landing preflight checks, merges the clean pull request, and closes the linked issue after landing is confirmed. +Docs-only changes still go through the same acceptance loop. ### Examples