Commit d30e1a6
refactor(workspaces): rename @gsd/* scope to @hyveon/* (#215)
Closes #142
## Summary
- Renames `app/packages/server` → `app/packages/desktop-main` and
changes its package name from `@gsd/server` → `@hyveon/desktop-main`
- Migrates all remaining workspace packages from the `@gsd/*` scope to
`@hyveon/*`: `shared`, `web`, all five Lambda packages
(`lambda-interactions`, `lambda-followup`, `lambda-update-dns`,
`lambda-watchdog`, `lambda-efs-seeder`), and `scripts`
- Updates every `import … from '@gsd/…'` across the TS source tree, all
npm workspace scripts, `tsconfig.json`, `vitest.config.ts`,
`embed-tfstate.mjs`, and Playwright configs
- Updates CLAUDE.md, README, all docs, and the Electron design spec to
use the new scope
- Also fixes the `.gitignore` entry for the generated tfstate file (path
was still pointing at `packages/server/`)
## Test plan
- [x] `npm install` succeeded (lock file regenerated)
- [x] `npm run app:build` passes (shared → desktop-main → web)
- [x] `npm run app:test` — 480 tests pass unchanged
- [x] `npm run app:lint` — clean
- [x] Zero `@gsd/` references remain (`grep -r "@gsd/" --include="*.ts"
--include="*.tsx" --include="*.json"` returns nothing)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b78f637 commit d30e1a6
81 files changed
Lines changed: 4017 additions & 5199 deletions
File tree
- .claude/agents
- app
- packages
- desktop-main
- src
- controllers
- guards
- modules
- services
- test-mocks
- lambda
- efs-seeder
- followup
- src
- interactions
- src
- update-dns
- src
- watchdog
- src
- web
- scripts
- docs
- docs
- components
- guides
- superpowers/specs
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
File renamed without changes.
0 commit comments