diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5ba8a604a..1155906e0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -59,3 +59,17 @@ Fixes # Frontend: cd frontend && pnpm format && pnpm lint && pnpm typecheck && BETTER_AUTH_SECRET=local-dev-secret pnpm build && make test Frontend E2E (if you touched frontend/): cd frontend && make test-e2e --> + +## AI assistance + + + +**Tool(s) used:** + +**How you used it:** + +- [ ] I've read and understand every line of this change and take responsibility for it — it's not unreviewed AI output. + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ceebba99c..71c4b95b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -287,6 +287,21 @@ Nginx (port 2026) ← Unified entry point git push origin feature/your-feature-name ``` +## AI assistance disclosure + +DeerFlow is an AI project and we welcome AI-assisted contributions. To help +reviewers calibrate how closely to read a change, **every pull request must +complete the "AI assistance" section of the +[PR template](.github/pull_request_template.md)**: + +- which tool(s) you used (or `none`), +- how you used them, and +- a confirmation that a human has read, understands, and takes responsibility + for the change. + +Please don't delete the section. PRs that ignore it may be asked to fill it in +before review. + ## Testing ```bash