-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask-trees.json
More file actions
33 lines (33 loc) · 1 KB
/
Copy pathtask-trees.json
File metadata and controls
33 lines (33 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"schema": "task-tree-registry/v1",
"activeMethod": "method",
"trees": [
{
"id": "method",
"title": "方法迭代",
"role": "method",
"path": "task-tree.md",
"description": "当前默认加载、持续迭代并与执行流程关联的方法任务树",
"editable": true,
"flowEnabled": true
},
{
"id": "background",
"title": "项目背景支撑",
"role": "background",
"path": "trees/background.md",
"description": "稳定问题背景、用户痛点、设计约束与长期证据;按需读取,不进入项目执行流程",
"editable": true,
"flowEnabled": false
},
{
"id": "architecture",
"title": "任务图系统架构",
"role": "architecture",
"path": "trees/architecture.md",
"description": "Markdown schema、图编辑器、可移植 kit 与执行流程的稳定实现;按需读取,不进入项目执行流程",
"editable": true,
"flowEnabled": false
}
]
}