gpcm_score_side_contract: Bounded GPCM Score-Side Export Contract

View source: R/help_gpcm_scope.R

gpcm_score_side_contractR Documentation

Bounded GPCM Score-Side Export Contract

Description

Minimal contract table for the caveated bounded-GPCM scorefile route and the still-blocked full FACETS-style score-side review route.

Usage

gpcm_score_side_contract(
  status = c("all", "implemented_with_caveat", "required_for_full_facets_review",
    "validated_dependency")
)

Arguments

status

Which rows to return: "all" (default), "implemented_with_caveat", "required_for_full_facets_review", or "validated_dependency".

Details

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.

Value

A data.frame with columns:

  • ContractArea

  • Requirement

  • CurrentStatus

  • ReleaseBoundary

  • ValidationTarget

  • ExitCriterion

See Also

gpcm_capability_matrix(), gpcm_runtime_guard_coverage(), facets_output_contract_review(), facets_output_file_bundle()

Examples

gpcm_score_side_contract()
gpcm_score_side_contract("implemented_with_caveat")

mfrmr documentation built on June 13, 2026, 1:07 a.m.