Skip to content

Commit 4104372

Browse files
committed
Add EDC repo-context tool
1 parent d7be77f commit 4104372

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ Secure isolated environments for running AI coding agents with controlled access
356356
Tools that manage and sync AI agent configurations, rules, and context across editors:
357357

358358
- [Context7](https://context7.com/) — Documentation platform that provides up-to-date, version-specific documentation and code examples for any library directly into Cursor, Claude Code, Windsurf, and other AI coding tools.
359+
- [EDC](https://github.com/almogdepaz/EDC) — Local repo-context generator for coding agents. Builds an `edc-context/` tree with module docs, invariants, trust boundaries, review notes, and routing metadata, then uses it during review/debug workflows for Claude Code, Cursor, Codex, and pi.
359360
- [ctxlint](https://github.com/YawLabs/ctxlint) — Open-source linter for AI context files (CLAUDE.md, .cursorrules, copilot-instructions.md) that catches stale paths, wrong commands, and token waste by validating against the real codebase.
360361
- [Entroly](https://github.com/juyterman1000/entroly) - Open-source context optimization engine that cuts AI token costs by 70-95%. Uses submodular knapsack selection and PRISM reinforcement learning to provide the exact context needed to 65+ supported AI coding agents. Features a built-in MCP server, semantic caching, and SimHash deduplication. Apache-2.0.
361362
- [lean-ctx](https://leanctx.com) — Open-source context runtime for AI coding agents. MCP server (optional shell hook) that compresses file reads, shell output, and codebase search to reduce token usage, often 60–99% on supported workflows. 46 tools, session caching, AST-aware compression for 18 languages, 90+ shell patterns. Apache-2.0.

0 commit comments

Comments
 (0)