cleanup: local-e2e-setup.sh — symlink injection optional via --with-symlink #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cleanup/post-prd-setup-script"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Post-PR-D cleanup: parent template's PR #6 removed the
dev-leadsymlink. Without this update, runninglocal-e2e-setup.sherrored because it required a symlink the parent no longer ships.Changes
TestLocalE2E_ExternalDevDepartmentin molecule-core#106) uses the!externalresolver to fetch the dev tree at test runtime.--with-symlinkflag (opt-in): keeps the legacy sibling-clone + symlink layout for regression tests (TestLocalE2E_DevDepartmentExtraction+TestLocalE2E_FilesDirConsumption). Script INJECTS the symlink since parent no longer ships it post-PR #6.!externaltest is the canonical e2e; symlink tests are opt-in regression coverage for the path the resolver still supports but no production template uses.Verified locally (2026-05-08)
--with-symlinkmode: parent + dev-department + injected symlink, layout correct.TestLocalE2E_*test suite passes against--with-symlinkfixture (1.7s, all 3 tests including the new external e2e).Refs