Skip to content

Add merge-conflict marker checks to PR template and contributing guide - #8

Merged
mdheller merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-in-branch
Apr 8, 2026
Merged

Add merge-conflict marker checks to PR template and contributing guide#8
mdheller merged 1 commit into
mainfrom
codex/resolve-merge-conflicts-in-branch

Conversation

@mdheller

@mdheller mdheller commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • Prevent accidental inclusion of Git merge conflict markers in files touched by a PR.
  • Make it easy for contributors to run an automated check for conflict markers as part of local validation and PR review.

Description

  • Add a new checklist item No Git merge conflict markers remain in touched files to .github/PULL_REQUEST_TEMPLATE.md and CONTRIBUTING.md.
  • Add a rg (ripgrep) command to the Validation commands run section in .github/PULL_REQUEST_TEMPLATE.md to search for conflict markers (<<<<<<<, =======, >>>>>>>) across a set of important files.
  • Add the same rg command to the Validate before committing section in CONTRIBUTING.md so contributors can run the check locally before pushing.
  • Minor formatting and spacing adjustments around the added commands and checklist entries.

Testing

  • No automated test suite was executed for this documentation-only change.
  • The change is additive to developer tooling and linters and does not affect production code or schema validation.

Codex Task

@mdheller
mdheller merged commit 6a92c51 into main Apr 8, 2026
@mdheller
mdheller deleted the codex/resolve-merge-conflicts-in-branch branch April 8, 2026 20:02
mdheller added a commit that referenced this pull request Aug 3, 2026
…Leaderboard cockpit (gap #8) (#271)

Start at the cloud∩local intersection, then fan out. InferenceGateway is the shared
serving seam both prophet-platform (model-fabric) and agent-machine (local) adapt to,
with the existing GatewayCallAudit as the shared per-call receipt; consent-gated fail-closed.
Model Catalog & Leaderboard surface = the live cockpit screen: every foundation model +
OS capability, cloud/local/both placement, sovereignty×governance-weighted board, and the
SP-vs-Claude-Enterprise positioning (DRAFT/VERIFY-gated). Feed-driven + producer + tests.

Co-authored-by: Michael Heller <mdheller314@icloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant