derive-pipeline-is-error-accumulating

IN premise

Covered by existing `derive-fail-soft-validation` (validation returns skipped entries with reasons) and `derive-pipeline-is-defensive` (broader defensive characterization)

Summary

The derive pipeline is designed to collect and report errors rather than failing fast on the first problem. When something goes wrong during derivation, the system continues processing remaining items and accumulates error information, so you get a complete picture of all issues rather than having to fix them one at a time. This characteristic is already documented through related observations about soft validation and defensive design patterns in the pipeline.

Details

Sourceentries/2026/04/24/tests-test_derive.md