docs: add agent instructions for commit hygiene - #84
Merged
Conversation
Codifies three things this session's PR reviews (#79, #83) ran into repeatedly: branches based on a stale main, unsigned commits failing DCO, and hand-committed build assets. AGENTS.md holds the actual content; CLAUDE.md imports it since Claude Code doesn't read AGENTS.md natively. Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
emberfiend
approved these changes
Jul 23, 2026
1 task
moodyjmz
added a commit
that referenced
this pull request
Aug 10, 2026
Every other rule in this file explains its motivating incident in the commit message or PR body, never inside the instructional text itself — #79, #83, #84, and #100's own diagnosis are all discussed there, not quoted in AGENTS.md. "see #100" broke that pattern and adds nothing: the DAV SEARCH orderby/limit example is already self-contained, and a bare PR number means nothing to a future reader without the context this conversation had. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.mdcovering three things that came up across this session's reviews of fix: sort recent files newest first #79 and feat: show preview thumbnails in the list view #83: branching from a stalemain, unsigned commits failing DCO, and hand-committed build assets.CLAUDE.md(@AGENTS.md) since Claude Code doesn't readAGENTS.mdnatively — this makes it and other AGENTS.md-aware tools share one source of truth.Test plan