Private
Public Access
feat(directives): add rule-statement header to 17-24 of 66 v1.md files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Conventions are enforced via 4 mechanisms: styleguide, checklist, audit script, CI gate
|
||||
|
||||
## Convention Enforcement: the 4 mechanisms (defense-in-depth)
|
||||
|
||||
1. **`conductor/code_styleguides/data_oriented_design.md` §8.5 (The Python Type Promotion Mandate)** — the canonical mandate. Banned patterns: `dict[str, Any]`, `Any`, `Optional[T]`, `hasattr()` for entity dispatch, `getattr()` for type-dispatch, `.get()` on known fields.
|
||||
|
||||
Reference in New Issue
Block a user