---
spec: github.spec.md
---
## Tasks
- [x] Write spec files for github module
- [x] Implement `detect_repo` — parse HTTPS and SSH remote URLs
- [x] Implement `github_api_get` — authenticated GET with error handling
- [x] Implement `format_relative_time` — human-readable relative timestamps
- [x] Wire up exports in main.rs
- [x] Write unit tests
- [x] Run verification suite