refactor(FN-1317): rename remaining kb references to fn
- Update executor, triage, and merger prompt strings to identify the product as "fn" - Align branch/worktree documentation examples with fusion/fn-* naming conventions - Rename dashboard websocket attachment guard from __kbWebSocketsAttached to __fnWebSocketsAttached - Refresh engine tests, dashboard utility comments, and TUI header text to remove stale kb wording
This commit is contained in:
@@ -246,7 +246,7 @@ describe("aiMergeTask — task.branch field", () => {
|
||||
|
||||
const result = await aiMergeTask(store, "/tmp/root", "FN-050");
|
||||
|
||||
// Should use kb/fn-050-2, not kb/fn-050
|
||||
// Should use fusion/fn-050-2, not fusion/fn-050
|
||||
expect(result.branch).toBe("fusion/fn-050-2");
|
||||
|
||||
// Verify the suffixed branch was verified and deleted
|
||||
|
||||
Reference in New Issue
Block a user