From ea3ff43ecc6762107f1fdb524563299fb9c84f7e Mon Sep 17 00:00:00 2001 From: Homelab Automation Date: Fri, 28 Nov 2025 23:14:15 +0000 Subject: [PATCH] Make hostname rule generic for all VPS instances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed hardcoded "sys-apps" hostname from CLAUDE.md. Now instructs Claude to always run `hostname` command dynamically. This ensures the naming convention works on any VPS without modification. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9561933..7084309 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -60,7 +60,7 @@ This is a shared repository containing Claude Code agents that can be deployed a - Session files: `{hostname}-session-summary.md` - Documentation files: `{hostname}-{topic}.md` -**Current hostname:** sys-apps (get via `hostname` command) +**Important:** Always run `hostname` command to get the current VPS hostname. Never hardcode it. ### Technical Decisions