chore(release): rename @gsxdsm/fusion to @runfusion/fusion 0.0.1

Move the publishable CLI under the new @runfusion npm org for the first
public release. Reset version to 0.0.1 since the previous name was never
actually published. Rewrite packages/cli/README.md (the npm page) to
mirror the root README marketing — Fusion logo, reel GIFs pulled from
raw.githubusercontent.com, feature grid, tagline — and fix the stale
dustinbyrne/kb image link and ISC-vs-MIT license mismatch. Propagates
the name through root scripts, RELEASING.md, workflows, and docs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-22 17:43:30 -07:00
parent 254bdb125d
commit 3e6fa2186b
16 changed files with 158 additions and 76 deletions

View File

@@ -18,8 +18,8 @@
"dev:ui": "pnpm --filter @fusion/dashboard dev",
"lint": "eslint .",
"build": "pnpm -r build",
"build:exe": "pnpm build && pnpm --filter @gsxdsm/fusion build:exe",
"build:exe:all": "pnpm build && pnpm --filter @gsxdsm/fusion build:exe:all",
"build:exe": "pnpm build && pnpm --filter @runfusion/fusion build:exe",
"build:exe:all": "pnpm build && pnpm --filter @runfusion/fusion build:exe:all",
"test": "VITEST_MAX_WORKERS=4 pnpm -r --workspace-concurrency=2 test",
"test:serial": "pnpm -r --workspace-concurrency=1 test",
"test:fast": "VITEST_MAX_WORKERS=4 pnpm -r --workspace-concurrency=2 test",
@@ -28,7 +28,7 @@
"test:coverage": "pnpm -r --workspace-concurrency=1 exec vitest run --silent=passed-only --reporter=dot --coverage",
"test:coverage:core": "pnpm --filter @fusion/core exec vitest run --silent=passed-only --reporter=dot --coverage",
"test:coverage:engine": "pnpm --filter @fusion/engine exec vitest run --silent=passed-only --reporter=dot --coverage",
"test:coverage:cli": "pnpm --filter @gsxdsm/fusion exec vitest run --silent=passed-only --reporter=dot --coverage",
"test:coverage:cli": "pnpm --filter @runfusion/fusion exec vitest run --silent=passed-only --reporter=dot --coverage",
"test:coverage:dashboard": "pnpm --filter @fusion/dashboard exec vitest run --silent=passed-only --reporter=dot --coverage",
"typecheck": "pnpm -r typecheck",
"changeset": "changeset",