dsh-todo-continuity

Source candidate

Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.

Author: apex-mochen · Sessions & Messages · Catalog snapshot: 2026-09-18

What it may solve

Keeps an unfinished task list visible across turns. DSH clears the todos projection at the start of every turn and expects the model to rewrite the whole list, so when a turn is interrupted the plan is durably in the session log but permanently gone from the UI — and todo_write is write-only, so neither the user nor the model can read it back. This plugin registers one ordinary session/event listener, remembers the last list per session, and when a turn/start arrives whose remembered list still has unfinished work, re-appends that list so the projection stops reporting an empty plan. No fork of tool-todo and no waterfall: a plugin cannot replace the projection (the registry throws on a stateVersion mismatch), so appending the event the fold reacts to is the reachable seam. Deliberately narrow — only unfinished lists, at most one event per turn start, fails open. Verified by a controlled A/B on real sessions: identical runs differing only in whether the plugin was installed, folded through the real projection definition. Zero dependencies.

Imported third-party catalog description; not a Registry verification conclusion.

Sources and public signals

apex-mochen/dsh-todo-continuity

0 stars · — downloads

Signals were provided by the source catalog and do not imply quality or safety. 2026-09-18

What can currently be confirmed

Not analyzed

DSH compatibility

No exact-version test is available.

Not analyzed

Security analysis

No Registry security conclusion is available.

Not analyzed

Functional verification

No functional smoke evidence is available.

Not analyzed

Permissions

Plugin permissions have not been resolved.

Not analyzed

Package integrity

Package structure and integrity have not been analyzed.

Continue with the latest plugin manager

Describe your task in a DSH conversation and mention dsh-todo-continuity. After installing or updating the manager from npm latest, it can find this candidate through Registry, then inspect its actual source and version locally.

Install or update the plugin manager (latest)