Skip to content

Commit 22c3326

Browse files
committed
Add development workflow section to AGENTS.md
1 parent ee2c5a9 commit 22c3326

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,11 @@ The project is a full-stack application with:
105105
- Strict TypeScript configuration with `@tsconfig/strictest`
106106
- Certificate-based authentication required for SEP2/CSIP-AUS integration
107107
- InfluxDB integration for metrics storage and monitoring
108-
- Production deployment via Docker with docker-compose configuration
108+
- Production deployment via Docker with docker-compose configuration
109+
110+
## Development workflow
111+
112+
Before pushing changes, always lint, build, and test the project to ensure there are no errors.
113+
1. Run `npm run lint` to check for lint errors.
114+
2. Run `npm run build` to check for build errors.
115+
3. Run `npm test` to execute unit tests.

0 commit comments

Comments
 (0)