Auto-sync: 2026-04-17 19:17
This commit is contained in:
21
wiki/concepts/项目状态管理.md
Normal file
21
wiki/concepts/项目状态管理.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "项目状态管理"
|
||||
type: concept
|
||||
tags: []
|
||||
sources: []
|
||||
last_updated: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
基于 STATE.yaml 的任务追踪和协调机制,每个项目维护一个状态文件作为单一真相源
|
||||
|
||||
## State Structure
|
||||
- tasks:任务列表,包含 id、status、owner、started、completed、notes
|
||||
- next_actions:可执行的下一步操作列表
|
||||
|
||||
## Related Concepts
|
||||
- [[去中心化协调]]
|
||||
- [[事件驱动项目管理]]
|
||||
|
||||
## Sources
|
||||
- [[autonomous-project-management]] — 核心来源
|
||||
Reference in New Issue
Block a user