ECC/skills/continuous-learning-v2
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
..
agents fix: observer memory explosion with throttling, re-entrancy guard, and tail sampling (#536) 2026-03-16 13:47:25 -07:00
hooks fix(observe): allow sdk-ts entrypoint in observation hook (#614) 2026-03-19 20:49:15 -07:00
scripts fix(clv2): use -e instead of -d for .git check in detect-project.sh 2026-03-20 16:02:10 +09:00
config.json feat: project-scoped instinct isolation 2026-03-01 12:07:13 -08:00
SKILL.md fix: repair opencode config and project metadata 2026-03-11 01:52:10 -07:00