ECC/skills/continuous-learning-v2/scripts
to.watanabe 04f8675624 fix(clv2): use -e instead of -d for .git check in detect-project.sh
In git worktrees, .git is a file (not a directory) containing a gitdir
pointer. The -d test fails for worktree checkouts, causing project
detection to fall through to the "global" fallback. Changing to -e
(exists) handles both regular repos and worktrees correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 16:02:10 +09:00
..
detect-project.sh fix(clv2): use -e instead of -d for .git check in detect-project.sh 2026-03-20 16:02:10 +09:00
instinct-cli.py fix: force UTF-8 for instinct CLI file IO (#353) 2026-03-07 14:47:35 -08:00
test_parse_instinct.py fix: force UTF-8 for instinct CLI file IO (#353) 2026-03-07 14:47:35 -08:00