Environment Setup Use Cases
February 15, 2026 ยท View on GitHub
Install Manual Setup
The developer sets up the development environment manually on their local machine.
Actors
Interfaces
Flow
- Developer ensures local environment meets specifications.
- Developer manually installs required tools.
Install via Binary Script
The developer installs the docgraph CLI binary using automated scripts.
Actors
Interfaces
Flow
- Developer runs the platform-specific install script.
- Script downloads the latest binary from GitHub Releases.
Install Claude Plugin
The developer installs the Docgraph plugin in Claude Desktop.
Actors
Interfaces
Flow
- Developer adds the marketplace to Claude.
- Developer installs the Docgraph plugin.
Install VS Code Extension
The developer installs the docgraph VS Code extension.
Actors
Interfaces
Flow
- Developer downloads the VSIX file.
- Developer installs the extension in VS Code.
Install Zed Extension
The developer installs the docgraph Zed extension.
Actors
Interfaces
Requirements
- FR_INSTALL_EXT_ZED (Zed Editor Extension) Enables Docgraph assistance within the Zed editor
Flow
- Developer builds the extension targetting wasm32-wasip1.
- Developer installs the dev extension in Zed.
Set Up Development Hooks
The developer sets up automated pre-commit hooks to ensure code quality and consistency.
Actors
Interfaces
Requirements
- FR_INSTALL_PREK (Pre-commit Hook Support) Ensures all contributions meet the project's coding standards automatically.
Flow
- Developer installs the
prektool. - Developer runs
prek install -fto activate the hooks.