Re-vendor the carried hub files to the current canonical - #434
Merged
Conversation
These files are carried verbatim from ptr727/ProjectTemplate, so a local copy that differs is drift rather than a choice. The hub's regenerated fleet divergence report lists this repo for them. Changed: .markdownlint-cli2.jsonc repo-config/configure.sh Line endings preserved as each file held them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Re-vendors two carried “hub” files from ptr727/ProjectTemplate to reduce fleet drift, restoring the canonical markdownlint configuration and updating the repo-configuration script to the newer apply / check model.
Changes:
- Update
repo-config/configure.shto supportapply(write) and payload-drivencheck(read-only drift detection), plus model inference when the registry is absent. - Restore
.markdownlint-cli2.jsonccanonical behavior for MD033 by allowing onlydetails/summaryinline HTML.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
repo-config/configure.sh |
Refactors the fleet-config script into apply/check modes with payload-driven validation logic. |
.markdownlint-cli2.jsonc |
Updates markdownlint config to keep MD033 enabled while allowing details/summary. |
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.
.markdownlint-cli2.jsoncandrepo-config/configure.share carriedverbatimfrom ptr727/ProjectTemplate, so a copy that differs is drift rather than a choice. The hub's regenerated fleet divergence report lists this repo for both..markdownlint-cli2.jsonccarries a behavior change: the canonical enablesMD033withdetailsandsummaryallowed. Verified rather than assumed:markdownlint-cli2over**/*.mdreports 0 issues here under the restored config.repo-config/configure.shadvances to the currentapply/checkdesign. The older copy predates the payload-driven check mode.Line endings preserved.
Nothing owed here on
.editorconfig: this repo removed the blanketdotnet_analyzer_diagnostic.severityrelaxation in #418, and the current tree confirms it. That work is what supplied the evidence for the fleet-wide removal in ptr727/ProjectTemplate#353.Part of the fleet re-vendor sweep tracked in the hub's
TODO.md.