Complete application fallback profile implementation

This commit is contained in:
2026-08-01 12:39:01 +00:00
parent 9354d2b373
commit e63b8de1e9
3 changed files with 5 additions and 5 deletions

View File

@@ -126,9 +126,9 @@ later request must provide a direct credential. Environment-variable names may
be reported, but inspection does not read credential values or require the
named variable to be populated.
Inspection applies the ordinary configured and built-in profile precedence and
resolves any selected backend. It does not load a prompt, render content,
reserve capacity, or contact a model.
Inspection applies the engine's profile source precedence and resolves any
selected backend. It does not load a prompt, render content, reserve capacity,
or contact a model.
See the
[profile-inspection consumer guide](../consumers/pkg-promptkit.md#inspect-a-profile-before-prompt-work)

View File

@@ -1,6 +1,6 @@
# Application Fallback Profiles
Status: Selected for implementation.
Status: Complete.
## Purpose

View File

@@ -1,6 +1,6 @@
# Application Fallback Profiles Implementation Plan
**Status:** Ready for implementation.
**Status:** Complete.
## Purpose