aps 0.1.12

Manifest-driven CLI for syncing agentic assets
# Changelog

## [0.1.12]https://github.com/westonplatter/aps/compare/aps-v0.1.11...aps-v0.1.12 (2026-02-26)


### Features

* add `aps list` command to display manifest entries and resources ([#76]https://github.com/westonplatter/aps/issues/76) ([087b9a8]https://github.com/westonplatter/aps/commit/087b9a8bde648957664ac1bbe11cda4f38884060)

## [0.1.11]https://github.com/westonplatter/aps/compare/aps-v0.1.10...aps-v0.1.11 (2026-02-16)


### Features

* add copilot review instructions for Rust codebase ([#71]https://github.com/westonplatter/aps/issues/71) ([19c6b53]https://github.com/westonplatter/aps/commit/19c6b53fd4321624b0f9be96c0fc94fee5dcadf9)
* Add skill discovery for repo-level GitHub URLs ([#70]https://github.com/westonplatter/aps/issues/70) closes [#62]https://github.com/westonplatter/aps/issues/62 ([fdb6fda]https://github.com/westonplatter/aps/commit/fdb6fdae8f97fb2b5474d150fe7fcf9a104cacb3)
* update repo url to https://github.com/westonplatter/aps ([#74]https://github.com/westonplatter/aps/issues/74) ([71154d3]https://github.com/westonplatter/aps/commit/71154d315080ac0a5daa5f0e3b5f757ddbbf7b5d)

## [0.1.10]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.9...aps-v0.1.10 (2026-02-13)


### Features

* sync Cursor hooks ([#51]https://github.com/westonplatter/agentic-prompt-sync/issues/51) ([dbe440b]https://github.com/westonplatter/agentic-prompt-sync/commit/dbe440b6ab4ba71597aaf75f5219d29744489423)


### Bug Fixes

* Handle root-level SKILL.md files in skill_path() ([#60]https://github.com/westonplatter/agentic-prompt-sync/issues/60) ([42c7399]https://github.com/westonplatter/agentic-prompt-sync/commit/42c7399f3b67c60b6886e03f25490d5a21c803c4)

## [0.1.9]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.8...aps-v0.1.9 (2026-02-04)


### Features

* Add `aps add` command for importing skills from GitHub URLs ([#57]https://github.com/westonplatter/agentic-prompt-sync/issues/57) ([8052e3a]https://github.com/westonplatter/agentic-prompt-sync/commit/8052e3a321c6ce62aee5027832fdd34ef6b035dc)

## [0.1.8]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.7...aps-v0.1.8 (2026-02-02)


### Features

* add AGENTS.md via partials from remote repos ([#53]https://github.com/westonplatter/agentic-prompt-sync/issues/53) ([c3b7ed2]https://github.com/westonplatter/agentic-prompt-sync/commit/c3b7ed2155b0718976c19d764af1e67c5e5a7bc3)
* Store relative paths in lockfile for cross-machine portability ([#56]https://github.com/westonplatter/agentic-prompt-sync/issues/56) ([cc1dd8f]https://github.com/westonplatter/agentic-prompt-sync/commit/cc1dd8f5a5c5414677cce0650f89520019dee0f2)

## [0.1.7]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.6...aps-v0.1.7 (2026-01-24)


### Features

* Rename lockfile from aps.manifest.lock to aps.lock.yaml ([#48]https://github.com/westonplatter/agentic-prompt-sync/issues/48) ([437ef71]https://github.com/westonplatter/agentic-prompt-sync/commit/437ef710d073a6d0d3514bf51401021063430d03)

## [0.1.6]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.5...aps-v0.1.6 (2026-01-24)


### Features

* Respect locked versions in manifest lock file (like uv.lock) ([#45]https://github.com/westonplatter/agentic-prompt-sync/issues/45) ([f05a4a3]https://github.com/westonplatter/agentic-prompt-sync/commit/f05a4a314789debfcb6372d35cd91137bd0ed7c5)


### Bug Fixes

* linting ([#47]https://github.com/westonplatter/agentic-prompt-sync/issues/47) ([f915ab6]https://github.com/westonplatter/agentic-prompt-sync/commit/f915ab6502c9ec6e6af7260cf1718c6399136b4b)
* trigger release-please ([#42]https://github.com/westonplatter/agentic-prompt-sync/issues/42) ([c5985b8]https://github.com/westonplatter/agentic-prompt-sync/commit/c5985b813d5af2e99bc296c1914cbdde2a3b3f1e)

## [0.1.5]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.4...aps-v0.1.5 (2026-01-23)


### Features

* Add stale lockfile entry cleanup during full sync ([#37]https://github.com/westonplatter/agentic-prompt-sync/issues/37) ([119c677]https://github.com/westonplatter/agentic-prompt-sync/commit/119c677dfeaa79f5de3d1217f25369de11a4a798)
* Add support for composite AGENTS.md entries ([#38]https://github.com/westonplatter/agentic-prompt-sync/issues/38) ([75dc0af]https://github.com/westonplatter/agentic-prompt-sync/commit/75dc0af811ae9fd78d46d5570591c34f2d62148f)


### Bug Fixes

* Preserve shell variables in filesystem source paths for lockfiles ([#39]https://github.com/westonplatter/agentic-prompt-sync/issues/39) ([65da243]https://github.com/westonplatter/agentic-prompt-sync/commit/65da243b2cb4f3cde0a5e66504a5666587a7a214)

## [0.1.4]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.3...aps-v0.1.4 (2026-01-20)


### Features

* better terminal UX ([#35]https://github.com/westonplatter/agentic-prompt-sync/issues/35) ([210a620]https://github.com/westonplatter/agentic-prompt-sync/commit/210a620c9eda81e3e8a5780517afeb32c954499f)
* optimize git diff checking process ([#33]https://github.com/westonplatter/agentic-prompt-sync/issues/33) ([088d2b4]https://github.com/westonplatter/agentic-prompt-sync/commit/088d2b44d48f9dac46f4dc55a209326a6bb49e62)

## [0.1.3]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.2...aps-v0.1.3 (2026-01-19)


### Features

* Change "aps pull" command to "aps sync" ([#32]https://github.com/westonplatter/agentic-prompt-sync/issues/32) ([f43f204]https://github.com/westonplatter/agentic-prompt-sync/commit/f43f204f8444f1a57074921fa85225fc151f93ac)
* generate v1 aps.catalog.yaml ([#29]https://github.com/westonplatter/agentic-prompt-sync/issues/29) ([476e981]https://github.com/westonplatter/agentic-prompt-sync/commit/476e98133ac697c6fe5119b615ec92370d933d4d)

## [0.1.2]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.1...aps-v0.1.2 (2026-01-19)


### Features

* ask user to approve deleting orphaned files ([#25]https://github.com/westonplatter/agentic-prompt-sync/issues/25) ([fe5ad51]https://github.com/westonplatter/agentic-prompt-sync/commit/fe5ad51664997e7993c99e901089b77840194dbd)

## [0.1.1]https://github.com/westonplatter/agentic-prompt-sync/compare/aps-v0.1.0...aps-v0.1.1 (2026-01-19)


### Features

* add agent_skill asset type ([53dc611]https://github.com/westonplatter/agentic-prompt-sync/commit/53dc611e89dedde0fce859d08ea2de396f28debe)
* create symlinks at the file level, not the folder level ([bbbd59a]https://github.com/westonplatter/agentic-prompt-sync/commit/bbbd59a09f713565470b82f878d7d1b77f1b2bc9)
* include list desired files, symlink by default ([9906a4d]https://github.com/westonplatter/agentic-prompt-sync/commit/9906a4dd5dfcb34923f5d175c5ee518e5031ec7d)
* **pull:** remove confirmation prompt for default manifest ([0665bb5]https://github.com/westonplatter/agentic-prompt-sync/commit/0665bb52b4c6cf52c31e9a32a6b4f2bf45be0773), closes [#13]https://github.com/westonplatter/agentic-prompt-sync/issues/13
* set up trunk. closes [#16]https://github.com/westonplatter/agentic-prompt-sync/issues/16. ([#17]https://github.com/westonplatter/agentic-prompt-sync/issues/17) ([1f941a1]https://github.com/westonplatter/agentic-prompt-sync/commit/1f941a10db9b313dd0849a853012f8bc2244f099)
* spec out adapter pattern ([02b286f]https://github.com/westonplatter/agentic-prompt-sync/commit/02b286fd2db5aefd10310655c4be8cc13236b183)
* sync agent skills ([ed69848]https://github.com/westonplatter/agentic-prompt-sync/commit/ed69848466288b7d5ba0898cca23892acf073740)


### Bug Fixes

* linting => add a test ([65d7188]https://github.com/westonplatter/agentic-prompt-sync/commit/65d71887be1bd7192d70a29f65cef03b8c1e4402)
* make lockfile committable for reproducible installations ([714386e]https://github.com/westonplatter/agentic-prompt-sync/commit/714386ea207332362d8ace678f7b2da5fe5d82b7)