diff --git a/AGENTS.md b/AGENTS.md index 576ea00e..48a1fadf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -54,6 +54,7 @@ Key rules: ✅ **Always** - Run `uv run invoke format lint-code` before committing Python code +- Run `uv run invoke docs-generate` after creating, modifying or deleting CLI commands, SDK config, or Python docstrings - Run markdownlint before committing markdown changes - Follow async/sync dual pattern for new features - Use type hints on all function signatures