AGENTS.md: add Communicating with the User conventions - #268
Merged
Conversation
Two agent<->user interaction rules: reference every PR as a clickable markdown link (never a bare #N), and present input requests as a numbered list so the user can reply per number. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a small governance update to AGENTS.md by introducing a new "Communicating with the User" section that standardizes how agents reference PRs/issues/commits and how they ask users for decisions, aligning agent output with clearer, more actionable review loops.
Changes:
- Add a rule to reference PRs as explicit clickable Markdown links rather than bare
#123references. - Add a rule to ask multi-question user input as a numbered list to enable per-item replies.
This was referenced Jul 9, 2026
Closed
ptr727
added a commit
that referenced
this pull request
Jul 9, 2026
…logging rules (#271) Promotion of `develop` -> `main`, batching the docs/governance PRs since the last promotion: - **#268** — AGENTS.md `## Communicating with the User` (clickable PR links; numbered questions). - **#269** — AGENTS.md `## Supported Development Platforms` (#228 §0: cross-platform by default, narrow only for a hard dependency/runtime ceiling). - **#270** — CODESTYLE.md: xUnit v3 + AwesomeAssertions (no native asserts); NuGet libraries log via `ILoggerFactory`, not Serilog. Diff is only `AGENTS.md` + `CODESTYLE.md`; no code. `spec/validate.py` green. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Adds a short Communicating with the User section to AGENTS.md with two agent<->user interaction rules:
[#123](.../pull/123)), never a bare#123; same for issues and commits.Additive only; no existing wording changed. Placed as a new H2 after
PR Review Etiquette, beforeWorkflow YAML Conventions. CRLF preserved.🤖 Generated with Claude Code