feat: isolate OpenCode dev state (#816)

This commit is contained in:
Omar McAdam
2026-03-09 17:21:17 -07:00
committed by GitHub
parent 85cddda726
commit 13d79aee07
26 changed files with 455 additions and 71 deletions

View File

@@ -111,12 +111,16 @@ OpenWork now lives in `packages/app` (UI) and `packages/desktop` (desktop shell)
pnpm dev
```
`pnpm dev` now enables `OPENWORK_DEV_MODE=1` automatically, so desktop dev uses an isolated OpenCode state instead of your personal global config/auth/data.
### Run (Web UI only)
```bash
pnpm dev:ui
```
All repo `dev` entrypoints now opt into the same dev-mode isolation so local testing uses the OpenWork-managed OpenCode state consistently.
### Arch Users:
```bash