fledge 1.0.0

Dev lifecycle CLI. One tool for the dev loop, any language.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Remote — Tasks

## Completed

- [x] Implement cache_dir, is_remote_ref, parse_remote_ref
- [x] Implement fetch_repo with clone and update logic
- [x] Implement resolve_template_dir with subpath support
- [x] Add unit tests for all public functions
- [x] Integrate with init and templates modules

- [x] Add `--refresh` flag to force re-clone cached repos

## Future

- [ ] Support non-GitHub git hosts (GitLab, Bitbucket)
- [ ] Template registry / index for discoverability