Commit e6a83c8
feat(deno): migrate flat-mate workspace → deno.json (3/4 manifests; apps/mobile Class C deferred, standards#253 longtail) (#16)
Workspace-style migration covering 3 of 4 npm manifests. The fourth
(`apps/mobile/package.json`) is Class C — Expo / React Native /
Metro bundler ecosystem cannot run under Deno, so the npm manifest
remains as a host-required carve-out (parallel to the VSCode-extension
class).
## Migrated
- **`/deno.json`** (was root `package.json`) — Deno workspace with
`apps/web` + `packages/shared` members, plus `tasks` for `dev:api`
(Deno-native), `dev:web` (delegates to apps/web workspace), and
`check` (deno check + lint + node --check → deno check). `dev:mobile`
task emits a Class C documentation message instead of orchestrating.
- **`apps/web/deno.json`** (was `apps/web/package.json`) — Class B
with `imports` for react/react-dom/vite/@vitejs/plugin-react via
`npm:` specifiers; tasks via `deno run -A --node-modules-dir=auto
npm:vite@^8.0.7 …`.
- **`packages/shared/deno.json`** (was `packages/shared/package.json`)
— Class A; pure JS barrel-export package with no scripts, just
`name` + `version` + `license` + `exports`.
## Deferred (Class C)
- **`apps/mobile/package.json`** — Expo SDK + React Native + Metro
bundler require Node + npm/yarn/pnpm. Deno cannot run `expo start`,
Metro is fundamentally npm-rooted. Same Class C pattern as VSCode
extensions (host requires npm). Tracked as Class C carve-out
candidate for hypatia rule extension (per-repo follow-up).
## Test plan
- [ ] `deno task dev:api` runs the Deno-native API server (unchanged)
- [ ] `deno task dev:web` chains to apps/web deno task dev (vite)
- [ ] `deno task check` validates apps/api + packages/shared
- [ ] apps/mobile still works with npm (unchanged)
Per per-repo follow-up tracker for standards#253 (campaign closed
2026-05-31, longtail tracked in project_estate_npm_to_deno_2026_05_28.md).
Refs hyperpolymath/standards#253.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent fac8073 commit e6a83c8
6 files changed
Lines changed: 53 additions & 49 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
0 commit comments