Files
nexus/wiki/concepts/项目状态管理.md
2026-04-17 19:17:27 +08:00

21 lines
514 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]] — 核心来源