转换日志: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项)#

原路径

新路径

reports/adversarial-review/

reports/concepts/adversarial-review/

reports/competitive-analysis/

reports/concepts/competitive-analysis/

reports/knowledge/

reports/concepts/knowledge/

reports/milestone/

reports/concepts/milestone/

README → index 重命名(3项)#

原文件

新文件

frontmatter 处理

knowledge/README.md

concepts/knowledge/index.md

原本无 frontmatter,保持无

milestone/README.md

concepts/milestone/index.md

原本无 frontmatter,保持无

competitive-analysis/.../README.md

concepts/competitive-analysis/.../index.md

原本无 frontmatter,保持无

新建文件(5项)#

文件

说明

index.md

Bundle 根导航,frontmatter 仅含 okf_version: "0.2"

concepts/index.md

概念目录导航,无 frontmatter

concepts/adversarial-review/index.md

子目录导航,无 frontmatter

concepts/competitive-analysis/index.md

子目录导航,无 frontmatter

log.md

本转换日志

报告文件 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.md

  • competitive-analysis/.../execution-retrospective.md

  • competitive-analysis/.../export-suggestions.md

  • competitive-analysis/.../insight-extraction.md

  • milestone/retrospective-agency-deep-learning-20260706/report.md

链接路径修正(8文件,33处)#

因目录从 reports/ 下移至 reports/concepts/,所有指向 Bundle 外部的相对链接增加一层 ../

文件

修正数

说明

concepts/knowledge/libtv-wiki-knowledge-precipitation-20260704.md

3

../../patterns/../../../patterns/

concepts/milestone/index.md

1

../../../../.agents/../../../../../.agents/

concepts/milestone/okf-python314-stdlib-optimization-retrospective-20260818.md

1

../../../knowledge/../../../../knowledge/

concepts/milestone/retrospective-hermes-specweave-integration-20260812.md

2

../../patterns/../../../patterns/

concepts/milestone/session-atomic-commit-insight-extraction-20260706.md

6

../../../../../../../../../

concepts/milestone/specweave-knowledge-scaling-milestone-20260801.md

6

../../../../../../../../../

concepts/competitive-analysis/.../index.md

5

../../../../../../../../../../.././README.md./index.md

concepts/competitive-analysis/.../insight-extraction.md

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 保留正文