
Local Agent Tool Setup Capability
Gets a local agent tool — for example, Cursor — installed and configured on your own computer, pointed at your local copy of the repository. The workflow runs on your machine, where your files live, not locked inside a cloud-only tool.
What it is for
Use it the first time you set up a coding agent against your local Git clone, or when you need vendor-specific notes for a particular tool. It is the step that connects the method to a real application you can open and use.
Frictions it removes
- Setup guesswork. Clear steps replace trial-and-error configuration.
- Cloud-only limits. Working locally means faster, fuller access to your own files.
- Tool-by-tool confusion. Vendor notes live under
Vendors/so each app’s quirks are documented in one place.
How it works
The agent walks you through installing and configuring the tool, then points it at your local repository so passes run against the real files. Vendor-specific guidance is kept in Capabilities/LocalAgentToolSetup/Vendors/.