Open
Conversation
Pull Request Test Coverage Report for Build 21879018875Details
💛 - Coveralls |
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors parts of the README generation flow used by the init command, updating templates and tests accordingly.
Changes:
- Simplifies
InitCommandREADME generation control flow (save based on generator presence) and tweaks thesetAppInfo()call. - Updates
ReadmeGeneratorblock mapping (Clerk) and removes DataDog/ArgoCD from configurable resources. - Adjusts README templates and
InitCommandTestfixtures/expectations to match the updated resource list.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
src/Commands/InitCommand.php |
Adjusts README generation flow and updates the setAppInfo() invocation. |
src/Generators/ReadmeGenerator.php |
Renames Clerk block handler mapping and removes DataDog/ArgoCD from configurable resources. |
resources/md/readme/RESOURCES.md |
Removes DataDog/ArgoCD placeholder/tag sections from the README resources template. |
tests/InitCommandTest.php |
Removes expectations for DataDog/ArgoCD prompts/outputs during init runs. |
tests/fixtures/InitCommandTest/full_readme.md |
Updates expected generated README content by removing DataDog/ArgoCD entries. |
tests/fixtures/InitCommandTest/default_readme.md |
Updates expected generated README content by removing DataDog/ArgoCD entries. |
tests/fixtures/InitCommandTest/default_readme_with_mobile_app.md |
Updates expected generated README content by removing DataDog/ArgoCD entries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Tested on the project, everything works as expected. |
DenTray
requested changes
Feb 10, 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 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.
refs: #67 (comment)