# {{PROJECT_NAME}} — Codebase Map

> **Project Type:** {{PROJECT_TYPE}} | **Tech Stack:** {{TECH_STACK_SUMMARY}}
> **Last Synced:** {{DATE}}

> [!NOTE]
> AI PHẢI đọc file này TRƯỚC KHI dùng `grep_search` / `codebase_search` / `list_dir`.
> Đọc → xác định target → search cụ thể. KHÔNG search "mù".

---

## 🗺️ Directory Structure

```
{{DIR_STRUCTURE}}
```

---

## 📁 File Index

> Compact format: `path` → purpose (1 line mỗi file)

### Core / Infrastructure

| Path | Purpose |
|------|---------|
| `{{CORE_FILE_1}}` | {{PURPOSE_1}} |
| `{{CORE_FILE_2}}` | {{PURPOSE_2}} |

### Features

| Path | Purpose |
|------|---------|
| `{{FEATURE_FILE_1}}` | {{PURPOSE_1}} |
| `{{FEATURE_FILE_2}}` | {{PURPOSE_2}} |

### UI / Views

| Path | Purpose |
|------|---------|
| `{{VIEW_FILE_1}}` | {{PURPOSE_1}} |
| `{{VIEW_FILE_2}}` | {{PURPOSE_2}} |

> ⚠️ Thêm file mới vào section phù hợp. Dùng `/codebase-sync` để auto-update.

---

## 🔑 Key Files

| File | Purpose |
|------|---------|
| `.project-identity` | AI project context |
| `CODEBASE.md` | This file — codebase map for AI |

---

## 📝 Notes

_Architecture decisions, gotchas, và context quan trọng._

---

*Auto-generated by `awkit init` — keep updated with `/codebase-sync`*
