mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-16 15:55:16 +03:00
5414ac373e
git diff --name-only returns paths relative to repo root, not cwd. When configSrc is in a subdirectory (e.g. src/cf), paths were doubled and files not found. Adding --relative makes git return paths relative to configSrc. Also filter ErrorRecord objects from PS1 git output. Fixes #7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>