mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
When running `fabro run smoke`, the slug "smoke" was used to locate the workflow but never persisted. If the DOT graph name diverged from the directory name (e.g. workflows/foo/ contains digraph Bar), resolve_run couldn't find the run by slug. Now the slug is extracted from the workflow path, stored in the manifest, and matched in resolve_run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| demo | ||
| error.rs | ||
| github_webhooks.rs | ||
| jwt_auth.rs | ||
| lib.rs | ||
| serve.rs | ||
| server.rs | ||
| sessions.rs | ||
| tls.rs | ||