Problem
cross-linker and /om-prep-1on1 scan work/active/*.md (flat). Once a workstream is grouped into work/active/<Topic>/ — the convention the active/ hygiene system encourages — those notes live one level down and are missed: cross-linker won't scan subfoldered project names for missing links, and /om-prep-1on1 won't load subfoldered active work.
Fix
Change the globs to recursive work/active/**/*.md in:
.claude/agents/cross-linker.md (project-name discovery)
.claude/commands/om-prep-1on1.md (active-work load)
A working downstream implementation exists. Small, mechanical change.
Related
- Companion to the active/ hygiene system issue (subfolder grouping is what makes the flat glob insufficient).
Problem
cross-linkerand/om-prep-1on1scanwork/active/*.md(flat). Once a workstream is grouped intowork/active/<Topic>/— the convention the active/ hygiene system encourages — those notes live one level down and are missed: cross-linker won't scan subfoldered project names for missing links, and/om-prep-1on1won't load subfoldered active work.Fix
Change the globs to recursive
work/active/**/*.mdin:.claude/agents/cross-linker.md(project-name discovery).claude/commands/om-prep-1on1.md(active-work load)A working downstream implementation exists. Small, mechanical change.
Related