Commit Graph
78 Commits
Author SHA1 Message Date
ila 0b6ec7675d docs: 记录 #27 验收通过 2026-08-26 16:11:48 +08:00
ila a75a7783dc docs: 明确外部原型仅按需保存快照 (#27) 2026-08-26 16:07:08 +08:00
ila c65e06b7ab docs: 登记线上原型按需导出 (#27) 2026-08-26 16:05:47 +08:00
ila 68cf1f3705 docs: 原型改为线上审核与按需导出 (#27) 2026-08-26 16:03:49 +08:00
ila 19fb64b2ce docs: 记录 #11 #16 #18 #25 #26 验收通过 2026-08-25 10:23:17 +08:00
ila c0b8013aa8 docs: 登记 Gitea 交互优化工单 (#26) 2026-08-25 10:15:00 +08:00
ila 384bf0191b docs: 统一 Gitea MCP 与工单读取规则 (#26) 2026-08-25 10:13:25 +08:00
ila eb2949c969 docs: 登记 #25 迁移边界快照 2026-08-25 08:46:42 +08:00
ila 3b707a0a9a docs: 同步任务事实来源最终措辞 (#25) 2026-08-25 08:41:11 +08:00
ila 5821ea0d08 docs: 精简单人任务事实来源并分级工程基线 (#25) 2026-08-25 08:39:52 +08:00
ilaandClaude Opus 5 3696663781 docs: 需求总览登记服务部署文档 (#24)
#24 验收通过,在当前需求索引增加「服务部署文档」一行并同步核心镜像。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-19 10:06:47 +08:00
ilaandClaude Opus 5 65c20611fa docs: 新增部署文档模板与位置约定 (#24)
新增 Deployment-Template 模板页及镜像,固化 nginx 反代 + supervisor
托管的 Python 服务部署做法;明确部署文档在有无常驻服务两种情况下的
落点,并在新项目初始化加入部署页判定。模板文件纳入 REQUIRED_FILES,
部署实例页不进入 CORE_DOCUMENT_REQUIREMENTS 强制检查。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-19 09:53:33 +08:00
ilaandClaude Opus 5 bfdf648962 docs: 同步命令入口变更的核心 Wiki 镜像 (#23)
Wiki 侧已更新 7 个核心页面的命令入口,本提交只导出对应只读镜像。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 21:36:15 +08:00
ilaandClaude Opus 5 bfc0726c33 refactor: 合并 dev_scripts 入口为单一 harness.py (#23)
原有 4 个命令行入口(check_harness、sync_wiki_docs、new_task_archive、
export_task_archives)需要在多处文档分别描述,同步核心镜像还要按顺序跑 3 条命令。

合并为 dev_scripts/harness.py,提供 check / sync / archive / export 四个子命令,
各命令实现逻辑逐字取自原脚本,行为未改变;新增 sync --verify 一次完成
导出 → check --strict → 一致性校验。wiki_docs.py 作为库保持不变。

破坏性变更:4 个旧入口已删除,不保留兼容转发。已采用 DevHarness 的业务项目
升级基线时必须同步修改自己的命令与文档。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 21:36:15 +08:00
ilaandClaude Opus 5 65ead42f36 refactor: 项目档案改为按需读取并内联常用命令 (#22)
原规则要求每次任务开始前无条件阅读 docs/00-project-profile.md(约 2100 tokens,
不命中 prompt cache),但实际高频使用的只有常用命令表。

改为:无条件只读任务涉及目录的 AGENTS.md;项目档案按明确触发条件按需读取;
常用命令内联到 AGENTS.md,与项目档案保持一致。项目档案内容未改动。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 21:26:29 +08:00
ilaandClaude Opus 5 a59dd1905e chore: 统一文本文件行尾为 LF
Windows/WSL 混用导致 43 个文件出现纯行尾的全量差异(5005 增 / 5005 删,
--ignore-all-space 后为 0),真实改动被淹没;同样的 CRLF 也让 gitea.env
在 bash 中被读成带 \r 的值,导致 token 认证失败。

只新增 .gitattributes 并对已跟踪文件执行 --renormalize,文件内容零变化。
按 AGENTS.md 第 2 节,纯格式化改动免工单。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 21:20:32 +08:00
QiuSW cdf83fd993 docs: archive acceptance for prototype snapshots (#21) 2026-08-17 15:24:02 +08:00
QiuSW 56d1bc60ac docs: mark prototype snapshots pending review (#21) 2026-08-17 14:58:01 +08:00
QiuSW 6f941e1125 docs: sync prototype snapshot Wiki revisions (#21) 2026-08-17 14:54:42 +08:00
QiuSW 51a7c8b946 docs: require local HTML prototype snapshots (#21) 2026-08-17 14:53:39 +08:00
QiuSW 6f7cce270c docs: archive acceptance for Wiki initialization gate (#20) 2026-08-17 11:34:09 +08:00
QiuSW d5f83b8896 docs: mark Wiki initialization gate pending review (#20) 2026-08-17 11:27:36 +08:00
QiuSW 8cc6a371c7 docs: sync Wiki initialization revisions (#20) 2026-08-17 11:25:07 +08:00
QiuSW 89ca159b60 docs: require online Wiki initialization before coding (#20) 2026-08-17 11:24:16 +08:00
QiuSW b1f500128d docs: archive acceptance for prototype gate (#19) 2026-08-17 10:33:09 +08:00
QiuSW 38103e24b4 docs: mark prototype gate requirement pending review (#19) 2026-08-17 10:22:45 +08:00
QiuSW 6435579e09 docs: require confirmed prototypes for major UI work (#19) 2026-08-17 10:19:34 +08:00
QiuSW 85e6ef409f docs: mark product requirements overview pending review (#18) 2026-08-17 10:03:03 +08:00
QiuSW 8e04c6baf4 docs: clean requirement index table formatting (#18) 2026-08-17 10:00:49 +08:00
QiuSW 2e09b48f11 docs: add product requirements overview (#18) 2026-08-17 09:59:27 +08:00
QiuSW c2d7631119 docs: refresh migrated Wiki entry links (#17) 2026-08-16 20:38:44 +08:00
QiuSW 635a779cf5 chore: migrate DevHarness to new Gitea (#17) 2026-08-16 20:36:57 +08:00
QiuSW 947a06846e docs: add DevHarness upgrade baseline guidance (#16) 2026-08-16 19:51:20 +08:00
QiuSW fe99ca52e3 docs: add project baseline examples (#15) 2026-08-16 19:39:08 +08:00
QiuSW a959fc385d docs: evaluate open-source project baselines (#15) 2026-08-16 19:30:22 +08:00
QiuSW d1f55f9df3 feat: export task archives on demand (#14) 2026-08-16 19:21:36 +08:00
QiuSW f23c2cf81f docs: record task #13 acceptance 2026-08-11 10:24:51 +08:00
QiuSW fb9229a74e docs: archive task #13 2026-08-10 19:08:33 +08:00
QiuSW 4e1db4558c docs: support multi-project delivery units (#13) 2026-08-10 19:05:07 +08:00
QiuSW 105328ee2e docs: record task #12 acceptance 2026-08-10 18:01:12 +08:00
QiuSW eba851561a docs: archive task #12 2026-08-10 15:04:43 +08:00
QiuSW 0271a3ebd7 docs: 新增已有项目接入指南 (#12) 2026-08-10 15:01:15 +08:00
QiuSW eb92fb3033 docs: 归档任务 #11 2026-08-10 14:29:06 +08:00
QiuSW 3474870499 docs: 建立最小交付文档体系 (#11) 2026-08-10 14:25:34 +08:00
QiuSW 4e9f2e1380 docs: 记录任务 #8 #9 #10 验收完成 2026-08-10 12:01:19 +08:00
QiuSW e9c9fb415b docs: 归档任务 #10 2026-08-10 11:56:39 +08:00
QiuSW 353bd97212 feat: 增加需求记录规则 (#10) 2026-08-10 11:53:38 +08:00
QiuSW 48404070d0 docs: 归档任务 #9 2026-08-10 01:13:24 +08:00
QiuSW 10e82d61e6 feat: 定义 Agent 快捷指令 (#9) 2026-08-10 01:09:13 +08:00
QiuSW f652cbd46c docs: 归档任务 #8 2026-08-10 00:36:37 +08:00