Skip to content

fix: codecarto_status text renders every next action, not just the first - #119

Merged
TheAmericanMaker merged 1 commit into
mainfrom
fix/status-renders-all-next-actions
Aug 18, 2026
Merged

fix: codecarto_status text renders every next action, not just the first#119
TheAmericanMaker merged 1 commit into
mainfrom
fix/status-renders-all-next-actions

Conversation

@TheAmericanMaker

Copy link
Copy Markdown
Member

Follow-up to #118, caught by the 0.16.0 release verification round-trip: the terminal routing lines were stored correctly in next_actions and carried in the structured payload, but handleStatus's text view printed next_actions[0] only — a text-reading client lost exactly the routing #114 exists to surface (the pre-amend status showed the skills line while the pending amend line with live counts stayed invisible).

handleStatus now renders every stored action ("Next:" on the first line, aligned continuations); the empty-list fallback keeps its old behavior. The terminal-next-actions suite asserts the amend routing line reaches the text view while work is pending.

Suite 341/341; build green.

Refs #114.

🤖 Generated with Claude Code

The 0.16.0 release verification round-trip showed the terminal routing
lines (#114) stored correctly in next_actions but invisible to a
text-reading client: handleStatus printed next_actions[0] only, so the
amend/publish/dashboard routing existed solely in the structured payload.
Render the whole list, first line prefixed "Next:", continuations aligned.

Test: the terminal-next-actions suite now asserts the status text carries
the amend routing line while work is pending.
@TheAmericanMaker
TheAmericanMaker merged commit 98dffb7 into main Aug 18, 2026
5 checks passed
@TheAmericanMaker TheAmericanMaker mentioned this pull request Aug 18, 2026
TheAmericanMaker added a commit that referenced this pull request Aug 18, 2026
The field-test round: four defects found by re-running the full 7-phase
deepseek-harness analysis through the published 0.15.0 binary, fixed as
#115-#119. Bumps the four pinned version surfaces and adds the changelog
entry.

Co-authored-by: James Sesler <James.sesler@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant