Cx Status

Codex 侧 CX 状态查看。展示共享 core 中的 feature、owner、worktree、lease 与 handoff 状态。

m19803261706 Updated

File contents

CX Status (Codex Adapter)

先阅读:

  • ../cx-shared/core/workflow/README.md
  • ../cx-shared/core/workflow/protocols/status.md

优先读取:

bash ../cx-shared/scripts/cx-workflow-status.sh \
  --runner codex
  • .cx/core/projects/*.json
  • .cx/core/features/*.json
  • .cx/core/worktrees/*.json
  • .cx/core/handoffs/**/*.json

输出重点

  • 当前 current_feature
  • 当前 owner 是 cc 还是 codex
  • 当前 lease session
  • preferred / bound worktree
  • 是否存在待处理 handoff
  • 当前任务完成度与阻塞原因

规则

  • 如果 feature 当前由 cc 持有,要明确告诉用户,不要假装 Codex 可以直接继续
  • 如果存在 reason_type,要把阻塞原因结构化展示出来

m19803261706/cx-workflow/tree/main/adapters/codex/skills/cx-status commit 0fda0ec5ed

Frequently asked questions

npx skillmds@latest add m19803261706/cx-status-2