diff --git a/.gitattributes b/.gitattributes index 662f3331fd..da39829fb9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,15 @@ # live outside the packfile and future regenerations stop bloating .git. # Scoped to demo/assets/*.gif (track-forward only — existing history was left intact). demo/assets/*.gif filter=lfs diff=lfs merge=lfs -text + +# FNXC:RepoAssets 2026-06-25-09:40: +# Documentation/marketing PNG screenshots are pure doc assets (referenced only from +# markdown, rendered by GitHub) so they are safe to route through LFS alongside the GIFs. +# IMPORTANT: scope to doc/demo dirs ONLY. App-runtime/build images must stay as real +# blobs because a build env without LFS hydration would otherwise embed a pointer stub: +# - packages/dashboard/app/public/icons/*.png (PWA manifest icons, served) +# - packages/desktop/src/icons/*.png (Electron app/tray icons, packaged) +# - packages/dashboard/app/public/fonts/SymbolsNerdFontMono-Regular.ttf (@font-face src) +demo/**/*.png filter=lfs diff=lfs merge=lfs -text +docs/screenshots/**/*.png filter=lfs diff=lfs merge=lfs -text +screenshots/**/*.png filter=lfs diff=lfs merge=lfs -text diff --git a/demo/assets/agent-chat-gray.png b/demo/assets/agent-chat-gray.png index 5af071f110..324b9a6ff2 100644 Binary files a/demo/assets/agent-chat-gray.png and b/demo/assets/agent-chat-gray.png differ diff --git a/demo/assets/agent-chat-light.png b/demo/assets/agent-chat-light.png index 73f99bbff6..71b8eb7a5f 100644 Binary files a/demo/assets/agent-chat-light.png and b/demo/assets/agent-chat-light.png differ diff --git a/demo/assets/agents-ember.png b/demo/assets/agents-ember.png index 3cb36116c0..520aa0f080 100644 Binary files a/demo/assets/agents-ember.png and b/demo/assets/agents-ember.png differ diff --git a/demo/assets/agents-tokyo.png b/demo/assets/agents-tokyo.png index 438fff7b65..87eed4d5af 100644 Binary files a/demo/assets/agents-tokyo.png and b/demo/assets/agents-tokyo.png differ diff --git a/demo/assets/command-center-activity.png b/demo/assets/command-center-activity.png index 7012fb68ef..12e09a4afd 100644 Binary files a/demo/assets/command-center-activity.png and b/demo/assets/command-center-activity.png differ diff --git a/demo/assets/command-center-overview.png b/demo/assets/command-center-overview.png index 34b252e4b2..d849369536 100644 Binary files a/demo/assets/command-center-overview.png and b/demo/assets/command-center-overview.png differ diff --git a/demo/assets/command-center-productivity.png b/demo/assets/command-center-productivity.png index 788254fbde..cf4efedd61 100644 Binary files a/demo/assets/command-center-productivity.png and b/demo/assets/command-center-productivity.png differ diff --git a/demo/assets/command-center-signals.png b/demo/assets/command-center-signals.png index b1dd7455a8..1e8f230214 100644 Binary files a/demo/assets/command-center-signals.png and b/demo/assets/command-center-signals.png differ diff --git a/demo/assets/command-center-team.png b/demo/assets/command-center-team.png index 7b8d3eeab2..2c62b28d7b 100644 Binary files a/demo/assets/command-center-team.png and b/demo/assets/command-center-team.png differ diff --git a/demo/assets/command-center-themes-dark.png b/demo/assets/command-center-themes-dark.png index 80e750588b..517858e8cf 100644 Binary files a/demo/assets/command-center-themes-dark.png and b/demo/assets/command-center-themes-dark.png differ diff --git a/demo/assets/command-center-themes-light.png b/demo/assets/command-center-themes-light.png index 2a3d496067..0161bdf37f 100644 Binary files a/demo/assets/command-center-themes-light.png and b/demo/assets/command-center-themes-light.png differ diff --git a/demo/assets/command-center-tokens.png b/demo/assets/command-center-tokens.png index bfe3e4c2d4..e5458026ab 100644 Binary files a/demo/assets/command-center-tokens.png and b/demo/assets/command-center-tokens.png differ diff --git a/demo/assets/dashboard-ember.png b/demo/assets/dashboard-ember.png index b2c6566ea0..d6c6b79b8a 100644 Binary files a/demo/assets/dashboard-ember.png and b/demo/assets/dashboard-ember.png differ diff --git a/demo/assets/dashboard-graph.png b/demo/assets/dashboard-graph.png index 07c36316e8..57122966fd 100644 Binary files a/demo/assets/dashboard-graph.png and b/demo/assets/dashboard-graph.png differ diff --git a/demo/assets/dashboard-tokyo.png b/demo/assets/dashboard-tokyo.png index 84d89d085e..903e088c46 100644 Binary files a/demo/assets/dashboard-tokyo.png and b/demo/assets/dashboard-tokyo.png differ diff --git a/demo/assets/fusion-logo.png b/demo/assets/fusion-logo.png index 5fa632da52..7e899d3fda 100644 Binary files a/demo/assets/fusion-logo.png and b/demo/assets/fusion-logo.png differ diff --git a/demo/assets/mobile-agents.png b/demo/assets/mobile-agents.png index 75a3cb8c8d..bf813bb92f 100644 Binary files a/demo/assets/mobile-agents.png and b/demo/assets/mobile-agents.png differ diff --git a/demo/assets/mobile-board.png b/demo/assets/mobile-board.png index 2903186063..262bb0e0c9 100644 Binary files a/demo/assets/mobile-board.png and b/demo/assets/mobile-board.png differ diff --git a/demo/assets/mobile-chat-list.png b/demo/assets/mobile-chat-list.png index b9e899adb3..94f8097ac6 100644 Binary files a/demo/assets/mobile-chat-list.png and b/demo/assets/mobile-chat-list.png differ diff --git a/demo/assets/mobile-chat.png b/demo/assets/mobile-chat.png index 03921dfd51..7c542d7240 100644 Binary files a/demo/assets/mobile-chat.png and b/demo/assets/mobile-chat.png differ diff --git a/demo/assets/mobile-command-center.png b/demo/assets/mobile-command-center.png index ebc171d48c..2dd9449251 100644 Binary files a/demo/assets/mobile-command-center.png and b/demo/assets/mobile-command-center.png differ diff --git a/demo/assets/mobile-missions.png b/demo/assets/mobile-missions.png index c0fe88035e..34a4320e97 100644 Binary files a/demo/assets/mobile-missions.png and b/demo/assets/mobile-missions.png differ diff --git a/demo/multi-node-dashboard.png b/demo/multi-node-dashboard.png index 7d449bf64d..c098c56e83 100644 --- a/demo/multi-node-dashboard.png +++ b/demo/multi-node-dashboard.png @@ -1,31 +1,3 @@ -# Multi-Node Dashboard Screenshot - -This file is a placeholder for the multi-node dashboard screenshot. - -## How to Capture the Screenshot - -1. **Run the seed script** to populate the central database with sample nodes: - ```bash - npx tsx packages/core/src/__tests__/seed-sample-nodes.ts - ``` - -2. **Start the dashboard**: - ```bash - pnpm build && node packages/cli/dist/bin.js dashboard - ``` - -3. **Navigate to the Nodes view** in the dashboard - -4. **Take a screenshot** and save it to this file location - -## Expected View - -When seeded correctly, the Nodes dashboard should show: -- **Total: 6 nodes** (1 local + 5 remote) -- **Online: 3 nodes** (local + Staging Server + Build Machine) -- **Offline: 2 nodes** (GPU Cluster + error status) -- **Remote: 5 nodes** - -The mesh topology visualization should show: -- Central local node -- 5 remote nodes connected around it +version https://git-lfs.github.com/spec/v1 +oid sha256:71c5a088237af8ec9d789114d4ce076bac32d7ccce5c1d2ae2deb9e6eed1a986 +size 869 diff --git a/demo/screenshot.png b/demo/screenshot.png index 9a7b18c3ee..ffa3f99c04 100644 Binary files a/demo/screenshot.png and b/demo/screenshot.png differ diff --git a/docs/screenshots/agents-view.png b/docs/screenshots/agents-view.png index 9595b20952..3d55a2c280 100644 Binary files a/docs/screenshots/agents-view.png and b/docs/screenshots/agents-view.png differ diff --git a/docs/screenshots/chat-view.png b/docs/screenshots/chat-view.png index bed0177d1f..fe755a6780 100644 Binary files a/docs/screenshots/chat-view.png and b/docs/screenshots/chat-view.png differ diff --git a/docs/screenshots/dashboard-overview.png b/docs/screenshots/dashboard-overview.png index 6dc6c65af8..340e9bffb1 100644 Binary files a/docs/screenshots/dashboard-overview.png and b/docs/screenshots/dashboard-overview.png differ diff --git a/docs/screenshots/documents-view.png b/docs/screenshots/documents-view.png index eb80c36517..590403db92 100644 Binary files a/docs/screenshots/documents-view.png and b/docs/screenshots/documents-view.png differ diff --git a/docs/screenshots/git-manager.png b/docs/screenshots/git-manager.png index 4747ced14c..09a41b8a4f 100644 Binary files a/docs/screenshots/git-manager.png and b/docs/screenshots/git-manager.png differ diff --git a/docs/screenshots/list-view.png b/docs/screenshots/list-view.png index dd86a398d3..e2885b90a2 100644 Binary files a/docs/screenshots/list-view.png and b/docs/screenshots/list-view.png differ diff --git a/docs/screenshots/mailbox-view.png b/docs/screenshots/mailbox-view.png index 431ab34124..7de496c73b 100644 Binary files a/docs/screenshots/mailbox-view.png and b/docs/screenshots/mailbox-view.png differ diff --git a/docs/screenshots/memory-view.png b/docs/screenshots/memory-view.png index 055208e1b0..0cc964e9c7 100644 Binary files a/docs/screenshots/memory-view.png and b/docs/screenshots/memory-view.png differ diff --git a/docs/screenshots/mission-manager.png b/docs/screenshots/mission-manager.png index a636e6db50..754505a5c5 100644 Binary files a/docs/screenshots/mission-manager.png and b/docs/screenshots/mission-manager.png differ diff --git a/docs/screenshots/nodes-view.png b/docs/screenshots/nodes-view.png index b694816faa..c0a51e038b 100644 Binary files a/docs/screenshots/nodes-view.png and b/docs/screenshots/nodes-view.png differ diff --git a/docs/screenshots/onboarding-improve/01-brand-new-ai-setup.png b/docs/screenshots/onboarding-improve/01-brand-new-ai-setup.png index 24bd0e41c6..aa6a8af6e8 100644 Binary files a/docs/screenshots/onboarding-improve/01-brand-new-ai-setup.png and b/docs/screenshots/onboarding-improve/01-brand-new-ai-setup.png differ diff --git a/docs/screenshots/onboarding-improve/02-brand-new-github-setup.png b/docs/screenshots/onboarding-improve/02-brand-new-github-setup.png index 5d8446a42f..ed3decd92e 100644 Binary files a/docs/screenshots/onboarding-improve/02-brand-new-github-setup.png and b/docs/screenshots/onboarding-improve/02-brand-new-github-setup.png differ diff --git a/docs/screenshots/onboarding-improve/03-brand-new-project-step.png b/docs/screenshots/onboarding-improve/03-brand-new-project-step.png index 87cf32ab5f..326e55c162 100644 Binary files a/docs/screenshots/onboarding-improve/03-brand-new-project-step.png and b/docs/screenshots/onboarding-improve/03-brand-new-project-step.png differ diff --git a/docs/screenshots/onboarding-improve/04-brand-new-project-details.png b/docs/screenshots/onboarding-improve/04-brand-new-project-details.png index 4a882272ab..a02b4df0ae 100644 Binary files a/docs/screenshots/onboarding-improve/04-brand-new-project-details.png and b/docs/screenshots/onboarding-improve/04-brand-new-project-details.png differ diff --git a/docs/screenshots/onboarding-improve/05-brand-new-project-ready.png b/docs/screenshots/onboarding-improve/05-brand-new-project-ready.png index 34759f11b4..bd18dcf6c9 100644 Binary files a/docs/screenshots/onboarding-improve/05-brand-new-project-ready.png and b/docs/screenshots/onboarding-improve/05-brand-new-project-ready.png differ diff --git a/docs/screenshots/onboarding-improve/06-brand-new-agent-step.png b/docs/screenshots/onboarding-improve/06-brand-new-agent-step.png index a477437420..a79acd4639 100644 Binary files a/docs/screenshots/onboarding-improve/06-brand-new-agent-step.png and b/docs/screenshots/onboarding-improve/06-brand-new-agent-step.png differ diff --git a/docs/screenshots/onboarding-improve/07-brand-new-first-task-step.png b/docs/screenshots/onboarding-improve/07-brand-new-first-task-step.png index 0fe2f107ce..a6a8ebdbb4 100644 Binary files a/docs/screenshots/onboarding-improve/07-brand-new-first-task-step.png and b/docs/screenshots/onboarding-improve/07-brand-new-first-task-step.png differ diff --git a/docs/screenshots/onboarding-improve/08-new-project-details.png b/docs/screenshots/onboarding-improve/08-new-project-details.png index b7b9df1514..95e7153697 100644 Binary files a/docs/screenshots/onboarding-improve/08-new-project-details.png and b/docs/screenshots/onboarding-improve/08-new-project-details.png differ diff --git a/docs/screenshots/onboarding-improve/09-new-project-agent-step.png b/docs/screenshots/onboarding-improve/09-new-project-agent-step.png index 7a8009a05d..085900da90 100644 Binary files a/docs/screenshots/onboarding-improve/09-new-project-agent-step.png and b/docs/screenshots/onboarding-improve/09-new-project-agent-step.png differ diff --git a/docs/screenshots/roadmaps-view.png b/docs/screenshots/roadmaps-view.png index bee73bc20a..6cff209139 100644 Binary files a/docs/screenshots/roadmaps-view.png and b/docs/screenshots/roadmaps-view.png differ diff --git a/docs/screenshots/settings.png b/docs/screenshots/settings.png index 138f5cdf3a..6c51e9b563 100644 Binary files a/docs/screenshots/settings.png and b/docs/screenshots/settings.png differ diff --git a/docs/screenshots/skills-view.png b/docs/screenshots/skills-view.png index 9a0f3a4c38..9e79b4c6a3 100644 Binary files a/docs/screenshots/skills-view.png and b/docs/screenshots/skills-view.png differ diff --git a/docs/screenshots/task-detail.png b/docs/screenshots/task-detail.png index c487d2bec4..3ea1abd3da 100644 Binary files a/docs/screenshots/task-detail.png and b/docs/screenshots/task-detail.png differ diff --git a/docs/screenshots/terminal.png b/docs/screenshots/terminal.png index 3eaf5c6cbb..a231b62939 100644 Binary files a/docs/screenshots/terminal.png and b/docs/screenshots/terminal.png differ diff --git a/docs/screenshots/workflow-steps.png b/docs/screenshots/workflow-steps.png index 2b5f95b056..9c1ee7ded0 100644 Binary files a/docs/screenshots/workflow-steps.png and b/docs/screenshots/workflow-steps.png differ diff --git a/screenshots/01-insights-view-header.png b/screenshots/01-insights-view-header.png index 115190ea6e..4c0c0fec06 100644 Binary files a/screenshots/01-insights-view-header.png and b/screenshots/01-insights-view-header.png differ diff --git a/screenshots/02-model-config-panel.png b/screenshots/02-model-config-panel.png index c6e9c94658..f5454d560b 100644 Binary files a/screenshots/02-model-config-panel.png and b/screenshots/02-model-config-panel.png differ diff --git a/screenshots/03-model-dropdown-filtered.png b/screenshots/03-model-dropdown-filtered.png index 7d5e294946..1ed4f1e25c 100644 Binary files a/screenshots/03-model-dropdown-filtered.png and b/screenshots/03-model-dropdown-filtered.png differ diff --git a/screenshots/04-overflow-menu-experimental-features.png b/screenshots/04-overflow-menu-experimental-features.png index 8ef2caabab..8e4581b86c 100644 Binary files a/screenshots/04-overflow-menu-experimental-features.png and b/screenshots/04-overflow-menu-experimental-features.png differ