fix(gitea): include agent lifecycle workflow in runner contract
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user