Install the CLI
enable installs the agent skill and project hooks, writes
.gsd-graph/config.json, and runs a full sync of the discovered corpus. It mirrors
settings into .planning/config.json only when that file already exists.
Use gsd-graph enable --skip-sync to install the integration without building the
graph. See MCP setup for host registration and restart steps.
Run without a global install
Use the scoped package name so npx resolves the binary:Use the library
Install a project dependency when application code imports the Node.js API:npx gsd-graph available in that project.
