From 8d9c30744b67362a924ebab704feaec61c725887 Mon Sep 17 00:00:00 2001 From: kang Date: Sat, 25 Apr 2026 18:13:29 +0800 Subject: [PATCH] auto-save 2026-04-25 18:13 (~2) --- .memory/worklog.json | 14 +++++++------- .project.json | 37 +++++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 09edbf8..b6cf5e3 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T08:13:35+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 08:13 (~1)", - "hash": "ef73639", - "files_changed": 1 - }, { "ts": "2026-04-23T08:19:27+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 18:02 (~1)", "hash": "65f8275", "files_changed": 1 + }, + { + "ts": "2026-04-25T18:07:54+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 18:07 (~1)", + "hash": "027fff2", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index e23a9d9..de727c7 100644 --- a/.project.json +++ b/.project.json @@ -1,22 +1,35 @@ { - "created" : "2026-03-27", - "description" : "Lightricks LTX-2 AI视频音频同步生成模型研究", - "kind" : "analysis", - "name" : "LTX-2 音画同出研究", - "ports" : [ + "name": "LTX-2 音画同出研究", + "description": "Lightricks LTX-2 AI视频音频同步生成模型研究", + "status": "active", + "kind": "analysis", + "created": "2026-03-27", + "ports": [ { - "fixed" : true, - "label" : "dev", - "port" : 4200 + "port": 4200, + "label": "dev", + "fixed": true } ], - "stack" : [ + "stack": [ "HTML", "CSS", "JavaScript" ], - "status" : "active", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/research\/20260327-LTX2音画同出\/.memory\/worklog.json" + "urls": [ + { + "url": "http://192.168.2.221:4200", + "type": "app", + "label": "192" + }, + { + "url": "http://localhost:4200", + "type": "docs", + "label": "local docs" + } + ], + "worklog": { + "path": ".memory/worklog.json", + "auto": true } }