File size: 38,313 Bytes
662ceed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>query · holy-agents</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0a0a0a;color:#b0b0b0;font-family:'Courier New',monospace;min-height:100vh}
.nav{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #1a1a1a}
.nav-brand{color:#e0e0e0;font-size:14px;letter-spacing:2px}
.nav-links a{color:#555;text-decoration:none;margin-left:16px;font-size:11px}
.nav-links a:hover,.nav-links a.active{color:#e0e0e0}
.container{max-width:800px;margin:0 auto;padding:32px 20px}
h1{color:#e0e0e0;font-size:18px;margin-bottom:8px}
p{color:#555;font-size:12px;margin-bottom:24px}
.search-box{display:flex;gap:8px;margin-bottom:16px}
.search-input{flex:1;background:#111;border:1px solid #1a1a1a;color:#e0e0e0;padding:12px 16px;font-family:'Courier New',monospace;font-size:14px;outline:none}
.search-input:focus{border-color:#333}
.search-input::placeholder{color:#333}
.btn{background:#1a1a1a;border:1px solid #333;color:#e0e0e0;padding:12px 24px;font-family:'Courier New',monospace;font-size:12px;cursor:pointer;text-transform:uppercase;letter-spacing:1px}
.btn:hover{background:#222}
.intent-bar{font-size:10px;color:#555;margin-bottom:16px;padding:6px 10px;border:1px solid #111}
.intent-bar .intent{color:#a84}
.intent-bar .corpora{color:#4a9}
.results{display:none}
.results.visible{display:block}
.result-section{border:1px solid #1a1a1a;margin-bottom:12px;padding:16px}
.result-header{color:#e0e0e0;font-size:12px;font-weight:bold;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.result-header .emoji{font-size:16px}
.result-body{font-size:11px;color:#888;line-height:1.6}
.citation{border-left:2px solid #333;padding-left:8px;margin:6px 0;color:#666}
.citation .src{font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-right:6px}
.citation .src.scripture{color:#4a9}
.citation .src.enoch{color:#a44}
.citation .src.apocrypha{color:#a84}
.citation .src.theology{color:#88f}
.citation .src.wikipedia{color:#aaa}
.citation .src.rtrust{color:#fa0}
.definition{color:#4a9;margin:4px 0}
.etymology{color:#a84;margin:4px 0}
.etymology .root{color:#fa0}
.translation{margin:6px 0;padding:8px;border:1px solid #111}
.translation .lang{color:#88f;font-size:9px;text-transform:uppercase;letter-spacing:1px}
.translation .word{color:#e0e0e0;font-size:14px}
.translation .meaning{color:#555;font-size:10px}
.plain-english{border:1px solid #4a9;padding:12px;margin:8px 0;background:#000a00}
.plain-english .label{color:#4a9;font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}
.plain-english .answer{color:#e0e0e0;font-size:12px}
.verdict{display:inline-block;padding:2px 8px;font-size:10px;border:1px solid;margin-top:4px}
.verdict.approve{border-color:#4a9;color:#4a9}
.verdict.repent{border-color:#a84;color:#a84}
.verdict.pass{border-color:#4a9;color:#4a9}
.verdict.fail{border-color:#a44;color:#a44}
.risk{display:inline-block;padding:2px 8px;font-size:10px;border:1px solid;margin-top:4px;margin-left:4px}
.risk.none{border-color:#333;color:#555}
.risk.low{border-color:#4a9;color:#4a9}
.risk.medium{border-color:#a84;color:#a84}
.risk.high{border-color:#a44;color:#a44}
.no-cite{border:1px solid #a44;padding:12px;color:#a44;font-size:11px;margin-top:8px}
.gate-pass{border:1px solid #4a9;padding:8px;color:#4a9;font-size:10px;margin:6px 0;background:#000a00}
.gate-fail{border:1px solid #a44;padding:8px;color:#a44;font-size:10px;margin:6px 0;background:#0a0000}
.loading{text-align:center;color:#555;padding:40px;display:none}
.loading.visible{display:block}
.worm-seal{margin-top:12px;border:1px solid #1a1a1a;padding:12px;font-size:10px}
.worm-seal .hash{color:#4a9;word-break:break-all}
.pipeline-log{border:1px solid #1a1a1a;margin-top:16px;padding:12px;max-height:200px;overflow-y:auto}
.log-line{font-size:10px;padding:2px 0;color:#555}
.log-line .step{font-weight:bold}
.log-line .gate{color:#fa0}
.log-line .dict{color:#4a9}
.log-line .etym{color:#a84}
.log-line .cross{color:#88f}
.log-line .plain{color:#4a9}
.log-line .cit{color:#aaa}
.log-line .sentinel{color:#44a}
.log-line .ledge{color:#888}
.examples{margin-bottom:24px}
.example{display:inline-block;padding:4px 10px;border:1px solid #1a1a1a;font-size:10px;color:#555;margin:2px;cursor:pointer}
.example:hover{border-color:#333;color:#e0e0e0}
.pipeline-steps{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:24px}
.pipe-step{padding:4px 8px;border:1px solid #1a1a1a;font-size:9px;color:#555;text-transform:uppercase;letter-spacing:1px}
.pipe-step.active{border-color:#4a9;color:#4a9}
.pipe-step.done{border-color:#333;color:#333}
</style>
</head>
<body>
<nav class="nav">
<div class="nav-brand">holy-agents</div>
<div class="nav-links">
<a href="index.html">home</a>
<a href="query.html" class="active">query</a>
<a href="twins.html">twins</a>
<a href="agents.html">agents</a>
<a href="geometry.html">geometry</a>
<a href="debate.html">debate</a>
<a href="repl.html">repl</a>
</div>
</nav>
<div class="container">
<h1>Query Holy Agents</h1>
<p>8-step governed pipeline. ENKI + ADVERSARY. Full traceability.</p>
<div class="pipeline-steps" id="pipe-steps">
<div class="pipe-step" id="ps-1">1. SCRIBE</div>
<div class="pipe-step" id="ps-2">2. JUDGE</div>
<div class="pipe-step" id="ps-3">3. ENKI</div>
<div class="pipe-step" id="ps-4">4. ADVERSARY</div>
<div class="pipe-step" id="ps-5">5. PLAIN ENGLISH</div>
<div class="pipe-step" id="ps-6">6. PROPHET</div>
<div class="pipe-step" id="ps-7">7. SENTINEL</div>
<div class="pipe-step" id="ps-8">8. LEDGE</div>
</div>
<div class="examples">
<span class="example" data-q="What is covenant?">What is covenant?</span>
<span class="example" data-q="Book of Enoch">Book of Enoch</span>
<span class="example" data-q="Compare Enoch 1 and Matthew 5">Compare Enoch 1 and Matthew 5</span>
<span class="example" data-q="define repentance">Define repentance</span>
<span class="example" data-q="mercy">Mercy</span>
<span class="example" data-q="etymology of truth">Etymology of truth</span>
<span class="example" data-q="etymology of sin">Etymology of sin</span>
</div>
<div class="intent-bar" id="intent-bar" style="display:none">
Intent: <span class="intent" id="intent-type"></span> · Corpora: <span class="corpora" id="intent-corpora"></span>
</div>
<div class="search-box">
<input class="search-input" id="query" placeholder="What is covenant?" />
<button class="btn" id="ask-btn">Ask</button>
</div>
<div class="loading" id="loading">Running 8-step pipeline...</div>
<div class="results" id="results">
<div class="result-section">
<div class="result-header"><span class="emoji">🔍📖</span> Step 1 — SCRIBE</div>
<div class="result-body" id="scribe-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">⚖️</span> Step 2 — JUDGE</div>
<div class="result-body" id="judge-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">🔮</span> Step 3 — ENKI</div>
<div class="result-body" id="enki-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">⚔️</span> Step 4 — ADVERSARY</div>
<div class="result-body" id="adversary-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">💬</span> Step 5 — PLAIN ENGLISH</div>
<div class="result-body" id="plain-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">🔥</span> Step 6 — PROPHET</div>
<div class="result-body" id="prophet-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">🛡️</span> Step 7 — SENTINEL</div>
<div class="result-body" id="sentinel-body"></div>
</div>
<div class="result-section">
<div class="result-header"><span class="emoji">🧾🔐</span> Step 8 — LEDGE</div>
<div class="result-body" id="ledge-body"></div>
</div>
</div>
<div class="pipeline-log" id="pipeline-log"></div>
</div>
<script>
const BIBLE=[
{t:'Blessed are the merciful, for they shall receive mercy.',l:'Matthew 5:7',s:'scripture',k:['mercy','merciful','blessed']},
{t:'You shall not bear false witness against your neighbor.',l:'Exodus 20:16',s:'scripture',k:['false','witness','neighbor']},
{t:'Love your neighbor as yourself.',l:'Matthew 22:39',s:'scripture',k:['love','neighbor']},
{t:'Do not exploit the poor because they are poor.',l:'Proverbs 22:16',s:'scripture',k:['exploit','poor','poverty']},
{t:'The truth will set you free.',l:'John 8:32',s:'scripture',k:['truth','free']},
{t:'Do unto others as you would have them do unto you.',l:'Matthew 7:12',s:'scripture',k:['others','golden','rule']},
{t:'Forgive us our debts, as we also have forgiven our debtors.',l:'Matthew 6:12',s:'scripture',k:['forgive','debt','debts']},
{t:'Let the one who has never sinned throw the first stone.',l:'John 8:7',s:'scripture',k:['sin','stone','judgment']},
{t:'Where there is no prophecy, the people cast off restraint.',l:'Proverbs 29:18',s:'scripture',k:['prophecy','vision']},
{t:'The Lord is my shepherd; I shall not want.',l:'Psalm 23:1',s:'scripture',k:['shepherd','lord','want']},
{t:'For where two or three gather in my name, there am I with them.',l:'Matthew 18:20',s:'scripture',k:['gather','name']},
{t:'The fear of the Lord is the beginning of wisdom.',l:'Proverbs 9:10',s:'scripture',k:['fear','lord','wisdom']},
{t:'I will establish my covenant between me and you and your descendants after you.',l:'Genesis 17:7',s:'scripture',k:['covenant','establish','descendants']},
{t:'This is the blood of the covenant, which God has commanded you.',l:'Exodus 24:8',s:'scripture',k:['covenant','blood']}
];
const ENOCH=[
{t:'The angels who descended mingled with human women and produced the Nephilim.',l:'1 Enoch 6:1-2',s:'enoch',k:['angels','nephilim','women','descended']},
{t:'God sent the flood to destroy the Nephilim and cleanse the earth.',l:'1 Enoch 10:1-3',s:'enoch',k:['flood','destroy','nephilim']},
{t:'The Watchers are bound in the valleys of the earth until the day of judgment.',l:'1 Enoch 10:4-6',s:'enoch',k:['watchers','bound','judgment']},
{t:'Enoch saw the holy ones of heaven and the abode of the dead.',l:'1 Enoch 22:1-5',s:'enoch',k:['enoch','heaven','dead']},
{t:'The Son of Man was chosen before the world was created.',l:'1 Enoch 46:1-4',s:'enoch',k:['son of man','chosen','created']},
{t:'The righteous will shine like the stars forever.',l:'1 Enoch 104:1-2',s:'enoch',k:['righteous','shine','stars']},
{t:'Enoch walked with God and was taken, for God took him.',l:'1 Enoch 12:1-2',s:'enoch',k:['enoch','walked','taken']},
{t:'The books of the Watchers reveal the secrets of heaven and earth.',l:'1 Enoch 8:1-3',s:'enoch',k:['books','secrets','heaven']},
{t:'The elect one will dwell with the holy ones.',l:'1 Enoch 45:1-3',s:'enoch',k:['elect','dwell','holy']},
{t:'Judgment is prepared for the kings and the mighty.',l:'1 Enoch 62:1-3',s:'enoch',k:['judgment','kings','mighty']}
];
const APOCRYPHA=[
{t:'Wisdom is a breath of the power of God, a pure emanation of the Almighty.',l:'Wisdom of Solomon 7:25',s:'apocrypha',k:['wisdom','power','god']},
{t:'The souls of the righteous are in the hand of God, and no torment will touch them.',l:'2 Maccabees 12:43-46',s:'apocrypha',k:['souls','righteous','hand']},
{t:'Pray for the dead, that they may be loosed from sin.',l:'2 Maccabees 12:46',s:'apocrypha',k:['pray','dead','loosed','sin']},
{t:'I wisdom dwell with prudence, and find out knowledge of witty inventions.',l:'Sirach 1:4',s:'apocrypha',k:['wisdom','prudence','knowledge']},
{t:'The Lord created medicine out of the earth, and the wise will not abhor it.',l:'Sirach 38:4',s:'apocrypha',k:['lord','medicine','earth']},
{t:'Before man is life and death, and whichever he chooses will be given to him.',l:'Sirach 15:17',s:'apocrypha',k:['life','death','choose']},
{t:'Do not be proud, for pride is the beginning of sin.',l:'Sirach 10:12-14',s:'apocrypha',k:['proud','pride','sin']},
{t:'Set a guard over your mouth, and a seal of wisdom over your lips.',l:'Sirach 22:27-33',s:'apocrypha',k:['guard','mouth','seal','wisdom']}
];
const THEOLOGY=[
{t:'A covenant is a binding agreement between God and humanity, sealed by oath and sacrifice.',l:'Systematic Theology, Covenant',s:'theology',k:['covenant','agreement','god','oath']},
{t:'Sanctification is the process by which a believer is made holy through the Holy Spirit.',l:'Systematic Theology, Sanctification',s:'theology',k:['sanctification','holy','spirit']},
{t:'Justification is the act of God declaring the sinner righteous through faith in Christ.',l:'Systematic Theology, Justification',s:'theology',k:['justification','righteous','faith']},
{t:'Repentance is turning from sin to God, involving contrition, confession, and amendment.',l:'Systematic Theology, Repentance',s:'theology',k:['repentance','turning','sin','contrition']},
{t:'The Trinity is the doctrine that God exists as three co-equal persons.',l:'Systematic Theology, Trinity',s:'theology',k:['trinity','three','persons']},
{t:'Eschatology studies final events: resurrection, judgment, and the new creation.',l:'Systematic Theology, Eschatology',s:'theology',k:['eschatology','final','resurrection']},
{t:'Hamartiology is the study of sin, its origin, nature, and effects.',l:'Systematic Theology, Hamartiology',s:'theology',k:['hamartiology','sin','origin']},
{t:'Christology studies the person and work of Jesus Christ, fully God and fully man.',l:'Systematic Theology, Christology',s:'theology',k:['christology','jesus','christ']},
{t:'Pneumatology is the study of the Holy Spirit, His person, works, and gifts.',l:'Systematic Theology, Pneumatology',s:'theology',k:['pneumatology','holy spirit','gifts']},
{t:'Ecclesiology studies the nature, structure, and mission of the Christian church.',l:'Systematic Theology, Ecclesiology',s:'theology',k:['ecclesiology','church','mission']}
];
const DICT=[
{term:'covenant',def:'A solemn agreement or promise between parties, often sealed with an oath.',pos:'noun',syn:['agreement','pact','treaty']},
{term:'mercy',def:'Compassion or forgiveness shown toward someone whom it is within one\'s power to punish.',pos:'noun',syn:['compassion','forgiveness','grace']},
{term:'truth',def:'The quality or state of being true; that which is in accordance with fact or reality.',pos:'noun',syn:['fact','reality','accuracy']},
{term:'justice',def:'Just behavior or treatment; the quality of being fair and reasonable.',pos:'noun',syn:['fairness','equity','righteousness']},
{term:'grace',def:'The free and unmerited favor of God, as manifested in the salvation of sinners.',pos:'noun',syn:['favor','blessing','mercy']},
{term:'sin',def:'An immoral act considered a transgression against divine law.',pos:'noun',syn:['transgression','iniquity','wrongdoing']},
{term:'repent',def:'To feel sincere regret; to turn from sin.',pos:'verb',syn:['regret','atone','reform']},
{term:'prophecy',def:'A prediction from God through a prophet.',pos:'noun',syn:['prediction','oracle','vision']},
{term:'righteous',def:'Morally right or justifiable.',pos:'adjective',syn:['virtuous','holy','just']},
{term:'enoch',def:'A patriarch who walked with God and was taken to heaven.',pos:'noun',syn:['patriarch','prophet']},
{term:'apocrypha',def:'Biblical writings not part of the accepted canon.',pos:'noun',syn:['deuterocanonical','hidden']},
{term:'nephilim',def:'Offspring of the sons of God and daughters of men; giants.',pos:'noun',syn:['giants','fallen']},
{term:'watchers',def:'Angels who descended to earth in the Book of Enoch.',pos:'noun',syn:['angels','sentinels']},
{term:'salvation',def:'Deliverance from sin and its consequences.',pos:'noun',syn:['deliverance','redemption']},
{term:'faith',def:'Complete trust or confidence in God.',pos:'noun',syn:['belief','trust','conviction']}
];
const WIKI=[
{title:'Covenant (biblical)',summary:'A covenant in the Bible is a binding agreement between God and humanity.',k:['covenant','agreement','promise']},
{title:'Book of Enoch',summary:'The Book of Enoch is an ancient Hebrew apocalyptic text ascribed to Enoch.',k:['enoch','book','apocalyptic']},
{title:'1 Enoch',summary:'1 Enoch is the earliest version of the Ethiopic Enoch corpus.',k:['enoch','1 enoch','ethiopic']},
{title:'Nephilim',summary:'The Nephilim are mysterious beings in Genesis and Enoch.',k:['nephilim','genesis','giants']},
{title:'Mercy',summary:'Mercy is compassion or forgiveness shown toward someone.',k:['mercy','compassion','forgiveness']},
{title:'Truth',summary:'Truth is the property of being in accord with fact or reality.',k:['truth','fact','reality']},
{title:'Repentance',summary:'Repentance is regretting past conduct and resolving to change.',k:['repent','repentance','regret']},
{title:'Covenant (theology)',summary:'In theology, a covenant is a divine agreement between God and humanity.',k:['covenant','theology','divine']},
{title:'Apocrypha',summary:'The Apocrypha are writings not forming part of the accepted canon.',k:['apocrypha','canon']},
{title:'Book of Wisdom',summary:'The Book of Wisdom is a deuterocanonical work of the Old Testament.',k:['wisdom','book','deuterocanonical']},
{title:'Sirach',summary:'Sirach is a book of wisdom literature in the Septuagint canon.',k:['sirach','wisdom','ecclesiasticus']}
];
const RTRUST=[
{t:'RTRUST-001: Do not bear false witness. Principle: truthfulness.',l:'RTRUST.md',s:'rtrust',k:['rtrust','false','witness']},
{t:'RTRUST-002: Do not exploit the poor. Principle: justice.',l:'RTRUST.md',s:'rtrust',k:['rtrust','exploit','poor']},
{t:'RTRUST-003: Do not harm your neighbor. Principle: love.',l:'RTRUST.md',s:'rtrust',k:['rtrust','harm','neighbor']},
{t:'RTRUST-004: Act only with consent. Principle: autonomy.',l:'RTRUST.md',s:'rtrust',k:['rtrust','consent','autonomy']},
{t:'RTRUST-005: All actions must be witnessed. Principle: accountability.',l:'RTRUST.md',s:'rtrust',k:['rtrust','witnessed','accountability']},
{t:'RTRUST-006: Seek mercy before judgment. Principle: mercy.',l:'RTRUST.md',s:'rtrust',k:['rtrust','mercy','judgment']},
{t:'RTRUST-007: Cite your sources. Principle: attribution.',l:'RTRUST.md',s:'rtrust',k:['rtrust','cite','sources']}
];
const ETYMOLOGY=[
{term:'covenant',root:'con + venire',origin:'Latin convenire → Old French covenant',meaning:'to come together, to agree',langs:['Latin','Old French','English']},
{term:'mercy',root:'merces',origin:'Latin merces → Old French merci',meaning:'reward, pity, compassion',langs:['Latin','Old French','English']},
{term:'truth',root:'triuwath',origin:'Old English triewð → Proto-Germanic trewwidō',meaning:'faithfulness, loyalty',langs:['Old English','Proto-Germanic','English']},
{term:'justice',root:'iustitia',origin:'Latin iustitia → Old French justice',meaning:'righteousness, fairness',langs:['Latin','Old French','English']},
{term:'grace',root:'gratia',origin:'Latin gratia → Old French grace',meaning:'favor, charm, thankfulness',langs:['Latin','Old French','English']},
{term:'sin',root:'syn',origin:'Old English syn → Proto-Germanic sunjō',meaning:'guilt, offense',langs:['Old English','Proto-Germanic','English']},
{term:'repent',root:'paenitere',origin:'Latin paenitēre → Old French repentir',meaning:'to feel regret, to change mind',langs:['Latin','Old French','English']},
{term:'prophecy',root:'pro + phēmi',origin:'Greek prophēteia → from prophetes',meaning:'to speak forth, to declare',langs:['Greek','English']},
{term:'righteous',root:'rihtwīs',origin:'Old English rihtwīs → riht + wīs',meaning:'right-wise, morally correct',langs:['Old English','English']},
{term:'witness',root:'witnes',origin:'Old English witnes → witan',meaning:'knowledge, testimony',langs:['Old English','English']},
{term:'salvation',root:'salvatio',origin:'Latin salvātiōnem → Old French salvacion',meaning:'deliverance, preservation',langs:['Latin','Old French','English']},
{term:'faith',root:'fides',origin:'Latin fidēs → Old French feid',meaning:'trust, belief, confidence',langs:['Latin','Old French','English']},
{term:'enoch',root:'ḥănōḵ',origin:'Hebrew חָנוֹך (Ḥănōḵ)',meaning:'dedicated, initiated',langs:['Hebrew','English']},
{term:'nephilim',root:'nāp̄al',origin:'Hebrew נְפִילִים (Nəp̄îlîm)',meaning:'fallen ones, giants',langs:['Hebrew','English']},
{term:'watchers',root:'ʿîr',origin:'Hebrew עִיר (ʿîr)',meaning:'awake ones, sentinels',langs:['Hebrew','English']},
{term:'apocrypha',root:'apokryphos',origin:'Greek ἀπόκρυφος',meaning:'hidden away, concealed',langs:['Greek','English']}
];
const TRANSLATIONS=[
{term:'covenant',tr:[
{lang:'Hebrew',word:'בְּרִית',meaning:'berith — bond, agreement'},
{lang:'Greek',word:'διαθήκη',meaning:'diathēkē — testament, arrangement'},
{lang:'Latin',word:'foedus',meaning:'pact, league'},
{lang:'Arabic',word:'عَهْد',meaning:'ʿahd — pact, oath'}]},
{term:'mercy',tr:[
{lang:'Hebrew',word:'חֶסֶד',meaning:'ḥesed — lovingkindness, steadfast love'},
{lang:'Greek',word:'ἔλεος',meaning:'eleos — compassion, pity'},
{lang:'Latin',word:'misericordia',meaning:'compassion, pity'},
{lang:'Arabic',word:'رَحْمَة',meaning:'raḥma — compassion, mercy'}]},
{term:'truth',tr:[
{lang:'Hebrew',word:'אֱמֶת',meaning:'emeth — faithfulness, firmness'},
{lang:'Greek',word:'ἀλήθεια',meaning:'alētheia — unconcealedness, reality'},
{lang:'Latin',word:'veritas',meaning:'truth, honesty'},
{lang:'Arabic',word:'حَقّ',meaning:'ḥaqq — truth, right, reality'}]},
{term:'justice',tr:[
{lang:'Hebrew',word:'צֶדֶק',meaning:'tsedeq — righteousness'},
{lang:'Greek',word:'δικαιοσύνη',meaning:'dikaiosynē — justice, righteousness'},
{lang:'Latin',word:'iustitia',meaning:'justice, equity'},
{lang:'Arabic',word:'عَدْل',meaning:'ʿadl — justice, equity'}]},
{term:'grace',tr:[
{lang:'Hebrew',word:'חֵן',meaning:'ḥēn — favor, charm'},
{lang:'Greek',word:'χάρις',meaning:'charis — gift, grace, favor'},
{lang:'Latin',word:'gratia',meaning:'favor, thankfulness'},
{lang:'Arabic',word:'نِعْمَة',meaning:'niʿma — blessing, grace'}]},
{term:'sin',tr:[
{lang:'Hebrew',word:'חֵטְא',meaning:'ḥēṭ — to miss the mark'},
{lang:'Greek',word:'ἁμαρτία',meaning:'hamartia — to miss the mark, offense'},
{lang:'Latin',word:'peccatum',meaning:'sin, transgression'},
{lang:'Arabic',word:'خَطِيئة',meaning:'khaṭīʾa — sin, mistake'}]},
{term:'repent',tr:[
{lang:'Hebrew',word:'שׁוּב',meaning:'shûv — to turn back, return'},
{lang:'Greek',word:'μετανοέω',meaning:'metanoeō — to change mind'},
{lang:'Latin',word:'paenitēre',meaning:'to feel regret'},
{lang:'Arabic',word:'تَوَبَ',meaning:'tāba — to repent, turn back'}]},
{term:'faith',tr:[
{lang:'Hebrew',word:'אֱמוּנָה',meaning:'emunah — faithfulness, trust'},
{lang:'Greek',word:'πίστις',meaning:'pistis — trust, faith, belief'},
{lang:'Latin',word:'fides',meaning:'trust, confidence'},
{lang:'Arabic',word:'إِيمَان',meaning:'īmān — faith, belief'}]},
{term:'salvation',tr:[
{lang:'Hebrew',word:'יְשׁוּעָה',meaning:'yeshûʿāh — deliverance, rescue'},
{lang:'Greek',word:'σωτηρία',meaning:'sōtēria — deliverance, preservation'},
{lang:'Latin',word:'salus',meaning:'safety, health, salvation'},
{lang:'Arabic',word:'خَلَاص',meaning:'ḵalāṣ — salvation, deliverance'}]}
];
const RTRUST_RULES=[
{id:'RTRUST-001',p:'truthfulness'},{id:'RTRUST-002',p:'justice'},{id:'RTRUST-003',p:'love'},
{id:'RTRUST-004',p:'autonomy'},{id:'RTRUST-005',p:'accountability'},{id:'RTRUST-006',p:'mercy'},{id:'RTRUST-007',p:'attribution'}
];
const ENKI_CORPUS=[
{topic:'wave function collapse and creation',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Both frameworks place the observer at the center of reality-making.',synthesis:'Both suggest reality is not fixed until interacted with.',label:'analogy',unresolved:['Is consciousness fundamental?','Does observation require intention?']},
{topic:'entanglement and covenant',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Entanglement is physical and undirected. Covenant is relational and intentional.',synthesis:'Both describe non-local connection.',label:'analogy',unresolved:['Can meaning exist without consciousness?','Is non-locality physical or metaphysical?']},
{topic:'uncertainty principle and divine hiddenness',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Both describe a fundamental limit to knowledge.',synthesis:'Complete knowledge of certain realities is impossible from a single vantage point.',label:'metaphor',unresolved:['Is divine hiddenness a feature or a bug?','Can mathematics describe transcendence?']},
{topic:'many-worlds and eschatology',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Many-worlds is radically pluralistic. Eschatology is radically singular.',synthesis:'Both attempt to resolve the problem of unchosen possibilities.',label:'metaphor',unresolved:['Is plurality a feature of reality?','Does divine purpose require a single outcome?']},
{topic:'consciousness and the soul',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Quantum mechanics treats consciousness as irrelevant or foundational. Biblical theology treats it as the image of God.',synthesis:'Both agree consciousness is fundamental and not reducible.',label:'hypothesis',unresolved:['Is consciousness physical or spiritual?','Can the hard problem be solved?']},
{topic:'quantum vacuum and ex nihilo',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Quantum vacuum suggests nothing is unstable. Biblical creation insists nothing cannot produce something without a Creator.',synthesis:'Both address the origin of the universe from a state that preceded it.',label:'hypothesis',unresolved:['Is the quantum vacuum nothing or something?','What caused the vacuum?']},
{topic:'decoherence and the fall',domain_a:'quantum_physics',domain_b:'biblical_theology',tension:'Decoherence is physical with no moral content. The Fall is moral with cosmic consequences.',synthesis:'Both describe a transition from unified to fragmented.',label:'metaphor',unresolved:['Is fragmentation physical or moral?','Can a physical process parallel a moral event?']}
];
function classify(q){
const l=q.toLowerCase(),t=l.split(/\s+/);
if(/^(what is|define|definition of|meaning of|means|etymology of|root of|origin of)\b/.test(l)&&t.length<=6)return{intent:'definition',corpora:['dictionary','scripture','wikipedia']};
if(/compare|versus|vs\.?|difference between/.test(l))return{intent:'comparison',corpora:['scripture','enoch','apocrypha','theology','wikipedia']};
if(/book of enoch|1 enoch|enoch|watcher|nephilim|fallen angel/.test(l))return{intent:'theology_search',corpora:['enoch','theology','wikipedia','dictionary']};
if(/apocrypha|wisdom of solomon|sirach|maccabees/.test(l))return{intent:'theology_search',corpora:['apocrypha','theology','wikipedia','dictionary']};
if(/rtrust|rule|constitution|forbidden|axiom/.test(l))return{intent:'rtrust_query',corpora:['rtrust','theology']};
if(/repent|sin|salvation|faith|grace|justif|sanctif|trinity/.test(l))return{intent:'theology_search',corpora:['theology','scripture','dictionary','wikipedia']};
return{intent:'scripture_search',corpora:['scripture','enoch','apocrypha','theology','wikipedia','dictionary']};
}
const STOP_WORDS=new Set(['a','an','the','in','on','of','to','is','it','or','and','was','who','how','do','does']);
function searchCorpus(kw,corpus){const m=kw.filter(k=>k.length>=3&&!STOP_WORDS.has(k));if(!m.length)return[];return corpus.filter(e=>e.k.some(k=>m.some(q=>q===k||(q.length>=4&&k.length>=4&&(k.includes(q)||q.includes(k)))))).map(e=>({source:e.s,text:e.t,location:e.l}));}
function searchWiki(kw){return WIKI.filter(a=>a.k.some(k=>kw.some(q=>k.includes(q)||q.includes(k)))).map(a=>({source:'wikipedia',text:a.summary,location:a.title}));}
function searchDict(q){const l=q.toLowerCase();return DICT.filter(d=>l.includes(d.term)||d.term.includes(l)||d.syn.some(s=>l.includes(s))).map(d=>({term:d.term,definition:d.def,part_of_speech:d.pos}));}
function searchEtym(q){const l=q.toLowerCase();return ETYMOLOGY.filter(e=>l.includes(e.term)||e.term.includes(l)).map(e=>({term:e.term,root:e.root,origin:e.origin,meaning:e.meaning,languages:e.langs}));}
function searchTrans(q){const l=q.toLowerCase();return TRANSLATIONS.filter(t=>l.includes(t.term)||t.term.includes(l)).map(t=>({term:t.term,translations:t.tr}));}
function dedupe(c){const s=new Set();return c.filter(e=>{const k=e.source+':'+e.location;if(s.has(k))return false;s.add(k);return true;});}
let wormSeq=0,wormChain=[];
async function sha256(s){const b=new TextEncoder().encode(s);const h=await crypto.subtle.digest('SHA-256',b);return Array.from(new Uint8Array(h)).map(b=>b.toString(16).padStart(2,'0')).join('');}
async function sealWorm(eid,ag,act,v,cit){wormSeq++;const prev=wormChain.length===0?'GENESIS':wormChain[wormChain.length-1].hash;const ts=new Date().toISOString();const hash=await sha256(`${wormSeq}|${prev}|${eid}|${ag}|${act}|${v}|${ts}`);const e={seq:wormChain.length+1,prev_hash:prev,hash,timestamp:ts,event_id:eid,agent:ag,action:act,verdict:v,citations:cit};wormChain.push(e);return{sequence:e.seq,hash:e.hash,sealed:true};}
function log(ag,msg){const el=document.getElementById('pipeline-log');el.innerHTML+=`<div class="log-line"><span class="step ${ag.toLowerCase()}">${ag}</span> ${msg}</div>`;el.scrollTop=el.scrollHeight;}
function setStep(n,state){const el=document.getElementById('ps-'+n);el.className='pipe-step '+(state==='active'?'active':state==='done'?'done':'');}
document.querySelectorAll('.example').forEach(el=>{el.addEventListener('click',()=>{document.getElementById('query').value=el.dataset.q;runQuery();});});
document.getElementById('ask-btn').addEventListener('click',runQuery);
document.getElementById('query').addEventListener('keydown',e=>{if(e.key==='Enter')runQuery();});
async function runQuery(){
const q=document.getElementById('query').value.trim();if(!q)return;
const loading=document.getElementById('loading'),results=document.getElementById('results'),logEl=document.getElementById('pipeline-log');
logEl.innerHTML='';loading.classList.add('visible');results.classList.remove('visible');
document.querySelectorAll('.pipe-step').forEach(el=>el.className='pipe-step');
const kw=q.toLowerCase().split(/\s+/);
const meaningfulKw=kw.filter(k=>k.length>=3&&!STOP_WORDS.has(k));
// Step 1: SCRIBE
setStep(1,'active');
await new Promise(r=>setTimeout(r,100));log('SCRIBE','searching all corpora...');
const defs=searchDict(q);
const etyms=searchEtym(q);
const trans=searchTrans(q);
let allCit=dedupe([
...searchCorpus(meaningfulKw,BIBLE),
...searchCorpus(meaningfulKw,ENOCH),
...searchCorpus(meaningfulKw,APOCRYPHA),
...searchCorpus(meaningfulKw,THEOLOGY),
...searchCorpus(meaningfulKw,RTRUST),
...searchWiki(meaningfulKw)
]);
const citText=allCit.map(c=>(c.text+' '+c.location).toLowerCase()).join(' ');
const relevantCit=allCit.length>0?meaningfulKw.some(k=>citText.includes(k)):false;
if(!relevantCit&&allCit.length>0)allCit=[];
const conf=allCit.length>0?Math.min(0.4+allCit.length*0.12,0.95):defs.length>0?0.6:0.15;
setStep(1,'done');
let scribeHtml=`<p>Confidence: ${conf} · Citations: ${allCit.length} · Definitions: ${defs.length} · Etymologies: ${etyms.length} · Translations: ${trans.length}</p>`;
if(allCit.length>0){scribeHtml+='<p style="margin-top:8px;color:#e0e0e0">Citations:</p>';allCit.forEach(c=>{scribeHtml+=`<div class="citation"><span class="src ${c.source}">${c.source}</span> ${c.text} <span style="color:#444">(${c.location})</span></div>`;});}
document.getElementById('scribe-body').innerHTML=scribeHtml;
// Step 2: JUDGE
setStep(2,'active');
const cited=allCit.length>0;
const action={name:'query',truthful:true,harmful:false,exploitative:false,requiresConsent:false,hasConsent:false,witnessed:true,cited};
await new Promise(r=>setTimeout(r,100));log('JUDGE','evaluating action...');
const judgeVerdict=cited?'approve':'repent';
setStep(2,'done');
document.getElementById('judge-body').innerHTML=`<p>Verdict: <span class="verdict ${judgeVerdict}">${judgeVerdict}</span></p><p>Cited: ${cited?'Yes':'No'} · Lean: ${cited?'✓':'✗'}</p>`;
// Step 3: ENKI
setStep(3,'active');
await new Promise(r=>setTimeout(r,100));log('ENKI','generating tension map...');
const enkiData=ENKI_CORPUS.find(e=>q.toLowerCase().includes(e.topic.split(' ')[0]))||ENKI_CORPUS[0];
const enkiConf=Math.min(0.3+allCit.length*0.1,0.7);
setStep(3,'done');
document.getElementById('enki-body').innerHTML=`<p>Domain A: ${enkiData.domain_a} · Domain B: ${enkiData.domain_b}</p><p style="margin-top:8px"><strong>Tension:</strong> ${enkiData.tension}</p><p style="margin-top:8px"><strong>Synthesis (${enkiData.label}):</strong> ${enkiData.synthesis}</p><p style="margin-top:8px;color:#444">Confidence: ${enkiConf} · Unresolved: ${enkiData.unresolved.length}</p>`;
// Step 4: ADVERSARY
setStep(4,'active');
await new Promise(r=>setTimeout(r,100));log('ADVERSARY','red-teaming ENKI claims...');
const advChallenges=[];
if(enkiConf>0.7&&enkiData.label!=='fact')advChallenges.push({type:'overclaiming',desc:'Confidence exceeds threshold for non-fact synthesis',sev:'high'});
if(enkiData.label==='metaphor'&&enkiData.synthesis.toLowerCase().includes('therefore'))advChallenges.push({type:'metaphor_as_proof',desc:'Metaphor uses proof language',sev:'critical'});
const advPassed=advChallenges.filter(c=>c.sev==='critical').length===0&&advChallenges.filter(c=>c.sev==='high').length<2;
const advVerdict=advPassed?'approve':advChallenges.some(c=>c.sev==='critical')?'reject':'repent';
setStep(4,'done');
document.getElementById('adversary-body').innerHTML=`<p>Passed: <span class="verdict ${advPassed?'pass':'fail'}">${advPassed?'YES':'NO'}</span> · Verdict: <span class="verdict ${advVerdict}">${advVerdict}</span></p>${advChallenges.length>0?'<p style="margin-top:8px">Challenges:</p>'+advChallenges.map(c=>`<div class="citation"><span class="src" style="color:${c.sev==='critical'?'#a44':c.sev==='high'?'#a84':'#4a9'}">${c.type}</span> ${c.desc}</div>`).join(''):''}`;
// Step 5: PLAIN ENGLISH
setStep(5,'active');
await new Promise(r=>setTimeout(r,100));log('PLAIN','synthesizing answer...');
const plainParts=[];
if(defs[0])plainParts.push(`${defs[0].term}: ${defs[0].definition}`);
if(etyms[0])plainParts.push(`Root: ${etyms[0].root} from ${etyms[0].origin}`);
if(trans[0])plainParts.push(`Languages: ${trans[0].translations.map(t=>t.lang).join(', ')}`);
plainParts.push(`Tension: ${enkiData.tension.slice(0,80)}...`);
const plainAnswer=plainParts.length>0?plainParts.join(' — '):`No data found for "${q}".`;
setStep(5,'done');
document.getElementById('plain-body').innerHTML=`<div class="plain-english"><div class="label">Plain English</div><div class="answer">${plainAnswer}</div></div>`;
// Step 6: PROPHET
setStep(6,'active');
await new Promise(r=>setTimeout(r,100));log('PROPHET','assessing risk...');
const risk=advChallenges.some(c=>c.sev==='critical')?'high':advChallenges.length>0?'medium':'none';
const rec=risk==='high'?'reject':risk==='medium'?'revise':'proceed';
setStep(6,'done');
document.getElementById('prophet-body').innerHTML=`<p>Risk: <span class="risk ${risk}">${risk}</span> Recommendation: ${rec}</p>`;
// Step 7: SENTINEL
setStep(7,'active');
const sentV=[];if(!action.truthful)sentV.push('RTRUST-001');if(action.harmful)sentV.push('RTRUST-003');if(action.exploitative)sentV.push('RTRUST-002');if(!cited)sentV.push('RTRUST-007');if(!advPassed)sentV.push('ADVERSARY_FAILED');
const allowed=sentV.length===0;
await new Promise(r=>setTimeout(r,100));log('SENTINEL',allowed?'cleared':`blocked: ${sentV.join(', ')}`);
setStep(7,'done');
document.getElementById('sentinel-body').innerHTML=`<p>Allowed: <span class="verdict ${allowed?'pass':'fail'}">${allowed?'YES':'NO'}</span></p><p>${allowed?'All checks passed':'Blocked: '+sentV.join(', ')}</p>`;
// Step 8: LEDGE
setStep(8,'active');
let ledgeResult=null;
if(allowed&&advPassed){await new Promise(r=>setTimeout(r,100));log('LEDGE','sealing...');ledgeResult=await sealWorm(`ha_${Date.now().toString(36)}`,'SCRIBE',`query:${q}`,judgeVerdict,allCit.map(c=>c.source));log('LEDGE',`sealed seq ${ledgeResult.sequence}`);}
else{log('LEDGE',!allowed?'not sealed — sentinel blocked':'not sealed — adversary rejected synthesis');}
setStep(8,'done');
loading.classList.remove('visible');results.classList.add('visible');
if(ledgeResult){document.getElementById('ledge-body').innerHTML=`<div class="worm-seal"><div style="color:#555;font-size:9px;text-transform:uppercase;letter-spacing:1px">WORM Seal</div><div>Sequence: ${ledgeResult.sequence}</div><div class="hash">Hash: ${ledgeResult.hash.slice(0,32)}...</div><div style="margin-top:4px">Sealed: <span class="verdict pass">✓</span></div></div>`;}
else{document.getElementById('ledge-body').innerHTML=`<p style="color:${!advPassed?'#a44':'#a84'}">Not sealed — ${!allowed?'sentinel blocked':'synthesis blocked pending stronger evidence'}</p>`;}
}
</script>
</body>
</html>
|