refactor(vault): Phase 3 — metadata convergence
- Backfill `created` frontmatter on 266 active notes (git date or mtime) - Normalize `status` to 4 values: draft/active/done/archived (11 notes) - Active/进行中/needs-review → active - archive → archived - 待执行/conditional → draft - 完成/accepted → done - Declare clipper boundary: 04_Archive/Inbox-Clippings/** exempt from migration - Update depth rule: max 3 → max 4 levels (new notes only) - Add metadata-converge.mjs script for reproducibility
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
created: 2025-09-13
|
||||
title: Obsidian Agent Refactor
|
||||
date: 2026-01-10
|
||||
status: Active
|
||||
status: active
|
||||
---
|
||||
|
||||
# Obsidian Agent Refactor
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-02-26
|
||||
kanban-plugin: board
|
||||
---
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
created: 2026-02-26
|
||||
title: 重构计划
|
||||
date: 2026-02-26
|
||||
based-on: "[[review-2026-02-26]]"
|
||||
status: 待执行
|
||||
status: draft
|
||||
---
|
||||
|
||||
# 重构计划
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
---
|
||||
created: 2026-02-26
|
||||
title: 重构任务清单
|
||||
date: 2026-02-26
|
||||
based-on: "[[refactor-plan]]"
|
||||
kanban-board: "[[refactor-board]]"
|
||||
status: 进行中
|
||||
status: active
|
||||
---
|
||||
|
||||
# 重构任务清单
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
created: 2026-02-26
|
||||
title: 代码审查报告
|
||||
date: 2026-02-26
|
||||
reviewer: Claude Sonnet 4.6
|
||||
status: 完成
|
||||
status: done
|
||||
---
|
||||
|
||||
# 代码审查报告(2026-02-26)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-02-26
|
||||
title: 运行状态
|
||||
updated: 2026-02-25
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user