Releases: justyn-clark/small-protocol
Releases · justyn-clark/small-protocol
v1.0.10
v1.0.9
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.9where 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
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
SMALL Protocol v1.0.7
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.7Or download pre-built binaries below.
Changelog
v1.0.6
SMALL Protocol v1.0.6
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.6Or download pre-built binaries below.
Changelog
v1.0.5
SMALL Protocol v1.0.5
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.5Or download pre-built binaries below.
Changelog
v1.0.4
v1.0.3
SMALL Protocol v1.0.3
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.3Or download pre-built binaries below.
Changelog
Others
v1.0.2
SMALL Protocol v1.0.2
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.2Or 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
Immutable
release. Only release title and notes can be modified.
SMALL Protocol v1.0.1
Install with:
go install github.com/justyn-clark/small-protocol/cmd/small@v1.0.1Or 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