docs(compliance): add capability-flag → scenario cross-reference index#4042
Draft
docs(compliance): add capability-flag → scenario cross-reference index#4042
Conversation
Adds a "Capability-gated scenarios" section to compliance-catalog.mdx mapping each get_adcp_capabilities flag to the scenarios it controls, so adopters can see at a glance how a flag toggle changes their grading surface without grepping scenario YAMLs. Also fixes two related issues in the same file and schema: - Updates sales-proposal-mode specialism status to deprecated (matching the x-deprecated-enum-values declaration in specialism.json) - Fixes the supports_proposals schema description, which incorrectly stated "absent" means skip; the compliance runtime treats absent as true (per sales-guaranteed/index.yaml), so the description now reads "When absent, the compliance runner treats the flag as true" Closes #4039. https://claude.ai/code/session_014X1pXA976RomzNxWUC4ei9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #4039
Summary
Adds a "Capability-gated scenarios" section to
compliance-catalog.mdxthat maps eachget_adcp_capabilitiesflag to the compliance scenarios it controls. Adopters can now see at a glance how toggling a flag changes their grading surface, without grepping scenario YAMLs.Also fixes two related correctness issues surfaced during pre-PR review:
sales-proposal-modedeprecation — updates the specialism table row fromstabletodeprecatedand adds a migration Note, matching thex-deprecated-enum-valuesdeclaration already inspecialism.json. Related: docs: specialism decision tree — which sales-* specialism should I claim? #4038 also calls for this.get-adcp-capabilities-response.jsonincorrectly stated "When false or absent, conformance runners skip proposal-lifecycle storyboards." The compliance runtime (sales-guaranteed/index.yaml) treats absent astrue(scenario runs). Description updated to match.Non-breaking justification: docs-only section addition and a schema
descriptionfield fix. No wire shape changes, no required fields added, no enum values altered. The schema"default": falseis preserved; only the prose description is corrected.Pre-PR review
get-adcp-capabilities-response.json. One nit on table cell wording; addressed.true— runs (graded)";sales-proposal-modepurpose cell trimmed to match column length discipline.Session: https://claude.ai/code/session_014X1pXA976RomzNxWUC4ei9
Generated by Claude Code