| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-02 | refactor: rename AuditMode variants and change CLI default to shared | DanConwayDev | |
| Breaking change: Renamed AuditMode enum variants for clarity: - AuditMode::CI -> AuditMode::Isolated (fresh fixtures per test) - AuditMode::Production -> AuditMode::Shared (reuse fixtures across tests) Config constructors renamed (with deprecated aliases): - AuditConfig::ci() -> AuditConfig::isolated() - AuditConfig::production() -> AuditConfig::shared() CLI default changed from 'ci' to 'shared' mode, which enables fixture caching across tests. This fixes the issue where fixtures were being re-created for every test in CLI mode. Fixture caching behavior: - Shared mode (CLI default): Uses client's cache, fixtures reused - Isolated mode (for cargo test): Local cache per TestContext | |||
| 2025-12-01 | fix cargo clippy and fmt warnings | DanConwayDev | |
| 2025-11-28 | test: added checks that refs/nostr/<event-id> match commit in PR / update | DanConwayDev | |
| 2025-11-28 | allow push to ref/nostr/<event-id> | DanConwayDev | |
| 2025-11-28 | fix grasp-audit imports | DanConwayDev | |
| 2025-11-27 | remove depricated code | DanConwayDev | |
| 2025-11-27 | Task 7: Export verification helpers in public API | DanConwayDev | |
| - Added send_and_verify_accepted to lib.rs exports - Added send_and_verify_rejected to lib.rs exports - Organized exports into logical groups with comments: * Git operation helpers * Verification helpers * Repo setup helpers * Types and constants - Build succeeds: cargo build | |||
| 2025-11-27 | fix(tests): update main project tests for grasp-audit API changes | DanConwayDev | |
| 2025-11-26 | test: use fixtures in push tests | DanConwayDev | |
| 2025-11-26 | feat: push authorization from state event | DanConwayDev | |
| 2025-11-19 | fix some clippy fmt warnings | DanConwayDev | |
| 2025-11-06 | fix cli runs to prevent rate limiting | DanConwayDev | |
| 2025-11-04 | created POC grasp-auditor | DanConwayDev | |