[codex] Harden Summon public beta packaging - #7
Merged
Conversation
…dening * origin/main: Refresh lockfile after release bump Annotate CI install failures Use npmjs registry for public CI Match Ghost pnpm CI baseline Harden CI dependency install Let npm registry inherit environment Narrow public API surface chore: version packages # Conflicts: # README.md # apps/demo/src/batch-main.ts # apps/demo/src/generate-main.ts # apps/demo/src/strict-main.ts # apps/server/src/directions-loader.ts # apps/server/src/ghost-adapter.ts # apps/server/src/main.ts # docs/adoption/public-packaging.md # packages/summon/src/index.ts # scripts/build-public-packages.mjs # scripts/smoke-public-packages.mjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@anarchitecture/summonroot API to the beta host-authoring surface and exposes advanced/browser,/engine, and/hostsubpaths.Notes
This branch merged current
origin/mainafter the initial hardening commit and preserved the newer_internalwrapper discipline while adding the planned/engineand/hostpublic advanced surfaces.Validation
pnpm typecheckpnpm buildpnpm check:public-packagespnpm check:public-apipnpm testpnpm pack:dry-runpnpm smoke:public-packagespnpm test:safetygit diff --checkpnpm smoke:public-packagespassed after registry retries for scratch dependencies.pnpm test:safetypassed with expected Vite proxyECONNREFUSEDmessages for no-server generate-page checks.