Code data is stored in a local .nuanced directory in your project that you can safely check into version control or feel free to add .nuanced to your .gitignore file. Nuanced code graphs are updated with the index command. Results are stored in local .nuanced directories that you can safely check into version control. This makes it easy to feed accurate, up-to-date context to your AI tools or remote repositories, enabling async workflows and better collaboration. With this setup, developers can:
  • Regenerate code graphs as code evolves
  • Integrate graph analysis into continuous integration pipelines
  • Perform on-demand code introspection during development
  • Share analysis results within team environments
Graphs can be updated via two ways:
  • Triggering the MCP index tool, or
  • Running nuanced index in the project directory.