File tree Expand file tree Collapse file tree
.sopify-skills/plan/20260529_pre_launch_consolidation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug Report
3+ about : Report a bug
4+ labels : bug
5+ ---
6+
7+ ** Describe the bug**
8+
9+ ** Steps to reproduce**
10+
11+ ** Expected behavior**
12+
13+ ** Environment** (host, OS, Sopify version)
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature Request
3+ about : Suggest an idea
4+ labels : enhancement
5+ ---
6+
7+ ** Is your feature request related to a problem?**
8+
9+ ** Describe the solution you'd like**
10+
11+ ** Additional context**
Original file line number Diff line number Diff line change 4949- [ -] 5.1 ` install.sh ` 欢迎信息 — 跳过:现有输出已包含结构化引导(宿主 + 版本 + Next: ~ go)
5050- [ -] 5.2 ` install.ps1 ` 欢迎信息 — 跳过:同 5.1
5151- [ -] 5.3 空白状态检测 — 跳过:~ go 已自动处理空白 ` .sopify-skills/ ` 初始化
52- - [ ] 5.4 ` examples/external-repo-quickstart/ ` 补充预期输出 + 关键步骤说明
52+ - [x ] 5.4 ` examples/external-repo-quickstart/ ` 补充预期输出 + 关键步骤说明
5353- [ ] 5.5 端到端验证:在干净环境跑一次完整 quickstart 链路
5454
5555### Wave B: 文档 + 仓库打磨 🟡 P1
5858
5959- [ ] 4.7 更新 ` docs/how-sopify-works.en.md ` + ` .md ` 内容(移除过时描述,对齐当前行为)
6060- [ ] 4.8 用 tech-graph 重画 4 张技术图为 SVG(workflow / checkpoint / plan-lifecycle / harness,ZH+EN 共 8 个)
61- - [ ] 3.18 创建 ` .github/ISSUE_TEMPLATE/ ` :bug_report.md + feature_request.md
62- - [ ] 3.1 清理 ` .sopify-skills/project.md ` 中的绝对路径
63- - [ ] 3.16 绝对路径清理(` .sopify-skills/history/ ` 5 文件 + test fixture 1 文件)
61+ - [x ] 3.18 创建 ` .github/ISSUE_TEMPLATE/ ` :bug_report.md + feature_request.md
62+ - [x ] 3.1 清理 ` .sopify-skills/project.md ` 中的绝对路径
63+ - [x ] 3.16 绝对路径清理(` .sopify-skills/history/ ` 5 文件 + test fixture 1 文件)
6464- [ ] 3.3 撰写 CHANGELOG release note(覆盖 P0→P7 主线 + 本次收口)
65- - [ ] 3.10 ` scripts/sopify_init.py ` docstring 补全
65+ - [x ] 3.10 ` scripts/sopify_init.py ` docstring 补全
6666- [ ] 3.13 ` examples/sopify.config.yaml ` 补全缺失配置项
6767- [ ] 3.17 统一运行测试套件验证无回归
6868- [ ] 8.1 更新 ` .sopify-skills/blueprint/README.md ` 托管区块
Original file line number Diff line number Diff line change @@ -52,10 +52,12 @@ Checkpoint rules:
5252│ ├── current_handoff.json
5353│ ├── current_run.json
5454│ ├── current_decision.json
55- │ ├── current_clarification.json
55+ │ ├── current_gate_receipt.json
56+ │ ├── last_route.json
5657│ └── sessions/<session_id>/... # parallel review isolation
5758├── user/
58- │ └── preferences.md
59+ │ ├── preferences.md
60+ │ └── feedback.jsonl
5961└── project.md
6062```
6163
Original file line number Diff line number Diff line change @@ -52,10 +52,12 @@ Checkpoint 规则:
5252│ ├── current_handoff.json
5353│ ├── current_run.json
5454│ ├── current_decision.json
55- │ ├── current_clarification.json
55+ │ ├── current_gate_receipt.json
56+ │ ├── last_route.json
5657│ └── sessions/<session_id>/... # 并发 review 隔离
5758├── user/
58- │ └── preferences.md
59+ │ ├── preferences.md
60+ │ └── feedback.jsonl
5961└── project.md
6062```
6163
You can’t perform that action at this time.
0 commit comments