From 96bb156331eb297743a597ec8403ab09bf0920ac Mon Sep 17 00:00:00 2001 From: "anthony.wen" Date: Mon, 27 Apr 2026 14:33:48 -0400 Subject: [PATCH] docs: default ATVM VM snapshot names to timestamp format Add an AGENTS.md rule for vCenter VM snapshot requests so snapshot names default to the format using the local America/New_York timezone unless the operator requests a different name. --- atvm/AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/atvm/AGENTS.md b/atvm/AGENTS.md index 620cc24..ca75fd0 100644 --- a/atvm/AGENTS.md +++ b/atvm/AGENTS.md @@ -98,6 +98,7 @@ This file defines how to operate and maintain the ATVM workspace in `/home/aw/co - Before reporting a categorized grouped sub-run as `PASS`, confirm that the matching child batch also passed in the live launch log or the final `Cloud Run Finished` summary for that child run. - If the operator asks for ATVM run status without mentioning Mattermost, respond locally only and do not post externally. - If the operator asks to send ATVM run status to Mattermost, use `MATTERMOST_ATVM_WEBHOOK` and `MATTERMOST_ATVM_CHANNEL` from `/home/aw/code/cds/.env.credentials.local` by default and send the final status only after the run has fully completed, whether the run passed or failed. +- For vCenter VM snapshot requests, default the snapshot name to `VM Snapshot [m/d/yyyy], [h:mm:ss AM/PM]` in the local `America/New_York` timezone unless the operator explicitly requests a different name. - Do not call out expected, harmless `systemctl reset-failed ... unit not loaded` output in routine run updates; mention it only if it blocks startup or matters for debugging. - Treat `docs/automation/examples.md` as reference-only, not default operator intent. - Put reusable workflow rules in `guide.md` files.