Priority: P3 · Review finding: #17
The 'delta-' default and the profile field list are repeated across src/templates.js, src/scanner.js, and static/js/home.js (including f === 'delta_prefix' ? 'delta-' : '' ternaries in the profile editor). Any change to profile shape currently touches 4+ call sites.
Fix: one shared constant + a normalizeProfile() helper used by templateToProfile, createTemplate, processSingleModule, and the frontend editor defaults.
Priority: P3 · Review finding: #17
The
'delta-'default and the profile field list are repeated acrosssrc/templates.js,src/scanner.js, andstatic/js/home.js(includingf === 'delta_prefix' ? 'delta-' : ''ternaries in the profile editor). Any change to profile shape currently touches 4+ call sites.Fix: one shared constant + a
normalizeProfile()helper used bytemplateToProfile,createTemplate,processSingleModule, and the frontend editor defaults.