You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/prompts/framework/Update-Instructions.prompt.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The following tasks should be executed in order, with each task depending on the
75
75
**Goal**: Clean up legacy instruction files after successful migration
76
76
**Actions**:
77
77
1. Verify all content has been successfully migrated from legacy files
78
-
2.Move any files in `.github/instructions/` (outside framework/repo) to appropriate subfolders
78
+
2.Delete any files in `.github/instructions/` (outside framework/repo) after confirming their content has been migrated to appropriate framework/repo subfolders
79
79
3. Remove `.github/copilot-instructions.md` ONLY after verifying complete migration
80
80
4. Clean up any other legacy instruction files found
81
81
@@ -96,7 +96,7 @@ The following tasks should be executed in order, with each task depending on the
96
96
2. Separate framework-level generic guidance from repo-specific guidance:
- Other files or folders in the `.github/instructions/` directory MUST be treated as potential candidates for either framework or repo-specific instructions, resulting in its content being moved to the appropriate subfolder and deleted
99
+
- Other files or folders in the `.github/instructions/` directory MUST be treated as potential candidates for either framework or repo-specific instructions, resulting in its content being migrated to the appropriate subfolder and then deleted
100
100
3. Evaluate and extract content from `.github/instructions/repo/...` to create or update the corresponding framework instructions
101
101
4. Move any existing content from `.github/copilot-instructions.md` into the appropriate path-scoped files
102
102
@@ -192,6 +192,11 @@ Migration process for `.github/copilot-instructions.md`:
192
192
4. Preserve all valuable content; do not lose important guidance (T005)
193
193
5. Remove `.github/copilot-instructions.md` ONLY after verifying all content has been properly migrated (T007)
194
194
195
+
Cleanup process for loose instruction files (T007):
196
+
1. Verify all content from loose instruction files has been migrated to framework/repo structure
197
+
2. Delete loose files after confirming successful content migration
198
+
3. Do not move files - delete them after migration is confirmed complete
199
+
195
200
## Content model for every instruction file
196
201
197
202
1) YAML front matter (required)
@@ -331,7 +336,7 @@ Upon successful completion of all tasks, the following deliverables will be prod
331
336
### From T005-T007: Migration and Cleanup
332
337
3. Content migration from `.github/copilot-instructions.md` completed
333
338
4. Cleanup: `.github/copilot-instructions.md` file removed after successful migration
334
-
5. Cleanup: Any loose instruction files moved to appropriate framework/repo subfolders
339
+
5. Cleanup: Any loose instruction files deleted after content migrated to appropriate framework/repo subfolders
335
340
336
341
### From T008: Final Validation
337
342
6. Final validation of system completeness and accuracy
0 commit comments