| ▲ | zatkin 6 hours ago | |
It seems that at least Claude Code wants to entirely own this problem a la dynamic workflows: https://code.claude.com/docs/en/workflows I guess Envelope is trying to tackle this in a vendor-agnostic way? | ||
| ▲ | ashconway 5 hours ago | parent [-] | |
Right — well-suited for what they do: scripts Claude generates to orchestrate subagents for a specific task at scale (audits, migrations, research). Each run completes; that's the design. The schema here defines the team itself — roles, supervisor/sub-agent hierarchy, access policies, human gates, schedules — as a portable, reusable declaration. Run it once, on a schedule, or keep it deployed. Closer to a Dockerfile than a script. Vendor-agnostic is part of it. Nothing in the spec ties to Claude or any specific runtime — Apache 2.0, anyone can implement a compatible runtime. | ||