Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<img src="https://raw.githubusercontent.com/danielgaskins/mendmark/main/docs/assets/mendmark-readme-hero.svg" width="100%" alt="Mendmark changes one part of a passing agent trace, reruns existing evaluators, and identifies killed faults and surviving blind spots.">
</p>

<p align="center">
Created by <a href="https://danielgaskins.com/">Daniel Gaskins</a> ·
<a href="https://danielgaskins.com/agent-eval-mutation-testing.html">Read the mutation-testing field note</a>
</p>

Your agent tests can all pass while an invoice is paid twice, access is granted
without authority, or a required tool action silently disappears. Mendmark tests
the tests themselves: it plants one controlled fault, runs the same evaluators
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ classifiers = [

[project.urls]
Homepage = "https://github.com/danielgaskins/mendmark"
Creator = "https://danielgaskins.com/"
"Field Note" = "https://danielgaskins.com/agent-eval-mutation-testing.html"
Repository = "https://github.com/danielgaskins/mendmark"
Issues = "https://github.com/danielgaskins/mendmark/issues"
Changelog = "https://github.com/danielgaskins/mendmark/blob/main/CHANGELOG.md"
Expand Down