docs(atvm): require explicit approval before any atvm_prep execution

This commit is contained in:
2026-05-11 11:22:07 -04:00
parent 765a1ffe84
commit f6fc294e6a
3 changed files with 5 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ This file defines how to operate and maintain the ATVM workspace in `/home/aw/co
- For VM power, shutdown, startup, snapshot, or maintenance requests, operate only on the exact VM names provided by the operator.
- If any requested VM name is missing or not found, stop immediately and report the missing names; do not infer, substitute, or search for replacement VMs unless the operator explicitly requests a discovery/mapping step.
- For `atvm_prep` requests, infer common option values from operator shorthand when intent is clear.
- For any `atvm_prep` execution request, always present the exact planned `atvm_prep.py` command first and wait for explicit operator approval before running it.
- `atvm_prep` datastore shorthand mapping for `-n`:
- `Gold` -> `AutomatedTest-VMBootImg-Gold`
- `Gold2` -> `AutomatedTest-VMBootImg-Gold-2`