Workflows
Pipeline behaviour, not YAML brand names
Each card is an intent you implement in GitHub Actions, GitLab, or another scheduler—paired with tools, patterns, and collections that bundle them for real product shapes.
Narrative and screenshots: Use case → ElMundi. Filenames and cron tables: Manual → ElMundi. Manifest source: workflows/manifest.json.
Index
All scheduler intents
Scheduler intents: how cron, PR gates, hosted E2E, self-heal, and audit lanes compose. Behavioural names — YAML filenames differ per org (see reference org manual). 5 entries.
- Delivery
Scheduled SDLC lane
Cron-driven intake → clarification → BA → developer with queue discipline and evidence.
cronlineargithub-actions - Delivery
PR gate & preview
Required checks, optional preview deploy, blocking policy and markers.
prcheckspreview - Quality
Hosted E2E regression
Playwright (or similar) against dev/stage on a schedule and on demand.
e2eplaywrightregression - Operations
Pipeline self-heal
Diagnostics cadence separate from SDLC picks; report before optional agent repair.
diagnosticsreliabilityops - Governance
Parallel audit lanes
Tech, QA, and security audits on separate boards — delivery throughput stays intact.
auditsecuritygovernance
Ship CLI
Workflows commands
Reads workflows/manifest.json from disk — no API. From the Ship repo root (or SHIP_REPO). Explore intent text with ship docs search when the API is up (http://127.0.0.1:8100).
List workflow ids
npm run ship -- workflows list
Print one intent (markdown)
npm run ship -- workflows show pr-and-ci-gate
Semantic search (needs API)
npm run ship -- docs search "PR gate preview" --top-k 6