Skip to content

AGENTS.md: add Communicating with the User conventions - #268

Merged
ptr727 merged 1 commit into
developfrom
feature/agents-user-comms
Jul 9, 2026
Merged

AGENTS.md: add Communicating with the User conventions#268
ptr727 merged 1 commit into
developfrom
feature/agents-user-comms

Conversation

@ptr727

@ptr727 ptr727 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Adds a short Communicating with the User section to AGENTS.md with two agent<->user interaction rules:

  1. Reference every pull request as a clickable link — a markdown link to the PR ([#123](.../pull/123)), never a bare #123; same for issues and commits.
  2. Ask for input as a numbered list — so the user can reply per number; two or more questions are always numbered.

Additive only; no existing wording changed. Placed as a new H2 after PR Review Etiquette, before Workflow YAML Conventions. CRLF preserved.

🤖 Generated with Claude Code

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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 #123 references.
  • Add a rule to ask multi-question user input as a numbered list to enable per-item replies.

Comment thread AGENTS.md
@ptr727
ptr727 merged commit a934172 into develop Jul 9, 2026
7 checks passed
@ptr727
ptr727 deleted the feature/agents-user-comms branch July 9, 2026 21:40
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)
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