From f95a31e74987cc9304d87f774d4ee6a3fb63c10b Mon Sep 17 00:00:00 2001 From: Iteratrix <1823098+Iteratrix@users.noreply.github.com> Date: Sat, 29 Aug 2026 10:42:56 -0700 Subject: [PATCH] helsinki archive README: the bundle moved out of git (#89 check 1) Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0179SJSDrvvCs4Cbru2kNcaD --- helsinki-vps-archive/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/helsinki-vps-archive/README.md b/helsinki-vps-archive/README.md index bb96bb29..ee8b011a 100644 --- a/helsinki-vps-archive/README.md +++ b/helsinki-vps-archive/README.md @@ -24,9 +24,13 @@ gitignored on the server), plus a full bundle of the server's git history. - `.claude/` - Claude Code project state from the server. - `.env` - SECRETS: API keys / Bluesky credentials as deployed. Rotate rather than reuse if in doubt. -- `muse-helsinki-final.bundle` - full git bundle (`--all`) of the server's - repo. The server remote was the old `Diagoras/Muse` repo (pre-migration - to `Iteratrix/Muse`), so this bundle is the safety copy of that history, +- `muse-helsinki-final.bundle` — NOT in this repo. The full git bundle + (`--all`) of the server's repo was purged from history on 2026-08-29 + (issue #89, pre-flip check 1): as a packfile it carried pre-migration + author metadata the Aug-11 rewrite exists to remove. It lives with the + rest of this archive on the Mini, outside git + (`muse-runtime/archive/helsinki-vps/`). It is the safety copy of the + old `Diagoras/Muse` history (pre-migration to `Iteratrix/Muse`), including the last server commit (2026-04-02, "Show 90% of actual char limit as display ceiling") plus a dirty worktree that had deleted muse.service. Restore with: `git clone muse-helsinki-final.bundle`.