You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add content generation rules + update blog with verified data
CLAUDE.md: Added "Content Generation Rules" section — always check
system date, re-read latest results files, include generation date,
use exact numbers from data.
Blog post: Rewrote with per-task timing data from actual results,
added evaluation date (April 15, 2026), linked to eval.agenthunter.io.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AgentHunter Eval
2
2
3
-
The credit rating agency for AI agents — open-source evaluation framework + discovery platform.
3
+
The credit rating agency for AI agents — open-source evaluation platform with two layers: Task Eval (agent task completion) + Tool Eval (MCP server quality).
4
4
5
5
## Quick Reference
6
6
@@ -63,6 +63,13 @@ agent-eval/
63
63
- ESM-only (`"type": "module"` in package.json)
64
64
- Use `node:` prefix for Node.js built-in imports
65
65
66
+
## Content Generation Rules
67
+
68
+
-**CRITICAL**: When generating any content (blog posts, reports, documentation), always check the current system date first and ensure all data, statistics, and references are up-to-date as of that date
69
+
- Never use stale data from earlier in the conversation — always re-read the latest results/ files before generating content
70
+
- Include the generation date in all published content
71
+
- Reference specific evaluation data with exact numbers from the latest results
72
+
66
73
## Key Design Decisions
67
74
68
75
1.**Protocol adapters are pluggable** — each protocol (MCP, A2A, REST) implements a common `ProtocolAdapter` interface
0 commit comments