Use Case
@mogres ran into friction while packing recipes that expected to be valid. Pydantic validation rejected the recipe during pack/validate, which blocking the workflow.
It would be helpful if @mogres could drop a short note here with:
- which recipe you were packing
- the validation error message you saw
- what shape/format/value was expected to be accepted
- (optional)any feedback, requests, suggestions for improvement
That context will help us decide whether this is a schema that's too strict, a normalization gap in recipe_loader, or something else in the workflow.
Proposed Solution
TBD based on user feedback
Use Case
@mogres ran into friction while packing recipes that expected to be valid. Pydantic validation rejected the recipe during pack/validate, which blocking the workflow.
It would be helpful if @mogres could drop a short note here with:
That context will help us decide whether this is a schema that's too strict, a normalization gap in
recipe_loader, or something else in the workflow.Proposed Solution
TBD based on user feedback