@staff0rd/assist 0.193.0 → 0.193.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 +5 -2
  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.193.0",
9
+ version: "0.193.1",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -792,6 +792,7 @@ function buildAuthoredPhasePrompt(item, phaseNumber, phase) {
792
792
  ...buildContextLines(item, phaseNumber, phase),
793
793
  "",
794
794
  "Focus ONLY on this phase. Do not work on other phases.",
795
+ "If you need to modify backlog items, run `assist backlog --help` to discover available commands.",
795
796
  "When you have completed all tasks for this phase, run /verify to check your work.",
796
797
  ...buildManualCheckLines(manualChecks),
797
798
  "",
@@ -842,12 +843,14 @@ function buildReviewPrompt(item, phaseNumber) {
842
843
  item.description ? `Description: ${item.description}` : "",
843
844
  "",
844
845
  "This is the auto-generated review phase. Verify each acceptance criterion against the current implementation.",
846
+ "If you need to modify backlog items, run `assist backlog --help` to discover available commands.",
845
847
  "For each criterion, inspect the code and report PASS or FAIL with a brief explanation:",
846
848
  "",
847
849
  acLines,
848
850
  ...buildCommentLines(item.comments),
849
851
  "",
850
- "If any criterion fails, fix the issue and re-verify before proceeding.",
852
+ "If any criterion fails, fix the issue and re-verify.",
853
+ `If a criterion still fails after fixing, use \`assist backlog rewind ${item.id} <phase> --reason "<reason>"\` to return to the appropriate phase instead of using phase-done.`,
851
854
  "",
852
855
  `Post concise comments for any notable findings or changes using \`assist backlog comment ${item.id} "<text>"\`.`,
853
856
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.193.0",
3
+ "version": "0.193.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {