Skip to content

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

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

Re-vendor the carried hub files to the current canonical#434
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.

Nothing owed here on .editorconfig: this repo removed the blanket dotnet_analyzer_diagnostic.severity relaxation 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.

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:56

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

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.sh to support apply (write) and payload-driven check (read-only drift detection), plus model inference when the registry is absent.
  • Restore .markdownlint-cli2.jsonc canonical behavior for MD033 by allowing only details/summary inline 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.

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