Dashboard › opencode › Host.resolve must not execute plugins
01a07ea2-2870-7d37-b4d9-4e497b2cf0dbTrap: importing a plugin during Host.resolve looks like the easiest way to discover exports, but resolution fixtures deliberately throw if evaluated and plugin code may have arbitrary side effects. Fix: resolve package exports and conventional filesystem entrypoints statically; execute only later through Host.load, because resolution must remain side-effect free.