Files
fusion/.changeset/rename-filename-prefixes-kb-to-fusion.md
gsxdsm 32c5b30648 refactor(FN-846): rename filename prefixes from kb to fusion
- Switch settings export filename prefix from 'kb' to 'fusion' (e.g. fusion-settings-*.json)
- Switch backup filename prefix from 'kb' to 'fusion' with legacy-safe parsing for existing kb-* backups
- Remove unused ntfy deep-link code and dashboard routing for /project/:id
- Remove dead notifier tests and App test assertions for removed features
- Clean up dashboard command and bin.ts unused variables
- Add changeset for the published package rename
2026-04-03 21:39:33 -07:00

272 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Rename settings export and backup filename prefixes from kb to fusion. New exports use fusion-settings-*.json and new backups use fusion-*.db. Existing kb-* backup files remain discoverable for listing, restoration, and cleanup.