Skip to content

Ktesio v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 May 14:50
· 27 commits to main since this release
00e7fd3

Ktesio v0.1.1

Install the archive for your platform, unpack it, and place kt on your PATH.

Downloads

Platform Target Archive Checksum
macOS Intel x86_64-apple-darwin ktesio-v0.1.1-x86_64-apple-darwin.tar.gz sha256
macOS Apple Silicon aarch64-apple-darwin ktesio-v0.1.1-aarch64-apple-darwin.tar.gz sha256
Windows x64 x86_64-pc-windows-msvc ktesio-v0.1.1-x86_64-pc-windows-msvc.zip sha256
Linux x64 x86_64-unknown-linux-gnu ktesio-v0.1.1-x86_64-unknown-linux-gnu.tar.gz sha256
All checksums ktesio-v0.1.1-checksums.txt -

Changes

Comparison: Initial release history

Features

  • improve cli visuals and help (052ca93)
  • add release automation and open source polish (f8ef392)
  • Add GitHub CI pipeline for PR checks (#4) (171de35)
  • integrate GitHub issue tracking into task implementation and PR workflow (4b4fdb7)
  • add integration tests and improve unit test coverage (2f6bf07)
  • add skill install fallback discovery (7e6b43f)
  • add comprehensive documentation and test coverage (b5fc1a5)
  • implement agentic skills package manager CLI (73e6ac3)

Fixes

  • allow partial skill manifests (a5f5dc4)
  • install exported skill content safely (2f525b2)

Documentation

  • mark dependabot updates merged (a73ebeb)
  • clarify solo maintainer branch policy (36a1b74)
  • add repository audit checklist (d978ca7)
  • correct repository name and path in quick start instructions (10da4ff)
  • add test coverage and documentation currency principles (v1.1.0) (c72c185)

Tests

  • increase coverage for cli helpers (#7) (7f29853)

CI

  • publish only release asset files (00e7fd3)
  • publish crate before release artifacts (88438e5)
  • identify crates io release check (dc2f96d)
  • use current intel macos release runner (ad0e63d)
  • exempt dependabot prs from dco by author (537742b)
  • align dco checks with automation (5682357)
  • publish release artifacts to ghcr homebrew and crates (#6) (d571bd5)

Maintenance

  • prepare 0.1.1 release (285f059)
  • rename project to ktesio (#10) (d2cfa1f)
  • bump cargo dependency group (3ac0ab6)
  • bump github actions group (4a0ed6e)
  • use canonical apache license text (e5acc16)
  • harden repository governance (c1463f4)

Other Changes

  • Add license, homepage, repository, and readme to Cargo.toml (d636953)
  • apply code formatting and update Rust edition to 2024 (32fbc59)
  • speckit (8d14960)
  • Initial commit from Specify template (76d7354)