Commit Graph

3 Commits

Author SHA1 Message Date
Christian Gick
cb8dd13cac build: Add telemetry compiled output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 14:30:38 +02:00
Christian Gick
fdbd3e5723 fix: compressed_glob now uses --glob flag for fd
Bug: fd interprets patterns as regex by default, not glob.
Fix: Add --glob flag, strip **/ prefix for find fallback.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 13:10:36 +02:00
Christian Gick
0879633faf feat: Tool Compression MCP server for Phase 8
MCP server providing compressed versions of Read/Grep/Glob:
- compressed_read: removes comments, blanks, collapses imports
- compressed_grep: groups by file, dedupes adjacent matches
- compressed_glob: collapses directories, shows type distribution

Test results: 66.7% compression on sample file

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 11:05:27 +02:00