Skip to content

Re-vendor the carried hub files to the current canonical - #905

Merged
ptr727 merged 1 commit into
developfrom
revendor/hub-canonical
Aug 3, 2026
Merged

Re-vendor the carried hub files to the current canonical#905
ptr727 merged 1 commit into
developfrom
revendor/hub-canonical

Conversation

@ptr727

@ptr727 ptr727 commented Aug 3, 2026

Copy link
Copy Markdown
Owner

.markdownlint-cli2.jsonc and repo-config/configure.sh are carried verbatim from 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.jsonc carries a behavior change: the canonical enables MD033 with details and summary allowed. Verified rather than assumed: markdownlint-cli2 over **/*.md reports 0 issues here under the restored config.

repo-config/configure.sh advances to the current apply / check design. The older copy predates the payload-driven check mode.

Line endings preserved.

Not in this PR: this repo also carries dotnet_analyzer_diagnostic.severity = suggestion in .editorconfig. ptr727/ProjectTemplate#353 probed this repo at 0 hidden findings, so removal should be a no-op, but that probe is two weeks old and removal turns real analyzers back on, so it gets its own pull request with a build rather than riding along with a config copy.

Part of the fleet re-vendor sweep tracked in the hub's TODO.md.

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>
Copilot AI review requested due to automatic review settings August 3, 2026 16:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR re-vendors two “carried verbatim” hub files to the current canonical versions to eliminate fleet drift, aligning local markdown linting behavior and repository-configuration tooling with the shared baseline.

Changes:

  • Update .markdownlint-cli2.jsonc to keep MD033 enabled while allowing the details/summary HTML elements for GitHub collapsibles.
  • Refresh repo-config/configure.sh to the current canonical apply/check structure and improve check-mode robustness with a missing-payload guard.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
repo-config/configure.sh Syncs the repo configuration script to the canonical apply/check design and adds a check-mode guard for missing ruleset payload files.
.markdownlint-cli2.jsonc Updates markdownlint configuration to allow details/summary under MD033 while keeping inline HTML enforcement otherwise enabled.

@ptr727
ptr727 merged commit 35dbc1a into develop Aug 3, 2026
16 checks passed
@ptr727
ptr727 deleted the revendor/hub-canonical branch August 3, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants