summaryrefslogtreecommitdiff
path: root/snippets/hyperstack/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-20 12:34:29 +0200
committerPaul Buetow <paul@buetow.org>2026-03-20 12:34:29 +0200
commit566b271f8ba8fda4356abbb3f207e576cb0bd6fa (patch)
tree4c09ca7f6d2479f873d5675b1d101a1f94a1867a /snippets/hyperstack/README.md
parent6fa6cf1dc856c449c851a2daf76fc46b93c45c73 (diff)
task 299: clean up local state on delete
Diffstat (limited to 'snippets/hyperstack/README.md')
-rw-r--r--snippets/hyperstack/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/snippets/hyperstack/README.md b/snippets/hyperstack/README.md
index d2fdcca..48f7a38 100644
--- a/snippets/hyperstack/README.md
+++ b/snippets/hyperstack/README.md
@@ -47,6 +47,7 @@ ANTHROPIC_API_KEY=sk-litellm-master \
claude --model claude-opus-4-6-20260604 --dangerously-skip-permissions
# Tear down
+# Also removes the tracked local wg1 peer, hostname alias, and pinned SSH host key.
ruby hyperstack.rb delete
```