Loading...
Loading...
Compare original and translation side by side
docs/steering/TECH.mdreferences/tech-template.mddocs/steering/TECH.mdreferences/tech-template.mddocs/steering/TECH.mdAskUserQuestionquestionheaderoptions[{label: "Refine it", description: "Review and improve the existing document"}, {label: "Exit", description: "Leave it as-is"}]docs/steering/TECH.mdAskUserQuestionquestionheaderoptions[{label: "完善它", description: "审阅并改进现有文档"}, {label: "退出", description: "保持文档原样"}]package.jsonpyproject.tomlgo.modCargo.toml*.csprojpackage.jsonpackage.jsonMakefilejustfiledocs/adr/docs/decisions/package.jsonpyproject.tomlgo.modCargo.toml*.csprojpackage.jsonpackage.jsonMakefilejustfiledocs/adr/docs/decisions/AskUserQuestionAskUserQuestionreferences/tech-template.md[PLACEHOLDER]references/tech-template.md[PLACEHOLDER]AskUserQuestionquestion: "Does this accurately reflect the technical setup?"header: "Review"options: [{label: "Looks good — save it", description: "Write to docs/steering/TECH.md"}, {label: "I have changes", description: "I want to adjust something first"}]AskUserQuestionquestion: "这份文档是否准确反映了技术配置?"header: "审阅"options: [{label: "没问题——保存它", description: "写入docs/steering/TECH.md"}, {label: "我需要修改", description: "我想先调整一些内容"}]mkdir -p docs/steeringdocs/steering/TECH.mdgit add docs/steering/TECH.md
git commit -m "docs: add technical guidelines steering document"mkdir -p docs/steeringdocs/steering/TECH.mdgit add docs/steering/TECH.md
git commit -m "docs: add technical guidelines steering document"AskUserQuestionquestionheaderoptions[{label: "Yes — push to wiki", description: "Publish TECH.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/TECH.md /tmp/wiki-sync/WTF-Tech.md
cd /tmp/wiki-sync && git add WTF-Tech.md && git commit -m "Sync: technical guidelines" && git push
rm -rf /tmp/wiki-syncAskUserQuestionquestionheaderoptions[{label: "是——推送到Wiki", description: "将TECH.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/TECH.md /tmp/wiki-sync/WTF-Tech.md
cd /tmp/wiki-sync && git add WTF-Tech.md && git commit -m "Sync: technical guidelines" && git push
rm -rf /tmp/wiki-syncAskUserQuestionquestionheaderoptions[{label: "Create DESIGN.md", description: "Run to document the design guidelines"}, {label: "Create QA.md", description: "Runto document the QA standards"}, {label: "Create VISION.md", description: "Run to document the product vision"}, {label: "Stop here", description: "Exit — no further action"}]AskUserQuestionquestionheaderoptions[{label: "创建DESIGN.md", description: "运行来记录设计指南"}, {label: "创建QA.md", description: "运行来记录QA标准"}, {label: "创建VISION.md", description: "运行来记录产品愿景"}, {label: "到此为止", description: "退出——无进一步操作"}]