Skip to content

Commit 5a24e9a

Browse files
committed
docs: fix directory trees + add issue templates
- how-sopify-works (en + zh): update state/ tree (add gate_receipt, last_route; remove clarification) and user/ tree (add feedback.jsonl) - Add minimal .github/ISSUE_TEMPLATE/ (bug_report + feature_request) - Update tasks.md: mark 5.4, 3.1, 3.10, 3.16, 3.18 as done
1 parent 2a7ab70 commit 5a24e9a

5 files changed

Lines changed: 37 additions & 9 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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**

.sopify-skills/plan/20260529_pre_launch_consolidation/tasks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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
@@ -58,11 +58,11 @@
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` 托管区块

docs/how-sopify-works.en.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/how-sopify-works.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)