|
1 | 1 | # GitHub Copilot Instructions |
2 | 2 |
|
3 | | -> **⚡ Token Efficiency Note**: This is a minimal pointer file (~500 tokens, auto-loaded by Copilot). |
4 | | -> For complete operational details, reference: `#file:AGENTS.md` (~2,500 tokens, loaded on-demand) |
| 3 | +> **⚡ Token Efficiency Note**: This is a minimal pointer file (~500 tokens, auto-loaded by Copilot). |
| 4 | +> For complete operational details, reference: `#file:AGENTS.md` (~2,500 tokens, loaded on-demand) |
5 | 5 | > For specialized knowledge, use: `#file:SKILLS/<skill-name>/SKILL.md` (loaded on-demand when needed) |
6 | 6 |
|
7 | 7 | ## 🎯 Quick Context |
8 | 8 |
|
9 | | -**Project**: ASP.NET Core 8 REST API demonstrating layered architecture patterns |
10 | | -**Stack**: .NET 8 (LTS) • EF Core 9 • SQLite • Docker • xUnit |
11 | | -**Pattern**: Repository + Service Layer + AutoMapper + FluentValidation |
| 9 | +**Project**: ASP.NET Core 8 REST API demonstrating layered architecture patterns |
| 10 | +**Stack**: .NET 8 (LTS) • EF Core 9 • SQLite • Docker • xUnit |
| 11 | +**Pattern**: Repository + Service Layer + AutoMapper + FluentValidation |
12 | 12 | **Philosophy**: Learning-focused PoC emphasizing clarity and best practices |
13 | 13 |
|
14 | 14 | ## 📐 Core Conventions |
|
22 | 22 |
|
23 | 23 | ## 🏗️ Architecture at a Glance |
24 | 24 |
|
25 | | -``` |
| 25 | +```text |
26 | 26 | Controller → Service → Repository → Database |
27 | 27 | ↓ ↓ |
28 | 28 | Validation Caching |
@@ -68,8 +68,8 @@ docker compose up |
68 | 68 |
|
69 | 69 | ## 📚 Need More Detail? |
70 | 70 |
|
71 | | -**For operational procedures**: Load `#file:AGENTS.md` |
72 | | -**For Docker expertise**: Load `#file:SKILLS/docker-containerization/SKILL.md` |
| 71 | +**For operational procedures**: Load `#file:AGENTS.md` |
| 72 | +**For Docker expertise**: *(Planned)* `#file:SKILLS/docker-containerization/SKILL.md` |
73 | 73 | **For testing patterns**: *(Planned)* `#file:SKILLS/testing-patterns/SKILL.md` |
74 | 74 |
|
75 | 75 | --- |
|
0 commit comments