trenchlesspm / _test /refactor /README.md
hirokamitai's picture
Updated to sappcode @ 8638e5b
2b77ee0
|
Raw
History Blame Contribute Delete
534 Bytes
# refactor/ β€” PR-per-finding flow
The flow is a procedure, not a script: PLAYBOOK.md β†’ **refactor** (phase B)
defines it. Summary:
- Input: `findings/F-*.md` with `refactor: true`.
- Per finding: branch `refactor/F-NNNN-<slug>`, apply only `suggested_fix`,
host `./verify.sh` must pass, PR titled `[F-NNNN] <summary>` linking the
finding file.
- Batched mode (one PR for all) is opt-in via `config/ship-rules.yml`
β†’ `refactor_mode`.
- Findings are never marked fixed here β€” the next audit verifies and
deletes them.