No description
Find a file
Snider 4665bea75e fix: post-split cleanup — remove test script, fix tests, update docs
- Delete test-mlx.go (standalone test script, not library code)
- Fix TestSandboxing_Symlinks_Followed to match security behaviour
  (renamed to TestSandboxing_Symlinks_Blocked — asserts sandbox
  correctly blocks symlinks escaping the workspace root)
- Fix TestNewTCPTransport_Warning by adding missing security warning
  to NewTCPTransport when binding to 0.0.0.0 (all interfaces)
- Update CLAUDE.md dependency table (go-mlx, duckdb, parquet, ollama,
  qdrant now indirect via go-ml/go-rag)
- Tidy go.mod (direct vs indirect aligned with actual imports)
- Verify go build, go vet, go test all pass

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 01:18:27 +00:00
ai refactor: extract rag/ to standalone core/go-rag module 2026-02-19 18:30:37 +00:00
mcp fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +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 fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +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 fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00