Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
10 changes: 5 additions & 5 deletions docs/panorama-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down