chore: allowlist trusted plugins

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
committed by Chen Gu
parent 8027f1186d
commit 319e8a7ec9
66 changed files with 6229 additions and 124 deletions
@@ -0,0 +1,17 @@
{
"task_id": "anvil_v1_20260309_001",
"scope": "验证 Anvil 执行验证包的基本功能和完整性",
"constraints": [
"执行时间不超过 30 秒",
"所有路径使用相对路径",
"产物必须可重复运行(幂等)"
],
"acceptance_criteria": [
"sample_output.json 必须包含 status、artifacts、metrics、errors 四个字段",
"status 字段值必须为 'success' 或 'failure'",
"artifacts 数组必须存在且格式正确",
"metrics 中必须包含检查项通过数量",
"errors 数组必须存在(可为空)",
"验证过程必须产生阶段日志(前置/执行/收尾)"
]
}