Initial buildable skeleton for the agent-orchestrator rewrite, splitting the repo into a Go backend daemon and an Electron + TypeScript frontend. - backend/: go.mod (Go 1.22) + main.go that compiles and prints a startup line - frontend/: package.json, strict tsconfig.json, Electron main-process stub - .gitignore for Node/Electron/Go/OS/editor/env artifacts - README note describing the new two-folder structure No app logic or architecture layering yet (routes/controllers/services/etc. come in a later task). go build and tsc --noEmit both pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||