feat(directives): add rule-statement header to 9-16 of 66 v1.md files

This commit is contained in:
ed
2026-07-03 09:45:46 -04:00
parent cf8eab9f79
commit 85ae99c6a5
8 changed files with 16 additions and 0 deletions
@@ -1,3 +1,5 @@
# getattr(x, 'field', default) used for type-dispatch polymorphism is banned
### 17.5 Banned: `getattr(x, 'field', default)` for type dispatch
```python