feat: add dev artifact publish v2 plan

This commit is contained in:
HWLAB Code Queue
2026-05-21 18:30:40 +00:00
parent 35ecb5e038
commit 95a6180439
16 changed files with 1233 additions and 285 deletions
+13
View File
@@ -138,6 +138,19 @@
"const": "dev-redacted-presence-only"
}
}
},
"publishEnabled": {
"type": "boolean"
},
"artifactRequired": {
"type": "boolean"
},
"artifactScope": {
"type": "string",
"enum": ["required", "disabled"]
},
"notPublishedReason": {
"type": ["string", "null"]
}
},
"additionalProperties": false