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:
gsxdsm
2026-04-08 11:00:32 -07:00
parent 0b9486502b
commit 102ffe6e7d
30 changed files with 77 additions and 72 deletions

View File

@@ -40,7 +40,7 @@ const engineReady = initEngine();
// ── Constants ───────────────────────────────────────────────────────────────
/** System prompt for the AI agent that generates agent specifications */
export const AGENT_GENERATION_SYSTEM_PROMPT = `You are an agent specification generator for the kb task board system.
export const AGENT_GENERATION_SYSTEM_PROMPT = `You are an agent specification generator for the fn task board system.
Your job: given a user-provided role description, generate a complete agent specification suitable for creating an AI agent.

View File

@@ -55,7 +55,7 @@ const engineReady = initEngine();
// ── Constants ───────────────────────────────────────────────────────────────
/** Planning system prompt for the AI agent */
export const PLANNING_SYSTEM_PROMPT = `You are a planning assistant for the kb task board system.
export const PLANNING_SYSTEM_PROMPT = `You are a planning assistant for the fn task board system.
Your job: help users transform vague, high-level ideas into well-defined, actionable tasks.

View File

@@ -210,7 +210,7 @@ function unpersistSubtaskSession(sessionId: string): void {
_aiSessionStore.delete(sessionId);
}
export const SUBTASK_BREAKDOWN_PROMPT = `You are a task decomposition assistant for the kb task board system.
export const SUBTASK_BREAKDOWN_PROMPT = `You are a task decomposition assistant for the fn task board system.
Analyze the user's task description and break it down into 2-5 smaller, independently executable subtasks.