Re-vendor the carried hub files to the current canonical - #77
Merged
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>
There was a problem hiding this comment.
Pull request overview
Re-vendors two carried “hub” files to match the current canonical versions, focusing on comment/documentation clarity and keeping the repo aligned with fleet-managed configurations.
Changes:
- Refines header/inline commentary in
repo-config/configure.shto match the current canonical “apply/check” documentation. - Updates explanatory comments in
.markdownlint-cli2.jsoncwhile retaining the same lint rule settings.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| repo-config/configure.sh | Canonicalized script documentation/comments for the apply/check workflow. |
| .markdownlint-cli2.jsonc | Canonicalized markdownlint commentary; rule configuration remains the same. |
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.jsoncis a comment-only change here and carries no lint behavior change.MD033in this repo already reads{ "allowed_elements": ["details", "summary"] }, identical to the canonical. What differs is the surrounding commentary, which the hub swept to one sentence per line.An earlier version of this description claimed a behavior change restoring
MD033. That was wrong for this repo. It was written from the fleet-wide shape of the sweep rather than from this repo's actual diff, and reused across pull requests without being checked against each one. Corrected here and on the two other pull requests carrying the same false claim.repo-config/configure.shadvances to the currentapply/checkdesign. Verified applicable here rather than assumed: this repo carriesrepo-config/main.jsonandrepo-config/operational/develop.json, which is exactly what the canonical resolves for an operational repo. Four repos elsewhere in the sweep carry the olderruleset-*.jsonfilenames, and the script was withdrawn from those pull requests because it would abort on payloads that do not exist.Known defects in the canonical script itself are filed at ptr727/ProjectTemplate#538 and are not patched here, since a local fix to a verbatim file would be reverted by the next re-vendor.
Line endings preserved, which matters here since this repo is
lineEndings: lf.Part of the fleet re-vendor sweep tracked in the hub's
TODO.md.