# 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