新增: Phase2 阶段收尾(Sprint 1-20)

重构:删 5 零引用 crate(df-evolve/plugin/stages/task/traceability)+ 清死模块、ai.rs 拆 11 子 module、ai.ts 拆 6 composable、i18n 拆目录
功能:知识库全栈(df-project/scan + CRUD + 时间线 + 前端)、Settings 拆分、appSettings KV 迁移、模型池、LLM 并发 Semaphore
修复:审批持久化根治、ConditionEngine 默认拒绝、NodeRegistry unimplemented 清除、promote 补偿删除、工具结果截断 50KB、路径校验防 symlink 逃逸
文档:B-03 人工审批设计、决策记录三分档、规格契约自检、经验记录、todo 看板、PROGRESS 更新

详见 PROGRESS.md。src-tauri/儿童每日打卡应用/ 与本项目无关,已排除。
This commit is contained in:
2026-06-14 14:08:20 +08:00
parent 98393b4908
commit cf017f81e2
167 changed files with 19549 additions and 6886 deletions

33
src/i18n/zh-CN/aiTool.ts Normal file
View File

@@ -0,0 +1,33 @@
export default {
aiTool: {
running: '执行中…',
approve: '批准执行',
reject: '拒绝',
rejectedHint: '用户拒绝了此操作',
collapse: '收起',
expandAll: '展开全部',
written: '已写入',
items: '项',
lines: '行',
// 工具显示名(含路径摘要前缀,fallback 兜底)
readPrefix: '读取',
readFallback: '读取文件',
dirPrefix: '目录',
dirFallback: '列出目录',
writePrefix: '写入',
writeFallback: '写入文件',
// completed 结果摘要(header 折叠态可见)
taskCount: '{n} 项任务',
projectCount: '{n} 个项目',
ideaCount: '{n} 条想法',
createdWithName: '已创建:{name}',
created: '已创建',
updatedField: '已更新 {field}',
updated: '已更新',
deleted: '已删除',
deleteIneffective: '删除未生效',
workflowHint: '请到工作流页面运行',
},
}