draft(experiment): package-first monorepo reference implementation — do not merge - #994
Draft
benvinegar wants to merge 1 commit into
Draft
draft(experiment): package-first monorepo reference implementation — do not merge#994benvinegar wants to merge 1 commit into
benvinegar wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Status: exploratory reference implementation
This is a draft, throwaway/reference PR capturing the first all-in-one package-first monorepo experiment. It is not intended to merge in its current form.
The implementation deliberately explored the full destination at once:
hunkdiffapp topackages/hunk;packages/hunk-git,packages/hunk-jj, andpackages/hunk-sapling;packages/hunk-vcsdomain package;Why preserve this PR
The experiment exposed important release, package-boundary, extension-identity, transaction, concurrency, symlink, and live-reload edge cases. We are preserving the implementation and its regression tests as design evidence while restarting the work as smaller, independently reviewable phases.
Planned replacement sequence
hunkdiffintopackages/hunkwith no behavior changes.This draft should be referenced for implementation discoveries, not used as the base for the staged migration unless a specific piece is intentionally recovered.
Validation performed
The experiment passed the unit, PTY, TTY smoke, website browser, typecheck, lint, dependency-boundary, Knip, Changesets, docs, npm source/prebuilt packaging, public API consumer, prebuilt installation, and compiled highlight-worker checks during development.
Known validation gaps:
This PR description was generated by Pi using gpt-5.6-sol