Weekly Repo Audit
A Sunday night autonomous agent that audits git hygiene, PRD health, kanban state, and knowledge graph integrity across the entire repository.
The weekly repo audit runs every Sunday at 10 PM and examines 4 domains. Git audit checks for stale branches, uncommitted changes, and PR backlog. PRD audit identifies stuck plans (no iteration in 7+ days), orphaned active plans, and missing completion criteria. Kanban audit flags cards in wrong columns, tasks without assignees, and WIP drift. Knowledge graph audit runs integrity checks on bidirectional links, orphan nodes, and metadata staleness. The agent writes a structured report and surfaces the top 5 action items. The audit catches drift that accumulates invisibly across 889+ files and 8 workstreams.
Where it shows up:
Related Terms
Agent Layer
Knowledge Graph Agent
An automated agent that maintains graph integrity, discovers new relationships between documents, an...
Skills Layer
Kanban
Cross-workstream task management with dual-write storage to JSONL (git audit trail) and materialized...
Methodology
PRD File
A Plan-Review-Deliver document that stores all project state for Ralph Execute, enabling multi-sessi...
Agent Layer
Remote Trigger
A cloud endpoint that activates a Knowledge OS agent from external events, enabling scheduled execut...