52 Commits

Author SHA1 Message Date
1f34d80083 Expand generation harness observability 2026-06-24 10:48:23 +08:00
459ca9edef Add generation harness runtime 2026-06-21 22:31:38 +08:00
7ebdfb2582 Implement unified story generation flow 2026-06-18 14:48:27 +08:00
0ccfd00a23 chore: update frontend tooling and Chinese copy 2026-04-28 14:52:18 +08:00
55ca0985eb Add voice analytics filters and metrics 2026-04-26 22:00:34 +08:00
3805c18622 feat: add ASR provider support for voice co-creation 2026-04-24 17:58:49 +08:00
7e450aa5fc fix: stabilize auth and generation workflows 2026-04-23 22:31:14 +08:00
4db04e61e9 feat: polish voice studio workflow and bilingual copy 2026-04-21 18:05:22 +08:00
9f74a93274 feat: refine voice studio attention workflow 2026-04-21 14:19:51 +08:00
8b50674d04 feat: support voice asset jobs in generation controls 2026-04-20 17:34:42 +08:00
5066a4e573 feat: show voice asset traces in studio 2026-04-20 17:16:05 +08:00
df4f5f4cdd feat: queue voice session cover generation jobs 2026-04-20 17:05:01 +08:00
4d7072fb66 feat: surface voice session insights in entry views 2026-04-20 16:50:23 +08:00
fab2094e34 feat: complete voice session safety and confirmation flow 2026-04-20 16:10:15 +08:00
dbb512719d feat: add voice session confirmation guardrails 2026-04-20 12:29:14 +08:00
4ecf0c09c0 feat: improve voice studio alpha recovery flow 2026-04-19 23:25:41 +08:00
46d6201529 feat: add voice studio prototype flow 2026-04-19 23:10:16 +08:00
f106f740dd feat: add voice co-creation session skeleton 2026-04-19 22:54:48 +08:00
7c85d7a2e7 docs: add voice co-creation migration api draft 2026-04-19 22:41:23 +08:00
71b5e5fd1c docs: add voice co-creation phase a tech spec 2026-04-19 22:32:03 +08:00
bf7cdbcd0e docs: add voice co-creation incremental prd 2026-04-19 22:24:27 +08:00
395cdf4edd feat: add admin provider analytics dashboard 2026-04-19 18:56:17 +08:00
b89ca96e4b feat: add generation job cancel and retry queue 2026-04-19 18:45:34 +08:00
6fb128955f feat: move unified generation to background worker 2026-04-19 17:29:37 +08:00
5318de670f feat: improve generation analytics and maintenance 2026-04-19 09:03:40 +08:00
d5a173aa0d docs: package week 4 demo and architecture 2026-04-18 22:14:22 +08:00
70efaf3ccf feat: add week 3 audio and timeline enhancements 2026-04-18 22:10:48 +08:00
4d54c144a8 feat: add provider analytics summary 2026-04-18 22:01:34 +08:00
e99a7fbe14 feat: add generation trace and partial-ready workflow status 2026-04-18 21:53:55 +08:00
96dfc677e2 feat: track generation jobs 2026-04-18 16:29:22 +08:00
16fafe0fe0 chore: retire demo technical debt 2026-04-18 14:18:17 +08:00
0f260f649c feat: polish generation demo workflow 2026-04-18 14:06:38 +08:00
5d8fb1ed50 docs: add week 2 plan and demo smoke checklist 2026-04-18 13:48:35 +08:00
7b8e7c9944 refactor: separate provider capability policy 2026-04-18 13:37:59 +08:00
0444b81df6 refactor: describe asset completion results 2026-04-18 13:26:58 +08:00
f1cbd202ab refactor: unify asset completion workflows 2026-04-18 13:20:05 +08:00
ae7bd79267 refactor: consolidate generation workflow helpers 2026-04-18 13:03:23 +08:00
e201fa3358 feat: add unified generation entrypoint 2026-04-18 12:55:20 +08:00
9e1a17fa67 chore: clear lint and sync admin story views 2026-04-18 12:35:37 +08:00
bb575a7fe9 chore: simplify project entrypoints 2026-04-18 12:23:41 +08:00
44405ff7ac feat: enable local docker demo mode
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-18 12:01:27 +08:00
0613238a37 feat: add unified asset retry endpoint
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-18 11:40:10 +08:00
b8d3cb4644 wip: snapshot full local workspace state
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-17 18:58:11 +08:00
fea4ef012f docs: sync workflow progress and weekend handoff 2026-04-17 18:44:43 +08:00
a97a2fe005 feat: persist story generation states and cache audio
Some checks failed
Build and Push Docker Images / changes (push) Has been cancelled
Build and Push Docker Images / build-backend (push) Has been cancelled
Build and Push Docker Images / build-frontend (push) Has been cancelled
Build and Push Docker Images / build-admin-frontend (push) Has been cancelled
2026-04-17 17:14:09 +08:00
zhangtuo
145be0e67b refactor: externalize hardcoded model config and clean up robustness plan
- Add openai_model, tts_minimax_model, tts_elevenlabs_model, tts_edge_voice,
  antigravity_model to Settings; set image_model default to nano-banana-pro
- Update provider_router._get_default_config to read from settings
- Add nul to .gitignore (Windows artifact)
- Mark all robustness tasks as completed in dev-plan.md
2026-03-09 16:54:58 +08:00
zhangtuo
c82d408ea1 feat: add HA infrastructure, CI/CD pipeline, and Redis/Celery hardening
- Add docker-compose.ha.yml for PostgreSQL/Redis HA setup with Patroni and Sentinel
- Add docker-compose.prod.yml for production deployment
- Add GitHub Actions CI/CD workflow (build.yml)
- Add install.cmd for Windows one-click setup
- Harden Redis connection with retry logic and health checks
- Add Celery HA config with Redis Sentinel support
- Add HA operations runbook
- Update README with deployment and architecture docs
- Move landing page spec to .claude/specs/design/
- Update memory intelligence PRD
2026-02-28 14:57:02 +08:00
zhangtuo
9cdff18336 Refactor Phase 2: Split stories.py into Schema/Service/Controller, add missing endpoints, fix async bug 2026-02-10 17:14:54 +08:00
zhangtuo
c351d16d3e feat: migrate rate limiting to Redis distributed backend
- Add app/core/rate_limiter.py with Redis fixed-window counter + in-memory fallback
- Migrate stories.py from TTLCache to Redis-backed check_rate_limit
- Migrate admin_auth.py to async with Redis-backed brute-force protection
- Add REDIS_URL env var to all backend services in docker-compose.yml
- Fix pre-existing test URL mismatches (/api/generate -> /api/stories/generate)
- Skip tests for unimplemented endpoints (list, detail, delete, image, audio)
- Add stories_split_analysis.md for Phase 2 preparation
2026-02-10 16:13:40 +08:00
zhangtuo
f6c03fc542 docs: add code architecture refactoring PRD 2026-01-21 11:34:39 +08:00