Observed
At 5d46177f, pnpm dev logs recurring validation warnings while serving seed data:
Validation rule 'related_to_required' (warning): At least one related record should be selected
At least one seed record (likely in the activity/event family) is missing its related-record reference, so every boot logs the warning repeatedly. Warning level only — runtime, UI and read paths are unaffected.
Expected
Seed data passes all authored validation rules silently: a clean pnpm dev boot produces zero validation warnings.
Repro
git checkout 5d46177f
pnpm dev
# watch the server log during boot / while browsing seeded records
Recorded as an unassigned finding (not claiming). Surfaced in the platform-overview promo-film run (video-studio work order steedos-labs/video-studio#11, read-only carrier at the pinned SHA); relayed by the coordinating PM session on behalf of the producing session, which has no GitHub scope on this repository. Duplicate search: no existing issue mentions related_to_required or seed validation warnings.
Observed
At
5d46177f,pnpm devlogs recurring validation warnings while serving seed data:At least one seed record (likely in the activity/event family) is missing its related-record reference, so every boot logs the warning repeatedly. Warning level only — runtime, UI and read paths are unaffected.
Expected
Seed data passes all authored validation rules silently: a clean
pnpm devboot produces zero validation warnings.Repro
Recorded as an unassigned finding (not claiming). Surfaced in the platform-overview promo-film run (video-studio work order steedos-labs/video-studio#11, read-only carrier at the pinned SHA); relayed by the coordinating PM session on behalf of the producing session, which has no GitHub scope on this repository. Duplicate search: no existing issue mentions
related_to_requiredor seed validation warnings.