fix(checkpoint): simplify change_type from table to one-liner

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2026-04-01 08:03:47 -07:00
parent bd450d0c71
commit fd0d64d59c
1 changed files with 1 additions and 9 deletions

View File

@ -45,15 +45,7 @@ Once a change is identified from any source above, fill in the complementary art
## DETERMINE WHAT YOU HAVE ## DETERMINE WHAT YOU HAVE
Set `change_type` based on how the user referred to the change: Set `change_type` to match how the user referred to the change — `PR`, `commit`, `branch`, or their own words (e.g. `auth refactor`). Default to `change` if ambiguous.
| User referenced | `change_type` |
|---|---|
| A pull request | `PR` |
| A commit | `commit` |
| A branch | `branch` |
| A description (e.g. "the auth refactor") | use their words (e.g. `auth refactor`) |
| Nothing specific / ambiguous | `change` |
Set `review_mode` — pick the first match: Set `review_mode` — pick the first match: