@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 0.1.1-alpha.1] - 2026-02-26
10+
911### Multi-Agent Collaboration
1012
1113Distributed issue locking and agent coordination, ported from crosslink-enterprise.
@@ -67,6 +69,19 @@ context-compression resilience.
6769- Database schema v7→v8 migration (adds ` last_action ` column to sessions, auto-applied on first use)
6870
6971### Added
72+ - Add ` crosslink integrity ` subcommand with ` --check ` and ` --repair ` modes (#31 )
73+ - Add ` --check ` flag to ` review diff ` for CI policy drift detection (#28 )
74+ - Add kickoff workflow skills (` /feature ` , ` /featree ` , ` /kickoff ` , ` /check ` ) to ` crosslink init ` (#26 )
75+ - Add ` +key ` array-extend semantics in ` hook-config.local.json ` (#25 )
76+ - Add offline issue ID promotion flow with ` crosslink promote ` (#24 )
77+ - Add promotion notifications with reference tracking (#27 )
78+ - Add auto-detection of Python toolchain in ` crosslink init ` and template hook commands (#36 )
79+ - Update ` crosslink export ` to emit per-issue ` IssueFile ` JSON format (#32 )
80+ - Redesign milestones to per-file storage for conflict-free multi-agent writes (#35 )
81+ - Deduplicate config-loading logic into shared ` crosslink_config.py ` module (#29 )
82+ - Add ` crosslink review diff ` slash command for guided policy review (#7 )
83+ - Add ` hook-config.local.json ` support for machine-local overrides (#5 )
84+ - Add multi-agent shared issue coordination via ` crosslink/hub ` branch (#6 )
7085- Add auto-detection of Python toolchain in crosslink init (#21 )
7186- Update READMEs with hook configuration documentation (#119 )
7287- Split tracking instructions into per-mode markdown files (#118 )
@@ -94,6 +109,10 @@ context-compression resilience.
94109- Fix daemon log file corruption from duplicate file handles (#97 )
95110
96111### Changed
112+ - Rename coordination branch from ` crosslink/locks ` to ` crosslink/hub ` (#37 )
113+ - Optimize CI with tiered job dependencies to save minutes on early failures (#33 )
114+ - Rebrand chainlink to crosslink (#4 )
115+ - Fix display ID collision in rebase-retry logic (#21 )
97116- Block git mutation commands via hook (#113 )
98117- Fix wrong assertion directions and tautological property tests (#96 )
99118- Fix overly loose CLI integration test assertions (#95 )
0 commit comments