Skip to content

Commit f709567

Browse files
chore: update CLAUDE.md for docker-only standard-tooling (#448)
Standard-tooling CLI tools are now pre-installed in the dev container images. Remove manual uv sync and PATH setup; keep git hooks config. Closes #177 Ref vergil-project/vergil-tooling#213 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2c253e commit f709567

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1818
### Standard Tooling
1919

2020
```bash
21-
cd ../standard-tooling && uv sync # Install standard-tooling
22-
export PATH="../standard-tooling/.venv/bin:../standard-tooling/scripts/bin:$PATH" # Put tools on PATH
23-
git config core.hooksPath ../standard-tooling/scripts/lib/git-hooks # Enable git hooks
21+
git config core.hooksPath ../standard-tooling/scripts/lib/git-hooks # Enable git hooks
2422
```
2523

24+
Standard-tooling CLI tools (`st-commit`, `st-validate-local`, etc.) are
25+
pre-installed in the dev container images. No local setup required.
26+
2627
### Environment Setup
2728

2829
```bash

0 commit comments

Comments
 (0)