When running Weld remotely users should not be able to give it more permissions at the risk of escalating it to RCEs and the like. But when running it locally that's not just convenient, but necessary.
Including the changes proposed in #75, I propose we change the commands to the following:
wassette serve --http → weld serve
wassette serve --stdio → weld run
This makes it explicit that the local and remote flows are different, which is true in the way we're thinking and talking about wassette.
When running Weld remotely users should not be able to give it more permissions at the risk of escalating it to RCEs and the like. But when running it locally that's not just convenient, but necessary.
Including the changes proposed in #75, I propose we change the commands to the following:
wassette serve --http→weld servewassette serve --stdio→weld runThis makes it explicit that the local and remote flows are different, which is true in the way we're thinking and talking about wassette.