Files
soft_quay/progress.md
ilaandClaude Fable 5 0184595ccc
Harness governance / validate (push) Has been cancelled
Add harness coding docs for SoftBox (Go + Gio dual-build)
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>
2026-07-16 14:33:54 +08:00

30 lines
1.5 KiB
Markdown

# 执行进度记录(可选 · 历史归档)
> **默认模式下本文件是可选工件**:执行记录写进各任务文件(`docs/tasks/T-<编号>.md`)的 `## 执行记录`,本文件不逐任务追加,约定见 [`docs/tasks/README.md`](docs/tasks/README.md)。
> 保留本文件的两个用途:① 归档采用一任务一文件之前的历史流水;② 可选记录跨任务的项目级大事记(阶段切换、重大决策、事故复盘)。
## 职责边界
- `docs/tasks/T-<编号>.md`:任务规格、状态(frontmatter)和执行记录,任务级事实以此为准。
- `docs/06-tasks.md`:只读路线图(阶段划分、里程碑、待办池)。
- `docs/current-state.md`:当前快照,可覆盖更新仓库现实、可运行命令和 blocker。
- `progress.md`(本文):可选历史归档 / 项目级大事记,不维护任务状态,不逐任务追加。
不要在本文重复维护当前目录结构、当前运行命令或下一个任务;这些信息以 `docs/current-state.md` 为准。
## 记录格式(如启用大事记)
记录项目级大事记时,在文件末尾追加:
```markdown
## 【YYYY-MM-DD】【事件 / 决策标题】
- 类型:【阶段切换 / 重大决策 / 事故复盘 / 其他】
- 内容:【发生了什么、为什么】
- 影响:【对后续任务或架构的影响】
```
## 历史归档
<!-- 采用一任务一文件之前的历史流水保留在此;新的执行记录写进各任务文件的 ## 执行记录。 -->