Commit 0ab56aa
chore(release): v0.18.2 (#276)
Three commits have been sitting unreleased on main, two of them the same
trap seen from both ends: an install that succeeds into the wrong home.
#272 install.sh refuses `sudo curl … | sh` up front, before the
download, instead of writing the payload into /root/.moshcode
where the user who typed the command cannot read it.
#274 `dns` escalates itself per command rather than telling the
operator to `sudo moshcode …` — advice that was right for dns
and dangerous for `update`, which self-updates through the
installer and so reinstalls into root's home.
#273 the /prd healthy-cwd test no longer launches a real engine; the
suite went from 479s to ~70s.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 58e7c73 commit 0ab56aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments