Dashboardinstitutional-transition-labcoding_package summary null crash

coding_package summary null crash

Category: gotcha
Confidence: 1.00
ID: 01a08576-0291-7e16-a284-7e119163b19c
Project ID: 1fa3712f-997f-4884-b7ec-8abb79f9e342
Cross-project: No
Recalled in other projects: 1
Source session: 0Ipl6OlrkvUoJqcln
Created: 2026-09-09 09:18:18
Updated: 2026-09-09 09:18:18

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 19h ago

Content

Trap: coding_package.get("summary", {}).get("documents_sha256") looks null-safe because it supplies {} as a default, but the default applies only when the key is absent; summary: null raises AttributeError in both full and fragment validators after schema errors are collected. Fix: require summary to be a mapping before dereferencing it, return a deterministic validation error, and regress both entry points with summary=None.

Move to: