Conversation
Make Graphify's knowledge graph part of the repo so collaborators (and their AI assistants) get it with zero setup: - Commit the generated graph under graphify-out/ (graph.json, interactive graph.html, GRAPH_REPORT.md, manifest.json). 1439 nodes / 2274 edges, built locally from the code (AST, no API cost). - Add a `## graphify` section to CLAUDE.md so AI assistants query the graph before grepping and refresh it after code changes. - Document the one-time, per-machine CLI setup (`uv tool install graphifyy`) and `graphify update .` refresh in CONTRIBUTING.md — the tool is global, not an npm dependency, so reading the graph needs nothing but regenerating needs the CLI. - .gitignore the per-machine internals (graphify-out/cache/, dotfiles) and .claude/settings.json (graphify writes machine-specific absolute paths and per-tool hooks there — kept local, not shared). - .gitattributes marks the graph outputs as generated / no-diff so PRs stay readable; .prettierignore and eslint ignore graphify-out/ so the committed outputs don't trip the lint hooks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make Graphify's knowledge graph part of the repo so collaborators (and their AI assistants) get it with zero setup:
## graphifysection to CLAUDE.md so AI assistants query the graph before grepping and refresh it after code changes.uv tool install graphifyy) andgraphify update .refresh in CONTRIBUTING.md — the tool is global, not an npm dependency, so reading the graph needs nothing but regenerating needs the CLI.Description
Goal
Key Changes
Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Test Steps
Test Configuration
UI Changes
Before
After
Checklist
npm run lintand fixed any issuesnpm testand all tests passnpm run test:electronand all tests passnpm run sonar:checkand the analysis passesBreaking Changes
Related Issues
Closes #
Related to #
Additional Context
Reviewer Notes