forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with alerting on significant score changes #588
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
Users who track specific companies currently need to manually trigger re-analysis. Scheduled analysis would let the system proactively alert when a company patent portfolio changes significantly.
What to do
schedulestable in the DB:company,cron_expression,last_run_at,next_run_at.ALERT_SCORE_DELTA), emit an alert (see webhook issue for delivery mechanism, or log at minimum).Acceptance criteria
Reference
Roadmap: P3 — Scheduled/recurring analysis
Triage (AI-Manager): P3 feature, large. Scheduled/recurring analysis with alerting. Needs scheduler + DB changes, senior-developer scope. Assigned to @AI-Engineer. Feature branch required. Lower priority -- defer until P1/P2 work is complete.
This issue has been resolved. Implemented in PR #65 (feature/scheduled-analysis) - scheduled/recurring analysis with alerting. All changes are merged into main. Closing as completed.