bertrand 0.22.2 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -138,7 +138,7 @@ Key tables ([`src/db/schema.ts`](src/db/schema.ts)):
138
138
  - **`groups`** — nestable session containers.
139
139
  - **`sessions`** — named workspaces, status-tracked.
140
140
  - **`conversations`** — Claude conversations within a session (claude_id UUIDs).
141
- - **`events`** — every hook firing and lifecycle moment (`session.waiting`, `session.answered`, `tool.applied`, `context.snapshot`, `session.recap`, etc.). Free-form `meta` JSON column.
141
+ - **`events`** — every hook firing and lifecycle moment (`session.waiting`, `session.answered`, `tool.applied`, `context.snapshot`, etc.). Free-form `meta` JSON column.
142
142
  - **`session_stats`** — materialized stats, refreshed at session end.
143
143
  - **`worktree_associations`** — tracked worktree branches per session.
144
144