cotis-cli 0.1.0-alpha

Plugin host for Cotis build, check, and run routines
Documentation
# Changelog

All notable changes to cotis-cli are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.1.0-alpha] - 2026-07-11

First public alpha of cotis-cli.

### Added

- Plugin host CLI: `install`, `update`/`reinstall`, `run`, `list`, `remove`, `info`, `help-routine`, `completions`
- Install sources: `path:` (local Cargo cdylib), `crate:` (crates.io), `gh:` (GitHub release assets)
- Routine plugin C ABI (`cotis_plugin_*` exports) with API version 1
- Cache layout under `ProjectDirs::cache_dir()` with per-target plugin directories
- CI workflow (format, clippy, test, docs on Linux; tests on Windows)
- Open-source documentation: README, LICENSE, CONTRIBUTING, SECURITY, CHANGELOG

[Unreleased]: https://github.com/igna-778/cotis-cli/compare/v0.1.0-alpha...HEAD
[0.1.0-alpha]: https://github.com/igna-778/cotis-cli/releases/tag/v0.1.0-alpha