mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-04 20:03:40 +00:00
cleanup: remove dead _mentions_no_axioms (round-6 drill)
Its last two callers vanished in the round-6 hardening (parse anchors on the exact phrase via regex; classification is membership-based). Dead code in an audited producer invites misreading. Suite 115. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
d937a94382
commit
8b1a325caa
1 changed files with 0 additions and 5 deletions
|
|
@ -380,11 +380,6 @@ def classify_certificates(
|
|||
return out
|
||||
|
||||
|
||||
def _mentions_no_axioms(text: str) -> bool:
|
||||
lowered = text.lower()
|
||||
return "no axioms" in lowered or "does not depend on any axioms" in lowered
|
||||
|
||||
|
||||
def _version(cmd: list[str | None], env: dict[str, str] | None = None) -> str | None:
|
||||
if not cmd[0]:
|
||||
return None
|
||||
|
|
|
|||
Loading…
Reference in a new issue