From a819abc14ba085709af7ea3bb3c2d1f78687233e Mon Sep 17 00:00:00 2001 From: panditdhamdhere Date: Thu, 12 Mar 2026 22:22:55 +0530 Subject: [PATCH] docs: remove stale exceptions.py reference from CLAUDE.md exceptions.py does not exist in src/opengradient/client/; the SDK uses standard RuntimeError/ValueError. Removing the outdated architecture overview entry. Made-with: Cursor --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index bd4d27b..88ff35b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -70,7 +70,6 @@ make chat-tool - `twins.py` — Digital twins chat integration (twin.fun) - `alpha.py` — Alpha Testnet on-chain inference and workflows - `opg_token.py` — OPG token Permit2 approval - - `exceptions.py` — Custom exception classes 2. **CLI (`src/opengradient/cli.py`)**: Command-line interface using Click - Commands: `config`, `infer`, `completion`, `chat`