github safishamsi/graphify v0.3.7

latest releases: v0.7.0, v0.6.9, v0.6.8...
26 days ago

What's new

Objective-C support (#34)

  • .m and .mm files now extracted via tree-sitter
  • @interface, @implementation, @protocol → class/protocol nodes
  • Method declarations and definitions → method nodes with method edges
  • #import directives → imports edges
  • Superclass and protocol conformance → inherits edges
  • Message expressions → calls edges (INFERRED)

--obsidian-dir flag (#37)

  • Write Obsidian vault to a custom path: /graphify ./raw --obsidian --obsidian-dir ~/vaults/myproject

Bug fixes

  • Semantic cache: relative paths from subagents now resolved against corpus root — was causing only ~25% of files to cache correctly
  • Validation: file_type: "rationale" no longer triggers 75 warnings per run

Tests

  • 360 tests passing (up from 354)

Don't miss a new graphify release

NewReleases is sending notifications on new releases.