Go to file
zerosaturation bdf3abc2bc feat(task): migration + backfill daily_task trigger_event
- task_definitions: add trigger_event varchar(64) + target_count int default 1
- user_daily_task_progress: add progress int default 0
- backfill id=3 (daily_mint) + id=4 (daily_place_asset) trigger_event
- sequence sync per CLAUDE.md (task_definitions_id_seq + user_daily_task_progress_id_seq)
- sync docker/init-db.sql CREATE TABLE + COPY data (id=1,2,5 leave NULL; id=3,4 fill)

spec: docs/superpowers/specs/2026-07-21-daily-task-config-driven-design.md
plan: docs/superpowers/plans/2026-07-21-daily-task-config-driven-impl.md

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-27 15:38:46 +08:00
.agents/skills
.tmp
backend feat(task): migration + backfill daily_task trigger_event 2026-07-27 15:38:46 +08:00
docker feat(task): migration + backfill daily_task trigger_event 2026-07-27 15:38:46 +08:00
docs docs(starbook): add has_more design spec and implementation plan 2026-07-24 19:20:32 +08:00
frontend feat:修改铸造消耗弹窗样式 2026-07-27 13:38:23 +08:00
k8s fix(k8s): livenessProbe port to healthPort + values.yaml healthPort +1000 (follow-up P2) 2026-07-24 15:14:38 +08:00
mock
scripts
.gitignore fix(0a): replace real keys with placeholders in .env.example + harden .gitignore 2026-07-24 15:23:26 +08:00
AGENTS.md
CLAUDE.md
README.md

TopFans