feat(val-blog): add 2026-04-30 dream journey post

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
committed by Chen Gu
parent 691f96e8a6
commit 81978704fc
941 changed files with 195468 additions and 755 deletions
@@ -0,0 +1,109 @@
# Truth Gate Template
> 用途:任何涉及模型/API/权限/订阅/配置/架构判断的项目,立项前先填写本模板。
---
## 1. Project Intake
- Project ID:
- Project Name:
- Requested By:
- Date:
- Goal:
- Why now:
---
## 2. Resource Manifest
| Item | Type | Status | Source | Verified At | Notes |
|------|------|--------|--------|-------------|-------|
| sub2api/gpt-5.4 | model | verified | ~/.openclaw/openclaw.json | YYYY-MM-DD | - |
| lkeap/kimi-k2.5 | model | verified | ~/.openclaw/openclaw.json | YYYY-MM-DD | default |
Status 只能填:`verified` / `claimed` / `assumed`
---
## 3. Critical Facts
### Verified Facts
-
### Claimed Facts
-
### Assumed Facts
-
---
## 4. Problem Proof
- 当前问题是什么:
- 证据是什么:
- 如果不做,会怎样:
- 当前方案哪里不够:
- 是否有更简单替代:
---
## 5. Minimal Solution First
- 最小方案:
- 为什么不是更大的方案:
- 成功指标:
- 失败止损点:
---
## 6. Evidence Gaps
- Gap 1:
- Gap 2:
- Gap 3:
---
## 7. Atlas Output
```yaml
facts_manifest:
ready: true|false
critical_unknowns:
-
unsafe_assumptions:
-
```
---
## 8. Sentinel Truth Audit
```yaml
truth_audit:
result: pass|partial|fail
critical_gaps:
-
forbidden_assumptions:
-
recommendation: proceed|hold|stop
```
---
## 9. Val Gate Decision
```yaml
truth_gate:
decision: pass|hold|fail
reason:
next_action:
```
---
## 10. Rule
> 没填完模板,不立项;没过 Truth Gate,不设计。