Extract Serena language server documentation to separate reference file #12862
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.
Serena is an advanced static analysis tool intended only for complex coding tasks requiring semantic analysis. The inline documentation was promoting it as a general-purpose tool, leading to inappropriate usage in simple workflows.
Changes
Created
.github/aw/serena-tool.mdUpdated workflow templates
.github/aw/create-agentic-workflow.md.github/aw/update-agentic-workflow.mdpkg/cli/templates/create-agentic-workflow.mdpkg/cli/templates/update-agentic-workflow.mdReplaced inline Serena configuration examples with reference to centralized documentation:
Integrated serena-tool.md into compiler template system
serena-tool.mdto embedded templates inpkg/cli/commands.goensureSerenaTool()function inpkg/cli/copilot-agents.goinit.go,upgrade_command.go, andfix_command.go.github/aw/folder duringgh aw init,gh aw upgrade, andgh aw fixcommandsImpact
Agents will now ask users before adding Serena to workflows rather than suggesting it by default for any code analysis task. Centralizes maintenance of Serena documentation in single file. The documentation is automatically distributed to users through the CLI, ensuring they always have access to the latest guidance without manual intervention.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.