Copilot Instructions 
The authoritative instruction set for coding agents is maintained at:
.github/copilot-instructions.md
Use that file as the source of truth for:
- Monorepo structure and directory-specific conventions.
- Coding style rules for TypeScript, Python, and NestJS services.
- Documentation and deployment workflow expectations.
- Testing and release-quality guidance.
Practical Usage
When contributing with coding agents:
- Read
.github/copilot-instructions.mdbefore implementation. - Follow component-local conventions
(
cli/,client/,servers/,deploy/,docs/). - Validate impacted modules and documentation paths before opening a pull request.