DashboardcraftPrefer minimal, fail-closed fixes backe…

Prefer minimal, fail-closed fixes backed by direct inspection

Category: preference
Confidence: 0.80
ID: 01a08148-9a52-79f4-b7e5-e8752964fd08
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 1
Source session: 1Okgn0vvN7hdZmhlc
Created: 2026-09-08 13:50:14
Updated: 2026-09-08 13:50:14

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 15h ago

Content

When reviewing or fixing PR feedback, first inspect the relevant source, review threads, branch state, and recent changes rather than making broad assumptions. Implement only the narrowly justified correction, preserving valid existing behavior unless evidence shows it is obsolete. For parsing, discovery, documentation, and workflow boundaries, prefer fail-closed handling: treat missing markers, malformed or blank output, and absent required paths as explicit contextual errors. Add focused regression coverage before or alongside fixes, then run verification and a final review.

Move to: