新增: 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

View File

@@ -0,0 +1,49 @@
export default {
dashboard: {
title: '总览',
subtitle: '所有系统运行正常',
refresh: '刷新',
captureIdea: '捕捉灵感',
stats: {
ideas: '灵感',
projects: '项目',
activeTasks: '活跃任务',
drafts: '草稿',
annotations: '待处理标注',
},
activeProjects: '活跃项目',
viewAll: '查看全部',
ideaPool: '灵感',
recentDecisions: '最近决策',
openAnnotations: '待处理标注',
aiBatchProcess: 'AI 批量处理',
tasks: '{count} 个任务',
taskUnit: '{n} 个任务',
trending: '热门',
approved: '已立项',
pending: '待定',
reviewing: '评估中',
coding: '编码中',
testing: '测试中',
release: '发布中',
empty: {
noProjects: '暂无项目,去创建一个',
noIdeas: '暂无灵感,点击上方按钮捕捉',
noData: '暂无数据',
},
stage: {
planning: '规划中',
coding: '编码中',
paused: '已暂停',
done: '已完成',
cancelled: '已取消',
},
ideaStatus: {
draft: '草稿',
pending_review: '待评估',
approved: '已立项',
promoted: '已转立项',
rejected: '已驳回',
},
},
}