diff options
| author | t <t@tjp.lol> | 2026-08-21 10:43:08 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-08-21 10:44:33 -0600 |
| commit | 2d4981b3870f2aee75d03006eea6318c501fe47b (patch) | |
| tree | ce0488e7100a5d096e91d490427590b03ef23afb /init.lua | |
| parent | 4183fdc7d3667fb4c2af72ff0098c15168c9e950 (diff) | |
Expose workflow status to other extensions
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -267,6 +267,7 @@ local function activate() end jobs.MAX_CONCURRENT = configured_max_concurrent(ext) + ext.workflows = workflow_api.workflows -- Discover through spawn so the workflow lanes, which resolve profiles -- lazily, share the exact set this tool description advertises. |
