docs(AGENTS): correct typecheck command
This commit is contained in:
@@ -261,7 +261,7 @@ as a first language.
|
||||
- Improve legacy you touch; avoid one-off patterns.
|
||||
- Keep changes scoped; use workspace filters (`pnpm -F <package> <script>`).
|
||||
- Maintain structured `README.md` documentation for each `packages/` and `apps/` entry, covering what it does, how to use it, when to use it, and when not to use it.
|
||||
- Always run `pnpm type-check` and `pnpm lint` after finishing a task.
|
||||
- Always run `pnpm typecheck` and `pnpm lint` after finishing a task.
|
||||
- Use Conventional Commits for commit messages (e.g., `feat(<package name>): add runner reconnect backoff`).
|
||||
- Before planning or writing new utilities/functions, always search for existing internal implementations first. If the logic could become shared utilities, proactively propose that shared approach to users and developers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user