Skip to content

test(install): empty-dir packed-tarball host-install proofs for the package-relative installer (#252) - #283

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
feat/252-packed-host-install-proof
Sep 2, 2026
Merged

test(install): empty-dir packed-tarball host-install proofs for the package-relative installer (#252)#283
ScriptedAlchemy merged 1 commit into
mainfrom
feat/252-packed-host-install-proof

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Second slice of #252, on top of #281: the empty-dir consumer proof matrix at the host-install proof level, with the packed tarball as the subject.

  • The feat(test): host-install proof level with real Claude, Codex, and Cursor install proofs (#100 stage 3) #242 proof runners (runClaudeHostInstallProof / runCodexHostInstallProof / runCursorHostInstallProof) gain an injectable installCommand; the default remains the framework-CLI node dist/cli.js install <host> --from <bundle> path, byte-compatible for existing callers.
  • New packed-host-install-proof.test.ts (packed pool): builds the shared host-install fixture ONCE through agent-bundle prepack (the feat(package): package-relative host installer bins and the agent-bundle prepack inventory gate (#252) #281 gate passing on a real host-pack project), with a journey-local package.json carrying files: [artifact, dist] + the generated installer bin — the checked-in fixture is untouched. One real npm pack, one npm install of the exact tarball into a verified-empty consumer, then the source project is deleted and its absence asserted before any install runs.
  • Each host lane spawns the installed node_modules/.bin/host-install-proof install <host> --json — the package-relative import.meta.url resolution path, never the repo:
    • Claude (binary-gated): real plugin marketplace add + plugin install; plugin list --json row (id, version, scope, enabled, installPath in the isolated cache, mcpServers) and Skills/Hooks/MCP inventory 1/1/1.
    • Codex (binary-gated): installed+enabled registration, isolated cache tree, schema-valid agents/openai.yaml sidecar, manifest interface block.
    • Cursor (ungated): placement at .cursor/plugins/local/<name>, pinned-schema documents, ${CURSOR_PLUGIN_ROOT} unresolved, idempotent second run → already-installed.
  • Installed/registered versions are asserted equal to the fixture package.json version (Package generated host packs into publishable npm plugins with a package-relative installer #252's version-agreement criterion at the installed end).
  • Wiring: test:host-install:packed[:build] scripts and a packed-tarball step per matrix host in native-host-smoke.yml, mirroring feat(test): host-install proof level with real Claude, Codex, and Cursor install proofs (#100 stage 3) #242.

No production source changes, so no changeset.

Test plan

@changeset-bot

changeset-bot Bot commented Sep 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e89a878

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ScriptedAlchemy
ScriptedAlchemy merged commit 09ac90b into main Sep 2, 2026
4 checks passed
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T05:50:06.649901Z e89a878 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant