v0.1.0-pre.061
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# file: scripts/audit_khadhroony_workspace_rules.py
|
||||
# version: 9
|
||||
# version: 10
|
||||
|
||||
"""Audit mechanically verifiable rules specific to khadhroony-bot3."""
|
||||
|
||||
@@ -452,7 +452,7 @@ def audit_reserved_executor_scaffolds(root: pathlib.Path) -> list[Violation]:
|
||||
return violations
|
||||
|
||||
|
||||
def audit_token2022_naming(root: pathlib.Path) -> list[Violation]:
|
||||
def audit_token_2022_naming(root: pathlib.Path) -> list[Violation]:
|
||||
"""Reject obsolete internal Token2022 spellings while preserving legacy evidence."""
|
||||
|
||||
violations: list[Violation] = []
|
||||
@@ -603,7 +603,7 @@ def main() -> int:
|
||||
+ audit_reserved_decoder_scaffolds(root)
|
||||
+ audit_reserved_materializer_scaffolds(root)
|
||||
+ audit_reserved_executor_scaffolds(root)
|
||||
+ audit_token2022_naming(root)
|
||||
+ audit_token_2022_naming(root)
|
||||
+ audit_private_kb_lib_paths_in_active_docs(root)
|
||||
+ audit_solana_types(root)
|
||||
+ audit_wincode_resolution(root)
|
||||
|
||||
Reference in New Issue
Block a user