Skip to content

feat: initialize CodeGraph index#94

Open
herjarsa wants to merge 1 commit into
cortexkit:masterfrom
herjarsa:feat/codegraph-init
Open

feat: initialize CodeGraph index#94
herjarsa wants to merge 1 commit into
cortexkit:masterfrom
herjarsa:feat/codegraph-init

Conversation

@herjarsa
Copy link
Copy Markdown

@herjarsa herjarsa commented May 24, 2026

Initializes the CodeGraph index configuration for the magic-context project.

Changes:

  • .codegraph/.gitignore — excludes local DB files, cache, and logs
  • .codegraph/config.json — standard include/exclude patterns for code navigation

CodeGraph provides AST-parsed symbol graph with 646 files, 8793 nodes, and 22490 edges for structural code queries.


Summary by cubic

Initialize CodeGraph indexing to enable fast, structural code navigation and queries across the repo. Adds a config with broad include/exclude patterns and ignores local DB, cache, and log files.

  • New Features
    • Added /.codegraph/config.json with include/exclude rules, 1 MB max file size, docstring extraction, and call-site tracking.
    • Added /.codegraph/.gitignore to ignore local database files, cache, logs, and hook markers.

Written for commit 603d585. Summary will update on new commits. Review in cubic

Add .codegraph/config.json with standard include/exclude patterns
and .gitignore to exclude local DB and cache files.

CodeGraph provides AST-parsed symbol graph for structural code queries.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant