fix(agents): refresh autonomous runtime deploy attempt marker
Some checks failed
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
Code Review / ai-code-review (push) Has been cancelled

This commit is contained in:
Codex
2026-06-27 20:07:28 +08:00
parent 4dc7b094e5
commit f6634c22ca

View File

@@ -24,7 +24,7 @@ from src.services.report_generation_service import (
_SCHEMA_VERSION = "ai_agent_autonomous_runtime_control_v1"
_RUNTIME_AUTHORITY = "current_owner_directive_controlled_ai_automation"
_DEPLOY_READBACK_MARKER = "p2_416_d1n_autonomous_runtime_control_prod_readback_v2"
_DEPLOY_ATTEMPT_NOTE = "cd_3660_failed_host_pressure_guard_retry"
_DEPLOY_ATTEMPT_NOTE = "cd_3673_retry_after_host_pressure_gate_fix"
def _allowed_risk_levels() -> list[str]: