From 8b2fc4d980a164a8ad1d3f8b3aadb7556b77e9e2 Mon Sep 17 00:00:00 2001 From: Brian Majewski Date: Mon, 1 Jun 2026 18:31:04 -0700 Subject: [PATCH] docs: update CLAUDE.md deploy note to Codeberg The Codeberg migration commit updated README/CHANGELOG but missed the "distributed via git clone from GitHub" line in CLAUDE.md. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index e31f76a..2a5985d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,7 +75,7 @@ Key design decisions (all driven by /autoplan review): ## Deploy Configuration -- Platform: NONE (distributed via `git clone` from GitHub) +- Platform: NONE (distributed via `git clone` from Codeberg) - Production URL: N/A (no live service) - Release model: merge to `main` is the release. Optionally tagged with `v`. - Verification after merge: a fresh `git clone` should produce a working `secrets which` against an isolated `$HOME`. No canary URL.