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

This commit is contained in:
gsxdsm
2026-03-31 16:09:27 -07:00
parent 53a16771fe
commit 10bb257164
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# @dustinbyrne/kb
# @gsxdsm/fusion
An automated Kanban board for [pi](https://github.com/badlogic/pi-mono). Fusion is an AI-orchestrated task board where you (or an agent) add high level ideas to your task list, and a team of agents execute them using worktrees.
@@ -7,7 +7,7 @@ An automated Kanban board for [pi](https://github.com/badlogic/pi-mono). Fusion
## Installation
```bash
pi install npm:@dustinbyrne/kb
pi install npm:@gsxdsm/fusion
```
This gives pi the ability to manage and create tasks in your Fusion dashboard.
@@ -86,7 +86,7 @@ Fusion also works as a standalone CLI outside of pi. See [STANDALONE.md](./STAND
## Full documentation
For architecture details, development setup, and contributor info, see the [project README](https://github.com/dustinbyrne/kb#readme).
For architecture details, development setup, and contributor info, see the [project README](https://github.com/gsxdsm/fusion#readme).
## License

View File

@@ -1,5 +1,5 @@
{
"name": "@dustinbyrne/kb",
"name": "@gsxdsm/fusion",
"version": "0.4.0",
"type": "module",
"keywords": [
@@ -12,7 +12,7 @@
"extensions": [
"./dist/extension.js"
],
"image": "https://raw.githubusercontent.com/dustinbyrne/kb/main/demo/screenshot.png"
"image": "https://raw.githubusercontent.com/gsxdsm/fusion/main/demo/screenshot.png"
},
"publishConfig": {
"access": "public"
@@ -71,6 +71,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/dustinbyrne/kb"
"url": "https://github.com/gsxdsm/fusion"
}
}