Skip to content

Commit 650dae0

Browse files
committed
fix(setup.sh): add missing QUICKSTART.md hint in Next steps
1 parent 9dbf1a9 commit 650dae0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moyaspace/openspec-superpowers-opencode",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Scaffold OpenSpec + Superpowers projects for OpenCode with git worktree isolation",
55
"keywords": [
66
"openspec",

scripts/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ echo ""
897897
echo "$(t "=== 安装完成 ===" "=== Installation Complete ===")"
898898
echo ""
899899
echo "$(t "下一步:" "Next steps:")"
900+
echo "$(t " 0. 快速开始指南在安装目录 docs/QUICKSTART.md" " 0. Quick start guide at docs/QUICKSTART.md in installation directory")"
900901
echo "$(t " 1. /opsx-ff <功能名> 创建第一个变更" " 1. /opsx-ff <feature-name> to create your first change")"
901902
echo "$(t " 2. 或 /opsx-onboard 进行引导式入门" " 2. Or /opsx-onboard for guided onboarding")"
902903
echo ""

0 commit comments

Comments
 (0)