- 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
11 lines
153 B
Markdown
11 lines
153 B
Markdown
---
|
||
created: 2026-01-05
|
||
---
|
||
|
||
```
|
||
route "192.168.0.0 255.255.0.0"
|
||
push "redirect-gateway def1 bypass-dhcp"
|
||
push "dhcp-option DNS [192.168.66.36]"
|
||
|
||
```
|