From 151c536cb91ebedb6039270b752bae219dfe33d0 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Wed, 12 Aug 2026 14:46:17 +0000 Subject: [PATCH] Add comparison diagnostics to the future roadmap --- docs/roadmap/future.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/roadmap/future.md b/docs/roadmap/future.md index 07005a3..3ac3d90 100644 --- a/docs/roadmap/future.md +++ b/docs/roadmap/future.md @@ -136,6 +136,17 @@ Any distributor enhancement should preserve the adapter boundary: weatherreporter selects explicit generated files and submits source bundles, while distributor owns destination routing and publication behavior. +## Comparison Profile Diagnostics + +Status: Proposed and unimplemented. + +Comparison preflight failures could identify the profile being inspected and +preserve a safe, actionable Promptkit cause, such as a duplicate profile ID, +instead of reporting only a generic `profile_load` failure. Any improvement +must continue to omit credentials, endpoints, and other sensitive profile +values. Regression coverage should include a comparison that mixes built-in +and configured-directory profiles and a directory containing duplicate IDs. + ## Alternate Runtime Integrations Status: Proposed and unimplemented.