chore: remove lifeboard branding — the client is Termchart - #334
Merged
Conversation
Sweeps every remaining "lifeboard" reference from active repo content (docs, UI copy, comments, prompts, tests) now that the package itself has been renamed to @ivanmkc/termchart-client. docs/lifeboard/ moves to docs/client/ (history-preserving git mv), with all inbound links fixed. Persisted identifiers are renamed with NO migration, per a pre-launch controller ruling (no real device data exists yet to lose): the IndexedDB store name, every "lifeboard.*" localStorage/prefs key (profiles, bridge url/token, Google OAuth token/verifier, connections, sync bookkeeping), the service worker cache name, and a transient prefs probe key. The one exception is the backup file format tag: export now writes "termchart-backup" / termchart-<date>.json, but readBackup() also accepts the legacy "lifeboard-backup" tag so backups already exported by users still restore — the only legacy shim in this sweep. docs/superpowers/** and .superpowers/** are left untouched (historical plan/spec records), so `docs/client/README.md`'s links to those files and one legacy-acceptance line + test in backup.ts/backup.test.ts are the only "lifeboard" strings left in scope after this change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sweeps every
lifeboardreference from active repo content (~55 files): product name → Termchart,docs/lifeboard/→docs/client/(git mv), CLI-bridge user copy, canvas comments, client UI strings and tests.Rulings applied:
termchart, prefstermchart.*, SW cachetermchart-v1, CORS defaulttermchart.local) — existing devices effectively reset; acceptable pre-launch.lifeboard-backupfiles (tested); everything writestermchart-backup.docs/superpowers/**historical records left byte-identical (only remaining matches, plus the shim).Verification: all workspaces green except two failures reproduced identically on the base via stash (pre-existing flakes: canvas flow-geometry warnings, client outbound discard); offline e2e 23/23; builds clean. Reviewed and approved (spec ✅ quality ✅, no blocking findings).
🤖 Generated with Claude Code