with one click
meta-validator
// Validate and auto-fix the routing chain set up by agent-instructions-setup: AGENTS.md, .agents/*.md (README, schema, conventions, preset), and every README.md in the routing tables. Checks each file against the frontmatter schema (title, created, updated, summary, tags, status, relations), syncs timestamps from git log, prunes broken relations, rebuilds .agents/.tag-index, enforces tight length limits (AGENTS.md 50/80/120, README.md 80/120/200), and scans for secrets using the same patterns as the .agents/hooks/ pre-commit hook. Required checks auto-fix except secrets, which halt with ERROR. Recommended checks (length, deprecated refs, orphans, tag counts, summary, moved files, stale README summary) prompt the user. Use after editing AGENTS.md or any routing README, before merging, after retrofit, when tag search is stale, when the pre-commit hook was bypassed, or to verify the chain - even if the user says "check agents docs", "validate AGENTS.md", or "scan secrets".