CCLucky-uu/TaskMeld — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a developer tool called TaskMeld that lets people connect OpenClaw agents together into runnable workflows.

I want a command line tool, a small backend server, a WebSocket API for live updates, and a React web console. A user should be able to initialize the app, connect it to an OpenClaw Gateway, list available pipelines, start one, watch it run live, stop it, check status, retry a failed step, browse agents, and view artifacts and logs.

The workflow engine should run DAG style pipelines, so steps can depend on other steps, run in parallel where possible, branch with routing, retry individual nodes, and save state between runs. Keep storage simple with JSON and log files in a local TaskMeld data folder, no external database.

The web console should show pipeline runs clearly, including a DAG view, live logs, agent sessions, artifacts, and basic controls. Please make it TypeScript based, with tests, linting, and docs for the CLI and architecture. Look up current docs online if needed.

Want more depth? Deep Reverse