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
5 changes: 0 additions & 5 deletions .changeset/alcode-catchup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plans-share-archive.md

This file was deleted.

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.

6 changes: 6 additions & 0 deletions packages/alcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/alcode/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
6 changes: 6 additions & 0 deletions packages/plans-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/plans-share

## 0.7.0

### Minor Changes

- a873b8b: Added `archive <ticket-id | path>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/plans-share/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down