Skip to content

Commit c666279

Browse files
committed
More AGENTS updates
1 parent dc87afc commit c666279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ This repository hosts Temporal SDK feature examples in multiple languages. Follo
1919
- Bug regression tests belong under `features/bugs/<lang>`. Favor including as many languages as possible for non-bug features and feel free to extract helpers since backward compatibility is not a concern.
2020

2121
## Formatting and Linting
22-
- **TypeScript**: Format with Prettier and lint with ESLint using `npm run format` and `npm run lint`. Prettier is configured for single quotes and a 120‑character line width.
22+
- **TypeScript**: Format with Prettier and lint with ESLint using `npm run format` and `npm run lint`, you must ensure type checking passes with `npm run build`.
2323
- **Python**: Install tools with `uv tool install poethepoet` and `uv sync`. Format with `poe format` and lint with `poe lint` which runs Ruff and mypy.
2424
- **Go**: Run `go fmt ./...` before committing.
25-
- **Java**: Apply Google Java Format with `./gradlew spotlessApply`.
25+
- **Java**: Ensure the project builds with `./gradlew assemble` and autoformat with `./gradlew spotlessApply`.
2626
- **C#**: Builds treat warnings as errors. `.editorconfig` disables warning `CS1998`.
2727

2828
These conventions help keep the examples consistent across languages and ensure CI passes.

0 commit comments

Comments
 (0)