Edit: It would be great if you could set the context and AI would generate it. It would make as an amazing addition to a standard Readme.
Further, at one level it could show endpoints and function signatures with parameters and how the argument usually looks as a value.
Which brings up another point, why doesn't Cursor or others allow me to say, "I'm in debug mode, show me if a value is dissimilar the values you normally get."
I took inspiration from GitDiagram.com but pass a "richer" description of the codebase into the LLMs based on info from tree-sitter. It generates explanatory diagrams quite OK, but this is only a first step.
Edit: It would be great if you could set the context and AI would generate it. It would make as an amazing addition to a standard Readme.
Further, at one level it could show endpoints and function signatures with parameters and how the argument usually looks as a value.
Which brings up another point, why doesn't Cursor or others allow me to say, "I'm in debug mode, show me if a value is dissimilar the values you normally get."