Go to file
Wang Zhuoxuan 00d9731f06 docs: sync project progress across CLAUDE.md and dev-spec.md
- CLAUDE.md: update project structure (14 tables, admin services, tests,
  content dir, audit-log middleware, subscription-service)
- CLAUDE.md: update tech stack (Zod validated routes, Vitest tests)
- CLAUDE.md: add test command to dev commands
- CLAUDE.md: update database section (7 → 14 tables with categories)
- CLAUDE.md: add implementation-plan.md to docs table
- CLAUDE.md: update progress (1a/1b/1c done, 1c-5 remaining)
- dev-spec.md: update status from "待启动开发" to actual progress
2026-04-09 12:02:43 +08:00
content feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
db/seeds feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
docs feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
src feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
.env.example feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
.gitignore feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
bun.lock feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
CLAUDE.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
dev-spec.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
drizzle.config.ts feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
package.json feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
tsconfig.json feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
vitest.config.ts feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00