CLAUDE.md@tests/fixtures/config/opt-in-rules · git:20260807.7d619c5 · 2026-08-07 · sha256 33162d556da5ea0b
CLAUDE.md@tests/fixtures/config/opt-in-rules git:20260807.7d619c5A
Immutable. This exact content is served forever at /api/v1/blob/33162d556da5ea0b.
# Project Standards flangeworks-cli ships the flange provisioning command line tool. Use these notes for every change in this repository. ## Pull requests After opening a PR, keep monitoring for reviewer feedback and address comments as they arrive. ## CI Retry when the smoke-test job fails with a container-registry pull error; it recovers on its own. Give up after 3 attempts and page the infra channel instead. ## Using the search tool When you need to find a symbol, use the search tool. For example: ``` search(query="ProvisionFlange", type="symbol") ``` Another example, searching for a file: ``` search(query="flange.go", type="file") ``` A third example, searching text: ``` search(query="torque limit", type="text") ```