You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,37 @@ All notable changes to this project are documented here. One entry per shipped
4
4
OpenSpec change — see the linked issues for the full spec and discussion.
5
5
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
7
+
## [0.9.1] - 2026-07-28
8
+
9
+
### Added
10
+
11
+
- Change status CLI: query and mutate workflow state locally (#43)
12
+
- Emergent work spin-off (#9)
13
+
-**Repo resolution is now explicit.** specsync resolves the target repository deterministically and always passes `--repo` to every `gh` invocation. Resolution order: `-repo` flag → `gh repo set-default` → `origin`. Fork-parent writes are refused by default; use `-repo` to override. Board resolution also gained a repository-local declaration: `openspec/specsync.yml` with `board: owner/number`. The `-project` flag and this config file are the only ways to set a board; the `SPECSYNC_PROJECT` env var is no longer used. (#76)
14
+
- Added `specsync audit-tasks` to detect unchecked tasks where code exists, enforced via CI. Reconciled 47 changes — checked off done tasks, spun off follow-ups, fixed design docs that didn't match code. (#60)
15
+
- Multi-provider sync (fan-out) (#24)
16
+
- Auto-detect Beads provider (#62)
17
+
- Claim work in flight so concurrent agents don't collide (#78)
18
+
- Link existing issues by reference, without scaffolding specs (#18)
19
+
- convergence check for 3-way board merge (#42) (#74) (04ea25a6)
- stable task ID — position-based mapping for rewritten task detection (#65) (#73) (b542d927)
26
+
- slug validation, archived priority support (#43) (#75) (f0d8d40e)
27
+
28
+
### Changed
29
+
30
+
- Work graph (#19)
31
+
32
+
### Fixed
33
+
34
+
- Add `specsync audit` — a read-only command that cross-references archived OpenSpec changes against GitHub PRs to find archived changes whose PR was never merged. Also add a new `shipped` stage that represents the final step in the lifecycle: the PR has landed. (#59)
0 commit comments