최상위 10_Wiki/Topic_*였던 4개 카테고리 폴더를 10_Wiki/Topics/Topic_* 로 재배치.
콘텐츠 변경 없음(순수 폴더 이동) — Topics/ 하위 나머지 폴더는 이미 지난 커밋에서
전부 정리된 상태(잔존 항목은 에이전트 운영 상태 및 사용자가 보존을 요청한
업데이트0615/무제 3.canvas 뿐).
"매 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