bmad-method 6.2.3-next.28 → 6.2.3-next.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -24,9 +24,21 @@ deferred_work_file: '{implementation_artifacts}/deferred-work.md'
|
|
|
24
24
|
|
|
25
25
|
### CHECKPOINT 1
|
|
26
26
|
|
|
27
|
-
Present summary. If token count exceeded 1600 and user chose [K], include the token count and explain why it may be a problem.
|
|
27
|
+
Present summary. Display the spec file path as a CWD-relative path (no leading `/`) so it is clickable in the terminal. If token count exceeded 1600 and user chose [K], include the token count and explain why it may be a problem.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
After presenting the summary, display this note:
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Before approving, you can open the spec file in an editor or ask me questions and tell me what to change. You can also use `bmad-advanced-elicitation`, `bmad-party-mode`, or `bmad-code-review` skills, ideally in another session to avoid context bloat.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
HALT and ask human: `[A] Approve` | `[E] Edit`
|
|
38
|
+
|
|
39
|
+
- **A**: Re-read `{spec_file}` from disk.
|
|
40
|
+
- **If the file is missing:** HALT. Tell the user the spec file is gone and STOP — do not write anything to `{spec_file}`, do not set status, do not proceed to Step 3. Nothing below this point runs.
|
|
41
|
+
- **If the file exists:** Compare the content to what you wrote. If it has changed since you wrote it, acknowledge the external edits — show a brief summary of what changed — and proceed with the updated version. Then set status `ready-for-dev` in `{spec_file}`. Everything inside `<frozen-after-approval>` is now locked — only the human can change it. → Step 3.
|
|
30
42
|
- **E**: Apply changes, then return to CHECKPOINT 1.
|
|
31
43
|
|
|
32
44
|
|