Workflow Improvements
A while back I set up a Coder-based workspace system: whenever I needed to work on something, I’d spin up a workspace for the relevant environment, clone the repo, open it in vscode-web, and use Claude Code to make changes, commit, and push. But it always felt inefficient, and as the number of concurrent projects grew, managing everything became a mess. I looked into multi-Agent orchestration solutions and tried OpenClaw for scheduling agents — the results were underwhelming, mostly because there was no way to see sub-agent progress. ...