mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 18:37:12 +00:00
a78d25d4fc
- Add Objective-C extractor (.m/.mm) with @interface, @implementation, @protocol, imports, calls - Add C# inheritance extraction via base_list nodes (inherits edges) - Add --obsidian-dir flag to skill.md and skill-windows.md - Add graphify query CLI command with --dfs, --budget, --graph flags - Add follow_symlinks parameter to detect() and collect_files() with cycle detection - Fix semantic cache relative path resolution (was saving only 4/17 files) - Fix validate.py missing rationale file_type causing 75 warnings per run - Add tree-sitter-objc dependency - Update README with .m/.mm extensions, --obsidian-dir usage, Codex $ skill trigger - 367 tests passing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>