You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2.2 publish was incomplete: task-journal-core@0.2.2 reached
crates.io before two CI failures aborted the workflow. cli and mcp
never published. 0.2.3 is the canonical replacement.
What landed in v0.2.2 and survives in v0.2.3:
- TUI panic on Cyrillic prompts (chars vs bytes) — fixed via
truncate_with_ellipsis helper + 5 regression tests.
New in v0.2.3:
- run_doctor() splits issues (exit 1) from notes (exit 0). Missing
claude CLI moves from issues to notes — its absence is normal for
API-backend users with ANTHROPIC_API_KEY. Was making CI red and
confusing fresh installs.
- assert_cmd dev-dep pinned to >=2, <2.2.1 — assert_cmd@2.2.1
requires Rust edition 2024 (stable in 1.85+), our MSRV is 1.83.
CI follow-up: yank task-journal-core@0.2.2 with cargo yank --version
0.2.2 task-journal-core (no matching cli/mcp at that version).
Co-Authored-By: Claude <noreply@anthropic.com>
"description": "Append-only journal of AI-coding task reasoning chains. Captures hypotheses, decisions, rejections, evidence — renders compact resume packs so an agent can pick up a 2-week-old task with full context.",
Copy file name to clipboardExpand all lines: plugin/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "task-journal",
3
-
"version": "0.2.2",
3
+
"version": "0.2.3",
4
4
"description": "Append-only journal of AI-coding task reasoning chains: hypotheses, decisions, rejections, evidence. Renders compact resume packs so an agent can pick up a 2-week-old task with full context.",
Copy file name to clipboardExpand all lines: plugin/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "task-journal",
3
-
"version": "0.2.2",
3
+
"version": "0.2.3",
4
4
"description": "Append-only journal of AI-coding task reasoning chains. Captures hypotheses, decisions, rejections, evidence — renders compact resume packs so an agent can pick up a 2-week-old task with full context.",
0 commit comments