Skip to content

Commit cf5a0d1

Browse files
committed
docs: add v0.22.0 changelog and update roadmap
1 parent d40b0e6 commit cf5a0d1

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.22.0] - 2026-03-21
6+
7+
### Added
8+
- Instant precedent recognition: 300ms debounced trigram search in risk panel while typing
9+
- `InstantPrecedents()` client method for GET /v1/precedents
10+
- Prediction debt health display in risk panel: debt ratio and band (healthy/accumulating/critical)
11+
- `GetPredictionDebt()` client method for GET /v1/health/prediction-debt
12+
- Live spar viewer: `vectorpad submit --to vectorcourt --live` streams deliberation rounds via SSE
13+
- SSE stream client (`internal/vectorcourt/stream.go`) for GET /v1/submissions/{id}/stream
14+
- ANSI spar renderer (`internal/tui/spar.go`) — plain terminal output, works over SSH
15+
516
## [0.21.0] - 2026-03-19
617

718
### Changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ VectorPad is the authoring tool. VectorCourt is the deliberation engine. Git is
221221
- [x] Phase 7 - claim registry (SQLite stash, Ollama embeddings, cosine similarity)
222222
- [x] Phase 8 - VectorCourt integration (submit, export, config, preflight gate)
223223
- [x] Phase 9 - VectorCourt TUI experience (account status, launch target, live preflight, verdict stash)
224-
- [ ] Phase 10 - decision memory (precedent search, async submit, outcome tracking, verdict diff)
224+
- [x] Phase 10 - decision memory (precedent search, async submit, outcome tracking, verdict diff)
225+
- [x] Phase 11 - instant precedent, prediction debt health, live spar viewer
225226

226227
## License
227228

0 commit comments

Comments
 (0)