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
Real-session reclassify surfaced `branches: names` in pack output
because the prose "branches: commits, PRs, files, branches names"
matched on bare `branch <word>`. Anchor the pattern to `git ` so
only explicit git commands produce branch artifacts.
- crates/tj-core/src/artifacts.rs: regex now requires `\bgit\s+`
prefix; bare `branch X` form intentionally dropped.
- New unit test does_not_capture_branch_from_prose locks the fix.
- 11/11 artifacts tests pass; 148/148 tj-core tests; clippy 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.6.0",
3
+
"version": "0.6.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.",
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.6.0",
3
+
"version": "0.6.1",
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