From 6418dda3da7205bc98962baf65e5f0358247d3eb Mon Sep 17 00:00:00 2001 From: glifocat Date: Fri, 15 May 2026 21:04:17 +0200 Subject: [PATCH] docs(changelog): align v2.0.63 rollup line with RELEASING.md voice RELEASING.md frames the per-bump release policy as a goal that is cut manually, not as automation. The v2.0.63 CHANGELOG rollup line still asserted the stronger claim ("NanoClaw publishes a GitHub Release on every package.json version bump"), which contradicts the policy doc. Soften to match RELEASING.md so the two land consistently on main. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362c2ea74..408d2d610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to NanoClaw will be documented in this file. ## [2.0.63] - 2026-05-15 -Rollup release covering v2.0.55 through v2.0.63 — everything merged since the v2.0.54 tag. Starting with this release, NanoClaw publishes a GitHub Release on every `package.json` version bump; see [RELEASING.md](RELEASING.md). +Rollup release covering v2.0.55 through v2.0.63 — everything merged since the v2.0.54 tag. Starting with this release, the goal is to publish a GitHub Release for every `package.json` version bump that lands on `main`; see [RELEASING.md](RELEASING.md). - [BREAKING] **Service names are now per-install.** On v2 installs the launchd label and systemd unit are slugged to your project root: `com.nanoclaw.` and `nanoclaw-.service`. The old `com.nanoclaw` / `nanoclaw.service` names no longer match a real service — update any copy-pasted restart or status commands. Find your install's names with `source setup/lib/install-slug.sh && launchd_label` (macOS) or `systemd_unit` (Linux). The `ncl` transport-error help text and 26 skill files now use the canonical helper-driven pattern; see [setup/lib/install-slug.sh](setup/lib/install-slug.sh). - **Compaction destination reminder placement fixed.** The reminder injected after SDK auto-compaction now appears at the end of the compaction summary so it isn't stripped during truncation. Replaces the placement shipped in v2.0.54.