Skip to content

docs: prose cleanup across AGENTS.md, README, package docstring, references#14

Open
brittanyreese wants to merge 3 commits into
mainfrom
docs/context-files-and-prose-cleanup
Open

docs: prose cleanup across AGENTS.md, README, package docstring, references#14
brittanyreese wants to merge 3 commits into
mainfrom
docs/context-files-and-prose-cleanup

Conversation

@brittanyreese

Copy link
Copy Markdown
Owner

Summary

  • Document main branch protection and dedupe binding rules in AGENTS.md
  • Tighten README and package docstring wording
  • Rejoin REFERENCES.md Software section into single-line paragraphs (wrap fix)

Test plan

  • Docs-only change; no code touched. CI should pass on lint/format/type-check/tests unchanged.

main now requires PRs (CI green across 3.11/3.12/3.13, linear
history, squash-merge only) - record it in Git workflow instead of
leaving the doc to imply direct push still works.

Also collapses the test-first and reference-value bullets that said
the same thing twice, drops the redundant Conventional-Commits
bullet already covered above, and removes the Gotchas section, whose
two lines duplicated the Commands comment and the binding rule.
Shortens a closing sentence in the reliability section and states
the package docstring as a plain description rather than an
instruction.
…aphs

Matches the rest of the file's one-paragraph-per-line convention; the
Software section had been left mid-edit with paragraphs broken across
several lines.
Copilot AI review requested due to automatic review settings July 4, 2026 03:35

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

Docs-only prose cleanup to keep public-facing messaging and contributor guidance consistent with the project’s current positioning (reliability + DIF report card) and to improve readability in key documentation.

Changes:

  • Align package tagline wording in __init__.py with the repository’s stated positioning.
  • Tighten phrasing and sentence flow in README reliability/DIF sections.
  • Reflow docs/REFERENCES.md prose into single-line paragraphs and tidy link formatting; update AGENTS.md contributor guidance.

Reviewed changes

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

File Description
src/metajudge/init.py Updates the package docstring tagline to the current “reliability + DIF report card” wording.
README.md Minor wording/sentence-structure edits for clarity in reliability and DIF explanation sections.
docs/REFERENCES.md Rewraps prose into single-line paragraphs; formats AutoRubric URLs as Markdown links.
AGENTS.md Adds/edits contributor workflow guidance and deduplicates “binding rules” text.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md

- Conventional Commits. One logical change per commit; keep formatting-only changes in their own `style:` commit (never bundle a repo-wide reformat into a feature commit).
- Trunk-based: `main` stays green and releasable. Small changes go straight to `main`; non-trivial work uses a short-lived branch merged back promptly so `main` never goes stale.
- `main` is branch-protected: PRs required (no direct push, including admins), CI green across the 3.11/3.12/3.13 matrix, linear history, squash-merge only.
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