ELNOR REPO READER TEXT MIRROR Original path: Design Mockups/Archived Mockups/DOC23 Task Mockups/Q_TASK_EVALUATOR_EXTRACTOR_EXPANDED_V1.jsx Source repo: /Users/OpenClaw1/Elnor/Elnor Specs Git branch: main Git commit: dbaa25962edc11ab30e8d4ca1715f9ae5bf77331 Generated: 2026-06-09T01:23:58.539Z --- import React, { useState } from "react"; // ═══════════════════════════════════════════════════════════════ // Q TASK SYSTEM — EVALUATOR + EXTRACTOR EXPANDED VIEWS — V1 // Focused reference for two new module types under design. // Visual language matches Q_TASK_MODULAR_CANVAS_V11_ALT_D. // // New patterns shown here: // • Conditional port system — ports populated based on Mode + toggles // • Human review integration — full sub-config + Q&A round-trip // • Document / folder / library upload zones for context // • Custom guidance prompt boxes (beyond just outcomes) // • Verdict mode (binary / count / scored) per outcome // • Verification method routing from free-text success description // • Decomposition for broad outcomes (rubric sub-criteria) // • Per-outcome evidence policy, iteration policy, gather policy // • Iteration / Loop integration — feedback_out → feedback_in pattern // • Rubric preset library with "edit and save as..." pattern // ═══════════════════════════════════════════════════════════════ const c = { bg:"#0f1117", bgCard:"#161920", bgHover:"#1c1f2a", bgSel:"#1e2233", bgPanel:"#131620", bgPopup:"#1a1e2b", border:"#262a36", text:"#e2e4ea", textSec:"#8b8fa3", textTer:"#5d6178", accent:"#5b8af5", green:"#34d399", red:"#f87171", amber:"#fbbf24", purple:"#a78bfa", cyan:"#22d3ee", orange:"#fb923c", }; const sans = "-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"; const mono = "'SF Mono','Cascadia Code','Fira Code', monospace"; // ── Helper components (matching V11 ALT D conventions) ── const DL = ({mt, children}) => (
{children}
); const DS = ({opts, v, onChange}) => ( ); const DT = ({value, h, placeholder, onChange}) => (