-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.html
More file actions
244 lines (220 loc) · 6.41 KB
/
updates.html
File metadata and controls
244 lines (220 loc) · 6.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
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
<!--
---
title: "Updates · Waveframe Labs"
short_title: "Updates"
version: "1.3.0"
status: "Active"
type: "canonical-log"
author: "Waveframe Labs"
maintainer: "Waveframe Labs"
license: "CC-BY-4.0"
policy_version: "ARI-Metadata-3.0.2"
description: "Release log for execution control tooling and supporting systems."
ai_assisted: "partial"
---
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Updates · Waveframe Labs</title>
<meta name="description" content="Recent releases and progress across execution control tooling." />
<link rel="icon" type="image/png" href="favicon-32x32.png" />
<link rel="canonical" href="https://waveframelabs.org/updates.html" />
<style>
:root{
--bg:#0b0c10; --card:#14161b; --ink:#e7eaef; --muted:#9aa3b2;
--edge:#22242b; --accent:#ff7a18; --maxw:1080px; --rad:12px;
}
*{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;}
.topnav a{opacity:.7;}
.active-link{opacity:1!important;color:var(--accent)!important;}
.kicker{
color:var(--accent);
font-size:.75rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:8px;
display:block;
}
h2{margin:0 0 10px;font-size:1.5rem;}
h3{margin:0 0 6px;font-size:1.15rem;}
p{line-height:1.65;color:var(--muted);}
.card{
background:var(--card);
border:1px solid var(--edge);
border-radius:var(--rad);
margin-bottom:24px;
}
.update-head{
padding:20px 24px;
border-bottom:1px solid var(--edge);
background:linear-gradient(180deg,rgba(255,122,24,.18),rgba(255,122,24,.05),rgba(0,0,0,0));
}
.update-body{padding:20px 24px 28px;}
.meta{
color:var(--muted);
font-size:0.9rem;
}
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;
}
</style>
</head>
<body>
<div class="wrap">
<header class="hdr">
<div class="brand">
<img src="waveframe-logo-mark.png" width="28">
<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 href="tools.html">Tools</a>
<a href="case-studies.html">Examples</a>
<a class="active-link" href="updates.html">Updates</a>
</nav>
</header>
<section style="margin-bottom:28px;">
<span class="kicker">Recent Work</span>
<h2>Updates</h2>
<p>
This log tracks what has been built and shipped.
</p>
<p>
Each update moves toward a single goal:
<strong>controlling whether AI-driven actions are allowed to execute.</strong>
</p>
</section>
<!-- CRI-CORE -->
<section class="card">
<div class="update-head">
<h3>CRI-CORE v0.11.0 — Execution Decision Stabilization</h3>
<div class="meta">2026-03-31 · Enforcement Kernel</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Stabilized evaluation pipeline and entrypoint.</li>
<li>Reinforced deterministic allow / block behavior.</li>
<li>Aligned kernel with structured proposal and contract inputs.</li>
</ul>
<p class="muted">
Output: <code>commit_allowed = true | false</code>
</p>
</div>
</section>
<!-- Envelope -->
<section class="card">
<div class="update-head">
<h3>Governed Action Envelope — Standardized Input</h3>
<div class="meta">2026-03-20 · Execution Interface</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Unified proposal, contract, and context into a single structure.</li>
<li>Established stable input boundary for evaluation.</li>
</ul>
</div>
</section>
<!-- Normalizer -->
<section class="card">
<div class="update-head">
<h3>Proposal Normalizer v0.1.0 — Action Structuring</h3>
<div class="meta">2026-03-16 · Input Layer</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Converts arbitrary actions into canonical proposals.</li>
<li>Ensures consistent evaluation inputs.</li>
</ul>
<p class="muted">
Install: <code>pip install cricore-proposal-normalizer</code>
</p>
</div>
</section>
<!-- Compiler -->
<section class="card">
<div class="update-head">
<h3>Contract Compiler v0.1.0 — Rules → Enforcement</h3>
<div class="meta">2026-03-11 · Input Layer</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Converts real-world constraints into enforceable contracts.</li>
<li>Introduces versioned contract identity.</li>
</ul>
<p class="muted">
Install: <code>pip install cricore-contract-compiler</code>
</p>
</div>
</section>
<!-- CRI-CORE initial -->
<section class="card">
<div class="update-head">
<h3>CRI-CORE v0.6.0 — First Public Release</h3>
<div class="meta">2026-03-02 · Enforcement Kernel</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Introduced installable enforcement kernel.</li>
<li>Enabled external systems to gate execution deterministically.</li>
</ul>
<p class="muted">
Install: <code>pip install cricore</code>
</p>
</div>
</section>
<!-- Stamp -->
<section class="card">
<div class="update-head">
<h3>Stamp v0.1.1 — Validation Layer</h3>
<div class="meta">2026-02-01 · Validation</div>
</div>
<div class="update-body">
<ul class="muted">
<li>Introduced structured validation and diagnostics.</li>
<li>Separated validation from enforcement.</li>
</ul>
<p class="muted">
Install: <code>pip install waveframe-stamp</code>
</p>
</div>
</section>
<footer>
<span>© <span id="year"></span> Waveframe Labs</span>
<span>Execution control for AI systems</span>
</footer>
</div>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>