Skip to content

Commit 070c94a

Browse files
committed
docs: update CLAUDE.md with biome migrate command and gotchas
1 parent 70cf8cc commit 070c94a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CLAUDE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ yarn test # Run all tests in tests/
5050

5151
# Shell linting
5252
shellcheck <script> # Lint shell scripts
53+
54+
# Tooling maintenance
55+
yarn biome migrate --write # Update biome schema version
5356
```
5457

5558
## Pre-commit Hooks
@@ -140,7 +143,9 @@ SC2174 (mkdir -p -m), SC2016 (single-quote expressions).
140143
- **Vendor file**: `local/bin/fzf-tmux` is vendored from
141144
junegunn/fzf — do not modify.
142145
- **Fish config**: `config/fish/` has its own config chain
143-
(`config.fish`, `exports.fish`, `alias.fish`) plus 80+ functions.
146+
(`config.fish`, `exports.fish`, `alias.fish`) plus 60+ functions.
147+
- **gh CLI config**: `config/gh/hosts.yml` is managed by `gh` CLI
148+
and excluded from prettier (see `.prettierignore`).
144149
- **Python**: Two scripts (`x-compare-versions.py`,
145150
`x-git-largest-files.py`) linted by Ruff (config in `pyproject.toml`).
146151

0 commit comments

Comments
 (0)