@staff0rd/assist 0.297.0 → 0.297.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
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.297.0",
9
+ version: "0.297.1",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -3878,8 +3878,8 @@ function buildReviewPrompt(item, phaseNumber) {
3878
3878
  "Wait for the user to confirm before proceeding.",
3879
3879
  "",
3880
3880
  "Once the user confirms:",
3881
- `1. Run: assist backlog done ${item.id} "<summary>"`,
3882
- "2. Run: /commit",
3881
+ "1. Run: /commit",
3882
+ `2. Run: assist backlog done ${item.id} "<summary>"`,
3883
3883
  `3. Run: assist backlog phase-done ${item.id} ${phaseNumber} "done"`
3884
3884
  ].filter((line) => line !== void 0).join("\n");
3885
3885
  }
@@ -4064,7 +4064,7 @@ function buildReviewPhase() {
4064
4064
  name: REVIEW_PHASE_NAME,
4065
4065
  tasks: [
4066
4066
  {
4067
- task: "Verify acceptance criteria, confirm manual checks, mark done, commit, and signal phase-done."
4067
+ task: "Verify acceptance criteria, confirm manual checks, commit, mark done, and signal phase-done."
4068
4068
  }
4069
4069
  ]
4070
4070
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.297.0",
3
+ "version": "0.297.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {