Skip to content

Commit 6b545f6

Browse files
CS-TaoclaudeTabishB
authored
fix: add slash command hints in workflow completion messages (Fission-AI#603)
When artifacts or tasks are complete, the command templates now suggest specific slash commands (/opsx:apply, /opsx:archive) instead of generic guidance, helping users discover the next workflow step. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Tabish Bidiwale <30385142+TabishB@users.noreply.github.com>
1 parent 661059b commit 6b545f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/templates/skill-templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ export function getOpsxContinueCommandTemplate(): CommandTemplate {
17621762
**If all artifacts are complete (\`isComplete: true\`)**:
17631763
- Congratulate the user
17641764
- Show final status including the schema used
1765-
- Suggest: "All artifacts created! You can now implement this change or archive it."
1765+
- Suggest: "All artifacts created! You can now implement this change with \`/opsx:apply\` or archive it with \`/opsx:archive\`."
17661766
- STOP
17671767
17681768
---
@@ -1951,7 +1951,7 @@ Working on task 4/7: <task description>
19511951
- [x] Task 2
19521952
...
19531953
1954-
All tasks complete! Ready to archive this change.
1954+
All tasks complete! You can archive this change with \`/opsx:archive\`.
19551955
\`\`\`
19561956
19571957
**Output On Pause (Issue Encountered)**

0 commit comments

Comments
 (0)