Update project graph incrementally
graphify-updatecommandsetup L2★2
touir1/ExpenseManager ↗What it does
Incrementally graphify codebase with AST and semantics
Best for
Codebases needing incremental graph updates with sensitive-file validation.
Inputs
- · project_root
- · optional sensitive_files_confirmation
Outputs
- · .graphify_ast.json
- · .graphify_cached.json
- · semantic extractions
Requires
- · graphify library
- · Python AST
- · semantic MCP
Preconditions
Project root defined; graphify library installed
Failure modes
- · Sensitive file over-blocks
- · Cache miss = expensive recompute
- · MCP extraction fails
Trust signals
- · Sensitive file validation gate
- · AST + semantic parallel paths
- · Cache hit detection