rgBuilder v0.4.5
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:
d444b79Add markdown context graph plugin with tree-sitter extraction and GQL integration0e335e0Add Obsidian vault export, content store, and doc semantic index for markdown graph51f7625Optimize community neighbor projection for lower cold-profile overhead385ca17Add code-graph fast path in community neighbor list constructionfe858f0Harden extraction reliability and profiling; add PR review templated8cc106Add streaming and async to exporta194599Fix 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