Drift found while auditing derived repos against ptr727/ProjectTemplate, per the verbatim-carry contract (introduced in ptr727/ProjectTemplate#124). This repo is the closest to aligned - the Copilot runbook, client-id, and develop/main signed-commit rulesets are all correct. Remaining drift:
- Missing
.markdownlint-cli2.jsonc. Copy the template's .markdownlint-cli2.jsonc verbatim.
.editorconfig line-ending drift - end_of_line = crlf only under [*.md]; carry the template's full per-extension rules (copy the template's .editorconfig verbatim). .gitattributes is correct.
AGENTS.md review-loop section headings are misaligned - the PR-review contract is spread across differently-titled sections rather than the template's "PR Review Etiquette" / "Expected Review Loop" headers. Align the headings so the contract is carried verbatim.
The absence of .devcontainer/ is likely intentional (Docker-image repo, not the library template) - not flagged.
Drift found while auditing derived repos against ptr727/ProjectTemplate, per the verbatim-carry contract (introduced in ptr727/ProjectTemplate#124). This repo is the closest to aligned - the Copilot runbook,
client-id, anddevelop/mainsigned-commit rulesets are all correct. Remaining drift:.markdownlint-cli2.jsonc. Copy the template's.markdownlint-cli2.jsoncverbatim..editorconfigline-ending drift -end_of_line = crlfonly under[*.md]; carry the template's full per-extension rules (copy the template's.editorconfigverbatim)..gitattributesis correct.AGENTS.mdreview-loop section headings are misaligned - the PR-review contract is spread across differently-titled sections rather than the template's "PR Review Etiquette" / "Expected Review Loop" headers. Align the headings so the contract is carried verbatim.The absence of
.devcontainer/is likely intentional (Docker-image repo, not the library template) - not flagged.