You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: rename repo references to ardelperal/codegraph-vba
After renaming the GitHub repository from ardelperal/codegraph to
ardelperal/codegraph-vba, every hardcoded reference to the old name
broke either downloads (install.sh, install.ps1, src/upgrade/index.ts,
scripts/npm-shim.js) or documentation links (README.md, FORK_NOTES.md).
Bumps to 1.6.1 so the npm shim picks up the new REPO and the
'codegraph-vba upgrade' command can resolve the latest release.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Follow [@getcodegraph](https://x.com/getcodegraph) on X for updates.
47
47
48
48
## This is a fork — VBA / Access + Dysflow
49
49
50
-
This repository is a fork of [`colbymchenry/codegraph`](https://github.com/colbymchenry/codegraph), maintained at [`ardelperal/codegraph`](https://github.com/ardelperal/codegraph). It is **identical to the upstream for every language except VBA / Access** — the fork adds nothing new to TypeScript, Python, Go, Rust, Java, etc., and is kept rebased against `colbymchenry/codegraph:main` so it stays current with upstream fixes and benchmarks.
50
+
This repository is a fork of [`colbymchenry/codegraph`](https://github.com/colbymchenry/codegraph), maintained at [`ardelperal/codegraph-vba`](https://github.com/ardelperal/codegraph-vba). It is **identical to the upstream for every language except VBA / Access** — the fork adds nothing new to TypeScript, Python, Go, Rust, Java, etc., and is kept rebased against `colbymchenry/codegraph:main` so it stays current with upstream fixes and benchmarks.
51
51
52
52
**Why fork?** To add VBA / Access language support that does not exist upstream, so agents can navigate Microsoft Access projects managed by Dysflow the same way they navigate TypeScript or Python today. See the [VBA / Access + Dysflow integration](#vba--access--dysflow-integration) section below for the feature spec, the pattern table, and the hard invariants.
53
53
@@ -63,7 +63,7 @@ pnpm add -g codegraph-vba
63
63
64
64
```bash
65
65
# Option B — clone, build, and use the local binary (full control, useful for contributing):
@@ -837,7 +837,7 @@ Framework routing is validated the same way, on a canonical app per framework: E
837
837
838
838
**MCP hits `database is locked`** — current builds shouldn't: CodeGraph bundles its own Node runtime and uses Node's built-in `node:sqlite` in WAL mode, where concurrent reads never block on a writer. If you still see it:
839
839
840
-
-**You're on an old (pre-0.9) install.** Reinstall to get the bundled runtime — `curl -fsSL https://raw.githubusercontent.com/ardelperal/codegraph/main/install.sh | sh` (macOS/Linux), `irm https://raw.githubusercontent.com/ardelperal/codegraph/main/install.ps1 | iex` (Windows), or `npm i -g codegraph-vba@latest`.
840
+
-**You're on an old (pre-0.9) install.** Reinstall to get the bundled runtime — `curl -fsSL https://raw.githubusercontent.com/ardelperal/codegraph-vba/main/install.sh | sh` (macOS/Linux), `irm https://raw.githubusercontent.com/ardelperal/codegraph-vba/main/install.ps1 | iex` (Windows), or `npm i -g codegraph-vba@latest`.
841
841
-**`codegraph-vba status` shows `Journal:` other than `wal`** — WAL couldn't be enabled on this filesystem (common on network shares and WSL2 `/mnt`), so reads can block on writes. Move the project (with its `.codegraph-vba/` folder) onto a local disk.
842
842
843
843
**MCP server not connecting** — Your agent starts the server itself, so you don't launch it by hand. Make sure the project is initialized and indexed (`codegraph-vba status`) and that the path in your MCP config is correct. If it still won't connect, re-run `codegraph-vba install` to rewrite the config.
@@ -850,11 +850,11 @@ Framework routing is validated the same way, on a canonical app per framework: E
0 commit comments