GPS: A developer tool that gives AI coding agents persistent memory anchored to repository symbols and files
By
Hardik Singh
More crust than filling. Mostly air.
Summary
GPS is a developer tool that solves the problem of AI coding agents forgetting context between sessions. Instead of relying on bloated CLAUDE.md files that get ignored, GPS anchors memory to actual symbols and files in a repository. It surfaces relevant rules, past corrections, gotchas, and test commands before an agent touches code. The tool is local-first, CLI-first, and built for popular coding agents like Claude Code, Codex, Cursor, and MCP.
Key quotes
· 5 pulledI kept noticing my agents making the same mistakes across sessions.
Instead of stuffing everything into a CLAUDE.md that overflows context and gets ignored anyway, GPS anchors memory to the actual symbols and files in your repo.
Before an agent touches code, it gets exactly what it needs, the rules, the past corrections, the gotchas, the test commands.
No more 'don't log PII here' corrections twice. No more repeating yourself every run.
Local-first, CLI-first, built for Claude Code, Codex, Cursor, and MCP.
You might also wanna read
Coder-Config: Unified Configuration Manager for AI Coding Tools
Coder-config is a configuration management tool for AI coding assistants that addresses the fragmentation and complexity of managing multipl
Claw-Coder: A locally-run AI coding agent with RAG and knowledge graph for privacy-focused development
Claw-Coder is a locally-run AI agent designed to address privacy and security concerns associated with cloud-based coding agents like Claude
re_gent: A Version Control System for AI Coding Agents
re_gent is an open-source version control system designed specifically for AI coding agents. It automatically tracks every tool call an agen
Ghost CLI: Commit Prompts Instead of Code with AI Coding Agents
Ghost is a CLI tool that reimagines the git workflow by allowing developers to commit prompts instead of code. The AI coding agent generates
Get-Shit-Done: A Meta-Prompting and Context Engineering System for AI Coding Assistants
The article describes 'get-shit-done' (gsd-build), a meta-prompting and context engineering system designed for AI coding assistants like Cl

GitHub Adds Claude and Codex AI Coding Agents to Platform
GitHub is introducing Claude by Anthropic and OpenAI's Codex AI coding agents directly into its platform as part of a public preview. These
