Skip to content

Add AGENTS.md and CLAUDE.md agent guidance#137

Merged
dennisdoomen merged 5 commits into
mainfrom
dennisdoomen/generate-agents-md
May 30, 2026
Merged

Add AGENTS.md and CLAUDE.md agent guidance#137
dennisdoomen merged 5 commits into
mainfrom
dennisdoomen/generate-agents-md

Conversation

@dennisdoomen

Copy link
Copy Markdown
Owner

Adds an AGENTS.md generated from the codebase, README, and docs, plus a CLAUDE.md that points to it.

What's included

AGENTS.md — canonical guidance for AI coding agents:

  • Project overview and design principles
  • Repository layout (core library, specs, API verification tests, Nuke build, docs)
  • Build commands (./build.ps1 / ./build.sh / Nuke / dotnet build) and analyzer/multi-target notes
  • Testing conventions (xUnit, AAA, nested classes, FluentAssertions) with filter examples
  • Public API approval process (AcceptApiChanges.ps1/.sh)
  • Code style, dependency rules, and a usage cheat sheet referencing SKILL.md

CLAUDE.md — short pointer to AGENTS.md and SKILL.md.

Notes

  • Content was verified against the current solution. The FluentAssertions.Mockly.v7/.v8 packages mentioned in the README are not currently present as projects in Mockly.sln, so that caveat is documented rather than assumed.
  • Test FQN examples were verified against Mockly.Specs/HttpMockSpecs.cs.
  • Documentation-only change; no source or tests affected.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

github-actions Bot commented May 30, 2026

Copy link
Copy Markdown

Test Results

  3 files  ±0    3 suites  ±0   12s ⏱️ +6s
 89 tests ±0   89 ✅ ±0  0 💤 ±0  0 ❌ ±0 
175 runs  ±0  175 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit a681e33. ± Comparison against base commit 5239fa0.

♻️ This comment has been updated with latest results.

@coveralls

coveralls commented May 30, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 26680262713

Warning

Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes.
Quick fix: rebase this PR. Learn more →

Coverage remained the same at 83.649%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1010
Covered Lines: 899
Line Coverage: 89.01%
Relevant Branches: 311
Covered Branches: 206
Branch Coverage: 66.24%
Branches in Coverage %: Yes
Coverage Strength: 334.8 hits per line

💛 - Coveralls

dennisdoomen and others added 4 commits May 30, 2026 11:15
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…KILL.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…NTS.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dennisdoomen dennisdoomen merged commit 6148771 into main May 30, 2026
5 of 6 checks passed
@dennisdoomen dennisdoomen deleted the dennisdoomen/generate-agents-md branch May 30, 2026 09:22
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