Skip to content

Commit c055f7f

Browse files
chore: format CHANGELOG.md with prettier
1 parent b198685 commit c055f7f

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99

1010
## [0.9.2](https://github.com/promptfoo/crabcode/compare/v0.9.1...v0.9.2) (2026-02-20)
1111

12-
1312
### Features
1413

15-
* **court:** enhance reviewer and judge prompts to catch silent data corruption ([#31](https://github.com/promptfoo/crabcode/issues/31)) ([f901632](https://github.com/promptfoo/crabcode/commit/f901632278897698ba32bf3ab910b105640ae7fc))
16-
* **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
14+
- **court:** enhance reviewer and judge prompts to catch silent data corruption ([#31](https://github.com/promptfoo/crabcode/issues/31)) ([f901632](https://github.com/promptfoo/crabcode/commit/f901632278897698ba32bf3ab910b105640ae7fc))
15+
- **wip:** save and restore Claude sessions across WIP save/restore ([b303372](https://github.com/promptfoo/crabcode/commit/b303372deaa1995eabb678bb5c23052eb677d834))
1716

1817
## [0.9.1] - 2026-02-13
1918

@@ -37,6 +36,7 @@
3736
## [0.8.0] - 2026-02-09
3837

3938
### Added
39+
4040
- **Court Review system**: thorough multi-agent PR review with judge pattern
4141
- `crab court <PR>` — spawns Judge (Claude) + Reviewer A (Claude teammate) + Reviewer B (Codex)
4242
- Judge orchestrates reviewers, verifies findings by tracing actual code
@@ -50,17 +50,20 @@
5050
- `crab review show <PR>` displays saved review output
5151

5252
### Changed
53+
5354
- Simplified review system: removed `--with-codex` and `collab` modes in favor of `crab court`
5455
- `crab review <PR>` now does quick single-agent review (fast, simple)
5556
- `crab court <PR>` is the thorough option (judge + 2 reviewers)
5657

5758
### Fixed
59+
5860
- WIP restore now properly opens workspace when run from outside (was checking wrong directory)
5961
- Review sessions now run from session directory so Claude can write output files
6062

6163
## [0.7.0] - 2026-02-08
6264

6365
### Added
66+
6467
- **Session management**: track and resume Claude conversations
6568
- `crab session ls` — list sessions with inline summaries
6669
- `crab session start "name"` — start new named session
@@ -76,13 +79,15 @@
7679
- PR context auto-fetched via gh CLI
7780

7881
### Changed
82+
7983
- `crab restart` now fully recreates window layout (fixes missing panes after close)
8084
- Team mode always enabled (instructions in .claude/CLAUDE.md)
8185
- Removed `--team` flag (no longer needed)
8286

8387
## [0.6.0] - 2026-02-05
8488

8589
### Added
90+
8691
- **Agent Teams integration**: team mode always enabled in workspaces
8792
- Team instructions auto-added to `.claude/CLAUDE.md`
8893
- Claude spawns agent teammates when tasks warrant parallel work
@@ -92,6 +97,7 @@
9297
## [0.5.0] - 2026-02-04
9398

9499
### Added
100+
95101
- **Multi-project support**: manage multiple repos from a single crabcode install
96102
- `crab @alias <cmd>` — run any command against a specific project
97103
- `crab projects` — list all registered projects with tmux status
@@ -103,13 +109,15 @@
103109
- Project context shown in `config`, `doctor`, `status`, and `help` output
104110

105111
### Changed
112+
106113
- Config structure: project configs now live in `~/.crabcode/projects/<alias>.yaml`
107114
- Global config (`~/.crabcode/config.yaml`) now only stores `default_project`
108115
- Templates use `ALIAS_PLACEHOLDER` for `session_name` (was hardcoded `crab`)
109116
- Tmux session names derived from project alias (e.g., `pf`, `cb`) instead of generic `crab`
110117
- `apply_template()` accepts a 4th `alias` parameter
111118

112119
### Fixed
120+
113121
- `crab restart` from a workspace dir now correctly detects the owning project
114122
- Legacy config migration no longer clobbers global config on subsequent `crab init`
115123

@@ -143,6 +151,7 @@
143151
## [0.3.0] - 2026-01-15
144152

145153
### Added
154+
146155
- Workspace handoff (`crab handoff`, `crab receive`)
147156
- Time travel / snapshots (`crab rewind`, `crab snapshot`)
148157
- Live pairing sessions (`crab pair`, `crab join`, `crab spectate`)
@@ -154,6 +163,7 @@
154163
## [0.2.0] - 2026-01-10
155164

156165
### Added
166+
157167
- WIP save/restore system with global index
158168
- Port spacing and env_sync with refs
159169
- MCP server sync from main repo
@@ -164,6 +174,7 @@
164174
## [0.1.0] - 2026-01-05
165175

166176
### Added
177+
167178
- Initial release
168179
- Tmux-based workspace management with git worktrees
169180
- Configurable layouts with named panes

0 commit comments

Comments
 (0)