转换日志:retrospective-reports OKF v0.2 Bundle#
2026-08-22#
转换元信息#
属性 |
值 |
|---|---|
Bundle 名称 |
retrospective-reports |
OKF 版本 |
0.2 |
转换日期 |
2026-08-22 |
转换进程 |
process:docs-to-okf-conversion |
验证进程 |
process:seven-concepts-v |
目录结构变更#
变更前#
reports/
├── adversarial-review/ (2 文件)
├── competitive-analysis/ (6 文件,含3个子目录)
├── knowledge/ (3 文件,含 README.md)
└── milestone/ (16 文件,含 README.md 和1个子目录)
变更后#
reports/
├── index.md (根导航,frontmatter: okf_version)
├── log.md (本文件)
└── concepts/
├── index.md (概念目录导航,无 frontmatter)
├── adversarial-review/
│ ├── index.md (新建导航)
│ └── *.md (2 报告)
├── competitive-analysis/
│ ├── index.md (新建导航)
│ ├── analyze-wechat-article-3dnk-20260706/
│ │ └── analysis-report.md
│ ├── analyze-wechat-article-dy98-20260706/
│ │ └── analysis-report.md
│ └── retrospective-headroom-wiki-20260803/
│ ├── index.md (原 README.md)
│ ├── execution-retrospective.md
│ ├── export-suggestions.md
│ └── insight-extraction.md
├── knowledge/
│ ├── index.md (原 README.md)
│ └── *.md (2 报告)
└── milestone/
├── index.md (原 README.md)
├── retrospective-agency-deep-learning-20260706/
│ └── report.md
└── *.md (14 报告)
文件处理记录#
目录移动(4项)#
原路径 |
新路径 |
|---|---|
|
|
|
|
|
|
|
|
README → index 重命名(3项)#
原文件 |
新文件 |
frontmatter 处理 |
|---|---|---|
|
|
原本无 frontmatter,保持无 |
|
|
原本无 frontmatter,保持无 |
|
|
原本无 frontmatter,保持无 |
新建文件(5项)#
文件 |
说明 |
|---|---|
|
Bundle 根导航,frontmatter 仅含 |
|
概念目录导航,无 frontmatter |
|
子目录导航,无 frontmatter |
|
子目录导航,无 frontmatter |
|
本转换日志 |
报告文件 frontmatter 更新(25项)#
所有报告文件统一执行以下变更:
type字段设为"Report"(覆盖原有 type 值)新增
description字段新增
generated字段(嵌套 YAML:by+at)新增
verified字段(嵌套 YAML:by+at)status设为"stable"stale_after设为"2027-08-22"保留原有 frontmatter 所有其他字段
其中5个原本无 frontmatter 的文件已新建完整 frontmatter:
adversarial-review/adversarial-review-analyze-wechat-article-3dnk-20260803.mdcompetitive-analysis/.../execution-retrospective.mdcompetitive-analysis/.../export-suggestions.mdcompetitive-analysis/.../insight-extraction.mdmilestone/retrospective-agency-deep-learning-20260706/report.md
链接路径修正(8文件,33处)#
因目录从 reports/ 下移至 reports/concepts/,所有指向 Bundle 外部的相对链接增加一层 ../:
文件 |
修正数 |
说明 |
|---|---|---|
|
3 |
|
|
1 |
|
|
1 |
|
|
2 |
|
|
6 |
|
|
6 |
|
|
5 |
|
|
9 |
|
同 Bundle 内链接(如 ../milestone/xxx.md)路径不变,因源文件与目标文件同属 concepts/ 下。
转换规则遵循确认#
规则 |
状态 |
|---|---|
1. 创建 concepts/ 目录 |
✅ |
2. 四个子目录整体移动到 concepts/ 下 |
✅ |
3. README.md 重命名为 index.md |
✅ |
4. 根 index.md(仅 okf_version frontmatter) |
✅ |
5. concepts/index.md(无 frontmatter) |
✅ |
6. 所有报告文件 type 为 Report |
✅ |
7. 保留原有字段 + 添加 type/description/generated/verified/status/stale_after |
✅ |
8. generated/verified 嵌套 YAML 格式(非 inline) |
✅ |
9. 修正同 Bundle 内链接路径 |
✅ |
10. 创建 log.md |
✅ |
11. 正文不改写 |
✅ |
12. 子目录 index.md 移除 frontmatter 保留正文 |
✅ |