FN-7850: change dashboard TUI splash tagline to "software factory"
Update the TUI splash tagline to match the README's current product positioning, with matching test and changeset. - Changed FUSION_TAGLINE in packages/cli/src/commands/dashboard-tui/logo.ts from "multi node agent orchestrator" to "software factory", with an FNXC comment explaining the rationale - Updated the dashboard TUI smoke test assertion to expect "software factory" instead of the old tagline - Added a patch changeset documenting the tagline change Files changed: .changeset/fn-7850-tui-tagline.md | 7 +++++++ packages/cli/src/commands/dashboard-tui/__tests__/app.test.tsx | 2 +- packages/cli/src/commands/dashboard-tui/logo.ts | 6 +++++- 3 files changed, 13 insertions(+), 2 deletions(-) Fusion-Task-Id: FN-7850 Fusion-Task-Lineage: d8517d7c-f7dd-43af-bb57-0092c7339aad Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
This commit is contained in:
7
.changeset/fn-7850-tui-tagline.md
Normal file
7
.changeset/fn-7850-tui-tagline.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
summary: Update the dashboard TUI splash tagline to "software factory".
|
||||
category: fix
|
||||
dev: FUSION_TAGLINE in packages/cli/src/commands/dashboard-tui/logo.ts changed from "multi node agent orchestrator" to "software factory"; smoke-test assertion updated to match.
|
||||
@@ -221,7 +221,7 @@ describe("DashboardApp smoke", () => {
|
||||
const frame = lastFrame() ?? "";
|
||||
// Splash can render either the compact text mark or the expanded block-art logo.
|
||||
expect(frame).toMatch(/FUSION|███████╗/);
|
||||
expect(frame).toContain("multi node agent orchestrator");
|
||||
expect(frame).toContain("software factory");
|
||||
expect(frame).toContain("runfusion.ai");
|
||||
unmount();
|
||||
});
|
||||
|
||||
@@ -32,7 +32,11 @@ export const FUSION_LOGO_LARGE_LINES = [
|
||||
"╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═══╝",
|
||||
];
|
||||
|
||||
export const FUSION_TAGLINE = "multi node agent orchestrator";
|
||||
/*
|
||||
FNXC:DashboardTUI 2026-07-12-00:00:
|
||||
The dashboard TUI splash tagline must reflect the README's current "software factory" product positioning while keeping the logo, URL, and version copy unchanged.
|
||||
*/
|
||||
export const FUSION_TAGLINE = "software factory";
|
||||
export const FUSION_URL = "runfusion.ai";
|
||||
|
||||
// Single source of truth: the dashboard's resolver also powers /api/health and
|
||||
|
||||
Reference in New Issue
Block a user