You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- architecture.md: Next.js 15→16.1.1, actual routes, all 17 DB models, 35 API endpoints
- decisions.md: ADR-001 Next.js 15→16.1.1 + React 19
- BUILD_SPEC.md: API routes expanded from 10 to 35
- BUILD_LOG.md: pending items resolved, AGENTS.md status updated
- ENGINEERING_DIARY.md: notes updated, new audit entry for 2026-07-16
Copy file name to clipboardExpand all lines: docs/ENGINEERING_DIARY.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Added standard documentation profile to existing Interview Lab project.
23
23
24
24
### Notes
25
25
- Existing docs in `docs/` are comprehensive (13 detailed documents)
26
-
- AGENTS.md needs update (references Next.js 16 vs actual 16.1.1)
26
+
- AGENTS.md updated to reflect Next.js 16.1.1 (2026-07-16)
27
27
- No environment examples detected
28
28
- Prisma schema uses PostgreSQL but dev uses SQLite
29
29
@@ -42,6 +42,23 @@ See `PONYTAIL-AUDIT.md` for full details.
42
42
43
43
---
44
44
45
+
## 2026-07-16: Doc Freshness Audit
46
+
47
+
### Action
48
+
Audited all 26 docs for stale/outdated content against current project state.
49
+
50
+
### Changes
51
+
-`docs/architecture.md` — Next.js 15 → 16.1.1, route structure updated to match actual routes, DB schema expanded to include all 17 models, API routes list expanded to 35 endpoints
Copy file name to clipboardExpand all lines: docs/decisions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@
4
4
5
5
---
6
6
7
-
## ADR-001: Next.js 15 with App Router (Standalone Output)
7
+
## ADR-001: Next.js 16.1.1 with App Router (Standalone Output)
8
8
9
9
**Status:** ✅ ACCEPTED
10
10
11
11
**Context:** Need a React framework with SSR, API routes, and Vercel deployment support. The app requires rich interactivity for interview sessions alongside static marketing pages.
12
12
13
-
**Decision:** Use Next.js 15 with App Router in standalone output mode for Vercel deployment.
13
+
**Decision:** Use Next.js 16.1.1 with App Router in standalone output mode for Vercel deployment.
14
14
15
15
**Consequences:**
16
16
- ✅ Server Components for landing/marketing pages (fast, SEO)
17
17
- ✅ API Routes for interview sessions, auth, exports
18
18
- ✅ Middleware for auth protection
19
19
- ✅ Standalone output optimized for Vercel
20
-
-⚠️ Must stay on v15 until v16 ecosystem stability
20
+
-✅ React 19 server components for streaming AI responses
0 commit comments