Refocus the VS Code setup on a web-first Copilot/MCP workflow#3
Refocus the VS Code setup on a web-first Copilot/MCP workflow#3Copilot wants to merge 6 commits into
Conversation
Agent-Logs-Url: https://github.com/diwad-code/github-and-vscode-vibecoding-config/sessions/db788c03-c0f4-42f1-b45b-3ea4ca7d173e Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Agent-Logs-Url: https://github.com/diwad-code/github-and-vscode-vibecoding-config/sessions/f7ce9216-4bae-4f55-b12e-ce1246b09ccb Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR refocuses the repo’s default VS Code / VS Code Insiders setup on a web-first Copilot + MCP workflow, trimming non-web tooling assumptions and adding clearer instruction/agent context files.
Changes:
- Enables Copilot/agent/MCP discovery defaults in the shared VS Code settings template.
- Cleans up and expands the local “skills” set with a dedicated web-app skill and updated model conventions.
- Aligns docs, rollout plan, extensions list, and post-install verification with the new web-first baseline.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/Verify-Setup.ps1 | Updates expected extensions and skill checks to match the web-first baseline. |
| scripts/skills/web-game-vibe-coding.md | Adds preferred model conventions for the web-game workflow. |
| scripts/skills/web-app-vibe-coding.md | Introduces a new web-app workflow skill document. |
| scripts/skills/business-websites-vibe-coding.md | Adds preferred model conventions for the business websites workflow. |
| scripts/config/vscode-settings.json | Enables agent mode, AGENTS.md support, MCP discovery/gallery, and Copilot enhancements by default. |
| scripts/config/vscode-extensions.txt | Updates extension set for modern web workflows (adds Markdown + tag automation; removes Godot tooling). |
| scripts/config/skills-manifest.json | Adds the new web-app skill to the installed local skill manifest. |
| README.md | Reframes repo purpose and documents the Copilot/MCP/agent instruction hierarchy and model conventions. |
| IMPLEMENTATION_PLAN.md | Updates the plan narrative to reflect the web-first refocus and new instruction files. |
| AGENTS.md | Adds agent-facing repository intent and guardrails for web-first contributions. |
| .github/copilot-instructions.md | Adds repo-wide Copilot instruction guidance aligned with the web-first workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot prosze o wprowadzenie sugerowanych zmian z wykonanego przez Ciebie review |
Agent-Logs-Url: https://github.com/diwad-code/github-and-vscode-vibecoding-config/sessions/c32aad78-b0aa-465d-b273-fd095d9263d7 Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Wprowadziłem sugerowane poprawki w efb6831: |
|
@copilot model 5.5 high : przy próbie mergu mamy konflikt, proszę o pomoc i sprawdzenie czy nie mamy więcej widocznych z daleka błędów w strukturze |
Agent-Logs-Url: https://github.com/diwad-code/github-and-vscode-vibecoding-config/sessions/33090e6e-eed6-47fa-ab9d-935e18859bd1 Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Naprawiłem konflikt i wypchnąłem właściwy merge commit |
|
@copilot po tych kilku problemach w jednej sesji chce być pewny że merge nest już bezpieczny. proszę oostateczne potwierdzenie |
Agent-Logs-Url: https://github.com/diwad-code/github-and-vscode-vibecoding-config/sessions/8298f4ca-4f41-40e2-8857-5a623749280f Co-authored-by: diwad-code <250159374+diwad-code@users.noreply.github.com>
Tak — po końcowej weryfikacji merge jest już bezpieczny. Dodatkowo domknąłem jeszcze brakujący numer wersji w README w |
The setup had drifted toward general gamedev tooling, while the actual target is a web-first workflow for VS Code / VS Code Insiders. This change narrows the default stack to web app development and hardens Copilot/MCP configuration around 2026-era agent, instructions, and discovery workflows.
Scope reset: web-first by default
Copilot / agent configuration
GPT-5.4GPT-5.5MCP readiness without hard-pinning integrations
Instruction hierarchy for VS Code / Copilot
.github/copilot-instructions.mdAGENTS.mdSkill set cleanup
scripts/skills/web-app-vibe-coding.mdExtension / verification alignment
Example of the shared Copilot/MCP configuration now applied by default:
{ "chat.agent.enabled": true, "chat.useAgentsMdFile": true, "chat.mcp.discovery.enabled": true, "chat.mcp.gallery.enabled": true, "github.copilot.selectedCompletionModel": "GPT-5.4", "github.copilot.editor.enableCodeActions": true, "github.copilot.chat.codesearch.enabled": true, "github.copilot.nextEditSuggestions.enabled": true }