gh-bootstrap
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese- Ask user for communication language and template language preference.
- Read project structure to identify languages and frameworks.
- Call to collect necessary configuration variables.
AskUserQuestion - Scan for existing config files and plan conflict resolution (see references/RULES.md).
- Read to map required files to repository URLs.
specs/template-catalog.md - Clone template repositories, perform variable substitution, and write files.
- Generate execution report with next-step suggestions.
- 询问用户偏好的沟通语言和模板语言。
- 读取项目结构以识别使用的语言和框架。
- 调用来收集必要的配置变量。
AskUserQuestion - 扫描现有配置文件并规划冲突解决方案(详见references/RULES.md)。
- 读取以将所需文件映射到仓库URL。
specs/template-catalog.md - 克隆模板仓库,执行变量替换并写入文件。
- 生成包含下一步建议的执行报告。
Mandatory Rules
强制规则
- NEVER write config files from memory; MUST use downloaded templates.
- ALWAYS replace all variable placeholders (e.g., ).
{{projectName}} - See references/RULES.md for detailed architecture and constraints.
- 绝对不要凭记忆编写配置文件;必须使用下载的模板。
- 务必替换所有变量占位符(例如)。
{{projectName}} - 有关详细架构和约束,请参阅references/RULES.md。