Summary
Add a focused CI or validation check for edits under pkg/parser/schemas/ so schema-backed changes cannot land without rebuilding the embedded artifacts.
Memory: mem_594353a447d4
Why
Hippo recall highlighted a repeat pattern: schema files are embedded in the binary, so changing them without rebuilding leads to stale-binary failures that are easy to miss locally. A targeted guardrail should catch this class of issue earlier and reduce avoidable CI breakage.
Next steps
- Review current validation flow for schema-affecting changes in
pkg/parser/schemas/.
- Add a change-detection check, CI assertion, or test that forces
make build/equivalent coverage when schema files change.
- Document the expectation in the nearest contributor or validation guidance if needed.
Generated by 🦛 Daily Hippo Learn · 20 AIC · ⌖ 20.8 AIC · ⊞ 5.4K · ◷
Summary
Add a focused CI or validation check for edits under
pkg/parser/schemas/so schema-backed changes cannot land without rebuilding the embedded artifacts.Memory:
mem_594353a447d4Why
Hippo recall highlighted a repeat pattern: schema files are embedded in the binary, so changing them without rebuilding leads to stale-binary failures that are easy to miss locally. A targeted guardrail should catch this class of issue earlier and reduce avoidable CI breakage.
Next steps
pkg/parser/schemas/.make build/equivalent coverage when schema files change.