servers/nextjs, the FastAPI service under servers/fastapi, Electron packaging under electron, reusable templates under templates, and repository tooling under scripts.
Before opening a pull request:
- Read the repository contribution and code-of-conduct files.
- Keep changes within the responsible subsystem and include tests for changed behavior.
- Run
./test-local.shor the focused checks documented in.github/workflows/README.md. - Update
docs/publicwhen a user-visible behavior, public endpoint, configuration, or architecture concept changes. - Never add an endpoint to the published API reference unless it is intentionally supported for external callers.