feat(FN-1163): align command references with fn naming
- Update CLI command strings, help text, and project-resolution messaging to reference fn - Sync core backup/store messaging and dashboard API/planning/subtask prompt examples with fn usage - Refresh dashboard UI copy in settings, project detection, and PR guidance for consistent command naming - Adjust CLI/dashboard tests and add a @gsxdsm/fusion changeset for the naming alignment patch
This commit is contained in:
@@ -5,7 +5,7 @@ import { resolveProject } from "../project-context.js";
|
||||
|
||||
/**
|
||||
* Run settings import command.
|
||||
* Usage: kb settings import <file> [--scope global|project|both] [--merge] [--yes]
|
||||
* Usage: fn settings import <file> [--scope global|project|both] [--merge] [--yes]
|
||||
*
|
||||
* @param filePath - Path to the JSON file to import
|
||||
* @param options.scope - Which settings to import: 'global', 'project', or 'both' (default: 'both')
|
||||
|
||||
Reference in New Issue
Block a user