fledge 1.1.1

Dev lifecycle CLI. One tool for the dev loop, any language.
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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