ci: run the Roslyn MCP in the CI @claude agent#31
Open
williamdewitt wants to merge 1 commit into
Open
Conversation
…onfig (#29) Investigated whether claude-code-action picks up the repo-scoped .claude/settings.json (extraKnownMarketplaces + enabledPlugins) in CI. It does not: the action installs plugins only from its plugins/plugin_marketplaces inputs and writes home settings from its settings input — it never reads the committed repo file. Confirmed by code inspection of the action and empirically from a live @claude run whose ~/.claude/settings.json held only the no-input default. Record the finding, the proposed claude.yml wiring (setup-dotnet pinned to global.json + explicit plugin inputs + a note on provisioning cwm-roslyn-navigator), the per-run Roslyn cold-start cost, and a recommended label-gated rollout. The workflow edit itself is risk:core and the CI App cannot self-apply it (no workflows permission), so it is left for a maintainer. Co-authored-by: William de Witt <williamdewitt@users.noreply.github.com>
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.
Automated by the agent-in-the-loop for #29. Closes #29.