diff --git a/.memory/worklog.json b/.memory/worklog.json index 57a1155..1328c22 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T07:56:06+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 07:55 (~1)", - "hash": "47e632a", - "files_changed": 1 - }, { "ts": "2026-04-23T08:01:56+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 17:45 (~1)", "hash": "da162a7", "files_changed": 1 + }, + { + "ts": "2026-04-25T17:51:12+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 17:51 (~1)", + "hash": "6f36cd6", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index afe87ee..7bd3ec3 100644 --- a/.project.json +++ b/.project.json @@ -1,9 +1,44 @@ { - "created" : "2026-04-18", - "name" : "Lobe Sandbox Backend", - "ownership" : "company", - "status" : "new", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/business\/20260418-lobe-sandbox-backend\/.memory\/worklog.json" - } + "name": "Lobe Sandbox Backend", + "description": "", + "status": "active", + "kind": "app", + "created": "2026-04-18", + "urls": [ + { + "url": "https://sandbox.milejoy.com", + "type": "app", + "label": "sandbox" + }, + { + "url": "https://sandbox.milejoy.com/admin/?token=0JicSkQZnVVe9zZWpqJKJkTv", + "type": "admin", + "label": "sandbox" + }, + { + "url": "https://ai.milejoy.com", + "type": "app", + "label": "ai" + }, + { + "url": "https://sandbox.milejoy.com/admin/?token=...", + "type": "admin", + "label": "sandbox" + }, + { + "url": "https://sandbox.milejoy.com/admin", + "type": "admin", + "label": "sandbox" + }, + { + "url": "https://lobehub.kang-kang.com", + "type": "backend", + "label": "lobehub" + } + ], + "worklog": { + "path": ".memory/worklog.json", + "auto": true + }, + "ownership": "company" }