CoolFace
Apppublic

RedinGhost/intent-loop

sourceHugging Faceapache-2.0updated 21d agoView on Hugging Face
0likes
index.html45 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3<head>4  <meta charset="utf-8">5  <meta name="viewport" content="width=device-width, initial-scale=1">6  <title>Intent Loop</title>7  <meta name="description" content="A local-first, task-scoped intent state that preserves provenance, unknowns, disagreement, invalidation, and compact handoff across Agent work.">8  <meta name="theme-color" content="#6a4a91">9  <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23121c2b'/%3E%3Cpath d='M18 32h28M32 18v28' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E">10  <link rel="stylesheet" href="./styles.css">11  <style>:root { --accent: #6a4a91; }</style>12</head>13<body>14  <a class="skip" href="#main">Skip to content</a>15  <header class="shell topbar">16    <a class="brand" href="./">Intent Loop</a>17    <nav aria-label="Primary"><a href="#system">System</a><a href="#boundary">Boundary</a><a href="https://github.com/rrrrrredy/intent-loop" rel="noreferrer">GitHub ↗</a></nav>18  </header>19  <main id="main">20    <section class="shell hero">21      <div><p class="eyebrow">Read-only Hugging Face mirror</p><h1>Keep current intent explicit without building another planner.</h1><p class="lede">A local-first, task-scoped intent state that preserves provenance, unknowns, disagreement, invalidation, and compact handoff across Agent work.</p>22        <div class="actions"><a class="button primary" href="https://github.com/rrrrrredy/intent-loop" rel="noreferrer">Canonical source</a></div>23      </div>24      <dl class="snapshot"><dt>Release / status</dt><dd>0.2.0-beta.5</dd><dt>Source snapshot</dt><dd><code>db63e4437fc4</code></dd><dt>Runtime</dt><dd>Static state-model explainer; the Codex and DSH integrations run locally</dd></dl>25    </section>26    <section class="section" id="system"><div class="shell"><div class="section-head"><h2>What the project owns</h2><p>Intent Loop owns only versioned current-intent state and its provenance. The Host still owns reasoning, tools, permissions, execution, and delivery.</p></div><div class="grid"><article class="card"><span class="index">01</span><h3>Current projection</h3><p>Objective, primary object, delivery surface, scope, constraints, authority, and completion evidence.</p></article>27<article class="card"><span class="index">02</span><h3>Provenance</h3><p>User input, imports, summaries, inferences, disagreement, supersession, and invalidation remain distinct.</p></article>28<article class="card"><span class="index">03</span><h3>Compact handoff</h3><p>A bounded projection can survive context loss without storing the whole transcript.</p></article></div></div></section>29    <section class="section"><div class="shell"><div class="section-head"><h2>Operational sequence</h2><p>The sequence is explanatory. Install and execute the actual project locally from its canonical repository.</p></div><div class="workflow"><div class="step"><span class="n">01</span><h3>Capture</h3><p>Record a candidate intent fact with source and confidence.</p></div>30<div class="step"><span class="n">02</span><h3>Reconcile</h3><p>Resolve or preserve disagreement without silently overwriting user intent.</p></div>31<div class="step"><span class="n">03</span><h3>Project</h3><p>Render the smallest current task state needed by the Host.</p></div>32<div class="step"><span class="n">04</span><h3>Invalidate</h3><p>Mark stale or contradicted fields when the task changes.</p></div>33<div class="step"><span class="n">05</span><h3>Handoff</h3><p>Export a compact state with provenance and open unknowns.</p></div></div></div></section>34    35    <section class="section boundary" id="boundary"><div class="shell"><div class="section-head"><h2>Evidence boundary</h2><p>This page preserves the project's published limits instead of turning engineering checks into outcome claims.</p></div><div class="grid"><article class="card"><span class="index">01</span><h3>Not a planner</h3><p>No task decomposition, execution, or automatic completion decision.</p></article>36<article class="card"><span class="index">02</span><h3>No raw transcript</h3><p>Default persistence excludes full prompts, responses, and secrets.</p></article>37<article class="card"><span class="index">03</span><h3>Hooks fail open</h3><p>Optional lifecycle hooks are bounded, inspectable, and non-blocking.</p></article></div></div></section>38    <section class="section"><div class="shell"><div class="section-head"><h2>Inspect the artifacts</h2><p>Local files below are curated public mirrors. GitHub remains authoritative for development, releases, and issue history.</p></div><div class="resources"><a class="resource" href="./mirror/README.md">README</a>39<a class="resource" href="./mirror/DECISIONS.md">Decision record</a>40<a class="resource" href="./mirror/SECURITY.md">Security</a></div></div></section>41  </main>42  <footer><div class="shell">Song Luo · Source commit <code>db63e4437fc444cf41c29739220e2f6cd317663e</code> · No visitor repository, transcript, credential, or local product state is collected by this static Space.</div></footer>43</body>44</html>45