Skip to content
Open
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Below is a minimal example of an AGENTS.md file:
- After moving files or changing imports, run `pnpm lint --filter <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.
Expand Down
6 changes: 6 additions & 0 deletions components/CodeExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.`;
Expand Down