- Initialized the Group Scholar Milestone Ledger C# solution with core library, CLI app, and tests.
- Implemented PostgreSQL schema management, seed data, milestone insertion, listing, and digest reporting.
- Added CSV export and digest formatting utilities with unit tests.
- Documented setup, usage, and environment configuration in README.
- Initialized the production database schema and seed data.
- Added an attention queue for scholars with recent risk flags or extended inactivity.
- Implemented attention evaluator logic with CSV export and CLI support.
- Added unit tests and updated documentation for the new command.
- Refined the attention queue to support cohort/status filters and as-of snapshots instead of risk windows.
- Added a CSV exporter alignment fix and updated CLI usage + README examples for the new attention filters.
- Simplified attention record retrieval SQL and removed the obsolete risk-days path.
- Added cadence reporting with weekly milestone volume and risk flag tracking plus CSV export.
- Implemented cadence report builder and formatting utilities with unit tests.
- Updated CLI usage and README examples for the new cadence command.