Skip to content
Closed
No due date
Closed May 26, 2026

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. /memory slash command for inspection. Pairs with existing crates/state session persistence — first "Underway" capability to graduate.
  • Docker image rename. ghcr.io/hmbown/deepseek-tuighcr.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 list shows entries; default off; doctor surfaces opt-in.
  • New Docker image at ghcr.io/hmbown/codewhale:v0.8.44 pulls 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