Show vault statistics, page counts, and health insights
Show current state of the project's Obsidian vault — page counts, category breakdown, and optional structural insights.
{vault_path}/index.md for the machine-readable page catalogRead {vault_path}/index.md. Parse the frontmatter to get:
summary: field)generated: field)Count pages per category/type from the index sections. Report:
Vault Status: {project_name}
Generated: {timestamp}
Total pages: {count}
By type:
session-log: N
epic: N
story: N
bug: N
task: N
research: N
compiled-insight: N
reference: N
...
cd {vault_path}
# Count .md files on disk (excluding .obsidian, .git, _Templates, _meta)
find . -name "*.md" ! -path './.obsidian/*' ! -path './.git/*' ! -path './_Templates/*' | wc -l
Compare to index page count. If they differ by more than 5, warn: "Index is stale. Run python3 _meta/generate-index.py to regenerate."
If the user asks for "insights", "hubs", or "what's central":
summary: fieldtags: fieldReport findings as a structured table.