Files
opencode/packages
Simon Klee b89ec4b11b opencode: lazily compose default layers
defaultLayer is currently composed at import time. This makes module evaluation
sensitive to transitive import order, even though the layer graph itself is
unchanged.

Wrap these compositions in Layer.suspend() so the same graph is built on
demand instead of during module load. This reduces init-order coupling and
makes import reordering for startup work safer.
2026-04-12 11:40:35 +02:00
..
2026-04-11 14:18:58 -04:00
2026-04-10 01:00:12 +00:00
2026-04-10 01:00:12 +00:00
2026-01-21 14:36:21 -06:00
2026-04-10 01:00:12 +00:00
2026-04-10 01:00:12 +00:00
2026-04-10 01:00:12 +00:00
2026-04-12 00:58:05 +00:00
2026-04-10 01:00:12 +00:00
2026-04-10 01:00:12 +00:00
2026-04-10 01:00:12 +00:00
2026-04-10 16:58:38 -04:00