Skip to content

fix: isolate agent WP-CLI registration warnings - #583

Merged
chubes4 merged 1 commit into
mainfrom
fix/582-cli-collision-preamble
Sep 6, 2026
Merged

fix: isolate agent WP-CLI registration warnings#583
chubes4 merged 1 commit into
mainfrom
fix/582-cli-collision-preamble

Conversation

@chubes4

@chubes4 chubes4 commented Sep 6, 2026

Copy link
Copy Markdown
Member

Closes #582.

Routes composed AGENTS.md WP-CLI commands through a managed agent-only wrapper that removes known plugin argument-registration collision warnings for --context, --user, --path, and --quiet. Setup and direct transport calls remain unfiltered, preserving their diagnostic output.

Tests:

  • bash tests/agents-md-guidance.sh
  • bash tests/agents-md-composition-integration.sh
  • bash tests/ci-coverage.sh

AI assistance: OpenAI GPT-5.6 Terra via OpenCode.

@chubes4
chubes4 merged commit 65f6f3f into main Sep 6, 2026
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent WP-CLI transport dumps every plugin argument-collision warning before the command result

1 participant