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 @@
# Local imports inside function bodies are banned (use module-level imports)
- Local imports inside functions (top-of-module imports only)
**The one exception:** the literal wire boundary (TOML/JSON parse functions) may use `dict[str, Any]` + `Metadata.from_dict(...)`.