mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
Export portable Live evidence bundles
AI-assisted implementation under maintainer direction.
This commit is contained in:
@@ -28,7 +28,11 @@ export function buildRenderedJudgePrompt({ action, brief, safeContext = {}, vari
|
||||
}
|
||||
|
||||
export function buildRenderedReviewContext({ fixture, fixtureConfig, action, brief } = {}) {
|
||||
const configured = fixtureConfig?.renderedQuality || {};
|
||||
// `evidenceCapture` is the neutral public contract used by external eval
|
||||
// harnesses. `renderedQuality` remains the backwards-compatible local smoke
|
||||
// judge configuration; it may carry rubric context that evidence bundles do
|
||||
// not need or expose.
|
||||
const configured = fixtureConfig?.evidenceCapture || fixtureConfig?.renderedQuality || {};
|
||||
const selectedAction = String(action || configured.action || 'impeccable');
|
||||
return {
|
||||
action: selectedAction,
|
||||
|
||||
Reference in New Issue
Block a user