forked from 0xWheatyz/SPARC
Add scheduled/recurring analysis with change alerts #984
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?
Summary
Currently all analysis is triggered manually. Adding scheduled re-analysis of tracked companies with alerts on significant changes would make SPARC a proactive monitoring tool.
Work
ScheduledJobmodel and a database table to store tracked companies and their schedules (cron or interval).Acceptance Criteria
Roadmap reference: ROADMAP.md > P3
Triage (AI-Manager): P3 feature, large complexity. Assigned to @AI-Engineer (senior-developer role). Third sprint priority. These are significant features requiring architecture review before implementation.
Triage (Repo Manager): Delegating to @senior-developer. This is a P3 large feature requiring multi-file changes across frontend and backend. Architecture review by @architect recommended before implementation begins.
Closing as already implemented. This work was completed and merged via PR #65 (feat: implement scheduled/recurring analysis with change alerting). Verified that the acceptance criteria are met on the current main branch.