July 24, 2026
Knots, chaos, and comment-section whiplash
Tangleflow: Converts GitHub Actions workflows to tangled workflows and back
This tool flips coding checklists back and forth — and the comments instantly got weird
TLDR: Tangleflow is a new converter that helps developers move automation files between GitHub and the lesser-known Tangled system. The biggest reaction wasn’t praise or outrage — it was a mix of confusion, jargon-heavy evangelism, and a small but passionate push for alternatives to big tech platforms.
A tiny new tool called Tangleflow promises a very specific magic trick: it turns GitHub’s automated task files into Tangled workflow files, and then converts them back again. In plain English, it helps people move their project’s behind-the-scenes automation from one system to another without rewriting everything by hand. Useful? Potentially. But in the comment section, the real plot twist was that half the crowd seemed stuck on a more basic question: wait, what even is Tangled? One baffled commenter flat-out asked if anyone is actually using it, setting the tone for a thread that felt less like a launch party and more like a live group orientation session.
Then came the glorious chaos. One reply detonated into a wall of deeply insider lingo about “knots,” “spindles,” “Bobbin,” caches, proxies, and credentials — the kind of comment that makes newcomers stare at the screen like they’ve accidentally opened a wizard handbook. That turned the thread into instant comedy, with the tool itself almost fading into the background while the community vibe became confused curiosity mixed with nerdy evangelism. Still, there was genuine support too: one builder said they really like what Tangled is doing, arguing that the internet needs more independent code-hosting options instead of everyone clustering on the same giant platform. So the hottest split was clear: is this a practical bridge to a more open future, or just another niche tool for a club most people haven’t joined yet? Either way, the comments made it entertaining.
Key Points
- •Tangleflow converts workflow definitions between GitHub Actions and Tangled in both directions.
- •The tool can be used from the command line with `npx tangleflow --target=<tangled|gh> [file...]`.
- •If no files are specified, it automatically reads from default workflow directories and writes converted files to the corresponding target directories.
- •When converting to Tangled, independent GitHub jobs become separate workflow files, while jobs linked by `needs` are merged into one workflow executed in dependency order.
- •Tangleflow is available as an npm library and exposes `convertWorkflowToTangled(workflow)` and `convertWorkflowToGitHub(workflow, path)` APIs under the MIT license.