From 625ca0e2f38bb0804f7818bdbe00cd5450983d7a Mon Sep 17 00:00:00 2001 From: Safi Date: Fri, 10 Apr 2026 18:43:18 +0100 Subject: [PATCH] Bump to 0.4.1 Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e6baf1..7c6181d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Full release notes with details on each version: [GitHub Releases](https://github.com/safishamsi/graphify/releases) +## 0.4.1 (2026-04-10) + +- Fix: `collect_files()` in `extract.py` now respects `.graphifyignore` — previously ignored patterns, causing thousands of unwanted files (e.g. `node_modules/`) to be scanned (#188) +- Fix: skill.md Step B2 now explicitly requires `subagent_type="general-purpose"` — using `Explore` type silently dropped extraction results since it is read-only and cannot write chunk files (#195) +- Fix: Step B3 now warns when chunk files are missing from disk instead of silently skipping them + ## 0.4.0 (2026-04-10) - Branch: v4 — video and audio corpus support diff --git a/pyproject.toml b/pyproject.toml index d32a96e2..8f7c3e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "graphifyy" -version = "0.4.0" +version = "0.4.1" description = "AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, OpenClaw, Factory Droid, Trae) - turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph" readme = "README.md" license = { file = "LICENSE" }