fix(dogfood): update display name and add README#24487
Merged
Conversation
Add headless integration test instructions (xvfb-run) to both the README and the Claude system prompt so agents and developers know how to run tests the same way CI does.
Remove em-dashes, drop duplicated command table in favor of linking to the repo's AGENTS.md, and keep the xvfb-run callout explicit.
Add two new agent metadata entries to match the coder template: - Git Branch: shows the current branch in the repo (polls every 10s). - Word of the Day: fetches from Merriam-Webster (once daily).
The repo_dir can be empty before clone finishes, and branch info is already visible in the terminal and IDE.
matifali
approved these changes
Apr 17, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Update the
vscode-coderdogfood template with better naming, documentation, and agent testing instructions.Changes
dogfood/main.tf: Rename display name from "Write VS Code Extension on Coder" to "Write Coder VS Code Extension on Coder" — includes the product name and stays consistent with theWrite X on Coderpattern.dogfood/vscode-coder/README.md(new file): Documents the template purpose, testing commands (including headless integration tests withxvfb-run), hosting infrastructure, and provisioner configuration. All content is self-contained — no relative links to other dogfood templates.dogfood/vscode-coder/main.tf: Add a-- Testing --section to the Claude system prompt so agents know to usexvfb-run -a pnpm test:integrationfor integration tests, matching CI behavior.Note
Generated by Coder Agents