the signals and their derived score are provisional and subject to change.
validate manually before sharing.
212928376089863f095054a8c2e15a97050347f93c62c1a45dd66ea40854a10454dfb7e6655a2e16Authored: 7 months ago (Fri, 6 Feb 2026 15:28:29 +0000)Match: Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>7c8e8e5ed6dfcc2cb12a7280a49afa5385adbcf8Authored: 7 months ago (Fri, 6 Feb 2026 15:25:21 +0000)Match: Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>ea728cc102c9842602a4a9b690505b31e7dd5c87Authored: 1 year ago (Mon, 25 Aug 2025 00:33:36 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)ea728cc102c9842602a4a9b690505b31e7dd5c87Authored: 1 year ago (Mon, 25 Aug 2025 00:33:36 +0000)Match: Co-Authored-By: Claude <noreply@anthropic.com>.github/workflows/claude.ymlTool: claude-codename: Claude Code
on:
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
issues:
types: [opened]
pull_request_review:
types: [submitted]
jobs:
claude:
if: |
(
github.event_name == 'issue_comment' &&
contains(github.event.comment.body, '@claude') &&
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
) ||
(
github.event_name == 'pull_request_review_commenAGENTS.mdTool: agents-md# Project Guide
This file is the source of working guidance for AI coding agents in this repository.
## Commands
- Use `pnpm`, not `npm` or `npx`.
- Common checks:
- `pnpm lint`
- `pnpm types`
- `pnpm test`
- `pnpm check`
- Prisma:
- `pnpm db:generate` generates Prisma Client and TypedSQL.
- `pnpm prisma validate` validates the schema.
- Database-backed Prisma commands must use the project scripts that wrap `scripts/db-cmd.sh` when available.
- Do not run `pnpm dev`, `pnpm build`, `pnpm sta.cursorFile: .gitignoreTool: cursor.claudeFile: .gitignoreTool: claude-code.geminiFile: .gitignoreTool: gemini.agentsFile: .gitignoreTool: unspecified.github/copilot-instructions.mdFile: .gitignoreTool: github-copilotCLAUDE.mdFile: .gitignoreTool: claude-codeAGENTS.mdFile: .gitignoreTool: agents-mdAGENT.mdFile: .gitignoreTool: agents-mdGEMINI.mdFile: .gitignoreTool: gemini.cursor/File: .dockerignoreTool: cursor.claude/File: .dockerignoreTool: claude-code