Harness governance / validate (push) Has been cancelled
Initialize the full harness coding document set from the harness_coding_docs template, customized for the SoftBox project: - Vision, requirements, tech stack (modern Go 1.25 + Gio v0.10.1; Win7 legacy Go 1.20.14 + Gio v0.6.0), architecture, coding rules - Protocol contracts (signed catalog, package protocol v1, Ed25519 license, events, CLI) and Gio view structure - Roadmap Phase 0-6 with 20 suggested tasks; T-001 (monorepo skeleton) filed and ready to claim - Agent entry points (AGENTS.md, docs/00-ai-start-here.md), context manifest, governance scripts and tests - Merge Go gitignore with harness rules; keep go.work tracked Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
---
|
|
name: Agent task
|
|
about: 创建与 docs/tasks/T-<编号>.md 一一对应的开发任务
|
|
title: "[T-XXX] "
|
|
ref: ""
|
|
labels:
|
|
- kind/task
|
|
---
|
|
|
|
## 任务映射
|
|
|
|
- task_id: `T-XXX`
|
|
- task_file: `docs/tasks/T-XXX.md`
|
|
- context_ref: `【领取时的默认分支提交 SHA】`
|
|
- deps: `【T-编号列表或无】`
|
|
- write_paths:
|
|
- `docs/tasks/T-XXX.md`
|
|
- `【允许修改的仓库相对路径】`
|
|
|
|
## 问题与方案
|
|
|
|
【链接任务文件对应章节;Issue 只写协调所需摘要,不复制整份规格。】
|
|
|
|
## 验收入口
|
|
|
|
【真实验证命令和可观察结果;长期证据回填到任务文件。】
|
|
|
|
## 协作状态
|
|
|
|
- expected_claim_branch: `claims/T-XXX`
|
|
- work_branch: `【领取后填写】`
|
|
- claimed_by: `【领取后填写非敏感 agent-id】`
|
|
- lease_until: `【领取后填写 RFC 3339 时间】`
|
|
|
|
领取必须遵循 `docs/gitea-collaboration.md` 的 dispatcher 串行分配与 claim 标记流程。不要在本 Issue 粘贴 Token、Authorization header 或私有配置。
|
|
创建后先把 Issue 编号回填任务文件并合入默认分支,再按主要变更选择唯一 `type/docs` 或 `type/code`、一个 `priority/*` 和 `status/todo`。映射提交完成前不可领取。
|