From 2d3e9db439944116773d331fe12352496a2bc978 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Thu, 21 May 2026 07:52:39 -0400 Subject: [PATCH] =?UTF-8?q?docs(agents):=20behaviour=20=E2=86=92=20behavio?= =?UTF-8?q?r=20(Argus=20smoke=20test)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single-word docs fix to exercise the newly-ported Argus AI PR review workflow end-to-end. AGENTS.md is the Python SDK's API surface reference for agents; US spelling matches the rest of the file. Co-Authored-By: Claude Opus 4.7 (1M context) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 1b0d89ca..25703130 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -99,7 +99,7 @@ else: ## Optional Protocol Extensions -These protocols are opt-in upgrades for `DecisioningPlatform` subclasses. Implement them to unlock advanced framework behaviour. +These protocols are opt-in upgrades for `DecisioningPlatform` subclasses. Implement them to unlock advanced framework behavior. | Protocol | Method | Domain | Description | |---|---|---|---|