Overview
The catalog curation workflow validates:- Protected asset coverage for all active entries
- Catalog manifest integrity and linkage
- Home featured entry configuration
- Cross-reference consistency between systems
Workflow Steps
Validate protected assets
Run the protected assets validation to ensure all active catalog lookups have complete coverage:This checks:
- Asset file existence and accessibility
- Coverage for all active catalog entries
- Mapping integrity in
data/protected.assets.json
Validate catalog and home featured
Run validation for both catalog and home systems:Catalog validation checks:
- Manifest entry integrity
- Lookup token uniqueness
- Season/performer/instrument metadata
- Entry status consistency
- Featured entry references are valid
- All featured entries exist in catalog
- Featured list order and completeness
Stop Conditions
Do not proceed to publication until all validation errors are resolved.Verification Commands
Use these commands to verify curation state:Catalog Management
Adding entries to catalog manifest
Use the catalog manager from the dashboard or CLI:Setting home featured entries
Next Steps
After successful curation validation:Release Process
Run preflight and publish to test/prod environments
Entry Validation
Validate additional entries before adding to catalog
Troubleshooting
Preflight fails on missing protected coverage
Symptom:preflight failed: missing protected asset coverage (...)
Fix:
- Inspect coverage:
- Add missing mappings in protected assets manager (TUI) or update
data/protected.assets.json - Re-run preflight:
Catalog linkage validation failure
Symptom: Catalog validate reports broken entry references or missing lookups. Fix:- Check catalog manifest for invalid entry IDs
- Verify all referenced entries exist and are not archived
- Ensure lookup tokens are unique and properly formatted
- Re-run validation after corrections