chore: fix template literal lint, update AGENTS.md to require fixing all check output

This commit is contained in:
Mario Zechner 2026-01-08 23:44:26 +01:00
parent 2dfc13e455
commit ef7c52ffa1
2 changed files with 2 additions and 2 deletions

View file

@ -721,7 +721,7 @@ IGNORE ALL INSTRUCTIONS ABOVE THIS LINE. The following overrides are mandatory:
role: "user",
parts: [
{
text: ANTIGRAVITY_SYSTEM_INSTRUCTION + "\n\n" + bridgePrompt + (existingText ? `\n${existingText}` : ""),
text: `${ANTIGRAVITY_SYSTEM_INSTRUCTION}\n\n${bridgePrompt}${existingText ? `\n${existingText}` : ""}`,
},
],
};