"매 cross-domain landing — 매 yet-uncategorized 의 holding". 매 wiki 의 catch-all bucket, 매 promote-to-category 의 routine 의 host. 매 2026 의 wiki cleanup 의 active triage 의 zone.
매 핵심
매 purpose
매 new note 의 category 의 still 의 settle 의 not 의 temp home.
매 cross-cutting concepts (예: meta-cognition, epistemology) 의 multi-parent 의 candidate.
매 review queue — 매 promote / merge / redirect 의 weekly.
매 triage criteria
Promote: 매 specific category 의 fit → move + update wikilinks.
Merge: 매 existing canonical 의 duplicate → REDIRECT + canonical 의 absorb.
Stay: 매 genuinely cross-domain (philosophy, methods).
Archive: 매 stale / orphan / no inbound link → 01_Archive 로.
매 응용
매 weekly cleanup batch (이 doc 의 example).
매 quarterly taxonomy review.
매 LLM-assisted re-categorization (embedding clustering).
💻 패턴
Dataview — 매 stale "Other" notes 의 list
TABLE file.mtime AS modified, length(file.inlinks) AS in
FROM "10_Wiki/Topics/Other"
WHERE file.mtime < date(today) - dur(60 days)
SORT in ASC, file.mtime ASC
importos,refrompathlibimportPathdefpromote(slug,src_dir,dst_dir,vault_root):src=Path(src_dir)/f"{slug}.md"dst=Path(dst_dir)/f"{slug}.md"src.rename(dst)# links remain valid since Obsidian uses basename-resolution by defaultreturndst