fledge 0.5.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
5
6
7
8
9
# Search — Tasks

- [x] Write spec files
- [x] Add `ureq` dependency to Cargo.toml
- [x] Create `src/search.rs` with `SearchOptions`, `SearchResult`, `search_github()`, `run()`
- [x] Wire `Search` subcommand into `main.rs`
- [x] Add unit tests for JSON parsing, result formatting, error handling
- [x] Update `.specsync/registry.toml`
- [x] Verify with `cargo test`, `cargo clippy`, `cargo fmt`