DashboardcraftAlways analyze and understand configura…

Always analyze and understand configuration and testing patterns before making changes

Category: preference
Confidence: 1.00
ID: 01a08147-d340-7cdc-9696-1149889a6f09
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 1
Source session: 1VJ3OVRZQ0CrLAVdS
Created: 2026-07-15 10:04:00
Updated: 2026-09-08 13:49:23

Cross-Project Recalls

ProjectHitsLast recalled
cli 1 8d ago

Content

Before modifying utility, configuration, workspace behavior, or responding to related review feedback, inspect the current implementation, schema, call sites, loading and validation paths, related tests, documentation, compatibility conventions, and relevant recent commits or review context. For configuration, verify file-based and string/remote loading, validation, inheritance/override semantics, security constraints, error messages, and backward compatibility, including slash-containing workspace paths. Distinguish actual legacy behavior from deliberately supported current contracts when intent is ambiguous. Preserve established error messages and semantics unless the requested change requires otherwise, then add focused regression coverage for required distinctions and edge cases.

Move to: