@@ -400,6 +400,58 @@ Enabled: yes
400400No EasyLibrary dependency fatal unless the standalone explicitly declares it
401401```
402402
403+ Latest local result:
404+
405+ ``` text
406+ Status: passed
407+ Date: 2026-06-21
408+ Server layout: standalone-only temporary server
409+ EasyLibrary: absent
410+ DevTools: absent
411+ EasyLibraryPackageProbe: absent
412+ Package-backed proxies: absent
413+ Plugins: 13 official standalone PHARs
414+ Network: reached Minecraft network interface startup
415+ PMMP /pl: 13 plugins enabled
416+ ```
417+
418+ Validated standalone plugins:
419+
420+ ``` text
421+ EasyLibraryAgentBridge v1.0.0-dev
422+ LibCommand v2.0.0-dev
423+ LibCustom v2.0.0-dev
424+ LibDB v2.0.0-dev
425+ LibEnchantment v2.0.0-dev
426+ LibForm v2.0.0-dev
427+ LibHud v2.0.0-dev
428+ LibPacket v2.0.0-dev
429+ LibPlaceholder v1.0.0-dev
430+ LibSerializer v2.0.0-dev
431+ LibTrigger v2.0.0-dev
432+ LibWindow v2.0.0-dev
433+ LibWorld v1.0.0-dev
434+ ```
435+
436+ Command checks:
437+
438+ ``` text
439+ /papi status -> host: LibPlaceholder, standard expansions: 3
440+ /papi list -> context, player, server
441+ /papi version -> LibPlaceholder API 1.0.0 hosted by LibPlaceholder
442+ /lw -> command group overview
443+ /lw world list -> world listed as loaded
444+ ```
445+
446+ Notes:
447+
448+ - ` EasyLibraryAgentBridge ` loaded and enabled, but its default config keeps
449+ ` agent.enabled=false ` .
450+ - With that default, ` /easyagent ` is not registered. This is expected because
451+ the bridge only registers the command after the Agent runtime is explicitly
452+ enabled.
453+ - No EasyLibrary package/proxy directory was required for any standalone plugin.
454+
403455## Scenario G: command-provider-fallback
404456
405457Status target: required before stable.
0 commit comments