feat(author): add capability, secret sweep, and author PR report proof helpers and tests (#183)

This commit is contained in:
2026-07-05 15:36:12 -04:00
parent 9ea2707289
commit dfcbca7355
+3
View File
@@ -21,8 +21,11 @@ import unittest
sys.path.insert(0, str(__import__("pathlib").Path(__file__).resolve().parent.parent))
from review_proofs import ( # noqa: E402
assess_author_pr_report,
assess_capability_proof,
assess_controller_handoff,
assess_inventory_completeness,
assess_secret_sweep,
assess_self_review_contamination,
assess_validation_report,
build_final_report,