Releases: DivyeshJayswal/minimalist
Releases · DivyeshJayswal/minimalist
Release list
v1.0.0 : Minimalist is born!
v1.0.0 - Minimalist is born! 🎉
- It makes coding agents write less code. Before writing anything new, the agent checks: does this even need to exist? Is something like it already in the codebase? Does the language or platform already handle it? Only after those checks does it write new code.
- It works with almost any AI coding tool. Claude Code, Codex, Copilot, Gemini, Cursor, Windsurf, and more are all supported, using the same set of rules everywhere.
- The results are backed by a real test, not just claims. We ran a real benchmark in which an agent edited an actual project, with and without Minimalist, and measured the differences in code size and cost.
- It keeps a record of what it skipped. Every time it decides not to add something, it writes that decision to a log file, so you can check later what got skipped and why. Basic safety checks (like input validation and auth) are never removed to save space.