docs(migration): split-map / replace-map / opening order (task 1.0) - #34
Open
agissept wants to merge 1 commit into
Open
docs(migration): split-map / replace-map / opening order (task 1.0)#34agissept wants to merge 1 commit into
agissept wants to merge 1 commit into
Conversation
Task 1.0 of the framework-first migration: map each fork src/Illuminate/<Comp> to its Laravel 13 target and compute the composer `replace` opening order. - SPLIT-MAP: 27 fork components -> v13 target (real-package / core-absorbed / evaporate), with authoritative illuminate/* hard-require per v13 sub-package composer.json. - REPLACE-MAP: 27 fork replace entries -> target + when the entry is dropped (per-cluster swap; namespace + laravel/framework package-name collision means packages cannot co-install, so entries are removed AT swap, not up front). - OPENING ORDER: bottom-up by v13 hard-require -- seed copy-source foundation (contracts/collections/macroable/conditionable/reflection/pipeline) -> SCC-1 window (11 entries flip together) -> L2 (View->Console gate) -> SCC-2 flip -> require-late feature packages. - INTRODUCE: copy-source-early (tree-colliding) vs require-late (dep-gated). - EVAPORATE: exception / foundation(core-absorbed) / html / workbench / cachedrouting. Grounded in fork vs stock composer.json + .migration-verified-records.json; adversarially verified (Mail http is a `suggest` not a hard-require; Auth http is a hard-require). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
agissept
force-pushed
the
migration/1.0-split-monolith-replace-map
branch
from
September 11, 2026 08:46
823ab80 to
6696e4a
Compare
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.
Task 1.0 dari migrasi framework-first (rencana: #33). Prasyarat yang membuka semua — memetakan tiap komponen fork ke target Laravel 13 + menghitung urutan pelepasan
composer replace.Isi
MIGRATION-SPLIT-MAP.mdsrc/Illuminate/<Comp>→ target v13: 23 real-swap + 4 evaporate (exception,foundation[core-absorbed, tak ada package terpisah],html,workbench; +cachedroutingcustom). Hard-require otoritatif daricomposer.jsontiap sub-package v13.replacefork → target + kapan dicabut (per-cluster, saat swap — bukan sekarang). Sebab: namespaceIlluminate\*+ package-namelaravel/frameworksama-sama collide → tak bisa co-install.seed copy-source → SCC-1 window (11 entry flip bareng) → L2 (View→Console gate) → SCC-2 flip → require-late fitur.Verifikasi
Disusun via workflow multi-agent (grounding:
composer.jsonfork vs stock +.migration-verified-records.json), lalu kritik adversarial (0 blocker, 3 issue dilipat & dicek vs kode):illuminate/http=suggest(bukan hard-require) — Mail tak menggerbang http; sedangkan Authhttp= hard-require (dibedakan eksplisit di §5).spatie/once= entry ke-38 stock (satu-satunya non-illuminate/*), datang transitif di metapackage.🤖 Generated with Claude Code