Implement ACTIVITY-WP-0022/0023: safe sink default and gap closures
Default ISSUE_SINK_TYPE to state-hub (no silent Forgejo issues), hard-fail prune apply without live-images protection, refresh-live-images script, disable TaskExecutor stub by default, and document consumer/sink contracts.
This commit is contained in:
parent
5c7a90ce7c
commit
4f5399df84
19 changed files with 525 additions and 155 deletions
3
Makefile
3
Makefile
|
|
@ -43,6 +43,9 @@ automation-status-json: ## Report recent automation status as JSON
|
|||
prod-automation-status: ## Prod run counts via SSH railiance01 (ACTIVITY-WP-0021)
|
||||
./scripts/prod_automation_status.sh $(SINCE)
|
||||
|
||||
refresh-live-images: ## Refresh multi-cluster Forgejo live-images protection list
|
||||
./scripts/refresh_live_images.sh
|
||||
|
||||
automation-list: ## List configured scheduled automations from repo-owned definitions
|
||||
@uv run python scripts/automation_inventory.py --format "$(FORMAT)" --enabled "$(ENABLED)" $(if $(TRIGGER),--trigger-type "$(TRIGGER)",) $(if $(ACTIVITY_ID),--activity-id "$(ACTIVITY_ID)",) $(if $(ACTIVITY_NAME),--activity-name "$(ACTIVITY_NAME)",)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue