codescout 0.15.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Normalize all text files to LF on checkout.
# Without this, Windows runners with core.autocrlf=true convert LF→CRLF,
# breaking literal-string assertions and snapshot tests.
* text=auto eol=lf

# Lockfiles and binaries are kept verbatim.
Cargo.lock binary
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary