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
This commit is contained in:
gsxdsm
2026-04-03 21:39:33 -07:00
parent 448762d1f6
commit 2753aac1a8
6 changed files with 78 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
---
"@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.