gadget/packages/api
Rob Colbert e7857016e3 feat(workspace): intelligent startup - detect workspace by walking up directory hierarchy
- Add detectWorkspace() utility in packages/api/src/lib/workspace-detector.ts
  that walks up from process.cwd() looking for .gadget/workspace.json
- Update gadget-drone to detect workspace at startup, change to workspace
  directory, and restore original startup directory on shutdown
- Update gadget-tasks with same workspace detection pattern
- Both tools now fail fast if started outside a managed workspace
- Prevents creating invalid workspaces when started from subdirectories
2026-05-17 17:09:16 -04:00
..
src feat(workspace): intelligent startup - detect workspace by walking up directory hierarchy 2026-05-17 17:09:16 -04:00
.gitignore refactor gadget-code model interfaces to @gadget/api 2026-04-28 12:42:32 -04:00
package.json refactor: unify logging into @gadget/api as GadgetLog 2026-05-08 16:03:28 -04:00
tsconfig.json refactor gadget-code model interfaces to @gadget/api 2026-04-28 12:42:32 -04:00