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

@ -19,7 +19,7 @@ read README.md, then ask which module(s) to work on. Based on the answer, read t
- Always ask before removing functionality or code that appears to be intentional
## Commands
- After code changes (not documentation changes): `npm run check` (get full output, no tail)
- After code changes (not documentation changes): `npm run check` (get full output, no tail). Fix all errors, warnings, and infos before committing.
- NEVER run: `npm run dev`, `npm run build`, `npm test`
- Only run specific tests if user instructs: `npm test -- test/specific.test.ts`
- NEVER commit unless user asks

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}` : ""}`,
},
],
};