chore: remove personal infra details from docs
Replaced specific IPs, CT numbers, hostnames, and domains with generic examples suitable for public sharing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+13
-13
@@ -9,55 +9,55 @@ Mirror the user's density. Shorthand in → shorthand out.
|
||||
### Status Updates
|
||||
```
|
||||
# verbose:
|
||||
"I've successfully connected to pve173 and checked the ZFS pool status.
|
||||
"I've successfully connected to the server and checked the storage pool.
|
||||
Everything looks healthy with no degraded drives."
|
||||
|
||||
# shorthand:
|
||||
pve173 → tank healthy, 0 degraded
|
||||
server → pool healthy, 0 degraded
|
||||
```
|
||||
|
||||
### Results with Data
|
||||
```
|
||||
# verbose:
|
||||
"I found 3 containers that are currently stopped: CT 105 (ollama),
|
||||
CT 629 (openclaw), and CT 118 (test). Would you like me to start any of them?"
|
||||
"I found 3 containers that are currently stopped: app-a, app-b,
|
||||
and app-c. Would you like me to start any of them?"
|
||||
|
||||
# shorthand:
|
||||
stopped CTs: 105 (ollama), 629 (openclaw), 118 (test)
|
||||
stopped: app-a, app-b, app-c
|
||||
start any?
|
||||
```
|
||||
|
||||
### Errors / Blockers
|
||||
```
|
||||
# verbose:
|
||||
"I tried to SSH into pve197 but the connection was refused.
|
||||
"I tried to SSH into the server but the connection was refused.
|
||||
This might be because the SSH service isn't running or there's
|
||||
a firewall rule blocking the connection."
|
||||
|
||||
# shorthand:
|
||||
pve197 SSH refused — service down or firewall?
|
||||
server SSH refused — service down or firewall?
|
||||
```
|
||||
|
||||
### Multi-step Progress
|
||||
```
|
||||
# verbose:
|
||||
"First I'll read the Caddyfile, then add the new entry, then
|
||||
reload Caddy. Let me start by reading the current configuration."
|
||||
"First I'll read the config, then add the new entry, then
|
||||
reload the proxy. Let me start by reading the current configuration."
|
||||
|
||||
# shorthand:
|
||||
plan: read caddy → add entry → reload
|
||||
plan: read config → add entry → reload
|
||||
reading...
|
||||
```
|
||||
|
||||
### Confirmations
|
||||
```
|
||||
# verbose:
|
||||
"Done! I've added the wiki.sethpc.xyz reverse proxy entry pointing
|
||||
to 192.168.0.160:3000 and reloaded Caddy. The site should be
|
||||
"Done! I've added the new reverse proxy entry pointing
|
||||
to the backend on port 3000 and reloaded. The site should be
|
||||
accessible now."
|
||||
|
||||
# shorthand:
|
||||
done. wiki.sethpc.xyz → .160:3000 added, caddy reloaded.
|
||||
done. wiki.example.com → backend:3000 added, proxy reloaded.
|
||||
```
|
||||
|
||||
## Rules
|
||||
|
||||
Reference in New Issue
Block a user