Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 491 Bytes

File metadata and controls

16 lines (12 loc) · 491 Bytes

AI Agent Instructions

For GitHub Copilot

Follow the instructions at .github/copilot-instructions.md

For Claude Code / Claude Chat

Follow the instructions at CLAUDE.md

General Guidelines

Both AI assistants should:

  • Focus development on Code/AppBlueprint/ directory
  • Follow clean architecture and DDD principles
  • Use .NET 10 and .NET Aspire 13.0.0
  • Build projects to verify, but avoid running AppHost (usually already running)
  • Consult docs/ for additional context