Summary
Feature prompts and implementation work orders currently live in several locations:
.github/copilot
.github/Feature-Prompts
docs/Feature-Prompts
This makes related prompts difficult to discover and leaves their target release unclear.
Proposed cleanup
Centralize these documents under .github/Feature-Prompts, grouped by target release:
.github/Feature-Prompts/Net9
.github/Feature-Prompts/Net11
Preserve meaningful feature subfolders, move the existing Net9 and Net11 prompts to the
appropriate release folder, and normalize the malformed
Application.SystemTextAwareness' directory name.
The cleanup is documentation-only and does not change product code or behavior.
Summary
Feature prompts and implementation work orders currently live in several locations:
.github/copilot.github/Feature-Promptsdocs/Feature-PromptsThis makes related prompts difficult to discover and leaves their target release unclear.
Proposed cleanup
Centralize these documents under
.github/Feature-Prompts, grouped by target release:.github/Feature-Prompts/Net9.github/Feature-Prompts/Net11Preserve meaningful feature subfolders, move the existing Net9 and Net11 prompts to the
appropriate release folder, and normalize the malformed
Application.SystemTextAwareness'directory name.The cleanup is documentation-only and does not change product code or behavior.