- 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
19 lines
534 B
Markdown
19 lines
534 B
Markdown
---
|
||
created: 2026-01-05
|
||
---
|
||
Fundamental rules for for Universal Naming Convention (UNC),which enable applications to create and process valid names for files and directories, regardless of the file system:
|
||
|
||
Following reserved characters:
|
||
```
|
||
< (less than)
|
||
> (greater than)
|
||
: (colon)
|
||
" (double quote)
|
||
/ (forward slash)
|
||
\ (backslash)
|
||
| (vertical bar or pipe)
|
||
? (question mark)
|
||
* (asterisk)
|
||
```
|
||
Use any character in the current code page for a name, including Unicode characters and characters in the extended character set (128–255),
|