Make watcher the default ATVM approval path

This commit is contained in:
2026-03-27 12:24:21 -04:00
parent c60542e0e5
commit 95eeba60cd
3 changed files with 13 additions and 5 deletions

View File

@@ -258,3 +258,11 @@ This file stores run-specific examples only when a run produced a new learning r
- The operator wants ATVM run results ordered as `SUMMARY:`, `HOSTS:`, `TIMING:`, `COVERAGE:`, `TEST FLOW:`, then `NOTES:`.
- Action for future runs:
- Render ATVM status output in that section order for both local output and Mattermost posts.
## Run Learning: 2026-03-27 (Default ATVM approval should include the watcher)
- Observed requirement:
- The operator wants `approve` to mean run with watcher by default.
- The explicit no-watcher override should be `approve without watcher`.
- Action for future runs:
- Treat `approve` as approval to run and start the watcher.
- Treat `approve without watcher` as approval to run without starting the watcher.