From 0b09be1d22af4158b487f7ef6715855dbf9c060b Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 31 Jul 2026 15:38:17 +0000 Subject: [PATCH 1/2] chore(release): v0.13.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install.sh resolves releases/latest, so everything merged since v0.13.2 has been sitting on main unreachable — `moshcode dns enable` exists in the source and not in anyone's binary. The headline is the DNS bridge (#141). Moshpit names now resolve for every program on the machine, not just inside TronBrowser: each OS gets the mechanism that routes ONE SUFFIX rather than the one that replaces the resolver — /etc/resolver on macOS, systemd-resolved routing-only domains or dnsmasq on Linux, an NRPT rule per namespace on Windows. moshcode dns enable / disable / status moshcode uninstall (#150, completion in #151) The pit gained most of a namespace registry in between: key pins per name (#137), pasted bulk claiming with per-line price and target (#138, #142, #143, #146), all-numeric endings (#147), /n/ serving a name or a directory (#145, #149), and Buy Now on an unclaimed name (#148). Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81f9139..5d18bc7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "moshcode", - "version": "0.13.2", + "version": "0.13.3", "type": "module", - "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", + "description": "moshcode \u2014 a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "bin": { "moshcode": "./bin/moshcode.mjs", "moshscript": "./bin/moshscript.mjs" From 6f18330bd2e0aabadcabb09de8e9bb2a083a93ec Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 31 Jul 2026 15:38:40 +0000 Subject: [PATCH 2/2] chore: restore the em-dash the version bump escaped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The bump rewrote package.json through a JSON serialiser that defaults to ASCII, turning the em-dash in `description` into —. Valid JSON and the same string once parsed, but a gratuitous diff in a commit that should touch one line. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d18bc7..e37be02 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "moshcode", "version": "0.13.3", "type": "module", - "description": "moshcode \u2014 a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", + "description": "moshcode — a metal wrapper for coding engines and native UGig/CoinPay workflow CLIs, with OpenPRD and moshscript", "bin": { "moshcode": "./bin/moshcode.mjs", "moshscript": "./bin/moshscript.mjs"