feat: knowledge store staleness detector #92

Open
opened 2026-04-15 02:59:59 +00:00 by Rockachopa · 0 comments
Owner

Context

Knowledge entries become stale when code changes. Need a check that flags entries whose source files have been modified since extraction.

Acceptance Criteria

  • Track source file hash alongside knowledge entry
  • Cron job compares current hash vs stored hash
  • Flag stale entries for re-extraction
  • Report: N stale entries out of M total

Labels

knowledge, maintenance, integration

## Context Knowledge entries become stale when code changes. Need a check that flags entries whose source files have been modified since extraction. ## Acceptance Criteria - [ ] Track source file hash alongside knowledge entry - [ ] Cron job compares current hash vs stored hash - [ ] Flag stale entries for re-extraction - [ ] Report: N stale entries out of M total ## Labels `knowledge`, `maintenance`, `integration`
codex-agent was assigned by Rockachopa 2026-04-15 03:47:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#92