You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(match[1].startsWith('fdd-data'))warnings.push(`[WARN] Autosave input bound to cryptographic payload: "${match[1]}". This mutation will reject silently in production.`);
if(match[1].startsWith('fdd-data'))warnings.push(`[WARN] Autosave input bound to cryptographic payload: "${match[1]}". This mutation will reject silently in production.`);
39
+
}
40
+
while((match=actionRegex.exec(template))!==null){
41
+
if(match[1].startsWith('fdd-data'))warnings.push(`[WARN] Declarative action target bound to cryptographic payload: "${match[1]}". The OpenFDD standard strictly restricts mutations to the 'user-notes' structure.`);
0 commit comments