Developer Tools
Research papers, repositories, and articles about developer tools
Showing 2 of 2 items
thedotmack/claude-mem
A Claude Code plugin that logs your coding sessions, compresses them with Claude via the agent SDK, and feeds back relevant context into future sessions. In practice it acts like a persistent, AI-managed memory of your projects, making the assistant far more ‘aware’ of the codebase and past conversations. It’s a concrete, production-friendly take on the “long-term memory for coding agents” idea.
agents.md
Defines AGENTS.md, a simple open format for describing coding agents: their tools, capabilities, and expectations. It’s trying to do for agents what README and OpenAPI did for repos and APIs—standardize how we document them. ([github.com](https://github.com/trending?since=daily))