PromptPlus

|Adr-Plus Fields|Values Migrated | |–|–| |ADR|Test driver sharing mechanism| |Version|01| |Revision|01| |Scope|| |Domain|| |Created|Proposed (2026-07-23)| |Changed|Accepted (2026-07-23)| |Superseded||

PromptPlus # PromptPlus ## **ADR0026V01R01** [![NuGet](https://img.shields.io/badge/NuGet-PromptPlus-blue)](https://www.nuget.org/packages/PromptPlus) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![.NET](https://img.shields.io/badge/.NET-8%20%7C%209%20%7C%2010-512BD4)](https://dotnet.microsoft.com/)

↑ ADR Index


ADR0026V01R01 — Test driver sharing mechanism

Context

The previous version (V01) assumed a single repository and chose a linked-source mechanism. Verification on 2026-07-23 established that ConsolePlus and PromptPlus are two independent GitHub repositories (origin remotes differ), so a single physical link-source shared across repositories is not viable.

Decision

Use a physical copy of the driver in each repository: ConsolePlus/tests/_driver-src and PromptPlus/tests/_driver-src, as independent copies, each versioned in its own repository.

Alternatives considered (rejected)

Consequences