Add comparison diagnostics to the future roadmap

This commit is contained in:
2026-08-12 14:46:17 +00:00
parent 3c7383e2ce
commit 151c536cb9

View File

@@ -136,6 +136,17 @@ Any distributor enhancement should preserve the adapter boundary:
weatherreporter selects explicit generated files and submits source bundles, weatherreporter selects explicit generated files and submits source bundles,
while distributor owns destination routing and publication behavior. 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 ## Alternate Runtime Integrations
Status: Proposed and unimplemented. Status: Proposed and unimplemented.