From c26066d21167559fc7573c5dfbcac2f301219320 Mon Sep 17 00:00:00 2001 From: superche <35420957+superche@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:02:04 +0800 Subject: [PATCH] docs(panorama-viewer): clarify clean-profile release --- README.md | 2 +- docs/panorama-viewer.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d68b940..0fef4b8 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ See the working example in [`packages/plugins/hello-convax`](packages/plugins/hello-convax), then read: - [`docs/plugin-authoring.md`](docs/plugin-authoring.md) for the sandbox and host protocol; -- [`docs/panorama-viewer.md`](docs/panorama-viewer.md) for the Panorama Viewer source-ownership and built-in migration boundary; +- [`docs/panorama-viewer.md`](docs/panorama-viewer.md) for the Panorama Viewer source-ownership and clean-profile release boundary; - [`docs/skill-authoring.md`](docs/skill-authoring.md) for safe, portable Skills; - [`docs/packaging.md`](docs/packaging.md) for ZIP and release rules; - [`docs/registry-spec.md`](docs/registry-spec.md) for the client contract; diff --git a/docs/panorama-viewer.md b/docs/panorama-viewer.md index f8486d3..bb4f002 100644 --- a/docs/panorama-viewer.md +++ b/docs/panorama-viewer.md @@ -16,11 +16,11 @@ Plugins: buttons. Desktop must not carry a second Panorama Viewer static bundle or reserve -`panorama-viewer` as a built-in id. Hosts that previously installed the trusted -built-in verify and remove only its host-authored provenance marker, preserving -the package as an ordinary installation. Version `0.2.1` is intentionally newer -than the final built-in `0.2.0`, so the normal Registry update transaction can -replace those preserved bytes with this repository's licensed release package. +`panorama-viewer` as a built-in id. Version `0.2.1` targets clean/current profiles +and is installed only as an ordinary Registry package. This release deliberately +does not migrate profiles created by the unreleased trusted built-in implementation; +those experimental profiles must remove the old installation or be reset before +installing this repository's licensed release package. ## Verification