From 810caca3c10d3a6fb73f23f44d401a6061cf71d1 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Sat, 7 Mar 2026 14:14:12 -0500 Subject: [PATCH] chore: update CLAUDE.md for docker-only standard-tooling 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 wphillipmoore/standard-tooling#213 Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ebe94d7..09edf7b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -18,11 +18,12 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ### Standard Tooling ```bash -cd ../standard-tooling && uv sync # Install standard-tooling -export PATH="../standard-tooling/.venv/bin:../standard-tooling/scripts/bin:$PATH" # Put tools on PATH -git config core.hooksPath ../standard-tooling/scripts/lib/git-hooks # Enable git hooks +git config core.hooksPath ../standard-tooling/scripts/lib/git-hooks # Enable git hooks ``` +Standard-tooling CLI tools (`st-commit`, `st-validate-local`, etc.) are +pre-installed in the dev container images. No local setup required. + ### Environment Setup ```bash