-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhall.html
More file actions
126 lines (115 loc) · 5.41 KB
/
Copy pathhall.html
File metadata and controls
126 lines (115 loc) · 5.41 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/img/brand/favicon-32.png" type="image/png" sizes="32x32">
<link rel="icon" href="/img/brand/favicon-64.png" type="image/png" sizes="64x64">
<link rel="apple-touch-icon" href="/img/brand/apple-touch-180.png" sizes="180x180">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hall of receipts — Kinocut</title>
<meta name="description" content="Curated Video Receipt stories and how to add anonymized entries.">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#05070b">
<meta name="color-scheme" content="dark">
<link rel="canonical" href="https://kinocut.dev/hall.html">
<link rel="alternate" hreflang="en" href="https://kinocut.dev/hall.html">
<link rel="alternate" hreflang="es" href="https://kinocut.dev/es-content.html">
<link rel="stylesheet" href="css/tokens.css">
<link rel="stylesheet" href="css/site.css">
<link rel="stylesheet" href="css/pages.css">
<meta property="og:title" content="Hall of receipts — Kinocut">
<meta property="og:description" content="Curated Video Receipt stories and how to add anonymized entries.">
<meta property="og:url" content="https://kinocut.dev/hall.html">
<meta property="og:image" content="https://kinocut.dev/img/og.jpg">
<meta name="twitter:card" content="summary_large_image">
</head>
<body class="doc-page">
<a class="skip-link" href="#main">Skip to content</a>
<header class="doc-top wrap">
<a class="doc-brand" href="/"><img class="brand-mark" src="/img/brand/mark-64-transparent.png" width="28" height="28" alt="" aria-hidden="true">KINO<span class="cut">CUT</span></a>
<div class="doc-meta" aria-label="Status">
<span class="chip chip--trust">1.15.1 published</span>
<span class="chip">local-first</span>
<a class="chip chip--pending" href="/receipt.html">human review</a>
</div>
<nav class="doc-nav" aria-label="Primary">
<a href="/">Home</a>
<a href="/install.html">Install</a>
<a href="/receipt.html">Receipt</a>
<a href="/prompts.html">Prompts</a>
<a href="/tutorial.html">Tutorial</a>
<a href="/compare.html">Compare</a>
<a href="/faq.html">FAQ</a>
<details class="doc-nav__more">
<summary>More paths</summary>
<div class="doc-nav__panel" role="group" aria-label="More paths">
<a href="/recommend.html">Recommend</a>
<a href="/directories.html">Directories</a>
<a href="/integrations.html">Integrations</a>
<a href="/enterprise.html">Enterprise</a>
<a href="/failures.html">Failures</a>
<a href="/changelog.html">Changelog</a>
<a href="/rename.html">Rename</a>
<a href="/contribute.html">Contribute</a>
<a href="/hall.html" aria-current="page">Hall of receipts</a>
<a href="/es-content.html">Español</a>
<a href="https://github.com/KyaniteLabs/kinocut">GitHub</a>
</div>
</details>
</nav>
</header>
<main id="main" class="wrap doc-main">
<p class="doc-lang">Language <a href="/hall.html" aria-current="true">EN</a> <a href="/es-content.html">ES</a></p>
<div class="doc-rail" aria-hidden="true"><span class="doc-rail__gate">00:15</span><span></span></div>
<h1>Hall of receipts</h1>
<p>Curated, shareable receipt stories. Prefer anonymized paths and synthetic media.</p>
<h2>Entry template</h2>
<pre><code>
### Title
- **Date:**
- **Intent:**
- **Tools (count / names):**
- **Guardrails:**
- **Quality:**
- **Human review remaining:**
- **Artifact:** link to sample JSON or proof note
- **Lesson:**
</code></pre>
<h2>Seed entries</h2>
<h3>Confidence baseline plumbing</h3>
<ul>
<li><strong>Date:</strong> regenerate anytime</li>
<li><strong>Intent:</strong> Prove Kinocut produces a checked vertical clip from synthetic media</li>
<li><strong>How:</strong> <code>python scripts/golden_path.py</code></li>
<li><strong>Artifact:</strong> <code>demo/golden-pack/sample_video_receipt.json</code></li>
<li><strong>Lesson:</strong> Receipts matter even when media is synthetic; human_review stays pending</li>
</ul>
<h3>Workflow engine dry-run → render</h3>
<ul>
<li><strong>Intent:</strong> Multi-step job with hashes and resume cursor</li>
<li><strong>How:</strong> <code>examples/workflows/captioned-vertical-short/</code></li>
<li><strong>Lesson:</strong> Plan before render; inspect receipt after</li>
</ul>
<h3>Rescue package (when used)</h3>
<ul>
<li><strong>Intent:</strong> Content-preserving repair with immutable source</li>
<li><strong>Docs:</strong> <a href="https://github.com/KyaniteLabs/kinocut/blob/master/docs/RESCUE.md">RESCUE.md</a></li>
<li><strong>Lesson:</strong> Approval gates are the product</li>
</ul>
<h2>Adding an entry</h2>
<p>1. Redact home directories and usernames</p>
<p>2. Prefer relative paths in JSON</p>
<p>3. Link proofs under <code>docs/proofs/</code> when formal</p>
<p>4. Never commit large private media</p>
<h2>Related</h2>
<ul>
<li><a href="/receipt.html">VIDEO_RECEIPT.md</a></li>
<li><a href="https://github.com/KyaniteLabs/kinocut/blob/master/demo/golden-pack/README.md">demo/golden-pack</a></li>
</ul>
</main>
<footer class="wrap doc-foot">
<p><a href="/">kinocut.dev</a> · <a href="/install.html">Install</a> · <a href="/receipt.html">Receipt</a> · <a href="/security.txt">security.txt</a> · <a href="https://github.com/KyaniteLabs/kinocut">GitHub</a> · <a href="https://ko-fi.com/kyanitelabs">Ko-fi</a> · Apache-2.0 · formerly mcp-video</p>
</footer>
</body>
</html>