Last-Verified Overdue
Cadence threshold for Phase 0: 60 days for Q-G entries (varies by type per Brain_Reorg_Proposal_v0.3.md ยง3 โ 14 days for active canon, 30 for source files, 60 for validation stats, 90 for stable definitions). The 60-day default applies here because all Phase 0 mirrors are fresh.
Current overdue (S120 snapshot)
| Q-G | last_verified | Days stale |
|---|---|---|
(empty โ all 7 pilot Q-Gs have last_verified: 2026-05-19) |
Phase 0 ship state: zero rows. Phase V triggers begin firing 60+ days post-mirror (roughly mid-July 2026 for the Phase 0 pilots).
How this view works
For each per-Q-G file in _Master_Canon/Q-G/:
- Read
last_verifiedfrom frontmatter. - Compute
(today - last_verified)in days. - If days > 60 (configurable per type): emit a row.
last_verified refreshes at session closeout whenever a Q-G is touched in a session per the Master Canon cadence rule in _Master_Canon/README.md write protocol.
Phase 0 build note
Hand-authored from manual frontmatter review at S120. Phase V replaces with build-time aggregation script that pulls Date.now() at build time and computes cadence overdues automatically.