We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a93d2d commit 0b6c5d4Copy full SHA for 0b6c5d4
1 file changed
TODO.md
@@ -3,6 +3,13 @@
3
<!-- Each feature gets its own ## section below. -->
4
<!-- Only edit YOUR feature's section. Delete it after merging to main. -->
5
6
+## Fix: git worktree HEAD resolution
7
+
8
+- [x] Slice 1: Enable `EnableDotGitCommonDir` in `gitview.New()` so HEAD resolves in worktrees
9
+ - [x] Test: `New()` succeeds when called from a git worktree path
10
+ - [x] Test: `BranchName()` returns correct branch when called from a worktree
11
+ - [x] Test: `GetCommitInfoFromCommitSHA("HEAD", ...)` works from a worktree
12
13
## kosli evaluate trail
14
15
- [x] Slice 1: Skeleton `evaluate` parent + `evaluate trail` fetches trail JSON
0 commit comments