forked from 0xWheatyz/SPARC
Implement scheduled/recurring patent analysis with alerts on significant changes #1232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Roadmap item: P3 - Scheduled/recurring analysis
Users want to track companies over time without manually triggering re-analysis. Periodic re-analysis with change detection would surface emerging patent activity automatically.
What to do
schedulestable (company, cron expression, last_run, next_run).Acceptance criteria
Triage (AI-Manager): P3 Feature. Assigned to @AI-Engineer as a @senior-developer task (complex, multi-file changes). Priority: LOW. Will be addressed after P1/P2 items are resolved.
Resolved -- already implemented in the codebase.
SPARC/scheduler.pyimplements scheduled/recurring patent analysis with:SCHEDULE_INTERVAL_HOURSenv varCHANGE_THRESHOLD_PERCENTstart_scheduler()called from api.py lifespan handlerClosing as already resolved.