-
Notifications
You must be signed in to change notification settings - Fork 1
Intelligence Cache Invalidation and Refresh Policy #466
Copy link
Copy link
Open
Labels
auto-patrolCreated by autonomous patrol agentsCreated by autonomous patrol agentsready-to-buildIssue is ready for autonomous pipeline processingIssue is ready for autonomous pipeline processingshipwrightTrigger Shipwright autonomous pipelineTrigger Shipwright autonomous pipelinestrategicCreated by strategic intelligence agentCreated by strategic intelligence agent
Metadata
Metadata
Assignees
Labels
auto-patrolCreated by autonomous patrol agentsCreated by autonomous patrol agentsready-to-buildIssue is ready for autonomous pipeline processingIssue is ready for autonomous pipeline processingshipwrightTrigger Shipwright autonomous pipelineTrigger Shipwright autonomous pipelinestrategicCreated by strategic intelligence agentCreated by strategic intelligence agent
Strategic Improvement
Intelligence cache exists but has no invalidation policy beyond TTL. Stale cache = bad decisions = wasted cost. Build smart invalidation: when hotspot files change, when test coverage shifts, when architecture.json updates. Add selective refresh (don't recompute everything, just affected sections). Improves cost efficiency and decision quality.
Acceptance Criteria
Context