Reclassify Note
Analyze a note's content and suggest a better type and tags.
Workflow
Find the note: Search
Notes/*/for a file matching$ARGUMENTS(case-insensitive, partial match). If multiple matches, list and let user pick.Analyze: Read the full note. Read
CLAUDE.mdfor type definitions. Compare actual content against current metadata.Present comparison: Show current vs. suggested classification with reasoning (e.g., "this is mostly deployment steps" not just "config").
Apply if approved:
- Use Edit to update
typeandtagsin frontmatter. Preserve everything else. - If the type changed, use Bash
mvto relocate fromNotes/<old-type>/toNotes/<new-type>/.
- Use Edit to update