Initial Coworker app scaffold
This commit is contained in:
17
docs/agent-handoff.md
Normal file
17
docs/agent-handoff.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Agent Handoff
|
||||
|
||||
## Current State
|
||||
|
||||
Coworker was scaffolded from an empty repository as an Electron + React + TypeScript app with a shared core package.
|
||||
|
||||
## Next Steps
|
||||
|
||||
- Push the scaffold to Gitea.
|
||||
- Let Gitea Actions install dependencies, run checks, build the app, and produce the first Windows NSIS installer.
|
||||
- If the installer workflow fails, inspect runner logs and fix the workflow or dependency issue in scope.
|
||||
|
||||
## Known Risks
|
||||
|
||||
- The first installer is unsigned.
|
||||
- MSI packaging is intentionally deferred until the NSIS `.exe` pipeline is stable.
|
||||
- Full model downloading/serving is deferred; v1 connects to Ollama, LM Studio, and custom OpenAI-compatible endpoints.
|
||||
Reference in New Issue
Block a user