Safi
2415576ab0
bump version to 0.7.6
v0.7.6
2026-05-05 16:02:09 +01:00
Safi
005a36608a
fix 7 bugs: cluster-only --graph, _is_sensitive boundaries, max_tokens 16384, prune message clarity, svelte stub source_file, svelte static imports, manifest on full rebuild + pi skill YAML fix
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-05 16:00:08 +01:00
Safi
ee85bbfbfd
fix antigravity install paths .agents → .agent
2026-05-04 19:00:35 +01:00
Safi
5b33e6d2e6
remove dedup architecture diagram
2026-05-04 18:51:59 +01:00
Safi
579e1cc744
wire --dedup-llm through build pipeline and fix fresh-extract dedup bypass
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-04 18:51:14 +01:00
Safi
913feca6a6
CI: add v5-v7 branches, workflow_dispatch trigger, sql extra
2026-05-04 18:27:33 +01:00
Safi
4f08e23807
Update README: add graphify extract to command reference, fix CI badge branch
2026-05-04 18:26:17 +01:00
Safi
b3c99ec0ed
Fix hook rebuild losing community labels; fix gemini platform install ( #705 , #706 )
v0.7.5
2026-05-04 18:20:16 +01:00
Safi
682d124618
bump version to 0.7.5
2026-05-04 18:07:48 +01:00
Safi
239000d2c9
Add incremental updates to graphify extract: semantic cache + build_merge + manifest
2026-05-04 18:07:02 +01:00
Safi
ec413d5233
Wire deduplicate_entities into build() and build_merge()
2026-05-04 18:02:38 +01:00
Safi
34380434c4
Add graphify/dedup.py: entropy gate + MinHash/LSH + Jaro-Winkler entity deduplication
2026-05-04 18:01:11 +01:00
Safi
b26467a8eb
Add datasketch and rapidfuzz as base dependencies
2026-05-04 17:51:46 +01:00
Safi
b5e7cf3f55
Add implementation plan: incremental updates + entity deduplication
2026-05-04 16:30:36 +01:00
Safi
5ee4b01406
Add design spec: incremental updates + entity deduplication
2026-05-04 16:25:58 +01:00
Safi
6c3ccdc77b
Fix #703 : unify community counts in GRAPH_REPORT.md header and body
2026-05-04 13:59:27 +01:00
Safi
26a5a35200
bump version to 0.7.4
2026-05-04 12:40:43 +01:00
Safi
741ac3655b
Fix #700 #701 : JSONC tsconfig parsing + Svelte dynamic import edge IDs
...
#700 : _read_tsconfig_aliases() now handles // comments, /* */ block comments,
and trailing commas via a regex-based _strip_jsonc() helper. Tries plain
json.loads first, falls back to stripped parse, warns to stderr on failure
instead of silently returning {}.
#701 Bug A: removed startswith('.') filter from Svelte regex fallback so
aliased imports ($lib/, $partials/, @/) are no longer skipped.
#701 Bug B: fixed synthetic node IDs — source uses _make_id(str(path)),
target uses _make_id(str(normpath(parent/raw))) matching _extract_generic
and _import_js conventions so build_from_json no longer drops every edge.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-04 12:39:07 +01:00
Safi
c1a7e250b6
bump version to 0.7.3
2026-05-04 11:46:39 +01:00
Safi
c121fc4e42
README: clarify semantic extraction uses IDE model via skill, or Anthropic/Kimi for headless extract
2026-05-04 11:42:58 +01:00
Safi
6e84b42320
Clarify README: semantic extraction supports Anthropic and Kimi only (not OpenAI)
2026-05-04 11:41:40 +01:00
Safi
d40e27463d
Add graphify extract subcommand for headless semantic extraction ( #698 )
...
Enables docs-only corpora to run full LLM extraction in CI without Claude Code.
Handles code-only, docs-only, and mixed corpora; --no-cluster for raw dumps.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-04 11:31:54 +01:00
Safi
b6ffdbb8dd
v0.7.2: Fortran support + export CLI subcommands + skill.md size reduction
...
- Add Fortran support (26th language): .f/.F/.f90/.F90/.f95/.F95/.f03/.F03/.f08/.F08
via tree-sitter-fortran; capital-F files preprocessed with cpp -w -P
- Add graphify export {html,obsidian,wiki,svg,graphml,neo4j} CLI subcommands
- Add graphify query/path/explain CLI subcommands
- Reduce skill.md from 63KB to 47KB by replacing Python heredocs with CLI calls
- Extend to_html() with node_limit param for auto-aggregation on large graphs
- Add integration tests for all export/query/path/explain subcommands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-04 11:17:06 +01:00
Safi
f81e3bc215
bump version to 0.6.9
v0.7.2
v0.7.3
v0.7.4
v0.7.1
v0.7.0
v0.6.9
2026-05-03 17:41:56 +01:00
Safi
8e81720bc8
Fix #686 #652 : GRAPHIFY_OUT env var for worktrees, Antigravity install auto-updates rules/workflow
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-03 17:36:17 +01:00
Safi
6df69dce6c
Fix #683 : normalize source_file path separators + two-phase cohesion re-clustering
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-03 17:26:13 +01:00
Safi
f61bb27d9c
Fix #688 : stricter VS Code Copilot instructions to enforce GRAPH_REPORT.md first
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-03 17:23:31 +01:00
Safi
de268a067c
fix Penpax waitlist link to graphifylabs.ai
2026-05-03 14:09:16 +01:00
Safi
b11a8a7813
simplify README, move technical details to docs/how-it-works.md
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-03 13:31:28 +01:00
Safi
d753413409
bump version to 0.6.8
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
v0.6.8
2026-05-03 13:25:44 +01:00
Safi
f065933391
Fix #676 #678 #681 : graphifyignore negation, Antigravity slash command, Gemini hook Windows
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-03 13:22:17 +01:00
Safi
893acb19df
Fix #664 : filter thin communities from GRAPH_REPORT.md by default
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 18:09:32 +01:00
Safi
96267ad0a8
fix #651 : resolve absolute graphify path at codex install time for VS Code extension on Windows
...
shutil.which() first; falls back to sys.executable sibling Scripts/graphify.exe
so the hook works even when venv/Scripts is not on Codex's PATH.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 17:38:24 +01:00
Safi
cf7ce3a450
fix #651 : hook-check exits silently instead of emitting unsupported additionalContext
...
Codex Desktop rejects hookSpecificOutput.additionalContext on PreToolUse.
hook-check is now a no-op — graph guidance reaches the agent via AGENTS.md/skill.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 17:29:40 +01:00
Safi
ba41258635
merge PR #663 : parallel AST extraction with ProcessPoolExecutor (1.66x speedup on 84 files)
...
Co-Authored-By: hanzala-sohrab <hanzala-sohrab@users.noreply.github.com >
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 17:24:57 +01:00
Safi
e48428296c
bump version to 0.6.7
v0.6.7
2026-05-02 17:13:08 +01:00
Safi
d819827ea2
fix #655 #656 #657 #658 : cache dir crash, sanitize_label None, rationale file_type, token counting
...
#655 and #656 already fixed in cache.py and security.py.
#657 : add rationale to file_type schema in all 12 skill variants; warn against inventing concept.
#658 : add explicit chunk-merge step with token summation before save_semantic_cache.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 17:10:20 +01:00
Safi
bd92ab67d6
docs: remove VB.NET from README language count and file type table
2026-05-02 17:06:00 +01:00
Hanzala Sohrab
0a99a46bfc
chore: update project dependencies and metadata in pyproject.toml
2026-05-02 21:34:20 +05:30
Safi
1e848458f9
remove VB.NET support: tree-sitter-vbnet only has Windows wheels, no Linux/macOS
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 17:02:24 +01:00
Safi
2ca3a5994b
merge PR #579 : dynamic import() extraction for JS/TS
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 16:52:19 +01:00
Safi
bfe18f0c83
fix: add context=import to JS/TS named-import edges (caught by PR #573 test)
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 16:50:33 +01:00
Safi
28047b502f
merge PR #573 : cross-language edge context filters in MCP query tool
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 16:49:22 +01:00
Safi
9881d7ca30
merge PR #557 : graphify tree — D3 v7 collapsible-tree HTML view of graph.json
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 16:48:09 +01:00
Safi
24808ef8e6
merge PR #625 : token-aware chunking with split-and-retry on truncation
...
Co-Authored-By: Jason Matthew <jasonm4130@gmail.com >
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-02 16:46:37 +01:00
Safi
66e61c76b1
docs: add Docker MCP Toolkit + SQLite MCP runbook ( #620 )
2026-05-02 16:42:08 +01:00
Safi
7237cd3290
feat: add VB.NET (.vb) language support via tree-sitter ( #648 )
2026-05-02 16:41:55 +01:00
Hanzala Sohrab
d04e487877
Merge branch 'safishamsi:v6' into feat/parallel-ast-extraction
2026-05-02 21:11:02 +05:30
Safi
996e82b3d9
test: add regression test for ambiguous cross-file call resolution ( #632 )
2026-05-02 16:39:53 +01:00
Safi
9ab4f39020
Merge pull request #662 from RubenAAA/fix/ts-named-import-symbol-edges
...
fix(extract): emit symbol-level edges for TS/JS named imports
2026-05-02 16:37:17 +01:00