molecule-ai-plugin-molecule.../.gitattributes
Hongming Wang a3cb0a7aba
Some checks failed
CI / validate (push) Failing after 0s
import from local vendored copy (2026-05-06)
2026-05-06 13:53:31 -07:00

9 lines
421 B
Plaintext

# Shell scripts and Python hooks are executed by Linux containers.
# Force LF so Windows checkouts (core.autocrlf=true) don't break the
# hook dispatch path — see Molecule-AI/molecule-core#507 where CRLF
# line endings made claude-code try to exec `session-start-context.py\r`
# and the SessionStart hook failed silently, producing
# "(no response generated)" on every agent A2A call.
*.sh text eol=lf
*.py text eol=lf