Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@ Rules of thumb:
- Banks can have background context
- Bank isolation is strict - no cross-bank data leakage

### Helm Worker Capacity

For the default embedded database, keep `helm/hindsight/values.yaml` at two total
worker slots with one reserved for consolidation. Cap retain at one concurrent task
without assigning it a dedicated slot, so the remaining slot stays shared across queues.

### API Design
- All endpoints operate on a single bank per request
- Multi-bank queries are client responsibility to orchestrate
Expand Down