mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 18:16:30 +03:00
Fix target-mode Live evidence capture
Capture below-fold selected targets and each progressive variant reliably for portable evidence bundles. AI-assisted implementation under maintainer direction.
This commit is contained in:
@@ -38,6 +38,7 @@ export function buildRenderedReviewContext({ fixture, fixtureConfig, action, bri
|
||||
action: selectedAction,
|
||||
brief: String(brief || configured.brief || `Apply /${selectedAction} to the selected element while preserving its project identity and functional contract.`),
|
||||
captureSelector: String(configured.captureSelector || fixtureConfig?.runtime?.pickSelector || 'body'),
|
||||
captureMode: configured.mode === 'target' ? 'target' : 'selector',
|
||||
safeContext: {
|
||||
fixture: String(fixture || ''),
|
||||
reviewFocus: String(configured.reviewFocus || ''),
|
||||
|
||||
Reference in New Issue
Block a user