diff --git a/.pi/prompts/cl.md b/.pi/prompts/cl.md index 5b481aee..f71bfc74 100644 --- a/.pi/prompts/cl.md +++ b/.pi/prompts/cl.md @@ -22,6 +22,7 @@ Audit changelog entries for all commits since the last release. 4. **For each commit, check:** - Skip: changelog updates, doc-only changes, release housekeeping + - Skip: changes to generated model catalogs (for example `packages/ai/src/models.generated.ts`) unless accompanied by an intentional product-facing change in non-generated source/docs. - Determine which package(s) the commit affects (use `git show --stat`) - Verify a changelog entry exists in the affected package(s) - For external contributions (PRs), verify format: `Description ([#N](url) by [@user](url))`