| name | ci-cd |
| description | Sapphire CI/CD monitoring and remediation for arigatoexpress/Sapphire |
| metadata | {"openclaw":{"emoji":"⚙️","requires":{"bins":["gh"]},"always":true}} |
CI/CD (Sapphire Focus)
Scope
Workflow
- Check latest runs.
gh run list --repo arigatoexpress/Sapphire --limit 10
- Inspect failures.
gh run view <run-id> --repo arigatoexpress/Sapphire --log-failed
- Create targeted fix branch and PR.
- Re-run workflows after merge.
Failure Priorities
- Deploy/runtime failures in
Sapphire
- Security-test and build failures in
Sapphire
- Non-critical lint/style failures
Guardrails
- Keep fix PRs small and single-cause.
- If two fix attempts fail, escalate via Telegram heartbeat prompt.
- Always record root cause in commit/PR body.