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
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-26
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
---
|
||||
created: 2026-08-24
|
||||
type: project
|
||||
status: active
|
||||
---
|
||||
|
||||
@@ -5,7 +5,7 @@ type: reference
|
||||
tags:
|
||||
- llm-evaluation
|
||||
- archive
|
||||
status: archive
|
||||
status: archived
|
||||
created: 2026-08-21
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ tags:
|
||||
- llm-evaluation
|
||||
- resources
|
||||
- archive
|
||||
status: archive
|
||||
status: archived
|
||||
created: 2026-08-21
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ tags:
|
||||
- llm-evaluation
|
||||
- draft
|
||||
- archive
|
||||
status: archive
|
||||
status: archived
|
||||
created: 2026-08-21
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ tags:
|
||||
- llm-evaluation
|
||||
- draft
|
||||
- archive
|
||||
status: archive
|
||||
status: archived
|
||||
created: 2026-08-21
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user