|Adr-Plus Fields|Values Migrated | |–|–| |ADR|Static facade with four entry points| |Version|01| |Revision|01| |Scope|| |Domain|| |Created|Proposed (2026-07-24)| |Changed|Accepted (2026-07-24)| |Superseded||
PromptPlus needs a discoverable, low-ceremony surface. Users should not have to wire up services, instantiate renderers, or manage lifetimes to show a prompt.
Expose everything through a single static facade PromptPlus with exactly four
entry points:
.Config → IPromptPlusConfig — global settings for all controls..Controls → IControls — factory for interactive controls..Widgets → IWidgets — factory for output-only widgets..Console → IConsole — the ConsolePlus driver (same instance as ConsolePlus.Driver).Objects are never instantiated manually; all access flows through these four properties.