返回 Skill 列表
extension
分类: 开发与工程无需 API Key

describe-progress-file

progress.yaml的结构和字段所有权。在读取或更新阶段进度状态时加载。

person作者: jakexiaohubgithub

progress.yaml

Machine-readable state of the Phase. Structure:

phase:
  id: NNNN
  slug: short-slug
  title: Title
  status: planned|building|review|complete

steps:
  - id: S001
    title: Short title
    implemented: false
    reviewed: false
    notes: ""
    touched: []

Status transitions:

  • plannedbuilding (when Builder starts)
  • buildingreview (when all steps implemented)
  • reviewbuilding (if Overseer requests fixes)
  • reviewcomplete (when Overseer approves)

Field ownership:

  • implemented: Set by Builder when step is done
  • reviewed: Set only by Overseer
  • notes: Updated by whoever completes the step
  • touched: List of files meaningfully modified