feat(KB-331): rename package to @gsxdsm/fusion

- Rename package from @gsxdsm/kb to @gsxdsm/fusion in package.json and metadata
- Update all documentation references (README, RELEASING, STANDALONE, AGENTS.md)
- Update root workspace scripts for new package name
- Update changeset files to reference @gsxdsm/fusion and @fusion/dashboard
- Update CHANGELOG.md with new package name references
This commit is contained in:
gsxdsm
2026-03-31 16:31:18 -07:00
parent 34569c7f91
commit 9a52b35783
13 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": minor
"@fusion/dashboard": minor
---
Add file browser and editor to task detail modal. Browse worktree files and edit with CodeMirror 6.

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Add "Test notification" button in Settings to verify ntfy configuration before saving.

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Add explicit Save button to QuickEntryBox for draft persistence feedback

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Fix PlanningModeModal auto-start functionality when initialPlan prop is provided. The auto-start now works correctly in React StrictMode.

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": minor
"@fusion/dashboard": minor
---
Add real-time streaming for planning mode with AI thinking display

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Fix retry button for failed tasks in non-in-progress columns

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": minor
"@fusion/dashboard": minor
---
GitHub import now detects git remotes and pre-populates owner/repo fields. Adds a dropdown to select from multiple remotes and auto-fills when only one remote exists.

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Add inline editing for cards in triage and todo columns. Double-click a card or use the edit button to quickly modify title and description without opening the full detail modal.

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": patch
"@fusion/dashboard": patch
---
Update Header test assertions to match Fusion branding (KB-100).

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": minor
"@fusion/dashboard": minor
---
Move file browser to top-level toolbar with workspace selection

View File

@@ -1,5 +1,5 @@
---
"@kb/dashboard": minor
"@fusion/dashboard": minor
---
Move file browser from task detail to top-level toolbar