Skip to content

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:

  1. Read .github/copilot-instructions.md before implementation.
  2. Follow component-local conventions (cli/, client/, servers/, deploy/, docs/).
  3. Validate impacted modules and documentation paths before opening a pull request.