Skip to content

rgBuilder v0.4.5

Choose a tag to compare

@sshaaf sshaaf released this 19 Aug 19:35
· 63 commits to main since this release
7ba5780

rgBuilder v0.4.5

This release focuses on markdown context graph support, Obsidian export, and performance/reliability hardening across discover and profiling workflows.

Highlights

  • Added markdown context graph plugin with tree-sitter extraction and GQL integration.
  • Added markdown section content payload support and doc-graph dashboard improvements.
  • Added Obsidian vault export plus content-store integration for markdown graph workflows.
  • Improved Obsidian export with streaming/async processing for better scalability.
  • Optimized community neighbor projection and introduced code-graph fast paths to reduce cold-profile overhead.
  • Improved markdown file lookup performance and unified k8s cold profile gate behavior.
  • Hardened extraction reliability and profiling attribution (including fail-loud extraction accounting and improved timing buckets).
  • Expanded markdown integration test coverage and fixed CLI/path resolution edge cases.

Merged PRs

  • #57: markdown context graph and related performance/export improvements.

Commit Range

  • Compare: v0.4.4...v0.4.5
  • Key commits in this range include:
    • d444b79 Add markdown context graph plugin with tree-sitter extraction and GQL integration
    • 0e335e0 Add Obsidian vault export, content store, and doc semantic index for markdown graph
    • 51f7625 Optimize community neighbor projection for lower cold-profile overhead
    • 385ca17 Add code-graph fast path in community neighbor list construction
    • fe858f0 Harden extraction reliability and profiling; add PR review template
    • d8cc106 Add streaming and async to export
    • a194599 Fix follow-up issues and format updates

Thanks

Special thanks to @savitharaghunathan for adding markdown support and the Obsidian exporter.

What's Changed

  • Add markdown context graph plugin with tree-sitter extraction and GQL integration by @savitharaghunathan in #57

Full Changelog: v0.4.4...v0.4.5