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
Root cause for all three project_hash tests: TempDirs with no `.git` marker
resolved `project_root` upward to a shared ancestor's `.git` — collapsing
both to the same hash on hosts where /tmp sits under a git repo (WSL).
Fix: give each TempDir its own `.git` directory so it is its own root.
The async timing test (`ingest_hook_returns_fast_in_async_mode`) used a 2s
threshold that was too tight for cold-start Windows CI runners (+AV); the
pre-fix regression was 5-30s so 5s still distinguishes real and tolerates
slow runners.
Applied to: project_hash.rs (1), cli.rs migrate_project (2), main.rs
resolve_project_paths (1), cli.rs async timing (1). All 459 workspace tests
now pass locally with 0 failures.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.21.0",
3
+
"version": "0.21.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