mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-13 00:32:30 +02:00
docs: mirror agentshield policy promotion gate
This commit is contained in:
parent
6d130cfcd5
commit
cc5c255529
7 changed files with 57 additions and 30 deletions
|
|
@ -254,7 +254,12 @@ function hasLegacySalvageTracking({ stalePrSalvage, legacyInventory, roadmap })
|
|||
function hasAgentShieldEnterpriseTracking(roadmap) {
|
||||
return roadmap.includes('AgentShield Enterprise Iteration')
|
||||
&& (
|
||||
roadmap.includes('#78-#91')
|
||||
roadmap.includes('#78-#92')
|
||||
|| roadmap.includes('AgentShield PR #92')
|
||||
|| roadmap.includes('AgentShield #92')
|
||||
|| roadmap.includes('policy promote')
|
||||
|| roadmap.includes('checksum-verified policy promotion')
|
||||
|| roadmap.includes('#78-#91')
|
||||
|| roadmap.includes('AgentShield PR #91')
|
||||
|| roadmap.includes('AgentShield #91')
|
||||
|| roadmap.includes('checksum-backed policy export')
|
||||
|
|
@ -263,6 +268,14 @@ function hasAgentShieldEnterpriseTracking(roadmap) {
|
|||
}
|
||||
|
||||
function agentShieldEnterpriseGap(roadmap) {
|
||||
if (roadmap.includes('#78-#92')
|
||||
|| roadmap.includes('AgentShield PR #92')
|
||||
|| roadmap.includes('AgentShield #92')
|
||||
|| roadmap.includes('policy promote')
|
||||
|| roadmap.includes('checksum-verified policy promotion')) {
|
||||
return 'workflow automation around protected rollout and richer runtime review UX pending after policy promotion shipped';
|
||||
}
|
||||
|
||||
return roadmap.includes('#78-#91')
|
||||
|| roadmap.includes('AgentShield PR #91')
|
||||
|| roadmap.includes('AgentShield #91')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue