Like many developers, I've found AI coding tools incredibly powerful but they seem to be unable to provide useful results as project size increases.<p>I'm building a VSCode/Cursor extension that maintains persistent project context:<p>Technical implementation:
- Watches git history and file changes to auto-document project evolution
- Maintains a structured representation of architecture decisions
- Creates an auto-updating knowledge base of project dependencies and patterns<p>The goal is to make AI assistants actually maintain working context of your project, rather than having to re-explain your stack and architecture repeatedly.<p>Launched in a close beta only, please let me know if you're interested in beta testing and I'll reach out!