No description
Find a file
Snider c5b17f8537 fix(mcp): eliminate data race in TCP transport diagnostic output
Replace bare os.Stderr writes with mutex-protected diagPrintf helper.
Test captures output via setDiagWriter instead of swapping os.Stderr,
preventing races with concurrent ServeTCP goroutines.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 12:30:16 +00:00
ai test: Phase 5 — testing gaps (process/RAG/ML mocks, metrics bench) 2026-02-20 06:48:31 +00:00
mcp fix(mcp): eliminate data race in TCP transport diagnostic output 2026-02-20 12:30:16 +00:00
.gitignore chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
CLAUDE.md fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
FINDINGS.md docs: add CLAUDE.md, TODO.md, FINDINGS.md for fleet delegation 2026-02-19 21:34:55 +00:00
go.mod feat(ml): Phase 2 — migrate ml_backends to go-inference registry 2026-02-20 06:01:30 +00:00
go.sum fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
TEST-RESULTS.md test: validate MLX inference and scoring pipeline on M3 Ultra 2026-02-16 17:24:36 +00:00
TODO.md docs: mark Phase 4 complete in TODO.md 2026-02-20 07:03:13 +00:00