diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d97a1b..99eb180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # Changelog +## 1.0.0 (2026-08-06) + + +### Features + +* add adaptive terminal theme ([be345f8](https://github.com/JanYork/amc/commit/be345f81c41e4b782c1a11545722ad04d7e6489e)) +* add bounded TUI view model ([be6f434](https://github.com/JanYork/amc/commit/be6f434add589deef124dc6c8d1ca912261e6e46)) +* add headless AMC command flow ([969929c](https://github.com/JanYork/amc/commit/969929ca7824a6ad006b7e92c9b33c9aac5b574b)) +* add Ink Skills manager TUI ([7edc4d9](https://github.com/JanYork/amc/commit/7edc4d9c7325404cbc7763b4a6b6e413045c654e)) +* add resumable bulk Skill migration ([720bf79](https://github.com/JanYork/amc/commit/720bf79c76f84157fea9704e3400e4830562597a)) +* adopt valid foreign Skill links ([0596be1](https://github.com/JanYork/amc/commit/0596be1f307e33e2e54f93e8fbd42ac2c873eb5a)) +* complete AMC safety and acceptance gates ([6e4f05d](https://github.com/JanYork/amc/commit/6e4f05dba6dae6a46a1acaae3d1ac2b7406f17bf)) +* establish AMC project and path contract ([b496a84](https://github.com/JanYork/amc/commit/b496a84cdd155552314a6a43bca2f310670a38f2)) +* make the Ink TUI searchable and scrollable ([ebfbd39](https://github.com/JanYork/amc/commit/ebfbd3966a2062834966d8fb5a156540563b61d1)) +* manage hooks and plugins ([0f60621](https://github.com/JanYork/amc/commit/0f60621f7fea1c8fc091bad5a19ae89a10e20543)) +* manage MCP and Codex plugin state ([adf999a](https://github.com/JanYork/amc/commit/adf999aeca6ecb0777fd492b0c7905565af12c48)) +* migrate Skills with backups ([08dd95b](https://github.com/JanYork/amc/commit/08dd95b4cafec1c5498083a0c35bc2417a97d7c4)) +* paginate and format skill listings ([db24e38](https://github.com/JanYork/amc/commit/db24e38f8cd2742027a066496318cbb88897d6d2)) +* parse AMC commands ([9b573a8](https://github.com/JanYork/amc/commit/9b573a8c95f329666be8304bed17e6abbd67790c)) +* polish AMC interactive theme ([f0a7e38](https://github.com/JanYork/amc/commit/f0a7e38905b799f2cdb338f2266bdcd16822a26e)) +* polish AMC terminal tables ([2fc9df6](https://github.com/JanYork/amc/commit/2fc9df6e6e4a5507972703a1eb391b2c39d3ac28)) +* prepare AMC for safe public distribution ([b718589](https://github.com/JanYork/amc/commit/b718589ad3cfc48d59e34b62927d0643a595fc52)) +* scan and toggle Skills safely ([c0881c8](https://github.com/JanYork/amc/commit/c0881c88cc17e876dde9580223402823d3b56404)) +* show selected Skill details ([480d665](https://github.com/JanYork/amc/commit/480d6651554f20c9e57101fc2a2e78abf860869e)) +* theme AMC command output ([470b231](https://github.com/JanYork/amc/commit/470b2313528c1f602579177936cce51e768924a4)) + + +### Bug Fixes + +* block duplicate shared skill discovery ([ce7ccf0](https://github.com/JanYork/amc/commit/ce7ccf0a2f95a0f8295951655b8afbbc99b2ea60)) +* clarify interactive plugin controls ([4c59c9c](https://github.com/JanYork/amc/commit/4c59c9c230ff1b44f6e192deab8c38fb0b466f4e)) +* discover hooks from enabled Codex plugins ([7e191f3](https://github.com/JanYork/amc/commit/7e191f37c9a6075f864e6f7a167510ea7f052fb9)) +* fail closed on filesystem races ([ac5bcf1](https://github.com/JanYork/amc/commit/ac5bcf12438f90b8f98851476445d31f3bce4fd3)) +* follow target scope in Skill details ([b36c50c](https://github.com/JanYork/amc/commit/b36c50ce5fad3e742cdf9a935cd4dfbde2582d9b)) +* validate generated release metadata ([e7af92c](https://github.com/JanYork/amc/commit/e7af92c9af865629b9db8be1e45b58e1e49c3f8a)) +* wrap long Skill descriptions ([c7dc3e6](https://github.com/JanYork/amc/commit/c7dc3e679fc0cc7abdfa1d18064d89135e7abdd9)) + + +### Documentation + +* correct Codex plugin config capability ([6182b69](https://github.com/JanYork/amc/commit/6182b69d90648606578a304cab5a0fc70724228e)) +* define AMC v1 design ([7ec9457](https://github.com/JanYork/amc/commit/7ec9457125ab5fa9273330649bd0bcb33631b9e9)) +* document AMC terminal themes ([e848054](https://github.com/JanYork/amc/commit/e8480549da824f67520736e0ef816d407f822b01)) +* research hook and plugin management ([d9d0741](https://github.com/JanYork/amc/commit/d9d0741fc9ed32bbfce7e415a0936dcd53ccfd1f)) + + +### Continuous Integration + +* keep npm publishing local ([b57e9bd](https://github.com/JanYork/amc/commit/b57e9bd407e393a5258bbcd30a8801983880015c)) + +## Changelog + Release Please owns this changelog and will add release entries from conventional commits. diff --git a/package-lock.json b/package-lock.json index 0db4b6e..741873a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@i-xor/amc", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@i-xor/amc", - "version": "0.1.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "ink": "7.1.1", diff --git a/package.json b/package.json index fc31b40..d6c4bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@i-xor/amc", - "version": "0.1.0", + "version": "1.0.0", "description": "Manage shared Agent Skills from one local store.", "type": "module", "bin": { diff --git a/src/cli/help.ts b/src/cli/help.ts index 93b8261..67d2e25 100644 --- a/src/cli/help.ts +++ b/src/cli/help.ts @@ -1,4 +1,4 @@ -export const version = '0.1.0'; // x-release-please-version +export const version = '1.0.0'; // x-release-please-version export const helpText = `AMC — Agent Management CLI