Skip to content

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

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

Re-vendor the carried hub files to the current canonical#298
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. This copy was the older apply-only one.

Line endings preserved.

Not in this PR, deliberately: this repo also carries dotnet_analyzer_diagnostic.severity = suggestion in .editorconfig, which ptr727/ProjectTemplate#353 measured at 24 xUnit1051 sites here. Removing it turns real analyzers back on, and the measurement behind that number is two weeks old, so it gets its own pull request with a real 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
Contributor

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 “hub” files from ptr727/ProjectTemplate to eliminate drift, keeping this repository aligned with the fleet’s canonical configuration and linting behavior.

Changes:

  • Update repo-config/configure.sh to the newer apply / check command design, adding read-only drift validation.
  • Update .markdownlint-cli2.jsonc to enable MD033 with an allowlist for details/summary.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
repo-config/configure.sh Replaces the older apply-only script with an apply/check workflow and adds drift-check logic for settings, rulesets, and security features.
.markdownlint-cli2.jsonc Adjusts markdownlint configuration to allow details/summary while keeping inline-HTML linting enabled.

Comment thread repo-config/configure.sh
@ptr727
ptr727 merged commit bd67eb9 into develop Aug 3, 2026
14 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