Closed May 26, 2026
No due date
•Closed Turn goals, plans, files, tests, blockers, evidence, and decisions into navigable, inspectable objects in the workbench. Everything should be openable: a task, a tool, an agent, a file, an evidence item. Ship the first capability upgrade — a typed memory store — as opt-in so users feel real progress without a default-on surface change.
In scope
- Inspectable objects. "Open Properties" works on every meaningful object: task, tool call, agent, file, decision, evidence item. Properties show state, history, related objects.
- Spatial task surface. Structured task map with file / blocker / evidence / decision rows. Clickable / keyboard-navigable workspace map. Navigate task → file → diff without leaving the workbench. Ctrl+O Activity Detail pager (#1547) ships here.
!shell-prefix in the composer (#1546) lifts terminal-level interaction quality. - Memory typed store (#534–#536). SQLite + FTS5 backend with graph-structured memory. Opt-in via
[memory] enabled = true./memoryslash command for inspection. Pairs with existingcrates/statesession persistence — first "Underway" capability to graduate. - Docker image rename.
ghcr.io/hmbown/deepseek-tui→ghcr.io/hmbown/codewhale. Old tag still pulls (alias) for one minor.
Out of scope
- Distributed task scheduling, network-shared task state.
~/.deepseek/storage path rename.- Editor integrations (defer to v0.8.47 VS Code beta).
- New tool surface (defer to v0.8.46).
Definition of done
- Every task / tool / agent / file / decision / evidence object responds to "Open Properties."
- A task can be opened, its files navigated, its blockers shown, its tests run, and its evidence read without scrolling back through transcript.
- Memory store round-trips entries on opt-in;
/memory listshows entries; default off; doctor surfaces opt-in. - New Docker image at
ghcr.io/hmbown/codewhale:v0.8.44pulls and runs; old tag still pulls.
Release gate
- Parity gates green.
CHANGELOG.md[0.8.44]entry.- README updated for memory-store opt-in + new Docker image path.
93% complete
List view
0 issues of 1 selected
- Status: Open (in progress).Hmbown/CodeWhalenumber 1865#1865 In Hmbown/CodeWhale;