docs: record that VS Code now auto-loads bundled plugin components#72
docs: record that VS Code now auto-loads bundled plugin components#72devantler wants to merge 6 commits into
Conversation
VS Code shipped agent plugins, so the repo premise that it is not a plugin surface — and the manual copy steps built on it — is stale. Corrects the consumer READMEs and adds dated superseding notes to ADR 0001 and ADR 0003, preserving the original point-in-time analysis. Fixes #66
@codex review for factual accuracy of the VS Code capability claims against the cited official docs, and for any residual doc/ADR surface still asserting a manual VS Code delivery step. |
Readiness recordVerification (issue step 1 — "verify the full extent of VS Code agent-plugin support"): every capability claim in this PR was read verbatim off the live VS Code agent-plugins page, then re-fetched a second time to confirm the wording rather than trusting a search summary.
Tried and evaluated as a user: the load-bearing question for this repo is whether our published layout actually resolves under those defaults — if any plugin declared Caveat stated plainly: I did not install the plugin in a live VS Code instance — that needs an interactive, org-gated Copilot session this unattended run cannot obtain. The claims are therefore grounded in the official contract plus a verified layout match, not an end-to-end install. Validation: Scope note: the README self-contradicted itself before this PR — it documented a VS Code marketplace install path while the sections below told readers VS Code could not install plugins. Both now agree. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 589ec01d1b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Claiming the 2 open Codex threads (scheduled tick ~14:2xZ) — verifying the VS Code agent-file discovery claim against both consumers' loaders, then fixing both. |
… agents Address codex review: VS Code only discovers plugin agents named agents/<name>.agent.md, so the no-copy claim required the rename. Claude Code is filename-agnostic (frontmatter-named), so one file serves all three tools. Also purge the residual manual-VS-Code-config text from ADR 0001's D2/D4/ Follow-up sections, and teach the manifest validator + self-test the .agent.md stem derivation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Both findings addressed at @codex review |
Releasing my 14:2x claim — Independent verification of
One caution for the readiness gate: the cross-tool discovery claims are currently doc-inferred, not exercised — nobody has yet installed the renamed plugin in real VS Code, Claude Code, or Copilot CLI. I filed #74 for exactly that hands-on verification before this PR's claim ships as fact; linking it from the PR body would keep the trail. The tried-and-evaluated-as-a-user condition for this PR should include at least the Claude Code install check (cheapest of the three). |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 21e63f0cd6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
… cross-tool Address codex round 2: the validator now rejects bare .md agents (invisible to VS Code/Copilot discovery; RED-proven fixture), the Flux agent's MCP allowlist carries both tool-name spellings so the one-file claim actually holds on all three tools, and the vibe-coding non-plugin fallback installs the companion's three load-bearing skills. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Round-2 findings addressed at @codex review |
|
Codex Review: Didn't find any major issues. Bravo. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Partial user evaluation @
|
…prover with the enforced .agent.md suffix Conflict was README.md only. Resolution: main's 28-skill count and third agent (agent-improver) + this branch's corrected premise (all three tools auto-load bundled components) and .agent.md links. The incoming agents/agent-improver.md is renamed to agent-improver.agent.md to satisfy this branch's suffix enforcement (validate-manifests.sh requires it).
Resolved the DIRTY state at Re-requesting review at the new head. @codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d504e3488d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Claiming the two P2 findings from the 18:38Z Codex review @ |
…earch identifiers Codex round-3 P2s: the merged-in automated-ai-engineer plugin README still instructed VS Code users to hand-copy agents (contradicting the corrected delivery model), and flux-troubleshooter's built-in tools carried only the Claude Code spellings, leaving it unable to read or search the repo on VS Code / Copilot CLI.
Round-3 P2s fixed at @codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e50a2c08e9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…d contract Codex round-4 P2s: the VS Code / Copilot custom-agent schema documents the list form for tools (a scalar may not create individual allowlist entries there), and the repo's canonical AGENTS.md + ADR 0001 D3 contract still said agents/*.md while the new CI guard rejects exactly that layout. Claude Code documents the comma-separated scalar; per-surface hands-on confirmation of the list form is folded into #74's 3-consumer verification.
Round-4 P2s fixed at @codex review |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Status @ |
Why
Our docs told VS Code users to do work they no longer need to do. The repo was built on the premise that VS Code is not a plugin surface, so anyone installing a plugin there was instructed to hand-copy agents into their workspace and hand-write MCP config. VS Code has since shipped agent plugins and now loads bundled skills, agents, and MCP servers automatically — so those instructions sent readers down a manual path for no reason. The README was also contradicting itself: it already documented a VS Code install path while the sections below it said VS Code could not install plugins.
What
Corrects the consumer-facing READMEs to say all three supported tools load bundled components automatically, and keeps the hand-written config only where it still applies — setups that are not installing a plugin at all. The two ADRs get dated superseding notes rather than edits-in-place, so the original point-in-time analysis stays readable. Two VS-Code-only caveats are now recorded in its place: the feature is Preview, and an organization can switch it off.
No manifest, skill, or workflow changes — our existing layout already matches what VS Code reads.
Fixes #66