Loading...
Loading...
Compare original and translation side by side
docs/steering/QA.mdreferences/qa-template.mddocs/steering/QA.mdreferences/qa-template.mddocs/steering/QA.mdAskUserQuestionquestionheaderoptions[{label: "Refine it", description: "Review and improve the existing document"}, {label: "Exit", description: "Leave it as-is"}]docs/steering/QA.mdAskUserQuestionquestionheaderoptions[{label: "完善它", description: "审阅并改进现有文档"}, {label: "退出", description: "保持原样"}]vitest.config.tsjest.config.jspytest.inipackage.jsontesttest:watchtest:coverage.test.ts.spec.ts_test.go.github/workflows/skipxit@pytest.mark.skipdocs/steering/TECH.mdvitest.config.tsjest.config.jspytest.inipackage.jsontesttest:watchtest:coverage.test.ts.spec.ts_test.go.github/workflows/skipxit@pytest.mark.skipdocs/steering/TECH.mdAskUserQuestionAskUserQuestionreferences/qa-template.md[PLACEHOLDER]references/qa-template.md[PLACEHOLDER]AskUserQuestionquestion: "Does this reflect the QA standards accurately?"header: "Review"options: [{label: "Looks good — save it", description: "Write to docs/steering/QA.md"}, {label: "I have changes", description: "I want to adjust something first"}]AskUserQuestionquestion: "这份文档是否准确反映了QA标准?"header: "审阅"options: [{label: "看起来不错——保存它", description: "写入docs/steering/QA.md"}, {label: "我需要修改", description: "我想先调整一些内容"}]mkdir -p docs/steeringdocs/steering/QA.mdgit add docs/steering/QA.md
git commit -m "docs: add QA standards steering document"mkdir -p docs/steeringdocs/steering/QA.mdgit add docs/steering/QA.md
git commit -m "docs: add QA standards steering document"AskUserQuestionquestionheaderoptions[{label: "Yes — push to wiki", description: "Publish QA.md as a wiki page"}, {label: "Not now", description: "Skip wiki sync"}]REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner)
git clone https://github.com/$REPO.wiki.git /tmp/wiki-sync
cp docs/steering/QA.md /tmp/wiki-sync/WTF-QA.md
cd /tmp/wiki-sync && git add WTF-QA.md && git commit -m "Sync: QA standards" && git push
rm -rf /tmp/wiki-syncAskUserQuestionquestionheaderoptions[{label: "是——推送到Wiki", description: "将QA.md发布为Wiki页面"}, {label: "暂时不用", description: "跳过Wiki同步"}]REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner)
git clone https://github.com/$REPO.wiki.git /tmp/wiki-sync
cp docs/steering/QA.md /tmp/wiki-sync/WTF-QA.md
cd /tmp/wiki-sync && git add WTF-QA.md && git commit -m "Sync: QA standards" && git push
rm -rf /tmp/wiki-syncAskUserQuestionquestionheaderoptions[{label: "Create VISION.md", description: "Run to document the product vision"}, {label: "Create TECH.md", description: "Runto document the technical guidelines"}, {label: "Create DESIGN.md", description: "Run to document the design guidelines"}, {label: "Stop here", description: "Exit — no further action"}]AskUserQuestionquestionheaderoptions[{label: "创建VISION.md", description: "运行记录产品愿景"}, {label: "创建TECH.md", description: "运行记录技术指南"}, {label: "创建DESIGN.md", description: "运行记录设计指南"}, {label: "到此为止", description: "退出——无进一步操作"}]