mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
chore: fix template literal lint, update AGENTS.md to require fixing all check output
This commit is contained in:
parent
2dfc13e455
commit
ef7c52ffa1
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}` : ""}`,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue