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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Key rules:
✅ **Always**

- Run `uv run invoke format lint-code` before committing Python code
- Run `uv run invoke generate-sdk generate-infrahubctl` after changing CLI commands or SDK config

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just saw this PR, fyi I update the command on develop branch which has the SDK API Documentation feature https://github.com/opsmill/infrahub-sdk-python/pull/846/changes

- Run markdownlint before committing markdown changes
- Follow async/sync dual pattern for new features
- Use type hints on all function signatures
Expand Down