@staff0rd/assist 0.216.0 → 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.
@@ -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
- Read relevant parts of the codebase to understand the current architecture and patterns.
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
 
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.216.0",
9
+ version: "0.216.1",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.216.0",
3
+ "version": "0.216.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {