From dcdfd6b8da21ae02c5036cf47e07e0bfd562aa18 Mon Sep 17 00:00:00 2001 From: Ricardo Cataldi Date: Wed, 18 Mar 2026 11:40:22 -0300 Subject: [PATCH] governance: temporary break-glass exception for issue #139 (108dev only) --- .github/copilot-instructions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3bd5125..33ed35b 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -13,6 +13,19 @@ When a user asks to deploy, always guide them to merge into `main` (which auto-t Local `azd provision` and `azd deploy` are permitted **only** for first-time environment bootstrap per the [deployment runbook](docs/runbooks/azd-deployment.md). +## Temporary Break-Glass Exception (time-boxed) + +For **Incident #139** and **demo readiness on environment `108dev` only**, direct live remediation commands are temporarily allowed as an exception to the mandatory workflow-only deployment policy. + +**Scope constraints:** +- Environment: `108dev` only +- Purpose: restore/validate demo-critical endpoint health +- Window: valid only until 2026-03-19 03:00 UTC +- Mandatory logging: every bypass action must be recorded in Issue #139 with command intent and verification result + +**Rollback requirement:** +- Immediately after demo stabilization, revert this exception via PR `agent-update` and return to workflow-only deployment. + ## Delegation Bootstrap - Before delegating, always read `.github/instructions/team-mapping.instructions.md`.