2 weeks ago
Tues Dec 31, 2024 1:02pm PST
Show HN: Making AI IDEs remember project context
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.

I'm building a VSCode/Cursor extension that maintains persistent project context:

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

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.

Launched in a close beta only, please let me know if you're interested in beta testing and I'll reach out!

comments:
add comment
loading comments...