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

This commit is contained in:
ed
2026-07-03 09:45:45 -04:00
parent cd272e5c8e
commit cf8eab9f79
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# The type alias dict[str, Any] is banned in non-boundary code
### 17.1 Banned: `dict[str, Any]`
```python