YeonGyu-Kim
3363f0c63a
fix(test): resolve test failure in PR #2021 fixes
2026-03-03 00:27:53 +09:00
YeonGyu-Kim
b02721463e
refactor: route status porcelain map parsing through line parser
2026-02-17 03:29:10 +09:00
YeonGyu-Kim
1f31a3d8f1
test: add dedicated status porcelain line parser with coverage
2026-02-17 03:29:01 +09:00
YeonGyu-Kim
3553ab79e1
fix(git-worktree): use trimEnd instead of trim to preserve leading whitespace
...
Git status porcelain output uses leading spaces for status indicators;
trim() was stripping them which could break parsing.
2026-02-11 00:45:51 +09:00
YeonGyu-Kim
7255fec8b3
test(git-worktree): fix test pollution from incomplete fs mock
...
Replace mock.module with spyOn + mockRestore to prevent fs module
pollution across test files. mock.module replaces the entire module
and caused 69 test failures in other files that depend on fs.
2026-02-10 11:41:44 +09:00
YeonGyu-Kim
554926209d
fix(git-worktree): use Node readFileSync for cross-platform untracked file line counts
2026-02-09 11:45:29 +09:00
YeonGyu-Kim
edc3317e37
fix(git-worktree): compute real line counts for untracked files in diff stats
2026-02-09 11:36:35 +09:00
YeonGyu-Kim
d6fbe7bd8d
fix: address Cubic CLI and agent issues — URL encode, JSONC leading comments, config clone, untracked files, parse error handling, cache path, message-dir dedup
2026-02-09 11:17:51 +09:00
YeonGyu-Kim
aa447765cb
feat(shared/git-worktree, features): add git diff stats utility and infrastructure improvements
...
- Add collect-git-diff-stats utility for git worktree operations
- Add comprehensive test coverage for git diff stats collection
- Enhance claude-tasks storage module
- Improve tmux subagent manager initialization
- Support better git-based task tracking and analysis
🤖 Generated with assistance of OhMyOpenCode
2026-02-08 18:41:45 +09:00
YeonGyu-Kim
6ce482668b
refactor: extract git worktree parser from atlas hook
2026-02-08 13:30:00 +09:00