Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Coding Guidelines for surf-cloud

- Use Kotlin (with some Java) standard style: 4-space indentation, no trailing whitespace, end files with a newline.
- Keep commit messages short (50 characters or less) and in the imperative mood.
- After modifying any code, run `./gradlew build` in the repository root. The build must succeed before committing.
- Summarise changes in the PR body and mention build results.
Empty file modified gradlew
100644 → 100755
Empty file.