From fd0d64d59cf9133c90ac02c7987b54f4fd1cf15f Mon Sep 17 00:00:00 2001 From: Alex Verkhovsky Date: Wed, 1 Apr 2026 08:03:47 -0700 Subject: [PATCH] fix(checkpoint): simplify change_type from table to one-liner Co-Authored-By: Claude Opus 4.6 --- .../bmad-checkpoint-preview/step-01-orientation.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md index a0bf822f0..993cbd94f 100644 --- a/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md +++ b/src/bmm-skills/4-implementation/bmad-checkpoint-preview/step-01-orientation.md @@ -45,15 +45,7 @@ Once a change is identified from any source above, fill in the complementary art ## DETERMINE WHAT YOU HAVE -Set `change_type` based on how the user referred to the change: - -| 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 `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. Set `review_mode` — pick the first match: