Keep ATVM watcher notes operator-focused

This commit is contained in:
2026-03-27 14:54:39 -04:00
parent 4186f2d0ea
commit 650adb085e
4 changed files with 11 additions and 3 deletions

View File

@@ -268,6 +268,13 @@ This file stores run-specific examples only when a run produced a new learning r
- Store it under the watcher state directory for the parent build so it survives runner exit and missing log files.
- Prefer the persisted Currents URL store over transient log scraping when building the final `NOTES:` section.
## Run Learning: 2026-03-27 (Keep ATVM notes meaningful and remove generic artifact-detected lines)
- Observed requirement:
- Generic watcher bookkeeping notes such as "Run finished and one or more sub-run result artifacts were detected." and "Final reporting artifacts were detected." do not add operator value in ATVM status posts.
- Action for future runs:
- Reserve `NOTES:` for meaningful operator-facing content such as the Currents run URL, real anomalies, failure context, and important fallback behavior.
- Do not include generic artifact-detection confirmations in the posted `NOTES:` section.
## 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.