What's Changed
Improvements
- Add search query support to
/api/decisionsendpoint - now supports semantic search within decisions using Chroma with{ type: 'decision' }metadata filter
Usage
# Search within decisions (new)
curl "http://localhost:37777/api/decisions?query=architecture&format=full&limit=5"
# All decisions (existing behavior preserved)
curl "http://localhost:37777/api/decisions?format=index&limit=10"