ogito 1.3.0

A simple and efficient Git repository cloning management tool
# `ogito` Roadmap

This document outlines the future development direction for `ogito`. The goal is to enhance its capabilities as a lightweight and flexible project templating tool.

### Core Command Implementation

- [ ] Implement the `list` command to show all saved templates.
- [ ] Implement the `remove` command to delete a saved template.
- [ ] Implement the `update` command to refresh templates from their source.

### Feature Enhancements

- [ ] Support local filesystem paths as a source for templates.
- [ ] Introduce variable substitution in templates (e.g., `{{project_name}}`).
- [ ] Add an interactive mode for the `new` command to guide users.
- [ ] Implement a validation system for template structures.
- [ ] Allow running pre/post-generation scripts defined in templates.

### Developer Experience & Project Health

- [ ] Create a global configuration file (e.g., `~/.ogitorc`) for default settings.
- [ ] Enhance documentation and guides on the official website.
- [ ] Improve test coverage and CI/CD workflows for automated releases.
- [ ] Refine error handling for network and filesystem operations.