docs: document infrastructure workflows and VS Code tooling#18
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
docs: document infrastructure workflows and VS Code tooling#18github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Two workflow files and the .vscode/ directory existed but were absent from all documentation — a contributor scanning .github/workflows/ saw 9 files while the README only accounted for 7. README.md: - Add agentics-maintenance.yml and copilot-setup-steps.yml to the repository layout code block with inline comments - Add .vscode/ directory (mcp.json, settings.json) to the layout - Add "Infrastructure workflows" section explaining both files: agentics-maintenance.yml is auto-generated (do not edit by hand); copilot-setup-steps.yml pre-installs gh-aw for Copilot Agent sessions CONTRIBUTING.md: - Add "VS Code + GitHub Copilot" subsection under Development setup describing what .vscode/mcp.json and .vscode/settings.json provide and that they activate automatically (no manual steps) Supersedes PR #6, which carried the same changes but accumulated merge conflicts as PRs #8–#15 landed on main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 20, 2026
Closed
Owner
|
Closing as stale. Since this PR opened (2026-04-19), README and CONTRIBUTING have been rewritten twice — once for the plugin rename ( |
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.
Two workflow files (
agentics-maintenance.yml,copilot-setup-steps.yml) and the.vscode/directory have been present in the repository since early commits but were absent from all documentation. A contributor scanning.github/workflows/sees 9 files while the README only accounts for 7 — a confusing gap.This supersedes PR #6, which carried the same changes but accumulated merge conflicts as PRs #8–#15 landed on main.
Changes
README.mdagentics-maintenance.ymlandcopilot-setup-steps.ymlto the repository layout code block with inline comments.vscode/directory (mcp.json,settings.json) to the repository layoutagentics-maintenance.ymlis auto-generated bygh aw compileand must not be edited by handcopilot-setup-steps.ymlpre-installs thegh awextension for GitHub Copilot Agent sessionsCONTRIBUTING.md.vscode/mcp.jsonand.vscode/settings.jsonprovide and that they activate automatically (no manual steps required)Why
Documentation gaps are treated like failing tests. These files serve distinct purposes that affect the contributor experience — particularly the "do not edit by hand" constraint on
agentics-maintenance.yml, which silently reverts to a generated form on everygh aw compilerun.Testing