Add merge-friendly Kindex project graph#25
Merged
Conversation
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.
Adds the committed Kindex project graph artifacts for this repository.
Included artifacts:
.kin/config.kin/.gitignorefor local/cache/private Kindex state.kin/code-map.json.kin/index.jsonGenerated from
origin/mainwith Kindex 0.21.3. The branch stages only.kinfiles plus root.gitignorewhen needed to keep those artifacts unignored.Note
Low Risk
Metadata-only additions with no changes to application logic, auth, or data paths; main risk is merge noise or stale graph if not regenerated after large refactors.
Overview
This PR introduces a committed Kindex (
.kin) project graph for thegcpderepo so tooling can use a versioned, merge-friendly view of the codebase without relying on local-only index state.It adds
.kin/config(project name, team audience,wander/gcpdedomains, and permissive work/git policies with Linear and tag gates disabled),.kin/index.json(12 indexed nodes for Python modules and key symbols undergcpde/), and.kin/code-map.json(layered graph with core vs domain nodes,containsedges from symbols to files, and a guided tour)..kin/.gitignorekeeps local/cache/private paths and SQLite artifacts out of git.There are no runtime or application code changes in this diff—only generated/metadata artifacts.
Reviewed by Cursor Bugbot for commit c4b31c4. Bugbot is set up for automated code reviews on this repo. Configure here.