From e150d2ff117c405b7acc16dcda7530c4b4223805 Mon Sep 17 00:00:00 2001
From: Daniel Gaskins
Date: Fri, 21 Aug 2026 15:29:49 -0700
Subject: [PATCH 1/2] Credit project creator and field note
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index e5d25bb..bf7cf8a 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,11 @@
+
+ Created by Daniel Gaskins ยท
+ Read the mutation-testing field note
+
+
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
From 85f466596af97d147a72e306fd0350d55e7bf440 Mon Sep 17 00:00:00 2001
From: Daniel Gaskins
Date: Fri, 21 Aug 2026 15:31:19 -0700
Subject: [PATCH 2/2] Add creator links to package metadata
---
pyproject.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index bfc47da..75ad85a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"