Skip to content

Latest commit

 

History

History
103 lines (80 loc) · 6.31 KB

File metadata and controls

103 lines (80 loc) · 6.31 KB
title Workforce 文档索引
type navigation
status current
owner maintainers
updated 2026-09-13

Workforce Documentation

Directory plan

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.

V0.1 Blueprint

  1. Product Vision & PRD
  2. Domain Model
  3. System Architecture
  4. Repository Structure
  5. Task Protocol
  6. Artifact Protocol
  7. Runtime Protocol
  8. Workflow State Machine
  9. Event Model
  10. Database Schema
  11. API Design
  12. MVP Implementation Plan

Planning

Development Agent governance

Reference

Operations

Document status

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.

架构决策与流程图

Product UI

  • 页面信息架构(§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 的对齐基线与刻意差异)

设计评审、冻结决策与开发任务

协议草案见 docs/protocols。打包、升级与卸载见 operationspnpm check:docs 对固定根文档(AGENTS.md、根 README.mdCONTRIBUTING.md)与全部 docs/**/*.md 做链接/锚点、CommonMark fenced-block 和 Mermaid fenced-block 完整性检查,仅对已迁移 current 文档强制元数据;历史文档不会因一次性迁移而阻塞。评审意见不自动替代已接受 ADR;实现以决策登记与 ADR 0003 为准。