Conformance
certifiedagentsStatic and runtime violation checker for capability implementations
pip install chp-adapter-conformanceAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
check_adapterv1.0.0Runtime introspection of a loaded adapter — checks schema, version, and metadata completeness.
chp.adapters.conformance.check_adaptercheck_allv1.0.0Check all loaded adapters for violations and return a ranked summary.
chp.adapters.conformance.check_allcheck_sourcev1.0.0Run static AST analysis on an adapter source file and report violations.
chp.adapters.conformance.check_sourcecheck_stagedv1.0.0Check staged Python files against the active dev session baseline. Returns new violations only — existing baseline violations are not re-flagged.
chp.adapters.conformance.check_stagedclose_dev_sessionv1.0.0Close the active dev session: run final conformance scan, compare vs baseline, delete session state.
chp.adapters.conformance.close_dev_sessionopen_dev_sessionv1.0.0Open a tracked dev session: validate Radicle issue, snapshot baseline conformance, create plan, write active-session state.
chp.adapters.conformance.open_dev_sessionpolicy_checkv1.0.0Check a commit message for the Radicle issue reference policy (rad:XXXXXXX).
chp.adapters.conformance.policy_checkreport_violationsv1.0.0Auto-open Radicle issues for adapters with conformance violations. Deduplicates against existing open issues.
chp.adapters.conformance.report_violations