We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbf1a9 commit 650dae0Copy full SHA for 650dae0
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@moyaspace/openspec-superpowers-opencode",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Scaffold OpenSpec + Superpowers projects for OpenCode with git worktree isolation",
5
"keywords": [
6
"openspec",
scripts/setup.sh
@@ -897,6 +897,7 @@ echo ""
897
echo "$(t "=== 安装完成 ===" "=== Installation Complete ===")"
898
echo ""
899
echo "$(t "下一步:" "Next steps:")"
900
+echo "$(t " 0. 快速开始指南在安装目录 docs/QUICKSTART.md" " 0. Quick start guide at docs/QUICKSTART.md in installation directory")"
901
echo "$(t " 1. /opsx-ff <功能名> 创建第一个变更" " 1. /opsx-ff <feature-name> to create your first change")"
902
echo "$(t " 2. 或 /opsx-onboard 进行引导式入门" " 2. Or /opsx-onboard for guided onboarding")"
903
0 commit comments