mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-16 11:51:03 +00:00
Modernization Workflow canvas
An interactive GitHub Copilot CLI canvas that visualizes the documented Modernize CLI lifecycle:
- Assess the application and generate evidence.
- Plan a reviewable modernization strategy and task list.
- Execute transformations with build, security, and result validation.
The canvas detects .NET, Java, and C++ repository signals, generates commands
from the current workflow configuration, and refreshes progress from artifacts
under .github/modernize/.
Canvas ID
modernization-workflow
Agent actions
get_workflow_stateconfigure_workflowset_step_statusrefresh_from_artifacts
Workflow state is stored in .github/modernize/canvas-<stateId>.json in the
application repository so progress survives canvas and CLI restarts.