Launched this week

RepoRose
Start new claude chat with full context without using tokens
6 followers
Start new claude chat with full context without using tokens
6 followers
One small file. Total context for your AI agent. RepoRose generates structured codebase maps that cut tokens by ~90% and stop your AI from re-reading the repo whenever you start a new chat.











RiteKit Company Logo API
@mibrahimpro_1 This is a smart approach to a real problem. The context degradation issue you're describing is exactly why maintaining a structured knowledge map of the codebase matters, especially as projects grow. Having that JSON artifact as a single source of truth should save significant token overhead compared to the naive file-reading approach most AI agents take.
@mibrahimpro_1 The "files that might get affected because they're using it too" angle is the part that sells me. That dependency context is exactly what AI agents miss when they make changes. Does the map track imports/exports at the symbol level, or is it file-level dependencies?