diff --git a/.claude/governance.md b/.claude/governance.md index 9183cb68..01ad09a6 100644 --- a/.claude/governance.md +++ b/.claude/governance.md @@ -63,4 +63,3 @@ Do not: - Do not catch bare `Exception` — catch specific exceptions - Do not use mutable default arguments (e.g., `def f(x=[])`) - Do not use `import *` — use explicit imports -