Release Notes
Changed
- README is now visual. Four Mermaid flowcharts — the clone pipeline, the workspace
preflight decision tree, manifest source precedence, and the release flow — replace prose
that asked the reader to hold a diagram in their head. Live badges replace static ones, so
release, downloads, last-commit and CI state reflect reality.
- Dropped the problem/solution narrative in favour of a compact overview. The rationale still
lives in docs/architecture.md, where it belongs.
- The platform table now distinguishes "built in CI" from "manually tested", rather than
implying every target was run by hand.
Install qeet-cli 0.1.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.3/qeet-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.3/qeet-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install qeetgroup/tap/qeet
Download qeet-cli 0.1.3