Replies: 1 comment
-
|
Feel free to send a PR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea:
graphify inspectto show semantic extraction inputsWhile trying Graphify on a real-world project, I ran into an issue that took quite a while to diagnose.
My project initially produced:
I wanted to generate an AST-only graph, so I started removing directories and files until Graphify reported:
At that point I still had no idea which two files Graphify considered "docs". It took a fair amount of manual investigation to find the remaining semantic inputs.
Proposal
Add a new command:
that lists the files Graphify classifies as semantic inputs before extraction.
Example:
Optionally:
for scripting and CI.
Error message improvement
When no LLM backend is configured, the current error could become:
This would make debugging much easier without changing Graphify's existing behavior.
If this direction makes sense, I'd be happy to implement it and open a PR.
Beta Was this translation helpful? Give feedback.
All reactions