docs(agents): behaviour → behavior (Argus smoke test)#766
Merged
Conversation
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) <noreply@anthropic.com>
There was a problem hiding this comment.
LGTM. One-word US-spelling fix in the agent-facing API reference; conventional-commit docs(agents): is the right semver signal.
Things I checked
- Diff is a single substitution at
AGENTS.md:102(behaviour→behavior). No source changes, no public-API touch. - Triage: docs-only → skip-everything. No
code-reviewer, no domain experts called (per workflow rules). - Conventional-commit prefix
docs(agents):matches the change. No!, no breaking surface — correct. - Test plan boxes are unchecked because they describe the very workflow this PR exercises — this review landing is what checks them. Not a test-plan-honesty miss.
Follow-ups (non-blocking — file as issues)
- Repo-wide spelling is still mixed:
MIGRATION_v3_to_v4.md,docs/proposals/proposal-manager-v15-design.md, and five files undersrc/adcp/decisioning/**(recipe.py:135,proposal_manager.py:185,implementation_config.py:15,dispatch.py:648,time_budget.py:12) still carrybehaviour. If we're standardizing on US, a sweep PR would close it out. Not part of this PR's scope.
Approving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Single-word docs fix to exercise the newly-ported Argus AI PR review workflow end-to-end.
AGENTS.mdis the Python SDK's agent-facing API reference; US spelling matches the rest of the file.Test plan
AI PR Review (Argus)workflow runs on this PR.--approveexpected — docs-only is in the skip-everything triage list, so no experts are called).🤖 Generated with Claude Code