Skip to content
Merged
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 @@
{
".": "1.0.0"
".": "1.1.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0](https://github.com/JanYork/amc/compare/v1.0.0...v1.1.0) (2026-08-13)


### Features

* preview and edit hooks in the TUI ([7d6b6cd](https://github.com/JanYork/amc/commit/7d6b6cde523b0eea4442610ec9a232ef3cec3d3d))


### Bug Fixes

* keep release tags component-free ([9b5df2e](https://github.com/JanYork/amc/commit/9b5df2e7ccf3516f20702458e9322d167e34a273))


### Continuous Integration

* avoid published-version checks in package gate ([9371c7e](https://github.com/JanYork/amc/commit/9371c7ed366cc55f7a2cb9b095e13d1d9cc16aea))

## 1.0.0 (2026-08-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@i-xor/amc",
"version": "1.0.0",
"version": "1.1.0",
"description": "Manage shared Agent Skills from one local store.",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli/help.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '1.0.0'; // x-release-please-version
export const version = '1.1.0'; // x-release-please-version

export const helpText = `AMC — Agent Management CLI

Expand Down