| title | Workforce 文档索引 |
|---|---|
| type | navigation |
| status | current |
| owner | maintainers |
| updated | 2026-09-13 |
docs/
├── architecture/ # Deployment modes and implementation boundaries
├── blueprint/ # Product, architecture and MVP baseline
├── adr/ # Architecture Decision Records
├── guides/ # Development Agent workflows and validation
├── reference/ # Stable capability and tool references
├── protocols/ # Versioned JSON Schemas and protocol specifications
└── operations/ # Development, release, diagnostics and support guides
Git does not retain empty directories. docs/operations/ 现有 T17 打包/升级/卸载文档;adr already contains accepted decisions.
- Product Vision & PRD
- Domain Model
- System Architecture
- Repository Structure
- Task Protocol
- Artifact Protocol
- Runtime Protocol
- Workflow State Machine
- Event Model
- Database Schema
- API Design
- MVP Implementation Plan
- Decision register
- 产品沟通历史(只追加;产品/规划文档变更必须回写)
- Development task backlog
- Implementation status (verified)
- Collaboration and review process
- D15–D18 落地方案(实现前检查点)
- T02 契约变更请求(C5–C9)
- Repository entry and red lines: AGENTS.md
- Named-bot PR pipeline (single source): Collaboration and review
- Delegation, handoff and independent review: Agent workflow
- Test selection and evidence boundaries: Testing and validation
- Reasoning levels and tool evidence: Agent capabilities and tools
- Documentation status and checks: Documentation style and governance
- 开源对标学习笔记 — Eigent / OpenHands 深读指针;对照冻结决策,不表示将采用这些栈
- Remote Node Mock compatibility spike — in-process protocol evidence only; not a production remote runner
- 三平台打包与随包 Daemon — unpacked packs;
start.cmd/devare not installers; not a published release - 升级、备份与恢复 — 升级前活动 Run 策略为
reject;状态目录备份/恢复 - 卸载与数据保留 — 卸载保留
%APPDATA%\Workforce等状态目录
All blueprint documents are V0.1 drafts. Protocols and implementation details may change through Architecture Decision Records and reviewed pull requests. Implementation progress is tracked in docs/planning/03-implementation-status.md.
- 部署模式与边界(Local / Remote Server / Distributed;当前
apps/daemon是本地组合,不是独立 Control Plane) - ADR 0001:混合与分布式执行模型
- 架构流程图索引(含 D17 Authoring、D18 双执行模式;Mermaid 源与蓝图同步)
- ADR 0002:多节点技术栈与演进边界
- ADR 0003:V0.1 契约冻结与权威来源
- 页面信息架构(§2 一级导航;
P0/P1是切片深度不是侧栏可见性;项目详情六标签以 §4.3 为准;角色版本库挂 AI 团队;Chat 为壳 §6.4) - 核心用户流程
- P0 页面线框规范(侧栏与 IA §2 对齐;壳上 Chat;§7 为 M3 只读目录过渡;§10–§12 为 M7 画布、角色库/Team 与全局 Chat;§13 为 M8 双执行模式)
- UI 设计系统(token、字号、圆角、组件与状态规则;含与 AgentHub 的对齐基线与刻意差异)
- V0.1 设计评审与待冻结决策
- 开发任务清单与 agent 交接模板
- 实现进度(已验证)
- 协作与评审流程
- D15–D18 落地方案(实现前检查点)
- T02 契约变更请求(C5–C9)
- 决策登记(项目制主对象;角色版本库与全局 Chat 现在就要有;库/Chat 壳、卡片三字段 / 句意 / 空闲写卡 / Team
resolveTeamDraft已接线;TaskresolveTaskPatch与 D18 direct 落点仍缺;Marketplace 现在不是一等面;M0–M3 已冻结;M7 补齐 Team/Workflow/对话生成;M8 双执行模式) - 产品沟通历史
- 状态矩阵
- 页面与 API 能力矩阵
协议草案见 docs/protocols。打包、升级与卸载见 operations。pnpm check:docs 对固定根文档(AGENTS.md、根 README.md、CONTRIBUTING.md)与全部 docs/**/*.md 做链接/锚点、CommonMark fenced-block 和 Mermaid fenced-block 完整性检查,仅对已迁移 current 文档强制元数据;历史文档不会因一次性迁移而阻塞。评审意见不自动替代已接受 ADR;实现以决策登记与 ADR 0003 为准。