Files
ilaandClaude Fable 5 9165c09dea Add backlog entry for self-hosted per-release software docs
Static docs published alongside releases on own object storage/CDN
with tutorial URLs pointing to the own domain; videos stay externally
hosted with URL registration only. Depends on W-004 and W-302.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 01:00:28 +08:00
..

项目文档导航

soft_quay_web(SoftBox 中央发布 / 登记系统)的 harness coding 文档集。agent 开始工作时以 00-ai-start-here.md 为入口。

一句话定位

soft_quay_web = 软件登记 + 构建包接收校验 + Ed25519 签名服务 + 双通道清单生成 + 对象存储发布 + 许可证/撤销签发 + Web 管理后台;产物是静态签名文件,信任根是私钥,客户端 soft_quay 只内置公钥离线验签。

文档导航

任务 / 进度 / 当前状态

  • tasks/(docs/tasks/W-<编号>.md)维护任务:规格、依赖、状态(frontmatter)和执行记录,一任务一文件。
  • 06-tasks.md 维护路线图:阶段划分、里程碑和待办池,不跟踪单任务状态。
  • current-state.md 维护当前快照:当前目录、当前可运行命令、任务摘要和下一个可领取任务。
  • ../progress.md 可选:历史归档或项目级大事记,不逐任务追加。

维护原则

  • 需求变化先改文档,再改代码。
  • 协议(manifest / app.json / 许可证)以客户端仓库 soft_quay 为唯一权威源;本仓库文档只做摘要,变更先走客户端仓库。
  • 代码现实变化后同步 current-state.md;任务长期状态和执行证据写进对应任务文件。
  • agent 开始新任务前,必须从 00-ai-start-here.md 进入。