docs: clarify QA and acceptance agent boundaries

This commit is contained in:
dafang
2026-06-29 16:01:15 +08:00
parent ac31305d99
commit 060c8c5326
11 changed files with 83 additions and 15 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
| Feature flow | `cs-feat-design-review` | Independent feature design review gate before human approval |
| Feature flow | `cs-feat-impl` | Code in the order the design lays out |
| Feature flow | `cs-code-review` | Read-only code review gate after implementation |
| Feature flow | `cs-feat-qa` | Local QA verification gate after code review |
| Feature flow | `cs-feat-accept` | Verify implementation against the design and close the loop |
| Feature flow | `cs-feat-qa` | QA verification gate after code review; optional independent runner |
| Feature flow | `cs-feat-accept` | Verify implementation and close the loop; optional read-only auditor |
| Feature flow | `cs-feat-ff` | Ultra-light lane: no design, no phases, direct implementation |
| Issue flow | `cs-issue` | Sub-flow entry for issue fixing |
| Issue flow | `cs-issue-report` | Turn a problem into a reproducible, traceable report |