View source: R/help_gpcm_scope.R
| gpcm_score_side_contract | R Documentation |
Minimal contract table for the caveated bounded-GPCM scorefile route and
the still-blocked full FACETS-style score-side review route.
gpcm_score_side_contract(
status = c("all", "implemented_with_caveat", "required_for_full_facets_review",
"validated_dependency")
)
status |
Which rows to return: |
This helper does not enable full FACETS-style score-side review. It records
the requirements that separate the current caveated
facets_output_file_bundle(include = "score") route from a future
facets_output_contract_review() route for bounded GPCM.
Use it as a release-maintenance checklist. Rows marked
implemented_with_caveat support the current package-native bounded-GPCM
scorefile route. Rows marked required_for_full_facets_review are still
blockers for full FACETS-style output-contract review. Rows marked
validated_dependency are already available in the package but are not
sufficient by themselves to justify full FACETS score-side equivalence.
A data.frame with columns:
ContractArea
Requirement
CurrentStatus
ReleaseBoundary
ValidationTarget
ExitCriterion
gpcm_capability_matrix(), gpcm_runtime_guard_coverage(),
facets_output_contract_review(), facets_output_file_bundle()
gpcm_score_side_contract()
gpcm_score_side_contract("implemented_with_caveat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.