Refresh code
Watch the project
Install thewatch extra, then:
git pull or a merge, run graphify update . explicitly.
Exclude unhelpful files
Graphify respects ignore files. Add a.graphifyignore at the repository root for project-specific exclusions:
.graphifyignore
graphify extract --no-gitignore opts out of Git’s ignore rules while retaining .graphifyignore. Use it only when ignored source belongs in the graph.
After a large refactor
Graphify has guards against accidentally replacing a graph with a smaller incomplete result. If you intentionally removed substantial source, inspect the warning, then explicitly allow the smaller graph:graphify export html after a refresh when necessary.