Implements Prompt 3. Newline-delimited JSON-RPC dispatcher (ping, loadSolution, projectSummary) with pure XML/.sln parsing — no Roslyn or MSBuild NuGet packages (irreconcilable .NET 10 SDK API mismatches). XDocument parses .csproj for frameworks/packages/refs; regex parses .sln project entries; filesystem walk counts .cs/.fs/.vb documents. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
414 B
Plaintext
39 lines
414 B
Plaintext
# Compiled binaries
|
|
/ctx
|
|
/ctx.exe
|
|
cmd/ctx/ctx
|
|
cmd/ctx/ctx.exe
|
|
/bin/
|
|
/dist/
|
|
|
|
# Test and coverage artifacts
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Profiling
|
|
*.prof
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Claude Code local settings
|
|
.claude/
|
|
|
|
# Roslyn helper artifacts
|
|
tools/roslyn-helper/**/bin/
|
|
tools/roslyn-helper/**/obj/
|
|
tools/roslyn-helper/publish/
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|