Set up the agent-friendly git wrapper router (venv, PATH shims, config, verification). Use when installing or troubleshooting the router, git/gh shims, or CLI routing behavior for this project.
SKILL.md
Agent Setup
Workflow
Open the setup guide: documentation/setup.md.
Follow the venv + requirements steps for this project.
Wire bin to PATH in the target shell (WSL preferred).
Verify routing with type -a git / type -a gh and
router.sh --check status.
If you want a router shortcut, add an alias or symlink to router.sh.
Confirm config behavior in config/cli_router.yaml (override with --config if needed).
References
documentation/setup.md: venv setup, PATH wiring, and verification steps.
documentation/quickstart.md: quick command list to confirm routing works.
documentation/testing.md: optional test run after setup changes.
documentation/wrappers.md: router entry points and shim behavior.