| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-12 | refactor(grasp-audit): split ValidRepo into Sent/Served, add tolerant purgatory | DanConwayDev | |
| - Rename ValidRepo to ValidRepoSent (announcement sent, may be in purgatory) - Add ValidRepoServed (announcement queryable after git data pushed) - Add send_event_and_note_purgatory() for tolerant purgatory detection - Update fixtures to use tolerant method instead of strict assertion - Update event_acceptance_policy tests to use ValidRepoServed This enables tests to pass regardless of purgatory implementation status while still having explicit purgatory tests that verify the behavior. | |||
| 2026-02-12 | refactor(grasp-audit): introduce SpecRef enum for type-safe spec references | DanConwayDev | |
| Replace string-based spec references with typed SpecRef enum for compile-time validation and better IDE support. TestResult::new() now accepts SpecRef enum plus a requirement description string for test-specific context. | |||
| 2025-12-23 | audit: updated grasp01 line refs to reflect purgatory insertion | DanConwayDev | |
| 2025-12-02 | grasp-audit: show tests under GRASP-01 line | DanConwayDev | |
| 2025-12-01 | add repo land page and 404 page per GRASP-01 | DanConwayDev | |
| 2025-12-01 | fix cargo clippy and fmt warnings | DanConwayDev | |
| 2025-11-28 | test: rationalise repository creation tests | DanConwayDev | |
| 2025-11-28 | audit: stop checking git_data_directory | DanConwayDev | |
| 2025-11-28 | grasp-audit run all tests in audit mode | DanConwayDev | |
| 2025-11-21 | removed test that checked repository test cleanup | DanConwayDev | |
| 2025-11-21 | add repository creation | DanConwayDev | |