PromptPlus

|Adr-Plus Fields|Values Migrated | |–|–| |ADR|ANSI style model: color only (no attributes)| |Version|01| |Revision|01| |Scope|| |Domain|| |Created|Proposed (2026-07-22)| |Changed|Accepted (2026-07-22)| |Superseded||

PromptPlus # PromptPlus ## **ADR0017V01R01** [![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


ADR0017V01R01 — ANSI style model: color only (no attributes)

Context

The ANSI interpreter used by the test driver must model the styling that production code actually emits, no more and no less. The question was whether to model text attributes (bold, underline, etc.) in the style grid.

Decision

Model color only (foreground / background), no text attributes. Verified in code:

Production does not emit bold/underline/etc today, so there is nothing to model in the grid. The // TODO Fase 2: 4-bit / 256 comments in the source are confirmed as “not applicable”, not as pending work.

Consequences