fix(governance): reconcile product scope and manifest schema
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m13s
CD Pipeline / build-and-deploy (push) Successful in 5m0s
CD Pipeline / post-deploy-checks (push) Successful in 5m30s

This commit is contained in:
ogt
2026-07-10 17:03:54 +08:00
parent 1570c9316b
commit 04d98058fe
3 changed files with 11 additions and 6 deletions

View File

@@ -844,7 +844,10 @@ def test_ai_automation_program_ledger_is_authoritative_and_runtime_strict():
"188",
]
assert scope_by_id["services"]["asset_count"] == 31
assert scope_by_id["products"]["asset_count"] == 11
assert scope_by_id["products"]["asset_count"] == 12
assert "ewoooc" in scope_by_id["products"]["asset_ids"]
assert "momo-pro-system" in scope_by_id["products"]["asset_ids"]
assert "momo-pro" not in scope_by_id["products"]["asset_ids"]
assert scope_by_id["websites"]["asset_count"] == 31
assert scope_by_id["tools"]["asset_count"] == 23
assert scope_by_id["packages"]["asset_count"] == 61