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:
@@ -656,7 +656,7 @@ async function main() {
|
||||
const file = args[2];
|
||||
if (!file) {
|
||||
console.error("Usage: fn settings import <file> [--scope global|project|both] [--merge] [--yes]");
|
||||
console.error("Example: fn settings import kb-settings-2026-03-31.json --yes");
|
||||
console.error("Example: fn settings import fusion-settings-2026-03-31.json --yes");
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user