Skip to content

docs: drop PR-count split from PM report#184

Merged
tyrahappy merged 1 commit into
mainfrom
docs/pm-report-drop-pr-split
Apr 20, 2026
Merged

docs: drop PR-count split from PM report#184
tyrahappy merged 1 commit into
mainfrom
docs/pm-report-drop-pr-split

Conversation

@0b00101111

Copy link
Copy Markdown
Contributor

Summary

Follow-up to PR #183. The PM report still has a line — 'PR split: Sam 77 (61%), Jess 50 (39%). Every PR reviewed by the other.' — that conflates a typo fix with an architectural refactor and undercuts the 'every PR reviewed' point that's actually load-bearing for a team PM report.

Change

One-line replacement on the PM report:

Before: PR split: Sam 77 (61%), Jess 50 (39%). Every PR reviewed by the other.
After: Review discipline: all 127 merged PRs passed through code review by the other team member before merging — enforced by branch protection on main (see below).

Keeps the total (127, verifiable) and drops the individual split.

Test plan

  • Line 35 of docs/homework/project-management-report.md reads the new 'Review discipline' framing
  • No other references to the 77/50 split remain

🤖 Generated with Claude Code

PR counts conflate a typo fix with an architectural refactor. Reframe
around the review gate — all 127 PRs reviewed by the other team member
before merge — which is the actually load-bearing claim for a PM report.
Copilot AI review requested due to automatic review settings April 20, 2026 18:16

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

Updates the project-management report to emphasize enforced cross-review discipline (via branch protection) and remove the per-person PR split that could be misleading in a PM context.

Changes:

  • Replaces the “PR split” line with a “Review discipline” statement referencing branch protection and total merged PR count.

| Apr 18–20 | Business-case doc, deck iterations, Campaign → Script rename across deck/frontend/backend, lessons-series refresh | M5-distributed-patterns experiments (fan-out, stragglers, idempotency), experiment overview, PDF export, M5-4 rerun | Final submission package |

**PR split:** Sam 77 (61%), Jess 50 (39%). Every PR reviewed by the other.
**Review discipline:** all 127 merged PRs passed through code review by the other team member before merging — enforced by branch protection on `main` (see below).

Copilot AI Apr 20, 2026

Copy link

Choose a reason for hiding this comment

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

This line states that all 127 merged PRs passed through code review, but later in the same document the “One PR, one fix” / branch-protection bullet refers to 112 PRs/112 merged PRs. Please reconcile these counts (either update the later 112 references to 127, or explain what subset 112 refers to) so the report is internally consistent.

Suggested change
**Review discipline:** all 127 merged PRs passed through code review by the other team member before merging — enforced by branch protection on `main` (see below).
**Review discipline:** all 127 merged PRs passed through code review by the other team member before merging. The **112 merged PRs** referenced later in the “One PR, one fix” / branch-protection bullet are the subset counted in that branch-protection audit on `main` (see below).

Copilot uses AI. Check for mistakes.
@tyrahappy tyrahappy merged commit 9c229a0 into main Apr 20, 2026
6 checks passed
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.

3 participants