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:
5
.changeset/rename-filename-prefixes-kb-to-fusion.md
Normal file
5
.changeset/rename-filename-prefixes-kb-to-fusion.md
Normal 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.
|
||||
Reference in New Issue
Block a user