fix(clean): correct project-tech field references and add sync vs clean disambiguation

- Fix Step 4.3: project.features → project.development_index,
  project.statistics → project._metadata
- Add project-guidelines.json learnings cleanup on session deletion
- Add sync vs clean disambiguation table explaining write vs reclaim
This commit is contained in:
catlog22
2026-02-25 22:34:15 +08:00
parent f96febe09a
commit c92754505a
9 changed files with 139 additions and 23 deletions

View File

@@ -0,0 +1,33 @@
{
"title": "原生会话",
"tokens": {
"total": "总 Token 数",
"input": "输入 Token",
"output": "输出 Token",
"cached": "缓存 Token"
},
"turn": {
"latest": "最新",
"thoughts": "思考过程",
"toolCalls": "工具调用"
},
"toolCall": {
"input": "输入",
"output": "输出"
},
"meta": {
"startTime": "开始时间",
"workingDir": "工作目录",
"projectHash": "项目哈希",
"turns": "轮次"
},
"tokenSummary": "总 Token",
"loading": "加载会话中...",
"error": "加载会话失败",
"empty": "无会话数据",
"footer": {
"copied": "已复制!",
"copySessionId": "复制会话 ID",
"exportJson": "导出 JSON"
}
}