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/alcode-projects-and-alignfirst.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/alignfirst-initial-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/alproject-marker-model.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docmap-embedded-commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workspace-port-claim.md

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions packages/alcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @paleo/alcode

## 0.13.0

### Minor Changes

- 44e1f9e: Breaking change: the `catchup` value of `--protocol` is removed; `new --catchup` replaces it and loads the ticket history before the protocol and message. `--message-file <path|->` reads the message from a file or stdin. The prompt reaches the coding agent through stdin. `--no-ticket` reads `TICKET_ID` from the `alignfirst` report.
- 44e1f9e: Breaking change: `reserve-side-ticket` is removed, and the `alignfirst` CLI is a prerequisite, run by `new --no-ticket` and by the delegated prompt.

## 0.12.0

### Minor 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.12.0",
"version": "0.13.0",
"license": "CC0-1.0",
"author": "Thomas MUR",
"description": "Run a coding agent through AlignFirst protocols.",
Expand Down
12 changes: 12 additions & 0 deletions packages/alignfirst/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# alignfirst

## 0.1.0

### Minor Changes

- 44e1f9e: Initial release of the AlignFirst CLI.

### Patch Changes

- Updated dependencies [44e1f9e]
- @paleo/docmap@0.10.0
4 changes: 2 additions & 2 deletions packages/alignfirst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alignfirst",
"version": "0.0.0",
"version": "0.1.0",
"license": "CC0-1.0",
"author": "Thomas MUR",
"description": "The AlignFirst CLI: protocols, plans and docs in one command.",
Expand Down Expand Up @@ -40,7 +40,7 @@
"test": "vitest run"
},
"dependencies": {
"@paleo/docmap": "~0.9.1",
"@paleo/docmap": "~0.10.0",
"arktype": "^2.2.3",
"semver": "^7.8.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/alproject/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/alproject

## 2.0.0

### Major Changes

- 44e1f9e: Breaking change: the host registry (`~/.alproject.json`, `register`, `unregister`) is replaced by markers. A project's committed `.alignfirst.json` is its registration, and `.alignfirst-projects.json` marks a projects directory. New commands: `doctor`, `init`, `free-ports`, `--guide`. Requires the `alignfirst` CLI on `PATH`.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alproject/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/alproject",
"version": "1.1.0",
"version": "2.0.0",
"license": "CC0-1.0",
"author": "Thomas MUR",
"description": "Discover the projects of an AlignFirst Developer host and allocate their port ranges.",
Expand Down
6 changes: 6 additions & 0 deletions packages/docmap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/docmap

## 0.10.0

### Minor Changes

- 44e1f9e: The CLI can be embedded with an injected command prefix.

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/docmap",
"version": "0.9.1",
"version": "0.10.0",
"license": "CC0-1.0",
"author": "Thomas MUR",
"description": "A lightweight documentation system for AI agents and humans.",
Expand Down
6 changes: 6 additions & 0 deletions packages/workspace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paleo/workspace

## 0.33.0

### Minor Changes

- 44e1f9e: The kernel checks `portRange` in `.alignfirst.json` against the port scheme.

## 0.32.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paleo/workspace",
"version": "0.32.0",
"version": "0.33.0",
"description": "Run multiple git-worktree dev environments side by side.",
"keywords": [
"workspace",
Expand Down