Skip to content

Commit a5318b9

Browse files
committed
chore: update ai rules
1 parent a80515d commit a5318b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
206206
- ALWAYS use template in `.github/pull_request_template.md` for PR descriptions
207207
- ALWAYS wrap `ULong` numbers with `USat` in arithmetic operations, to guard against overflows
208208
- PREFER to use one-liners with `run { }` when applicable, e.g. `override fun someCall(value: String) = run { this.value = value }`
209+
- ALWAYS add imports instead of inline fully-qualified names
209210

210211
### Architecture Guidelines
211212

0 commit comments

Comments
 (0)