# Projects Module — Coverage Matrix

| Source feature | Source-line | Recipe claim | Impl status | Test status |
|---|---|---|---|---|
| Project model | `models/Project.ts` | recipe.md §A | ✓ | ✓ |
| ProjectsContext | `projects/ProjectsContext.tsx` | recipe.md §A, §B.2 | ✓ | ✓ |
| ProjectsView | `views/Projects.tsx` | recipe.md §A | ✓ | ✓ |
| /projects route | `App.tsx` | recipe.md §A | ✓ | ✓ |
| Projects chip | `shell/Dock.tsx` | recipe.md §A | ✓ | ✓ |
| IDB store (projects) | `persistence/idb.ts` (DB v3) | recipe.md §C.1 | ✓ | ✓ |
| Migration v2→v3 | `ProjectsContext.tsx` | recipe.md §C.2 | ✓ | ✓ |
