What problem does it solve?
Run the daily wiki maintenance cycle to ensure sources are fresh, the index is up-to-date, and hot.md is regenerated, keeping the knowledge base reliable and timely.
Core Features & Use Cases
- Source freshness check: compares ingested metadata against file modification times to identify fresh, stale, or missing sources.
- Index reconciliation: ensures index.md reflects the vault content by adding missing pages and removing or flagging removed ones.
- hot.md regeneration: generates a semantic snapshot of recent activity to warm context for the next session.
- State management & notifications: writes a state file for downstream tools and can trigger terminal notifications or validation steps.
- Automation & scheduling: designed to run via cron or on-demand via the /daily-update command to keep the wiki up-to-date.
Quick Start
Run the daily-update command to perform the full maintenance cycle for the wiki.