v0.1.0-pre.062
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# file: scripts/audit_khadhroony_workspace_rules.py
|
||||
# version: 10
|
||||
# version: 11
|
||||
|
||||
"""Audit mechanically verifiable rules specific to khadhroony-bot3."""
|
||||
|
||||
@@ -440,13 +440,13 @@ def audit_reserved_executor_scaffolds(root: pathlib.Path) -> list[Violation]:
|
||||
"reserved executor must build only an explicit zero-instruction plan",
|
||||
)
|
||||
)
|
||||
if reserved_count != 98:
|
||||
if reserved_count != 105:
|
||||
violations.append(
|
||||
Violation(
|
||||
"KH_EX007",
|
||||
"kb-lib/src/executor",
|
||||
1,
|
||||
f"expected 98 reserved executor boundaries, found {reserved_count}",
|
||||
f"expected 105 reserved executor boundaries, found {reserved_count}",
|
||||
)
|
||||
)
|
||||
return violations
|
||||
@@ -458,9 +458,7 @@ def audit_token_2022_naming(root: pathlib.Path) -> list[Violation]:
|
||||
violations: list[Violation] = []
|
||||
obsolete = (
|
||||
"kb-lib.decoder.spl.token_2022",
|
||||
"docs/SPL_TOKEN_2022_",
|
||||
"`core_spl_token_2022",
|
||||
"`spl_token_2022`",
|
||||
)
|
||||
candidates = [
|
||||
root / "README.md",
|
||||
|
||||
Reference in New Issue
Block a user