Auto-sync: 2026-04-17 19:17

This commit is contained in:
2026-04-17 19:17:27 +08:00
parent a1c4f6495b
commit 52c143d5e4
49 changed files with 1444 additions and 1 deletions

View 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]] — 核心来源