Skip to content

Releases: justyn-clark/small-protocol

v1.0.10

19 Mar 06:23

Choose a tag to compare

SMALL Protocol v1.0.10

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.10

Or download pre-built binaries below.

Changelog

Features

  • 18c4444 feat:small: reflection patch - version flag, post-init guidance, trust commands docs, apply walkthrough

v1.0.9

14 Mar 21:53

Choose a tag to compare

SMALL Protocol v1.0.9 - 2026-03-14

Stable patch release.

Changed

  • Published npm package surface now includes the package-specific README, corrected Apache-2.0 license metadata, and stronger discovery metadata.
  • Installation docs and maintainer release examples now point at v1.0.9 where a pinned version example is shown.

Notes

  • This is a docs-and-distribution hygiene release. No protocol contract or runtime behavior changed from v1.0.8.
  • The purpose of this cut is to update the public npm package page, which cannot be changed in-place for an already-published version.

v1.0.8

14 Mar 15:39

Choose a tag to compare

SMALL Protocol v1.0.8 - 2026-03-14

Stable patch release.

Changed

  • Canonical runtime lineage locations are now .small-runs/ and .small-archive/.
  • Legacy .small/archive/ and .small/runs/ layouts can be repaired with small fix --runtime-layout.
  • Strict mode now aligns with the canonical runtime layout defaults.

Notes

  • This is behavioral hardening and migration support, not a protocol contract change.
  • Existing repos with legacy runtime lineage stores should run small fix --runtime-layout before relying on strict layout validation.

v1.0.7

24 Feb 23:38

Choose a tag to compare

SMALL Protocol v1.0.7

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.7

Or download pre-built binaries below.

Changelog

v1.0.6

24 Feb 23:25

Choose a tag to compare

SMALL Protocol v1.0.6

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.6

Or download pre-built binaries below.

Changelog

v1.0.5

24 Feb 23:03

Choose a tag to compare

SMALL Protocol v1.0.5

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.5

Or download pre-built binaries below.

Changelog

v1.0.4

24 Feb 21:49

Choose a tag to compare

SMALL Protocol v1.0.4

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.4

Or download pre-built binaries below.

Changelog

Bug fixes

  • 27b6da1 fix(ci): use auth-mode output in npm publish workflow

v1.0.3

24 Feb 21:31

Choose a tag to compare

SMALL Protocol v1.0.3

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.3

Or download pre-built binaries below.

Changelog

Others

  • 05151dc Bump CLI install instructions to v1.0.2 and clarify release notes
  • 2d4c17d Unblock task-17 and update its status to pending in plan and progress

v1.0.2

12 Feb 08:25

Choose a tag to compare

SMALL Protocol v1.0.2

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.2

Or download pre-built binaries below.

Changelog

Bug fixes

  • aa52d74 fix(version): resolve tag version for go install; inject commit/date

Others

  • e05b03a Update documentation to recommend v1.0.1 patch release

v1.0.1

12 Feb 00:28
Immutable release. Only release title and notes can be modified.
3710536

Choose a tag to compare

SMALL Protocol v1.0.1

Install with:

go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.1

Or download pre-built binaries below.

Changelog

Others

  • 1d56446 This is a significant commit that modifies the codebase to introduce stricter checks for task completion and progress entry consistency. Here's a breakdown of the changes:
  • 5dfe281 - Added emit command with JSON-only output and optional --check enforcement results.
  • bb07593 Add GitHub release workflow and run lineage tracking
  • 6127849 Add accept/draft commands, improve CLI output, and enhance run tracking
  • 6c28ff8 Add commands and support for managing AGENTS.md harness block
  • 65a8cc6 Add signal-first progress mode, workspace run tracking, and handoff state improvements
  • 845c37d Delete AGENTS.md
  • f23a1e3 Fix AgentsCheckResult struct field formatting
  • 42621c3 Implemented the CLI upgrades and wired the new commands, plus added tests and updated apply behavior.
  • d7f7c7f Refactor codebase to use native Go any type instead of interface{}
  • 3710536 Update funding sources in FUNDING.yml
  • 9e6ed98 lint: do not treat run previous_replay_id as secret
  • c0d0a2b release: add build packaging scripts and checksums