Merge dev into main: CREEM payment, performance optimization, deploy updates #8

Merged
qzl merged 32 commits from dev into main 2026-05-11 19:16:18 +08:00
6 changed files with 3874 additions and 0 deletions
Showing only changes of commit 323a04206b - Show all commits
@@ -0,0 +1 @@
{"_example": "Fill with {\"file\": \"<path>\", \"reason\": \"<why>\"}. Put spec/research files only — no code paths. Run `python3 .trellis/scripts/get_context.py --mode packages` to list available specs. Delete this line once real entries are added."}
@@ -0,0 +1 @@
{"_example": "Fill with {\"file\": \"<path>\", \"reason\": \"<why>\"}. Put spec/research files only — no code paths. Run `python3 .trellis/scripts/get_context.py --mode packages` to list available specs. Delete this line once real entries are added."}
@@ -0,0 +1,26 @@
{
"id": "05-10-auto-divination-page-rewrite",
"name": "05-10-auto-divination-page-rewrite",
"title": "05-10-auto-divination-page-rewrite",
"description": "",
"status": "in_progress",
"dev_type": null,
"scope": null,
"package": null,
"priority": "P2",
"creator": "zl-q",
"assignee": "zl-q",
"createdAt": "2026-05-10",
"completedAt": null,
"branch": null,
"base_branch": "dev",
"worktree_path": null,
"commit": null,
"pr_url": null,
"subtasks": [],
"children": [],
"parent": null,
"relatedFiles": [],
"notes": "",
"meta": {}
}
+5
View File
@@ -50,6 +50,11 @@ Do not place backend/frontend implementation details here.
When viewing data in the database, use `supabase mcp` tools (`supabase_execute_sql`, `supabase_list_tables`, etc.) instead of direct queries or other methods. When viewing data in the database, use `supabase mcp` tools (`supabase_execute_sql`, `supabase_list_tables`, etc.) instead of direct queries or other methods.
## Test
- test_user_email: test@example.com
- test_code: 123456
- login directly, do not send verfiy code
<!-- TRELLIS:START --> <!-- TRELLIS:START -->
# Trellis Instructions # Trellis Instructions
+3838
View File
File diff suppressed because it is too large Load Diff
+3
View File
@@ -0,0 +1,3 @@
allowBuilds:
esbuild: true
sharp: true