Skip to content
Merged
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Policy: [CONTRIBUTING.md](./CONTRIBUTING.md).

- Sign off commits (`git commit -s`); unsigned are blocked.
- Disclose AI assistance: `Assisted-by: AI` trailer (opt-in hook: `PDPP_AI_ASSISTED=1`).
- Disclose meaningful AI assistance: `Assisted-by: AI` on each assisted commit and as the final standalone PR-description line.
- Prose (PRs, issues, comments): technical, no filler, no emojis. What changed and why, briefly.
- Reject verbose summaries. Concise unless the change is a refactor, break, or architecture.
- Claims about the code need a file path or a reason.
Expand Down
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ contract changes, test expectations, and pull-request conventions.

## AI assistance

Building with AI is welcome. If AI helped meaningfully, add an `Assisted-by: AI`
trailer to the commit so reviewers can calibrate their scrutiny; a local hook can
add it for you (`.github/hooks/prepare-commit-msg`). It is vendor-neutral and sits
alongside your DCO sign-off. We review contributions on whether they are good, not
how they were made.
Building with AI is welcome. If AI helped meaningfully, add `Assisted-by: AI`
to each assisted commit and as a standalone final line in the pull request
description so reviewers can calibrate their scrutiny; a local hook can add the
commit trailer for you (`.github/hooks/prepare-commit-msg`). It is
vendor-neutral and sits alongside your DCO sign-off. We review contributions on
whether they are good, not how they were made.

## Spec-first workflow (OpenSpec)

Expand Down
Loading