diff --git a/.changeset/alcode-catchup.md b/.changeset/alcode-catchup.md deleted file mode 100644 index 2ca3f82..0000000 --- a/.changeset/alcode-catchup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paleo/alcode": minor ---- - -The `catchup` protocol replaces `read`: it loads the ticket's history and returns a synthesis, and a following `resume` continues the ticket with that history in context. `reserve-side-ticket` now also counts the side tickets archived under `.plans/_archives/`. diff --git a/.changeset/plans-share-archive.md b/.changeset/plans-share-archive.md deleted file mode 100644 index 8ebff5f..0000000 --- a/.changeset/plans-share-archive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paleo/plans-share": minor ---- - -Added `archive ` and `auto-archive`, which move ticket directories to `.plans/_archives/`, and the `sync --auto-archive` option. Auto-archiving moves the ticket directories and no-ticket alcode session files untouched for `PLANS_SHARE_ARCHIVE_DAYS` days (default 7). diff --git a/package-lock.json b/package-lock.json index fef6d50..68b9ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7229,7 +7229,7 @@ }, "packages/alcode": { "name": "@paleo/alcode", - "version": "0.11.1", + "version": "0.12.0", "license": "CC0-1.0", "bin": { "alcode": "bin/alcode.mjs" @@ -7402,7 +7402,7 @@ }, "packages/plans-share": { "name": "@paleo/plans-share", - "version": "0.6.1", + "version": "0.7.0", "license": "CC0-1.0", "bin": { "plans-share": "bin/plans-share.mjs" diff --git a/packages/alcode/CHANGELOG.md b/packages/alcode/CHANGELOG.md index 929914f..dbca4c8 100644 --- a/packages/alcode/CHANGELOG.md +++ b/packages/alcode/CHANGELOG.md @@ -1,5 +1,11 @@ # @paleo/alcode +## 0.12.0 + +### Minor Changes + +- a873b8b: The `catchup` protocol replaces `read`: it loads the ticket's history and returns a synthesis, and a following `resume` continues the ticket with that history in context. `reserve-side-ticket` now also counts the side tickets archived under `.plans/_archives/`. + ## 0.11.1 ### Patch Changes diff --git a/packages/alcode/package.json b/packages/alcode/package.json index 0535d0b..20f00f4 100644 --- a/packages/alcode/package.json +++ b/packages/alcode/package.json @@ -1,6 +1,6 @@ { "name": "@paleo/alcode", - "version": "0.11.1", + "version": "0.12.0", "license": "CC0-1.0", "author": "Thomas MUR", "description": "Run a coding agent through AlignFirst protocols.", diff --git a/packages/plans-share/CHANGELOG.md b/packages/plans-share/CHANGELOG.md index 68d13b6..c576977 100644 --- a/packages/plans-share/CHANGELOG.md +++ b/packages/plans-share/CHANGELOG.md @@ -1,5 +1,11 @@ # @paleo/plans-share +## 0.7.0 + +### Minor Changes + +- a873b8b: Added `archive ` and `auto-archive`, which move ticket directories to `.plans/_archives/`, and the `sync --auto-archive` option. Auto-archiving moves the ticket directories and no-ticket alcode session files untouched for `PLANS_SHARE_ARCHIVE_DAYS` days (default 7). + ## 0.6.1 ### Patch Changes diff --git a/packages/plans-share/package.json b/packages/plans-share/package.json index c819231..09941fa 100644 --- a/packages/plans-share/package.json +++ b/packages/plans-share/package.json @@ -1,6 +1,6 @@ { "name": "@paleo/plans-share", - "version": "0.6.1", + "version": "0.7.0", "license": "CC0-1.0", "author": "Thomas MUR", "description": "Share AlignFirst plans through a team plans repository.",