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
feat(ingest): auto-open task on first prompt — v0.5.0 Phase A (v0.4.1)
UserPromptSubmit firing into an empty project no longer drops the
prompt silently. The journal synthesizes a task on the fly with
title=first line(80), goal=prompt(200), then continues the normal
classifier pipeline so the same prompt becomes the first event.
Removes the manual "task-journal create --goal" prerequisite that
was blocking real-world usage — users do not call create.
- auto_open_task_from_prompt() helper in tj-cli
- meta.auto_opened=true marker on synthesized open events
- TJ_AUTO_OPEN_TASKS=0 opt-out (default ON)
- Only fires for UserPromptSubmit; PostToolUse/Stop never conjure tasks
- 2 new integration tests cover both branches
- Phase B (artifacts) and Phase C (linked_issue/reopen) tracked in
.docs/plans/2026-05-08-v0.5.0-auto-everything.md
49/49 tj-cli tests pass; clippy/fmt clean.
"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.4.0",
3
+
"version": "0.4.1",
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.",
0 commit comments