From b1c430c44897d7f80493617ad6cd9afe4d4c5f02 Mon Sep 17 00:00:00 2001 From: claude-hdb Date: Wed, 15 Jul 2026 00:00:15 +0000 Subject: [PATCH] chore(templates): debrand the claude template's description too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same straggler phrase the README carried — the instance description is operator-visible in 'incus list', so it follows the rename as well. Co-Authored-By: Claude Fable 5 --- templates/claude/box.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/claude/box.env b/templates/claude/box.env index 67d9697..3cbfdd4 100644 --- a/templates/claude/box.env +++ b/templates/claude/box.env @@ -4,7 +4,7 @@ # profile is the placement contract and no template can weaken it. # BOX_USER must match the user user-data.yaml creates (the cloud-init file is # passed to Incus verbatim, so the duplication is deliberate and by hand). -BOX_DESCRIPTION="Claude Code on Debian 13, creds-free (the original claudebox)" +BOX_DESCRIPTION="Claude Code on Debian 13, creds-free — where this project started" BOX_IMAGE="images:debian/13/cloud" BOX_USER="claude" BOX_CPU="4"