Add internal prompt inspection

This commit is contained in:
2026-07-30 21:00:05 +00:00
parent dde48a31fc
commit 272b6a4bc1
8 changed files with 919 additions and 399 deletions

View File

@@ -33,19 +33,9 @@ consumers.
## Ideas
### Prompt-definition inspection
Provide exact prompt-definition lookup without rendering, placeholder inputs,
profile resolution, or model generation, as requested by
[Weatherreporter](weatherreporter-promptkit-wishlist.md#priority-2-prompt-definition-inspection).
- Return caller-owned identity, version, input definitions, default-profile,
output-contract, and opaque definition-equality information.
- Apply ordinary prompt-source precedence and exact ID/version selection.
- Validate the selected definition and referenced prompt content
structurally, without returning source bodies or rendered messages.
- Leave complete cross-source corpus validation and enumeration outside the
initial inspection contract.
Prompt-definition inspection has been selected for active planning in the
[focused feature roadmap](prompt-inspection.md). The remaining idea is still
available for future selection.
### Structured capacity errors