1
0

2 Commits

Author SHA1 Message Date
5fec2e3a3d License under AGPL-3.0-or-later
Verbatim license text from gnu.org, with matching pyproject metadata
and a README section.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-31 19:17:35 -07:00
8d8a463f81 Phase 1: scaffold, data models, selection logic, tests
Flask application skeleton with SQLAlchemy models for courses (including
per-course settings), students, enrollments, opt-outs, and calls; the
weighted and cycle selection logic ported from the manual coldcall
scripts; alembic migrations; and a pytest suite covering selection
behavior and the model query helpers.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-31 16:27:09 -07:00