-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
239 lines (220 loc) · 10.4 KB
/
tools.html
File metadata and controls
239 lines (220 loc) · 10.4 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
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
<!--
---
title: "Tools - Waveframe Labs"
short_title: "Tools"
version: "2.0.0"
status: "Active"
type: "website"
author: "Waveframe Labs"
maintainer: "Waveframe Labs"
license: "CC-BY-4.0"
policy_version: "ARI-Metadata-3.0.2"
ai_assisted: "partial"
---
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tools - Waveframe Labs</title>
<meta name="description" content="Waveframe tools organized by governance, compilation, proposal, enforcement, and authority layers." />
<link rel="icon" type="image/png" href="favicon-32x32.png" />
<link rel="canonical" href="https://waveframelabs.org/tools.html" />
<style>
:root{--bg:#0b0c10;--card:#14161b;--panel:#0f1116;--ink:#e7eaef;--muted:#9aa3b2;--soft:#c5cad3;--edge:#252832;--accent:#ff7a18;--maxw:1080px;--rad:8px}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}
.wrap{max-width:var(--maxw);margin:0 auto;padding:14px 20px 72px}
.hdr{padding:18px 24px;border-bottom:1px solid var(--edge);background:rgba(20,22,27,.88);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;margin-bottom:28px}
.brand{display:flex;align-items:center;gap:12px}.brand-text{font-size:1.2rem;font-weight:700}.topnav{display:flex;gap:24px;font-size:.9rem;flex-wrap:wrap}.topnav a{opacity:.72}.active-link{opacity:1!important;color:var(--accent)!important}
.hero{margin-bottom:22px;padding:24px;border:1px solid var(--edge);border-radius:var(--rad);background:linear-gradient(180deg,rgba(255,122,24,.10),rgba(0,0,0,0))}
.kicker{color:var(--accent);font-size:.75rem;text-transform:uppercase;font-weight:800;letter-spacing:.12em;margin-bottom:8px;display:block}
h1{margin:0 0 .6rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}h2{margin:34px 0 10px}h3{margin:0 0 8px}
p{color:var(--muted);line-height:1.65}.lede{font-size:1.1rem;color:var(--soft);max-width:780px}
.layer{display:grid;grid-template-columns:210px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--edge)}
.layer-label{color:var(--accent);font-weight:850;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}
.tool-card{background:var(--card);border:1px solid var(--edge);border-radius:var(--rad);padding:18px;margin-bottom:12px}
.tool-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.badge{border:1px solid rgba(255,122,24,.4);color:var(--accent);border-radius:999px;padding:4px 8px;font-size:.75rem;font-weight:800}
.meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:14px}.meta div{background:var(--panel);border:1px solid var(--edge);border-radius:var(--rad);padding:12px}.meta strong{display:block;color:var(--ink);margin-bottom:4px}.meta span{color:var(--muted);font-size:.92rem;line-height:1.45}
.code{background:#090a0d;border:1px solid var(--edge);border-radius:var(--rad);padding:14px;overflow:auto;font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;color:#dfe4ed}
.start{background:var(--panel);border:1px solid var(--edge);border-radius:var(--rad);padding:18px;margin-top:16px}
footer{margin-top:48px;border-top:1px solid var(--edge);padding-top:18px;color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}
@media(max-width:860px){.hdr{align-items:flex-start;flex-direction:column}.layer{grid-template-columns:1fr}.meta{grid-template-columns:1fr}}
</style>
</head>
<body>
<div class="wrap">
<header class="hdr">
<div class="brand">
<img src="waveframe-logo-mark.png" width="28" height="28" alt="Waveframe Labs mark">
<div class="brand-text">Waveframe Labs</div>
</div>
<nav class="topnav">
<a href="index.html">Home</a>
<a href="hierarchy.html">How It Works</a>
<a class="active-link" href="tools.html">Tools</a>
<a href="compatibility.html">Compatibility</a>
<a href="case-studies.html">Examples</a>
<a href="updates.html">Updates</a>
</nav>
</header>
<section class="hero">
<span class="kicker">Developer Entrypoint</span>
<h1>Tools by execution layer.</h1>
<p class="lede">
Waveframe is not one monolith. It is a set of narrow infrastructure components that turn
governance into authority, authority into contracts, contracts into admissibility decisions,
and decisions into runtime enforcement.
</p>
</section>
<section class="start">
<h2 style="margin-top:0;">Start with the runtime path</h2>
<pre class="code"><code>pip install waveframe-guard cricore cricore-contract-compiler cricore-proposal-normalizer</code></pre>
<p>
For production systems, Guard is the runtime boundary. CRI-CORE is the decision kernel.
The compiler and normalizer prepare the authority and proposal inputs those runtime layers require.
</p>
</section>
<section>
<h2>Layered Ecosystem</h2>
</section>
<section class="layer">
<div class="layer-label">Governance Layer</div>
<div>
<div class="tool-card">
<div class="tool-head">
<h3>Governance-Ledger</h3>
<span class="badge">Authoring / Publication</span>
</div>
<p>
Normalizes human governance, produces diagnostics, gates publication, preserves lineage,
and writes registry-ready authority artifacts.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Source governance and reviews</span></div>
<div><strong>Emits</strong><span>Published authority, manifests, registry entries</span></div>
<div><strong>Does not</strong><span>Run enforcement or infer unsupported meaning</span></div>
</div>
<p><strong>Install:</strong> <code>pip install governance-ledger</code></p>
</div>
</div>
</section>
<section class="layer">
<div class="layer-label">Compilation Layer</div>
<div>
<div class="tool-card">
<div class="tool-head">
<h3>CRI-CORE Contract Compiler</h3>
<span class="badge">Deterministic Contract Build</span>
</div>
<p>
Converts approved governance policy into stable, machine-readable compiled authority contracts
with contract id, semantic version, and hash.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Governance policy JSON</span></div>
<div><strong>Emits</strong><span>Compiled authority contract</span></div>
<div><strong>Does not</strong><span>Evaluate actions or enforce governance</span></div>
</div>
<p><strong>Install:</strong> <code>pip install cricore-contract-compiler</code></p>
</div>
</div>
</section>
<section class="layer">
<div class="layer-label">Proposal Layer</div>
<div>
<div class="tool-card">
<div class="tool-head">
<h3>Proposal Normalizer</h3>
<span class="badge">Canonical Input Shape</span>
</div>
<p>
Assembles actor, mutation, artifacts, and contract reference into the single canonical
proposal envelope CRI-CORE evaluates.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Caller-supplied action references</span></div>
<div><strong>Emits</strong><span>Canonical proposal</span></div>
<div><strong>Does not</strong><span>Compute contract truth or interpret policy</span></div>
</div>
<p><strong>Install:</strong> <code>pip install cricore-proposal-normalizer</code></p>
</div>
</div>
</section>
<section class="layer">
<div class="layer-label">Enforcement Layer</div>
<div>
<div class="tool-card">
<div class="tool-head">
<h3>CRI-CORE</h3>
<span class="badge">Admissibility Kernel</span>
</div>
<p>
Evaluates the canonical proposal against the compiled authority contract and returns a
deterministic execution decision.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Canonical proposal and compiled contract</span></div>
<div><strong>Emits</strong><span><code>commit_allowed</code> and reason</span></div>
<div><strong>Does not</strong><span>Execute actions or orchestrate workflows</span></div>
</div>
<p><strong>Install:</strong> <code>pip install cricore</code></p>
</div>
<div class="tool-card">
<div class="tool-head">
<h3>Waveframe Guard</h3>
<span class="badge">Runtime Boundary</span>
</div>
<p>
Intercepts function execution, loads published contract artifacts, calls enforcement logic,
and blocks invalid actions before they run.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Function call, actor, contract artifact or registry ref</span></div>
<div><strong>Emits</strong><span>Governed execution result and local audit event</span></div>
<div><strong>Does not</strong><span>Define authority or author policy</span></div>
</div>
<p><strong>Install:</strong> <code>pip install waveframe-guard</code></p>
</div>
</div>
</section>
<section class="layer">
<div class="layer-label">Authority / Audit Layer</div>
<div>
<div class="tool-card">
<div class="tool-head">
<h3>Waveframe Cloud</h3>
<span class="badge">Authority Distribution</span>
</div>
<p>
Serves registry metadata, immutable authority contracts, audit ingestion, organization-scoped
identities, and durable receipts.
</p>
<div class="meta">
<div><strong>Consumes</strong><span>Published contracts and governed audit events</span></div>
<div><strong>Emits</strong><span>Registry responses, contract artifacts, audit receipts</span></div>
<div><strong>Does not</strong><span>Decide admissibility, normalize policy, or orchestrate actions</span></div>
</div>
</div>
</div>
</section>
<section>
<h2>Architecture Map</h2>
<p>
To see how authority, proposals, execution decisions, and audit receipts move through the stack,
use the execution architecture page.
</p>
<p><a href="hierarchy.html" style="color:var(--accent);font-weight:800;">View how it works</a></p>
</section>
<footer>
<span>© <span id="year"></span> Waveframe Labs</span>
<span>Ecosystem and developer entrypoint</span>
</footer>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>