P0: smoke installed Nix runtime for every registry plugin #493

Open
nsaspy wants to merge 0 commits from rage/53-installed-runtime-smoke into main
Owner

Advances #53 after #70.

  • adds a RED contract distinguishing source-tree and installed-runtime paths
  • makes the generated compatibility validator load entrypoints/libs from share/zara/runtime/<name>
  • adds a Nix installed-compatibility gate over the aggregate zara-plugins package
  • deliberately uses a lean interpreter containing Zara's LangChain contract but not registry plugin dependencies, so declared plugin dependencies must come from packaged runtime lib/
  • reuses lifecycle/fake-dependency/XDG isolation and per-plugin incompatibility errors from #70

This proves the published Nix layout is not merely present but import/load/start/stop compatible against the pinned supported Zara API.

Advances #53 after #70. - adds a RED contract distinguishing source-tree and installed-runtime paths - makes the generated compatibility validator load entrypoints/libs from `share/zara/runtime/<name>` - adds a Nix installed-compatibility gate over the aggregate `zara-plugins` package - deliberately uses a lean interpreter containing Zara's LangChain contract but not registry plugin dependencies, so declared plugin dependencies must come from packaged runtime `lib/` - reuses lifecycle/fake-dependency/XDG isolation and per-plugin incompatibility errors from #70 This proves the published Nix layout is not merely present but import/load/start/stop compatible against the pinned supported Zara API.
Some checks failed
CI / test (pull_request) Failing after 17s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/53-installed-runtime-smoke:rage/53-installed-runtime-smoke
git switch rage/53-installed-runtime-smoke

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/53-installed-runtime-smoke
git switch rage/53-installed-runtime-smoke
git rebase main
git switch main
git merge --ff-only rage/53-installed-runtime-smoke
git switch rage/53-installed-runtime-smoke
git rebase main
git switch main
git merge --no-ff rage/53-installed-runtime-smoke
git switch main
git merge --squash rage/53-installed-runtime-smoke
git switch main
git merge --ff-only rage/53-installed-runtime-smoke
git switch main
git merge rage/53-installed-runtime-smoke
git push origin main
Sign in to join this conversation.
No description provided.