fix: delete agent 500 error + dynamic personality + deployment guide

- Fix delete agent 500: clean up FK records (agent_llm_logs, permissions,
  schedules, executions, team_members) and unbind goals/tasks before delete
- Remove hardcoded personality templates in Android, replace with dynamic
  system prompt generation from name + description
- Set promptSectionsEnabled=false to bypass PromptComposer for personality
- Add Tencent Cloud Linux deployment guide (Docker Compose)
- Accumulated backend service updates, frontend UI fixes, Android app changes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 01:17:21 +08:00
parent 86b98865e3
commit beff3fac8d
1084 changed files with 117315 additions and 1281 deletions

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260506_013818",
"title": "英语作业 4.27",
"steps": [
{
"index": 0,
"title": "✍️ 字母抄写所有学过的字母每个写3遍",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "✍️ 单词抄写本课单词每个写6遍在孩子作业本上",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "📖 读课本第38-40页录视频打卡",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "🔊 拼读第43页录视频打卡",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "📱 App绘本打卡完成App里面布置的绘本任务",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-06T01:38:18.160625",
"updated_at": "2026-05-06T01:38:18.160625"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260506_083107",
"title": "从零学 Android AOSP 学习计划",
"steps": [
{
"index": 0,
"title": "第一阶段基础储备Linux/C++/Java/Git",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "第二阶段Android 应用开发基础App层面先熟悉",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "第三阶段AOSP 环境搭建与源码下载编译",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "第四阶段AOSP 架构解析框架层、HAL、内核",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "第五阶段深入核心模块System Server、AMS、WMS等",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "第六阶段HAL与驱动开发入门",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "第七阶段:动手定制与实战项目",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "第八阶段:持续进阶与社区贡献",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-06T08:31:07.737735",
"updated_at": "2026-05-06T08:31:07.737735"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260506_084555",
"title": "从零学AOSP — 量身定制学习路线图基础写过AppLinux/Java/C一般",
"steps": [
{
"index": 0,
"title": "阶段① Linux基础强化2~3周🔧",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "阶段② C语言补强3~4周",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "阶段③ Java深入 + Android Framework基础4~6周☕",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "阶段④ AOSP源码下载与编译环境搭建1~2周🛠",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "阶段⑤ AOSP整体架构解析2~3周🏗",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "阶段⑥ 核心模块深入 — init/Zygote/AMS/WMS6~8周🧩",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "阶段⑦ HAL层与驱动入门3~4周🔌",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "阶段⑧ 动手定制实战 + 社区贡献(持续)🔥",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-06T08:45:55.884459",
"updated_at": "2026-05-06T08:45:55.884459"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260506_090942",
"title": "AOSP入门 — 三大基础能力补强计划",
"steps": [
{
"index": 0,
"title": "📁 Linux基础补强2~3周命令行操作、文件系统、Makefile、Shell脚本、Git版本控制",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "⚙️ C语言补强3~4周指针与内存管理、结构体、文件操作、多线程编程",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "☕ Java补强2~3周面向对象深入、多线程、JNI机制、反射机制、设计模式",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "🔗 综合衔接Linux+C+Java联合实践编写简单Native服务并编译运行",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "🚀 AOSP源码下载与构建repo init/sync、编译环境搭建、单模块编译",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-06T09:09:42.866523",
"updated_at": "2026-05-06T09:09:42.866523"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260508_120459",
"title": "阶段① Linux基础 全面复习计划",
"steps": [
{
"index": 0,
"title": "第1课文件系统与命令行入门 — 重温核心命令与权限",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "第2课Git版本控制与AOSP源码管理 — 回顾Repo与Git操作",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "第3课AOSP源码目录结构解析 — 核心6大目录定位",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "第4课Shell脚本编程与自动化 — 变量/条件/循环/函数",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "第5课Makefile与Soong构建系统入门 — 三要素与Android.bp",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "第6课Shell脚本编程实战 — 文本处理和编译脚本",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "第7课Linux进程管理与网络基础 — 进程/监控/网络/ADB",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "阶段①综合自测 — 25题跨课测验检验掌握程度",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-08T12:04:59.559995",
"updated_at": "2026-05-08T12:07:06.062309"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260508_235533",
"title": "网站需求调研与规划",
"steps": [
{
"index": 0,
"title": "与用户沟通,收集网站基本需求",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "明确网站类型、目标受众、核心功能",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "确认技术栈偏好和设计风格",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "输出需求文档",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "输出网站规划方案",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-08T23:55:33.245141",
"updated_at": "2026-05-08T23:55:33.245141"
}

View File

@@ -0,0 +1,32 @@
{
"id": "plan_20260509_000147",
"title": "网站需求调研与规划方案",
"steps": [
{
"index": 0,
"title": "与用户沟通,收集网站基本信息(类型、受众、功能、技术栈、设计风格)",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "整理需求文档SRS",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "输出网站规划方案(架构、页面、技术选型)",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "生成PDF需求文档并交付",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-09T00:01:47.806499",
"updated_at": "2026-05-09T00:01:50.168687"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260509_000516",
"title": "网站需求调研与规划方案",
"steps": [
{
"index": 0,
"title": "与用户沟通,明确网站类型和目标受众",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "明确核心功能需求",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "明确技术栈偏好",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "明确设计风格要求",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "整理并输出需求文档",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "输出网站规划方案",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-09T00:05:16.668506",
"updated_at": "2026-05-09T00:05:16.668506"
}

View File

@@ -0,0 +1,26 @@
{
"id": "plan_20260510_084046",
"title": "网站需求分析与规划",
"steps": [
{
"index": 0,
"title": "与用户沟通,收集网站基本信息(类型、目标用户、核心功能等)",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "与用户沟通,明确技术栈偏好和设计风格",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "整理并输出需求文档与网站规划方案",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-10T08:40:46.902308",
"updated_at": "2026-05-10T08:40:46.902308"
}

View File

@@ -0,0 +1,62 @@
{
"id": "plan_20260510_084236",
"title": "前端开发 - 智能体平台官网",
"steps": [
{
"index": 0,
"title": "创建项目目录结构和基础HTML骨架",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "开发CSS样式系统变量、布局、组件样式",
"status": "in_progress",
"note": ""
},
{
"index": 2,
"title": "开发导航栏和首页Hero区域",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "开发功能特性展示区",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "开发产品价格和CTA区域",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "开发页脚和响应式适配",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "开发JavaScript交互功能导航、动画、表单等",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "创建子页面(关于、联系等)",
"status": "pending",
"note": ""
},
{
"index": 8,
"title": "最终代码整合与质量检查",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-10T08:42:36.595980",
"updated_at": "2026-05-10T08:42:51.775007"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260510_094242",
"title": "网站需求分析与规划",
"steps": [
{
"index": 0,
"title": "与用户沟通收集网站基本信息(类型、目标用户、核心功能)",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "明确技术栈偏好与设计风格",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "整理需求文档初稿",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "与用户确认需求文档",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "输出最终版需求文档与规划方案",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-10T09:42:42.655580",
"updated_at": "2026-05-10T09:42:45.691984"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260510_132929",
"title": "博客/内容站 需求分析与规划",
"steps": [
{
"index": 0,
"title": "明确目标用户与用户画像",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "定义核心功能清单与优先级",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "设计页面结构与导航",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "选择技术栈",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "确定设计风格与品牌调性",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "内容策略与SEO规划",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "输出完整需求文档",
"status": "done",
"note": ""
}
],
"created_at": "2026-05-10T13:29:29.979731",
"updated_at": "2026-05-10T13:34:18.222396"
}

View File

@@ -0,0 +1,32 @@
{
"id": "plan_20260512_001643",
"title": "阶段②-C语言-第3课指针进阶与内存管理",
"steps": [
{
"index": 0,
"title": "生成课件内容(知识点讲解+练习题+参考答案)",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "保存课件到本地文件",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "将知识点写入知识图谱",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "质量自检",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-12T00:16:43.203752",
"updated_at": "2026-05-12T00:18:36.938318"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260516_001949",
"title": "阶段② C语言编程AOSP视角",
"steps": [
{
"index": 0,
"title": "第1课C语言基础回顾与AOSP视角 ✅",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "第2课函数与指针入门AOSP视角✅",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "第3课指针深入与字符串安全处理 ✅ 2026-05-16",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "第4课动态内存管理与AOSP内存分配策略",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "第5课结构体、联合体与HAL数据结构",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "第6课文件I/O操作与AOSP配置解析",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "第7课多线程编程与Binder基础",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "第8课综合复习与AOSP实战项目",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-16T00:19:49.231590",
"updated_at": "2026-05-16T00:20:12.928138"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260516_124628",
"title": "阶段①-Linux基础-第4课init.rc启动脚本解析",
"steps": [
{
"index": 0,
"title": "📖 第3课快速回顾5分钟- AOSP目录结构小测验",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "🔑 核心概念init进程是Android的'上帝进程'",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "📜 init.rc语法三要素触发器、服务、命令",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "🚀 启动流程实战从init.rc到App启动的完整链路",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "🧪 课后练习题3道+ 参考答案",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "📋 本课总结与下节预告",
"status": "pending",
"note": ""
}
],
"created_at": "2026-05-16T12:46:28.563291",
"updated_at": "2026-05-16T12:46:31.590260"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260614_121812",
"title": "C语言第6课学习计划",
"steps": [
{
"index": 0,
"title": "1.指针基本概念 - 理解&和*运算符",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "2.指针与数组 - 掌握三种遍历方式",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "3.指针与函数 - 值传递vs址传递+函数指针",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "4.动态内存分配 - malloc/calloc/realloc/free",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "5.多级指针 - 二级/三级指针实战",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "6.常见陷阱 - 野指针/悬空指针/内存泄漏",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "7.const与指针 - 四种组合记忆",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "8.实战练习 - strcpy/指针排序/动态数组",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-14T12:18:12.158801",
"updated_at": "2026-06-14T12:18:12.158801"
}

View File

@@ -0,0 +1,98 @@
{
"id": "plan_20260614_183417",
"title": "阶段③ AOSP构建系统与框架层 — 14课全部生成",
"steps": [
{
"index": 0,
"title": "创建阶段③目录结构",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "生成第1课AOSP构建系统全景概览",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "生成第2课Soong与Android.bp语法入门",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "生成第3课Android.bp进阶——模块类型详解",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "生成第4课Android.mk与Makefile遗留系统",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "生成第5课Ninja构建引擎深度解析",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "生成第6课AOSP完整编译流程实战",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "生成第7课Lunch/Tapas/M 编译命令详解",
"status": "pending",
"note": ""
},
{
"index": 8,
"title": "生成第8课Framework层架构总览",
"status": "pending",
"note": ""
},
{
"index": 9,
"title": "生成第9课SystemServer与系统服务启动流程",
"status": "pending",
"note": ""
},
{
"index": 10,
"title": "生成第10课Binder IPC机制入门",
"status": "pending",
"note": ""
},
{
"index": 11,
"title": "生成第11课ServiceManager与服务注册发现",
"status": "pending",
"note": ""
},
{
"index": 12,
"title": "生成第12课AIDL与HIDL接口语言",
"status": "pending",
"note": ""
},
{
"index": 13,
"title": "生成第13课SELinux策略与权限控制",
"status": "pending",
"note": ""
},
{
"index": 14,
"title": "生成第14课阶段③综合实战与复习",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-14T18:34:17.911330",
"updated_at": "2026-06-14T18:34:21.729605"
}

View File

@@ -0,0 +1,92 @@
{
"id": "plan_20260614_183720",
"title": "阶段③ 14课全量生成",
"steps": [
{
"index": 0,
"title": "模块A-第1课AOSP构建系统全景图",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "模块A-第2课Soong与Android.bp入门",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "模块A-第3课Android.bp进阶与模块类型",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "模块A-第4课Android.mk与Makefile遗留系统",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "模块A-第5课lunch/banchan与构建变体",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "模块B-第6课Android启动流程全貌",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "模块B-第7课init进程与init.rc解析",
"status": "pending",
"note": ""
},
{
"index": 7,
"title": "模块B-第8课Zygote与SystemServer",
"status": "pending",
"note": ""
},
{
"index": 8,
"title": "模块B-第9课Binder IPC通信机制",
"status": "pending",
"note": ""
},
{
"index": 9,
"title": "模块C-第10课ServiceManager与服务注册",
"status": "pending",
"note": ""
},
{
"index": 10,
"title": "模块C-第11课ActivityManagerService (AMS)",
"status": "pending",
"note": ""
},
{
"index": 11,
"title": "模块C-第12课WindowManager与SurfaceFlinger",
"status": "pending",
"note": ""
},
{
"index": 12,
"title": "模块C-第13课PackageManagerService (PMS)",
"status": "pending",
"note": ""
},
{
"index": 13,
"title": "模块C-第14课JNI与Native层桥接",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-14T18:37:20.268016",
"updated_at": "2026-06-14T18:38:07.430580"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260614_203414",
"title": "模块C HAL扩展课程生成第15-19课",
"steps": [
{
"index": 0,
"title": "第15课HAL层架构全景从HIDL到AIDL",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "第16课HIDL接口定义与C++实现",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "第17课Stable AIDL for HAL",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "第18课设备树(DT)与内核驱动入门",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "第19课实战编写Sensor HAL模块",
"status": "in_progress",
"note": ""
},
{
"index": 5,
"title": "验证全部5课完整性",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-14T20:34:14.919368",
"updated_at": "2026-06-14T20:43:35.370432"
}

View File

@@ -0,0 +1,14 @@
{
"id": "plan_20260616_013431",
"title": "测试管理平台 - 需求分析与开发计划",
"steps": [
{
"index": 0,
"title": "需求分析与文档输出",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-16T01:34:31.254510",
"updated_at": "2026-06-16T01:34:31.254510"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260616_015825",
"title": "个人笔记系统 — 本地使用",
"steps": [
{
"index": 0,
"title": "需求分析与用户故事定义",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "UI/UX 设计(线框图 + 设计规范)",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "数据层开发(本地存储 + CRUD",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "编辑器与笔记管理开发",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "搜索与组织功能开发",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "QA 测试与质量验收",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "DevOps 打包与发布",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-16T01:58:25.924759",
"updated_at": "2026-06-16T01:58:25.924759"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260617_000255",
"title": "Analyze top 5 backend Python files",
"steps": [
{
"index": 0,
"title": "Explore backend directory structure",
"status": "pending",
"note": ""
},
{
"index": 1,
"title": "Identify top 5 Python files by size/importance",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "Analyze each file's purpose and role in the system",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "Compile findings into structured documentation",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "QA review of findings for accuracy and completeness",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-17T00:02:55.174810",
"updated_at": "2026-06-17T00:02:55.174810"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260618_215251",
"title": "Phase 1 — 策略设计与风险评估",
"steps": [
{
"index": 0,
"title": "确认项目上下文与需求",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "定义5类用户画像",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "设计13条测试场景",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "识别7大风险领域",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "编写完整 test_plan.json",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "编写 phase1_strategy_report.md",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "编写 phase1_risk_assessment.md",
"status": "done",
"note": ""
},
{
"index": 7,
"title": "最终验证所有交付物",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-18T21:52:51.875836",
"updated_at": "2026-06-18T21:55:33.275768"
}

View File

@@ -0,0 +1,26 @@
{
"id": "plan_20260618_221400",
"title": "Phase 1 — 策略设计与风险评估:天工智能体平台",
"steps": [
{
"index": 0,
"title": "创建 test_plan.json (完整测试计划)",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "创建 phase1_strategy_report.md (策略报告)",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "验证交付物完整性",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-18T22:14:00.459362",
"updated_at": "2026-06-18T22:15:13.667455"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260618_221715",
"title": "注册功能测试 - 执行计划",
"steps": [
{
"index": 0,
"title": "Phase-1: test_planner - 策略设计与风险评估",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "Phase-2: functional_tester - 核心功能验证",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "Phase-3: ux_reviewer - 用户体验与无障碍测试",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "Phase-4: edge_explorer - 边界/异常/安全测试",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "Phase-5: performance_evaluator - 性能与并发测试",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-18T22:17:15.670178",
"updated_at": "2026-06-18T22:18:36.060106"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260618_221841",
"title": "登录系统 - 策略设计与风险评估",
"steps": [
{
"index": 0,
"title": "需求分析与用户画像定义",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "测试场景设计 (19条用例)",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "风险领域识别 (8大领域)",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "团队分工与覆盖策略",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "生成 test_plan.json",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "生成 phase1_strategy_report.md",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-18T22:18:41.295135",
"updated_at": "2026-06-18T22:21:15.618866"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260619_094008",
"title": "文档审计与架构设计 — 天工智能体平台",
"steps": [
{
"index": 0,
"title": "创建输出目录结构",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "执行文档覆盖审计(识别缺口与陈旧内容)",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "设计文档站点地图3级结构",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "定义风格指南(语调、术语、代码规范)",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "设计可复用文档模板(教程/API参考/概念指南/故障排除/FAQ",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "制定内容优先级策略",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "汇总并写入最终交付物",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-19T09:40:08.298455",
"updated_at": "2026-06-19T09:42:53.230670"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260619_100052",
"title": "文档发布与版本管理 — Release Manager 交付",
"steps": [
{
"index": 0,
"title": "阶段 1: 覆盖率审计与 API 端点核对 — 检查所有已写文档与新功能覆盖率",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "阶段 2: 交叉链接校验 — 确保所有文档间链接有效",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "阶段 3: 从 Git 历史编译 CHANGELOG 与 Release Notes",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "阶段 4: 多平台发布配置 — GitHub Wiki / VitePress / GitBook 配置生成",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "阶段 5: 版本号更新与存档 — 更新所有文档 frontmatter、归档旧版本",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "阶段 6: 发布检查清单与 Release Plan JSON 输出",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-19T10:00:52.675660",
"updated_at": "2026-06-19T10:00:58.814607"
}

View File

@@ -0,0 +1,38 @@
{
"id": "plan_20260619_102900",
"title": "天工智能体平台 — 技术文档编写项目",
"steps": [
{
"index": 0,
"title": "Phase 1: doc_architect — 文档审计与信息架构设计",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "Phase 2: tech_writer — 用户文档编写(教程/指南/FAQ",
"status": "in_progress",
"note": ""
},
{
"index": 2,
"title": "Phase 3: api_doc_specialist — API 参考文档完善",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "Phase 4: translator_reviewer — 文档审校与术语统一",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "Phase 5: release_manager — 文档打包与发布",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-19T10:29:00.899927",
"updated_at": "2026-06-19T10:30:08.824129"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260619_105026",
"title": "文档审计与信息架构设计",
"steps": [
{
"index": 0,
"title": "探索项目结构与已有文件",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "审计现有文档(覆盖度/时效性/缺口)",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "识别用户画像与内容优先级",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "设计文档站点地图sitemap",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "定义写作风格指南",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "设计各类型文档模板",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "生成最终交付物并写入目标目录",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-19T10:50:26.496914",
"updated_at": "2026-06-19T10:53:11.290253"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260619_111451",
"title": "文档发布与导航整合",
"steps": [
{
"index": 0,
"title": "审计最终文档状态与覆盖率",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "生成完整发布计划 (JSON)",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "编译更新日志与发布说明",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "构建全局导航索引与交叉链接验证",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "多平台发布: VitePress / GitBook / GitHub Wiki",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "更新 README 与覆盖率报告",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "最终交付物汇总输出",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-19T11:14:51.096759",
"updated_at": "2026-06-19T11:14:53.416699"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260621_195227",
"title": "Onboarding Product Lead Phase",
"steps": [
{
"index": 0,
"title": "Product spec: Login progressive hints",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "Product spec: OnboardingWizard 5-step",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "Product spec: Context-sensitive help panel",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "User stories & acceptance criteria",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "Success metrics & measurement plan",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "Competitive analysis vs Dify Coze LangChain",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "Wireframe descriptions & UX flow",
"status": "done",
"note": ""
},
{
"index": 7,
"title": "Roadmap integration & backlog",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-21T19:52:27.975807",
"updated_at": "2026-06-21T19:56:41.758765"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260624_221042",
"title": "Android UX改进需求文档",
"steps": [
{
"index": 0,
"title": "读取Android设计文档提取功能清单",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "扫描Web前端获取参考功能",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "生成功能对齐矩阵",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "屏幕级UX审计",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "P0-P2优先级与用户故事",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "后端API依赖清单",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "整合输出完整文档",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-24T22:10:42.198486",
"updated_at": "2026-06-24T22:12:33.220521"
}

View File

@@ -0,0 +1,44 @@
{
"id": "plan_20260624_234944",
"title": "天工Android客户端 — 用户模拟测试策略制定",
"steps": [
{
"index": 0,
"title": "分析设计文档,提取所有可测试模块与边界条件",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "定义四类用户画像与关键旅程地图",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "制定P0/P1/P2优先级分类标准与测试场景清单(≥40)",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "编写测试数据准备方案与脚本",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "定义每场景的明确验收标准(通过/失败判定)",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "编译完整测试策略文档并输出到目标目录",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-24T23:49:44.495511",
"updated_at": "2026-06-24T23:57:14.436950"
}

View File

@@ -0,0 +1,50 @@
{
"id": "plan_20260625_002214",
"title": "阶段6综合测试报告汇总与发布",
"steps": [
{
"index": 0,
"title": "审查已有交付物,统计所有场景和缺陷",
"status": "in_progress",
"note": ""
},
{
"index": 1,
"title": "生成综合执行概览仪表盘",
"status": "pending",
"note": ""
},
{
"index": 2,
"title": "构建缺陷热力图(按模块×严重度)",
"status": "pending",
"note": ""
},
{
"index": 3,
"title": "构建风险评估矩阵(可能性×影响)",
"status": "pending",
"note": ""
},
{
"index": 4,
"title": "计算各模块质量评分与质量门禁",
"status": "pending",
"note": ""
},
{
"index": 5,
"title": "输出发布建议决策树",
"status": "pending",
"note": ""
},
{
"index": 6,
"title": "撰写综合测试总结报告",
"status": "pending",
"note": ""
}
],
"created_at": "2026-06-25T00:22:14.825611",
"updated_at": "2026-06-25T00:22:18.469510"
}

View File

@@ -0,0 +1,56 @@
{
"id": "plan_20260626_002818",
"title": "天工Android测试策略设计",
"steps": [
{
"index": 0,
"title": "分析设计文档提炼测试关键点",
"status": "done",
"note": ""
},
{
"index": 1,
"title": "定义3类用户画像",
"status": "done",
"note": ""
},
{
"index": 2,
"title": "设计功能测试场景",
"status": "done",
"note": ""
},
{
"index": 3,
"title": "设计UX对标场景",
"status": "done",
"note": ""
},
{
"index": 4,
"title": "设计边界异常场景",
"status": "done",
"note": ""
},
{
"index": 5,
"title": "设计性能评估场景",
"status": "done",
"note": ""
},
{
"index": 6,
"title": "构建优先级与风险矩阵",
"status": "done",
"note": ""
},
{
"index": 7,
"title": "输出test_plan.json到指定目录",
"status": "done",
"note": ""
}
],
"created_at": "2026-06-26T00:28:18.264282",
"updated_at": "2026-06-26T00:32:16.355911"
}