From 7909560a38ff848c0212b19c1aa53d983b38ec50 Mon Sep 17 00:00:00 2001 From: EmersonBraun Date: Tue, 21 Jul 2026 13:59:05 -0300 Subject: [PATCH] docs: add verification evidence guidance --- README.md | 6 ++++++ components/CodeExample.tsx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 8ce701e7..645b3229 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Below is a minimal example of an AGENTS.md file: - After moving files or changing imports, run `pnpm lint --filter ` to be sure ESLint and TypeScript rules still pass. - Add or update tests for the code you change, even if nobody asked. +## Verification evidence +- Run every command you cite from a clean checkout when practical. +- In the PR description, list the exact commands you ran and whether they passed. +- If a check could not run, say why and what remains unverified. +- Do not claim a check passed based only on reading the code or another agent's report. + ## PR instructions - Title format: [] - Always run `pnpm lint` and `pnpm test` before committing. diff --git a/components/CodeExample.tsx b/components/CodeExample.tsx index 1fc4a336..464869bc 100644 --- a/components/CodeExample.tsx +++ b/components/CodeExample.tsx @@ -56,6 +56,12 @@ name>"\`. <project_name>\` to be sure ESLint and TypeScript rules still pass. - Add or update tests for the code you change, even if nobody asked. +## Verification evidence +- Run every command you cite from a clean checkout when practical. +- In the PR description, list the exact commands you ran and whether they passed. +- If a check could not run, say why and what remains unverified. +- Do not claim a check passed based only on reading the code or another agent's report. + ## PR instructions - Title format: [<project_name>] <Title> - Always run \`pnpm lint\` and \`pnpm test\` before committing.`;