Development Workflow
Owner: Engineering
Reviewers: Tech Leads, QA
Status: Draft
Version: 0.1
Last Updated: 2026-09-16
Review Cycle: Per workflow change
Local Workflow
- Create a branch using the approved naming convention.
- Run the relevant local service:
- Backend:
npm run start:devfrombackend/. - Web:
npm run devfromweb/. - Mobile:
npm run startfrommobile/. - Integrated stack:
docker compose up.
- Backend:
- Update code, tests and documentation together.
- Run lint/build/test checks for touched surfaces.
- Open a PR into the correct target branch.
Surface References
- Backend architecture:
../current/architecture/backend-architecture.md - Web workflow:
../current/workflows/web-feature-workflow.md - Web conventions:
../current/conventions/web-coding-conventions.md - Mobile conventions:
../current/conventions/mobile-coding-conventions.md - IoT local guide:
../current/workflows/iot-local-build-guide.md