Resolve a profile to produce a flattened catalog
From compliance-trestlenpx claudepluginhub ethanolivertroy/compliance-trestle-skills<profile_name> <output_catalog>author/Resolve a profile to produce its resolved profile catalog (flattened catalog with all modifications applied).
Verify we are in a trestle workspace.
Parse $ARGUMENTS for:
profile_name (--name): Profile to resolveoutput_catalog (--output): Name for the resolved catalogRun:
trestle author profile-resolve --name <profile_name> --output <output_catalog>
This creates a JSON catalog that represents the fully resolved view:
The resolved catalog appears in catalogs/<output_catalog>/catalog.json.
Note: This does NOT involve markdown - it's a direct JSON-to-JSON operation.
Useful for: seeing the effective controls after all profile modifications, as input to SSP generation, or for distribution.