From 48e495783a3d5788cae9a83248e2795cf1cf5714 Mon Sep 17 00:00:00 2001 From: Pol Michel Date: Fri, 20 Feb 2026 11:49:20 +0100 Subject: [PATCH 1/2] docs: Updating AGENTS.md rules regarding documentation generation --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 576ea00e..704d8168 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 From 6a7ebfa3d0ae911392d6aeb9c935ffe3cbc4f11a Mon Sep 17 00:00:00 2001 From: Pol Michel Date: Fri, 20 Feb 2026 13:29:21 +0100 Subject: [PATCH 2/2] docs: Updating AGENTS.md fix linting --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 704d8168..48a1fadf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -54,7 +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 `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