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
@@ -1,3 +1,5 @@
# Only ast.parse() is not enough — verify semantic correctness by importing and instantiating
### Rule 7. ast.parse() Is Not Enough
`py_check_syntax` only confirms `ast.parse()` succeeds. Semantic errors (wrong decorator targets, wrong base class, wrong attribute, missing `self`) are NOT caught. After any multi-line edit, ALWAYS: