diff --git a/.memory/worklog.json b/.memory/worklog.json index 9f8c2ff..6cac18a 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-23T07:56:03+08:00", - "type": "commit", - "message": "auto-save 2026-04-23 07:55 (~1)", - "hash": "ec6425c", - "files_changed": 1 - }, { "ts": "2026-04-23T08:01:54+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 17:45 (~1)", "hash": "8487ada", "files_changed": 1 + }, + { + "ts": "2026-04-25T17:51:10+08:00", + "type": "commit", + "message": "auto-save 2026-04-25 17:51 (~1)", + "hash": "ad69fb2", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index 7d49586..fb184d5 100644 --- a/.project.json +++ b/.project.json @@ -1,20 +1,25 @@ { - "created" : "2026-03-31", - "description" : "微软开源语音全家桶,ASR+TTS+实时语音,可用于法考字幕提取", - "kind" : "research", - "name" : "VibeVoice 语音AI研究", - "ports" : [ + "name": "VibeVoice 语音AI研究", + "description": "微软开源语音全家桶,ASR+TTS+实时语音,可用于法考字幕提取", + "status": "active", + "kind": "research", + "created": "2026-03-31", + "ports": [ { - "fixed" : true, - "label" : "dev", - "port" : 4410 + "port": 4410, + "label": "dev", + "fixed": true } ], - "source" : { - "path" : "source\/" + "stack": [ + "HTML" + ], + "urls": [], + "source": { + "path": "source/" }, - "status" : "active", - "worklog" : { - "path" : "\/Users\/kangwan\/Projects\/research\/20260331-vibevoice\/.memory\/worklog.json" + "worklog": { + "path": ".memory/worklog.json", + "auto": true } }