Files
soft_quay_web/docs/README.md
T
ilaandClaude Fable 5 a89821a571 Initialize harness coding docs from design spec
Split docs/softbox-catalog-design.md into the numbered harness doc set
(00-06, api.md, current-state, agent-context, tasks) following the
harness_coding_docs template and soft_quay conventions. Register the
nine open decision items from the design spec into the 06-tasks
roadmap as W- tasks and backlog entries. Keep the original design
spec as an archived design input with a header note.

Recreated after the repository's previous git history was lost to an
external reset; content matches the original initial commit.

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

3.2 KiB

项目文档导航

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 进入。