From 0a3e3baf75d8a16259401eb71a69387aefcfedc2 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 9 Feb 2026 11:15:44 -0700 Subject: [PATCH] docs(agents): update exe VM domain to .xyz --- dot_config/AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/AGENTS.md b/dot_config/AGENTS.md index e518e4660c60725e8bba84be83144dcaea75f814..0a4d0c4d3bb034c25b1381ca771e08a3c756e661 100644 --- a/dot_config/AGENTS.md +++ b/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/`. 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/`. 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