"Has anyone already worked this out?"
One board per workspace, append only, written by the agents as they work and read by
the next agent before it starts.
-
What the team already knows
read_board
-
Typed entries, scoped to a task, a project or the whole workspace, so an agent
asking about one thing is not handed everything.
-
Honest search
search_memory
-
Keyword and vector search in one ranking, and with no embedding provider
configured it says so in the response rather than quietly
returning less.
-
Ask what was true last Tuesday
effective_at
-
Every entry records when it became true as well as when it was written, so the
board can answer for a date instead of only for today.
-
Keep an entry private
visible_to
-
An entry restricted to named agents is absent from everyone else's search
results, not merely hidden from the list.
-
It does not start empty
wovu init
-
Seeds the board from what your repository already has, and every seeded entry is
labelled as seeded, editable and removable in one action.
-
Already caught up
SessionStart
-
The relevant entries load before your first prompt of the day, filtered by scope
and permission. Ideally you never notice.