Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# Changelog

## 1.0.0 (2026-03-09)


### Features

* add agent path mapping and detection ([a930e3c](https://github.com/echohello-dev/skillet/commit/a930e3c43ee7fa57e28ccd42b045d229b84eb6a0))
* add deterministic lockfile generation ([d79d831](https://github.com/echohello-dev/skillet/commit/d79d831de88d994b233bbc633709b4882a61f4c0))
* add deterministic skill discovery paths and fallback ([f3dd65d](https://github.com/echohello-dev/skillet/commit/f3dd65dea040b3e9083e25c041b730a31cc298a4))
* add git source parser and resolver ([6c4c12b](https://github.com/echohello-dev/skillet/commit/6c4c12bb5d2522c781534cec665dc806f8f06f19))
* add HTTP archive resolver with safety checks ([a300e12](https://github.com/echohello-dev/skillet/commit/a300e121b584e36040cfbf99bf7ad285ea33c757))
* add installer with symlink and copy fallback ([e9ffe82](https://github.com/echohello-dev/skillet/commit/e9ffe82a4899ad0ab63e0e4d2ba5cea99cf3ff47))
* add OCI resolver for skillet artifacts ([2e820ce](https://github.com/echohello-dev/skillet/commit/2e820ced85ca914fab13cea1f3a0541816c74599))
* **ci:** add build matrix and checksums ([60888c3](https://github.com/echohello-dev/skillet/commit/60888c3d19b51812030b17e82e9c81de0739d03e))
* **ci:** add build matrix and checksums ([7961ef0](https://github.com/echohello-dev/skillet/commit/7961ef0d98685ebe0117879e07ce6ae8e9dc28fc))
* implement add command list and install flows ([cb2284e](https://github.com/echohello-dev/skillet/commit/cb2284ebf476559a8012852db1bd4f76a3f56023))
* implement check and update command flows ([2a18d61](https://github.com/echohello-dev/skillet/commit/2a18d618b0c01c31dc8de5bf4ab27d1e0cffd625))
* implement init command for SKILL.md scaffolding ([91e2886](https://github.com/echohello-dev/skillet/commit/91e2886f08f2708220b9623600f52046950f6afe))
* implement local skill find command ([46fd649](https://github.com/echohello-dev/skillet/commit/46fd64937ae847008c1d10ace8f66f26fe5e6687))
* **release:** add chocolatey packaging ([72ebf52](https://github.com/echohello-dev/skillet/commit/72ebf5268371b300171826c61319b7fd92778491))
* **release:** add chocolatey packaging ([710a6ff](https://github.com/echohello-dev/skillet/commit/710a6ffc03e13dc96fb6e0dd757e417ec5fafe95))
* **release:** add docker musl image packaging ([701c660](https://github.com/echohello-dev/skillet/commit/701c660f39c2fda391ed99d0c7a85fb6b1b012b2))
* **release:** add docker musl image packaging ([64a063a](https://github.com/echohello-dev/skillet/commit/64a063a662556fa892453b36a6ad07f1a46cb4b5))
* **release:** add homebrew formula packaging ([25fc134](https://github.com/echohello-dev/skillet/commit/25fc1342b87db60df466f563d25ba1a31944e16c))
* **release:** add homebrew formula packaging ([e3bcdee](https://github.com/echohello-dev/skillet/commit/e3bcdee2ad735d47d5e0000e0b3b7bef0cd3bf90))
* **release:** add npm package flow for npx and bunx ([e17eece](https://github.com/echohello-dev/skillet/commit/e17eece4aa5c9d776a2fa402666cd4ee90e91dde))
* **release:** add npm package flow for npx and bunx ([9e1a319](https://github.com/echohello-dev/skillet/commit/9e1a31952ca24d40f2b04d4dd0f943239fe2ac57))
* **release:** add release please workflow ([d385d06](https://github.com/echohello-dev/skillet/commit/d385d0674007b544fec10c082bb411664f16f585))
* **release:** add sklt npm publish flow ([880e07e](https://github.com/echohello-dev/skillet/commit/880e07e95be6e86688c3ece3254b5732117eef2a))
* **release:** add winget manifests ([47a616b](https://github.com/echohello-dev/skillet/commit/47a616b4c88417c272b0afa56dba12c36b0fd6b4))
* **release:** add winget manifests ([ec27aba](https://github.com/echohello-dev/skillet/commit/ec27abacd077e1c15c5204b8d100f81076c0b7e9))


### Bug Fixes

* attach source path to skill parse errors ([3466109](https://github.com/echohello-dev/skillet/commit/3466109dcd4e277a1051c253e5514f6482ff11c3))
* **build:** smoke test sklt artifacts ([e2126a1](https://github.com/echohello-dev/skillet/commit/e2126a1c560f60cbfffa6fdffe4d1b3bc84a4875))
* harden CLI router errors and flag handling ([28c1c8a](https://github.com/echohello-dev/skillet/commit/28c1c8ac39fa76661187487fbdfab9031219cc06))

## Changelog

All notable changes to this project will be documented in this file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sklt",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"type": "module",
"publishConfig": {
Expand Down