|
| str | audit_capability_coverage.slug (str value) |
| | Convert a selector value into the anchor slug its entry must use.
|
| |
| str | audit_capability_coverage.strip_non_prose (str text) |
| | Remove fenced code blocks and HTML comments so anchors inside examples do not count.
|
| |
| list[str] | audit_capability_coverage.check_generated_current () |
| | Verify the committed inventory matches what the sources currently produce.
|
| |
| dict[str, dict] | audit_capability_coverage.parity_by_kind (dict family) |
| | Index a family's parity records by source kind.
|
| |
| list[str] | audit_capability_coverage.check_parity (dict family) |
| | Verify the public selector set agrees with every declared parity source.
|
| |
| list | audit_capability_coverage.check_metadata (dict family, dict registry_entry) |
| | Verify declared value metadata is complete, well-typed, and matches the sources.
|
| |
| tuple | audit_capability_coverage.check_coverage (dict family, dict registry_entry, list all_entries=None) |
| | Verify every public value has a Tier-2 entry carrying its required fields.
|
| |
| str | audit_capability_coverage.entry_body (str prose, str anchor) |
| | Return the text of one capability entry, from its anchor to the next entry.
|
| |
| bool | audit_capability_coverage.source_exists (str identifier) |
| | Check that one evidence source identifier names something that exists.
|
| |
| list | audit_capability_coverage.measurement_records () |
| | Every recorded measurement available as an evidence source.
|
| |
| list | audit_capability_coverage.check_measurement_records () |
| | Verify every recorded measurement carries what a reader needs to judge it.
|
| |
| str | audit_capability_coverage.source_token (str identifier) |
| | The human-readable token a capability entry must cite for a declared source.
|
| |
| list[str] | audit_capability_coverage.check_evidence (dict family, dict registry_entry, dict facets) |
| | Verify declared evidence sources exist and are cited by the capability entry.
|
| |
| list[str] | audit_capability_coverage.check_scope_records () |
| | Verify every known-defective scope record is disclosed where it claims to be.
|
| |
| list | audit_capability_coverage.check_lifecycle_requirements (dict family, dict registry_entry) |
| | Enforce the documentation each lifecycle status owes.
|
| |
| int | audit_capability_coverage.main () |
| | Fail on capability parity breaks, metadata drift, or missing entries.
|
| |