21 lines
514 B
Markdown
21 lines
514 B
Markdown
---
|
||
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]] — 核心来源 |