You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
design: state the inheritance rule in full, not only the case that surprises
The previous wording named the layer a declared subos drops and not the two
rows where inheritance is what an author would expect. A project that pins a
few tools and declares no subos starts from the global workspace, which is the
common shape; a named subos inherits its own environment's workspace instead,
because carrying the host's pins into a different installed set would name
versions that are not there; and a fork copies its base's map once at creation.
Also records that nothing falls back silently: with no layer naming a tool the
shim diagnoses rather than choosing, which is the line the 2026.9.2.1 sandbox
verification measured.
0 commit comments