|
|
63d41c4389
|
feat(web): app shell with responsive nav + theme provider
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-09 23:09:33 +08:00 |
|
|
|
17f9ee179f
|
feat(db,web): pg_trgm + indexes + Postgres-backed cache and rate-limit
- Add cacheEntries and rateLimitBuckets tables to schema
- Generate migration 0002_left_jimmy_woo.sql with pg_trgm extension and all indexes
- Implement cache.ts (get/set/delete/getOrSet/sweep) backed by Postgres
- Implement rate-limit.ts (sliding-window UPSERT) backed by Postgres
- Implement search.ts (trigramMatch / trigramRank helpers)
- Add vitest 2.1.9 + vitest.config.ts; 7 unit tests pass (4 cache + 3 rate-limit)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-09 23:03:10 +08:00 |
|
|
|
2f7313b9ac
|
feat(web): db client, operator helper, IPC notify, logger
|
2026-05-09 22:48:00 +08:00 |
|
|
|
7238369503
|
feat(web): shadcn/ui init + base components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-09 22:46:16 +08:00 |
|
|
|
161ffec84c
|
feat(web): scaffold Next.js 16 app with Tailwind 4 + Geist
|
2026-05-09 22:40:03 +08:00 |
|