-
Notifications
You must be signed in to change notification settings - Fork 3
在主仓内新增 process template 示例目录 #30
Copy link
Copy link
Open
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:featureNew user-facing capabilityNew user-facing capability
Milestone
Metadata
Metadata
Assignees
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:featureNew user-facing capabilityNew user-facing capability
Problem
HALF 提供了 reusable workflow templates 能力(
README.md:96-97、后端src/backend/routers/process_templates.py),但仓库中没有任何示例模板供用户参考或快速上手。Proposed Change
在仓库内新增
templates/(或examples/templates/)目录,每个模板存为一个.json文件,匹配template_json字段格式。配套加一份 README 说明:第一批可以包含 1-2 个"日常协作"题材的模板(具体题材待范围决策)。
Why It Matters
模板是 HALF 区别于普通任务管理工具的特色之一,但当前用户必须从零造模板。提供示例可以显著降低上手成本。
Acceptance Criteria
.json模板能通过现有process_templates.py的 schema 校验Additional Context