The reusable Operations workflow can mutate ArgoCD applications but cannot inspect current sync/health/operation state. Add a read-only status operation backed by argocd app get --show-operation so operators can diagnose stuck syncs without creating one-off workflows.
Acceptance: workflow_dispatch exposes status; input validation permits it; a live status dispatch prints application and operation state; CI passes.
The reusable Operations workflow can mutate ArgoCD applications but cannot inspect current sync/health/operation state. Add a read-only status operation backed by
argocd app get --show-operationso operators can diagnose stuck syncs without creating one-off workflows.Acceptance: workflow_dispatch exposes status; input validation permits it; a live status dispatch prints application and operation state; CI passes.