Skip to content

fix: remove workflows from registry sync (kernel handles this separately)#1689

Merged
houko merged 1 commit into
mainfrom
fix/revert-workflow-sync
Mar 26, 2026
Merged

fix: remove workflows from registry sync (kernel handles this separately)#1689
houko merged 1 commit into
mainfrom
fix/revert-workflow-sync

Conversation

@houko
Copy link
Copy Markdown
Contributor

@houko houko commented Mar 26, 2026

Reverts the workflows addition from #1688. The kernel already copies templates from registry/workflows/ to workflows/templates/ at boot (kernel.rs:2228-2250). The sync_flat_files approach would put templates in the wrong location.

Closes #1156 correctly — the feature was already working via the kernel's built-in template sync.

…ely)

Workflow templates are synced by the kernel from ~/.librefang/registry/workflows/
to ~/.librefang/workflows/templates/ (kernel.rs line 2228-2250). Adding
'workflows' to sync_flat_files would incorrectly copy templates to
~/.librefang/workflows/ where they'd be loaded as workflow definitions.
@houko houko merged commit ff2ffd8 into main Mar 26, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@houko houko deleted the fix/revert-workflow-sync branch March 26, 2026 01:29
@github-actions github-actions Bot added the area/runtime Agent loop, LLM drivers, WASM sandbox label Mar 26, 2026
@houko houko mentioned this pull request Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/runtime Agent loop, LLM drivers, WASM sandbox

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add bundled TOML workflow templates

1 participant