fix(gitea): include agent lifecycle workflow in runner contract

This commit is contained in:
ogt
2026-07-10 10:56:54 +08:00
parent 05414478fd
commit 81e00dc023
5 changed files with 78 additions and 21 deletions

View File

@@ -261,6 +261,9 @@ def build_gitea_workflow_source_inventory(repo_root: Path) -> dict[str, Any]:
"has_type_sync_check": "type-sync-check" in workflow_ids,
"has_onboarding_warning": "awoooi-onboarding-warning-step" in workflow_ids,
"has_agent_market_watch": "agent-market-watch" in workflow_ids,
"has_agent_version_lifecycle_watch": (
"agent-version-lifecycle-watch" in workflow_ids
),
"has_ai_technology_watch": "ai-technology-watch" in workflow_ids,
},
"professional_feature_rollups": {