Build Code Knowledge Graph Build or update the knowledge graph for the current codebase. Steps 1. Detect target : Use the current working directory or a user-specified path. 2. Check for existing graph : If exists, run an incremental update. Otherwise, run a full build. 3. Run the build script : For full build: For incremental update: 4. Report results : Show the JSON output including files parsed, nodes created, edges created, and duration. 5. Suggest next steps : Recommend searching the graph or running blast radius analysis. When To Use - At the start of a session to build structural aware…