Loading...
Loading...
Compare original and translation side by side
${MIGRATION_TYPE="Framework Version|Architecture Refactoring|Technology Migration|Dependencies Update|Pattern Changes"}
<!-- Type of migration or evolution -->
${SOURCE_REFERENCE="branch|commit|tag"}
<!-- Source reference point (before state) -->
${TARGET_REFERENCE="branch|commit|tag"}
<!-- Target reference point (after state) -->
${ANALYSIS_SCOPE="Entire project|Specific folder|Modified files only"}
<!-- Scope of analysis -->
${CHANGE_FOCUS="Breaking Changes|New Conventions|Obsolete Patterns|API Changes|Configuration"}
<!-- Main aspect of changes -->
${AUTOMATION_LEVEL="Conservative|Balanced|Aggressive"}
<!-- Level of automation for Copilot suggestions -->
${GENERATE_EXAMPLES="true|false"}
<!-- Include transformation examples -->
${VALIDATION_REQUIRED="true|false"}
<!-- Require validation before application -->${MIGRATION_TYPE="Framework Version|Architecture Refactoring|Technology Migration|Dependencies Update|Pattern Changes"}
<!-- 迁移或演进的类型 -->
${SOURCE_REFERENCE="branch|commit|tag"}
<!-- 源参考节点(迁移前状态) -->
${TARGET_REFERENCE="branch|commit|tag"}
<!-- 目标参考节点(迁移后状态) -->
${ANALYSIS_SCOPE="Entire project|Specific folder|Modified files only"}
<!-- 分析范围 -->
${CHANGE_FOCUS="Breaking Changes|New Conventions|Obsolete Patterns|API Changes|Configuration"}
<!-- 变更的核心方向 -->
${AUTOMATION_LEVEL="Conservative|Balanced|Aggressive"}
<!-- Copilot建议的自动化程度 -->
${GENERATE_EXAMPLES="true|false"}
<!-- 是否包含转换示例 -->
${VALIDATION_REQUIRED="true|false"}
<!-- 是否需要在应用前进行验证 -->"Analyze code evolution between two project states to generate precise migration instructions for GitHub Copilot. These instructions will guide Copilot to automatically apply the same transformation patterns during future modifications. Follow this methodology:"分析项目两个状态之间的代码演进,为GitHub Copilot生成精准的迁移指令。这些指令将指导Copilot在未来的代码修改中自动应用相同的转换模式。请遵循以下方法:.github/copilot-migration-instructions.md.github/copilot-migration-instructions.md| Old API | New API | Notes | Example |
|---|---|---|---|
| [OLD_API] | [NEW_API] | [CHANGES] | [CODE_EXAMPLE] |
| 旧API | 新API | 说明 | 示例 |
|---|---|---|---|
| [旧API] | [新API] | [变更点] | [代码示例] |
undefinedundefined