chore: fix template literal lint, update AGENTS.md to require fixing all check output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user