Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .openhands/microagents/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ To set up the development environment:
## Linting Requirements
**Always run lint before committing changes.** Use `make lint` to run all pre-commit hooks on all files. The project uses:

## Typing Requirements
When using types, prefer modern typing syntax (e.g., use `| None` instead of `Optional`).

## Documentation Guidelines
- **Do NOT send summary updates in the README.md** for the repository
- **Do NOT create .md files in the root** of the repository to track or send updates
Expand Down