31 lines
621 B
Markdown
31 lines
621 B
Markdown
# Project Context Template Reference
|
|
|
|
When the user asks you to create a new `ai-context.md`, use the following structure exactly:
|
|
|
|
```markdown
|
|
# AI Context: [Project Name]
|
|
|
|
**Updated**: YYYY-MM-DD
|
|
|
|
## Project Overview
|
|
[Short description — what does this project do?]
|
|
|
|
## Architecture
|
|
[Key components and how they connect]
|
|
|
|
## Repository Structure
|
|
[Most important directories and files]
|
|
|
|
## Key Technical Decisions
|
|
[Things the AI must know to avoid bad suggestions]
|
|
|
|
## Common Commands
|
|
[Build, run, test, deploy]
|
|
|
|
## Debugging Patterns
|
|
[How to diagnose common issues]
|
|
|
|
## What NOT to Do
|
|
[Project-specific pitfalls]
|
|
```
|