@staff0rd/assist 0.215.1 → 0.216.1
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/allowed.cli-reads +1 -0
- package/claude/commands/draft.md +2 -2
- package/dist/allowed.cli-reads +1 -0
- package/dist/index.js +281 -260
- package/package.json +1 -2
package/allowed.cli-reads
CHANGED
package/claude/commands/draft.md
CHANGED
|
@@ -7,9 +7,9 @@ You are helping the user create a well-structured backlog item with a phased imp
|
|
|
7
7
|
|
|
8
8
|
## Step 1: Understand the idea
|
|
9
9
|
|
|
10
|
-
If the user provided a description via $ARGUMENTS, use that as a starting point. Otherwise, ask what they want to build.
|
|
10
|
+
If the user provided a description via $ARGUMENTS, use that as a starting point. Otherwise, ask the user what they want to build — do NOT read any codebase files yet. Wait for their response before doing anything else.
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Once you have a description (either from $ARGUMENTS or the user's reply), read relevant parts of the codebase to understand the current architecture and patterns as they relate to what's being drafted.
|
|
13
13
|
|
|
14
14
|
## Step 2: Ask clarifying questions
|
|
15
15
|
|