@staff0rd/assist 0.153.0 → 0.154.0

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 +3 -3
  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.153.0",
9
+ version: "0.154.0",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -269,7 +269,7 @@ function buildAuthoredPhasePrompt(item, phaseIndex, phase) {
269
269
  ...buildManualCheckLines(manualChecks),
270
270
  "",
271
271
  `You can run \`assist backlog comments ${item.id}\` to read prior phase notes and comments.`,
272
- `You can run \`assist backlog comment ${item.id} "<text>"\` to post findings or changes worth noting.`,
272
+ `Post concise comments for any notable findings or changes using \`assist backlog comment ${item.id} "<text>"\`.`,
273
273
  "",
274
274
  `Once verify passes${confirmSuffix}, run: assist backlog phase-done ${item.id} ${phaseIndex} "<summary>"`,
275
275
  "Replace <summary> with a concise summary of what was done in this phase."
@@ -326,7 +326,7 @@ function buildReviewPrompt(item, phaseIndex) {
326
326
  "If any criterion fails, fix the issue and re-verify before proceeding.",
327
327
  "",
328
328
  `You can run \`assist backlog comments ${item.id}\` to read prior phase notes and comments.`,
329
- `You can run \`assist backlog comment ${item.id} "<text>"\` to post findings or changes worth noting.`,
329
+ `Post concise comments for any notable findings or changes using \`assist backlog comment ${item.id} "<text>"\`.`,
330
330
  "",
331
331
  "After all criteria pass, ask the user to confirm any manual checks",
332
332
  "(e.g. end-to-end behaviour they need to verify themselves).",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.153.0",
3
+ "version": "0.154.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {