docs(agents): update exe VM domain to .xyz

Amolith created

Change summary

dot_config/AGENTS.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

dot_config/AGENTS.md 🔗

@@ -34,7 +34,7 @@ If I've asked you to ntfy me when you're done or if you ever have any questions
 
 The body should be a slightly longer, friendly paragraph saying who is finished with what in which project.
 
-If `$SHELLEY_CONVERSATION_ID` is set, find this conversation's slug with `sqlite3 "$SHELLEY_DB" "SELECT slug FROM conversations WHERE conversation_id = '$SHELLEY_CONVERSATION_ID'"` and add the header `Click: https://$(hostname).shelley.exe.dev/c/<slug>`. If `$SHELLEY_CONVERSATION_ID` is not set, DO NOT link to anything unless it's relevant.
+If `$SHELLEY_CONVERSATION_ID` is set, find this conversation's slug with `sqlite3 "$SHELLEY_DB" "SELECT slug FROM conversations WHERE conversation_id = '$SHELLEY_CONVERSATION_ID'"` and add the header `Click: https://$(hostname).shelley.exe.xyz/c/<slug>`. If `$SHELLEY_CONVERSATION_ID` is not set, DO NOT link to anything unless it's relevant.
 
 For example
 
@@ -52,7 +52,7 @@ ht POST "https://ntfy.sh/$NTFY_TOPIC_LLM" \
   "Authorization:Bearer $NTFY_ACCESS_TOKEN" \
   "t:Added HEIC upload support in shelley" \
   "ta:white_check_mark" \
-  "Click:https://vm-host.shelley.exe.dev/c/heic-upload-support" <<'EOF'
+  "Click:https://vm-host.shelley.exe.xyz/c/heic-upload-support" <<'EOF'
 Shelley finished adding HEIC-to-JPEG conversion for image uploads in shelley. The new imageutil helper handles it transparently and tests cover the happy path.
 EOF