Skip to content

Commit cbd2b14

Browse files
Merge pull request #46 from forecast-bio/release/v0.1.2a1
release: v0.1.2-alpha.1
2 parents c4ae508 + 56b1404 commit cbd2b14

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [0.1.2-alpha.1] - 2026-02-27
10+
11+
### Fixed
12+
- SyncManager now detects when running inside a git worktree and reuses the main repo's hub cache instead of trying to create a duplicate `crosslink/hub` worktree (#41)
13+
- Set git user config in test helper for CI compatibility
14+
15+
### Changed
16+
- Kickoff skill (`/kickoff`) now supports `--verify` flag with three levels: `local` (default), `ci`, and `thorough` for post-implementation verification (#39)
17+
- Updated `/kickoff` and `/featree` skill permissions to cover all tools used during execution (added `Write`, `Read`, `Bash(echo *)`, `Bash(crosslink *)`) (#42)
18+
- Featree skill now uses `crosslink init --force` and `crosslink sync` instead of manual database symlinking for worktree initialization (#42)
19+
20+
### Removed
21+
- Stale `.chainlink/` directory (legacy issue tracker artifacts)
22+
- Tracked `crosslink/.crosslink/issues.db` (should be local-only)
23+
924
## [0.1.1-alpha.1] - 2026-02-26
1025

1126
### Multi-Agent Collaboration

crosslink/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crosslink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crosslink"
3-
version = "0.1.1-alpha.1"
3+
version = "0.1.2-alpha.1"
44
edition = "2021"
55
description = "A lean issue tracker CLI for AI-assisted development sessions"
66
license = "MIT"

0 commit comments

Comments
 (0)