fix: describe Codebox as a disposable WordPress site, not a nested agent runner - #2514
Merged
Merged
Conversation
…ent runner run-agent-task is a headless coding agent with provider/model/secret_env. This plugin supplies an isolated WordPress install for workloads, tests, and fuzz. Lead the AGENTS.md section with that surface. Drops negative constraints (cannot/never) from the composed guidance. php-agents-md-section still checks the filtered WP-CLI prefix and now asserts run-agent-task stays out of this section.
Playground is Codebox's disposable WordPress backend. browser-session create boots that site in the browser; it is not a nested coding agent and not Homeboy. run-agent-task stays out.
Apply-back writes sandbox diffs onto the parent via wp_codebox_apply_approved_artifact. With no adapter it 501s. This install has never configured one; Extra Chill uses Codebox as a disposable WP site, not as a patch-the-host pipeline. Keep artifacts list/inspect for evidence. Leave apply on the CLI; omit it from always-on guidance.
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.
Follow-up to #2513.
run-agent-taskis a headless coding agent (goal + provider + model +secret_env). This plugin is a disposable WordPress install for workloads, tests, and fuzz. The composed## WP Codeboxsection now leads with that surface.Also drops never/cannot constraints from the guidance.
php-agents-md-sectionassertsrun-agent-taskstays out of this section.