feat: add native and automatic semantic updates - #2941
Open
nyldn wants to merge 3 commits into
Open
Conversation
nyldn
marked this pull request as ready for review
August 21, 2026 21:01
This was referenced Aug 22, 2026
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.
Summary
graphify update <path> --semanticas one native incremental conductor for code, documents, communities, and reportssemantic_update=on_commitautomation through the existing detached Git hookgraphify updateand unconfigured hooks as AST-only, no-LLM pathsWhy
Mixed corpora repeatedly become partially stale because the native commands stop at different layers and the final semantic refresh depends on someone remembering a manual step. This PR makes the full refresh a reusable native operation, then lets each project explicitly opt into running it after commits.
The opt-in remains cost-visible and project-scoped: a backend is mandatory,
.graphifyignoreand persisted build settings are honored, code-only commits stay free, and no repository-provided command is executed.Closes #1710.
Project configuration
Verification
uv run ruff check graphify/hooks.py tests/test_hooks.py tools/skillgen/gen.pyuv run pyright graphify/hooks.pyuv run graphify update .refreshed the project graph successfully