diff --git a/README.md b/README.md index 81a16d8e..d72d436b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

The Memory Layer - CI + CI PyPI Downloads Sponsor @@ -194,7 +194,7 @@ To remove graphify from all platforms at once: `graphify uninstall` (add `--purg | Type | Extensions | |------|-----------| -| Code (29 languages) | `.py .ts .js .jsx .tsx .mjs .go .rs .java .c .cpp .h .hpp .rb .cs .kt .scala .php .swift .lua .luau .zig .ps1 .ex .exs .m .mm .jl .vue .svelte .astro .groovy .gradle .dart .v .sv .sql .f .f90 .f95 .f03 .f08 .pas .pp .dpr .dpk .lpr .inc .dfm .lfm .lpk` | +| Code (31 languages) | `.py .ts .js .jsx .tsx .mjs .go .rs .java .c .cpp .h .hpp .rb .cs .kt .scala .php .swift .lua .luau .zig .ps1 .ex .exs .m .mm .jl .vue .svelte .astro .groovy .gradle .dart .v .sv .sql .f .f90 .f95 .f03 .f08 .pas .pp .dpr .dpk .lpr .inc .dfm .lfm .lpk .sh .bash .json` | | Docs | `.md .mdx .qmd .html .txt .rst .yaml .yml` | | Office | `.docx .xlsx` (requires `pip install graphifyy[office]`) | | Google Workspace | `.gdoc .gsheet .gslides` (opt-in; requires `gws` auth and `--google-workspace`; Sheets need `pip install graphifyy[google]`) | @@ -513,7 +513,7 @@ Clone the repo and install in editable mode: ```bash git clone https://github.com/safishamsi/graphify.git cd graphify -git checkout v7 # active development branch +git checkout v8 # active development branch # Create a virtual environment (Python 3.10+ required): python3 -m venv .venv @@ -542,7 +542,7 @@ pytest tests/ -q -k "python" # filter by name ### Git workflow -- Active development happens on the `v7` branch. +- Active development happens on the `v8` branch. - Commit style: `fix: ` / `feat: ` / `docs: ` - Before opening a PR, run `pytest tests/ -q` and confirm it passes. - Add a fixture file to `tests/fixtures/` and tests to `tests/test_languages.py` for any new language extractor.