Complete deploy flow for corporate repos via apply-source-change pipeline. Use when deploying code changes, version bumps, or patches.
Read trigger/source-change.json for version and run.
Read contracts/copilot-session-memory.json for full context.
{
"workspace_id": "ws-default",
"component": "controller",
"change_type": "multi-file",
"version": "X.Y.Z",
"changes": [
{"action": "replace-file", "target_path": "path", "content_ref": "patches/file"},
{"action": "search-replace", "target_path": "path", "search": "old", "replace": "new"}
],
"commit_message": "feat: description (NO agent prefix!)",
"promote": true,
"run": LAST + 1
}
contracts/copilot-deploy-guide.mdops/docs/deploy-process/ops/docs/deploy-process/11-diagnostics-and-troubleshooting.md