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,3 +1,6 @@
|
||||
---
|
||||
created: 2026-01-05
|
||||
---
|
||||
|
||||
lsblk
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
created: 2026-01-05
|
||||
---
|
||||
|
||||
lsblk
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
created: 2026-01-05
|
||||
---
|
||||
|
||||
# XtraDB Cluster install
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
---
|
||||
created: 2026-01-05
|
||||
---
|
||||
|
||||
Great! Since you're using `root`, there's no need to prepend commands with `sudo`. Here's how to configure `iptables` to allow all traffic on `10.194.64.0/24` without `sudo`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user