From 85d6f9068718465e8f3c0fa402080169092cbea4 Mon Sep 17 00:00:00 2001 From: Avazbek Olimov Date: Mon, 27 Jul 2026 08:53:05 +0300 Subject: [PATCH] Add DevProjex to context tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96562b7..c385985 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Generic agent tooling is out of scope unless the page directly covers harness de - [Context-Efficient Backpressure for Coding Agents](https://www.humanlayer.dev/blog/context-efficient-backpressure) - HumanLayer's ideas for preventing agents from burning context on noisy or low-value work. - [OpenHands Context Condensensation for More Efficient AI Agents](https://openhands.dev/blog/openhands-context-condensensation-for-more-efficient-ai-agents) - OpenHands' design for bounded conversation memory that preserves goals, progress, critical files, and failing tests while keeping long-running coding sessions efficient. - [Writing a good CLAUDE.md](https://www.humanlayer.dev/blog/writing-a-good-claude-md) - A practical guide to creating durable, repo-local instructions that agents can repeatedly follow. +- [DevProjex](https://github.com/Avazbek22/DevProjex) - Builds clean, AI-ready project context with folder trees, file contents, token counting, Smart Ignore, preview, and multi-format export through a fast GUI and CLI. ## Constraints, Guardrails & Safe Autonomy