-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproposals.json
More file actions
528 lines (528 loc) · 16.8 KB
/
Copy pathproposals.json
File metadata and controls
528 lines (528 loc) · 16.8 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
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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
{
"schema_version": "1.0",
"note": "The Mend Gate register: every proposed change to this project, from any source, is one entry here. Statuses move only via mend-gate.js commands (add, queue, fold, decline); fold/decline require a written reason and are run by a human - a model may ADD proposals, never sort them. Dates are UTC. See State-Delta-Bridge.md.",
"proposals": [
{
"id": "seed-frame-overlay",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (session recommendation)"
},
"stream": "site-tools",
"type": "detector",
"title": "Private lexicon overlay (tracer-overlay.local.js) so downloads can be hardened privately",
"status": "folded",
"gates": {
"schema": true,
"corpus": "green 11/11 @2026-07-02",
"bench": "green @2026-07-02"
},
"log": [
{
"date": "2026-07-02",
"action": "folded",
"reason": "Shipped as engine 0.4.0: xt() extender, additive-only overlay, version displayed in UI, --overlay in CLI and corpus. Base corpus unchanged and green; smoke test proves novel private phrase caught only with overlay."
}
]
},
{
"id": "mcp-manifest-pinning",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (MCP-vs-API analysis)"
},
"stream": "mcp",
"type": "tool",
"title": "mcp-manifest-pin.js: hash-pin MCP tool manifests; any change is a return to sort",
"status": "folded",
"gates": {
"schema": true,
"corpus": "n/a (does not touch detector)",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "folded",
"reason": "Shipped zero-dep with offline selftest (clean manifest reads clean; reworded tool-poisoning description trips the wire). First Delta Atlas tool pointed at live agent infrastructure."
}
]
},
{
"id": "gapcheck-relational-engine",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Gemini (return, sorted: deferred with spec)"
},
"stream": "site-tools",
"type": "detector",
"title": "Gap Check relational rule: flag state-changing actions with no validation/approval step attached",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "required before fold",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "deferred",
"reason": "Spec agreed (deterministic, no new machinery); build not started. Needs its own labeled corpus cases before it ships."
}
]
},
{
"id": "canon-regeneration",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (sync audit finding)"
},
"stream": "site-tools",
"type": "data",
"title": "Regenerate Delta-Atlas-Canon.md from terms.enriched.json (canon is two versions stale)",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "blocked",
"reason": "Generator pipeline scripts (shepherd.py etc.) referenced in Skills register are not in this folder - locate or rebuild the generator first. Missing-artifact finding from the sovereign-zero audit."
}
]
},
{
"id": "embedded-copy-sync-check",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (sync audit finding)"
},
"stream": "site-tools",
"type": "tool",
"title": "Deterministic sync-check: hash terms.enriched.json vs every embedded DATA copy, fail loudly",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": []
},
{
"id": "donor-disposition",
"date": "2026-07-01",
"source": {
"kind": "model",
"name": "Claude (donor-calibration merge)"
},
"stream": "site-tools",
"type": "decision",
"title": "Settle inversion-detector.js: patch-and-publish or log formal retirement",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-01",
"action": "noted",
"reason": "Three defects catalogued; agent resolution already ported to the Tracer with the passive-voice bug fixed. The standalone must not be silently re-adopted."
},
{
"date": "2026-07-01",
"action": "queued"
}
]
},
{
"id": "cold-read-18-definitions",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (definition coherence pass)"
},
"stream": "ledger-candidates",
"type": "cold-read",
"title": "Cold-read the 18 rewritten definitions (incl. tolerance, demoted reviewed->candidate)",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "cold-read-33-term-candidates",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (term gap analysis)"
},
"stream": "ledger-candidates",
"type": "cold-read",
"title": "Cold-read the 33 proposed terms (Delta-Atlas-Term-Candidates.md); fold survivors into terms.enriched.json",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "cold-read-register-9-17",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (skill mining workflow)"
},
"stream": "ledger-candidates",
"type": "cold-read",
"title": "Cold-read Skills register entries 9-17 and their calibration next-steps",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "cold-read-operator-protocol",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (drafted from the author's own mechanics)"
},
"stream": "ledger-candidates",
"type": "cold-read",
"title": "Cold-read Operator-Protocol.md, then one week of contact with reality; fix the rule, not the operator",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "sort-codex-branch",
"date": "2026-07-02",
"source": {
"kind": "counterparty",
"name": "OpenAI Codex (branch codex/improve-resilience-ledger-docs)"
},
"stream": "ledger-candidates",
"type": "return",
"title": "Sort the codex branch: repo restructure (experiments/, data/, docs/) - fold, reshape, or decline",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "read-sandbox-500",
"date": "2026-07-02",
"source": {
"kind": "human",
"name": "Jake (pre-registered Drift Experiment 01)"
},
"stream": "ledger-candidates",
"type": "cold-read",
"title": "Read sandbox-500 results against the four pre-committed outcomes. HUMAN FIRST, per the reading rule: no model discussion before the reading",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "counterparty-agent-class",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (MCP-vs-API analysis)"
},
"stream": "ledger-candidates",
"type": "term",
"title": "New agent class 'Counterparty' (outside your governance, inside your loop) - term candidate + possible third class in the Tracer's agent resolver",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "required if resolver changes",
"bench": "n/a"
},
"log": []
},
{
"id": "delta-atlas-as-mcp-server",
"date": "2026-07-02",
"source": {
"kind": "human",
"name": "Jake (intertwine MCP into the project)"
},
"stream": "mcp",
"type": "tool",
"title": "Expose the Tracer/Gap Check as a zero-dep MCP server, so any agent can self-audit its traces locally - the deterministic floor offered TO the flexible layer",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "engine unchanged - corpus must stay green",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "noted",
"reason": "The other direction of the intertwine: not just consuming MCP safely (manifest pinning) but serving the floor over it. Wrapper around the same analyze() single source of truth; no model at runtime; the server only reads text and returns findings."
}
]
},
{
"id": "cold-read-state-delta-bridge",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (framework author of record; the framework must pass its own audit)"
},
"stream": "site-tools",
"type": "cold-read",
"title": "Cold-read State-Delta-Bridge.md and the Mend Gate framework itself - the self-test clause",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-02",
"action": "queued"
}
]
},
{
"id": "cold-read-nine-seams-md-nine-theory-connections",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (theory synthesis return)"
},
"stream": "ledger-candidates",
"type": "return",
"title": "Cold-read Nine-Seams.md: nine theory connections beneath the Mend Gate, incl. the precedence-inversion surface and the operator 2x2",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": []
},
{
"id": "revise-white-paper-v0-1-deepseek-draft-fix-six-o",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "DeepSeek + Jake (white paper draft)"
},
"stream": "ledger-candidates",
"type": "return",
"title": "Revise white paper v0.1 (DeepSeek draft): fix six off-reference definitions, falsified overlay claim, CC BY vs public domain; add measured numbers and adversarial-verification evidence",
"status": "proposed",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": []
},
{
"id": "white-paper-html-living-plain-english-legend-pag",
"date": "2026-07-02",
"source": {
"kind": "human",
"name": "Jake (direct request); drafted by Claude"
},
"stream": "site-tools",
"type": "tool",
"title": "White-Paper.html: living plain-English legend page - tools, exact ledger meanings, self-governance; nav + offline precache",
"status": "folded",
"gates": {
"schema": true,
"corpus": "green @2026-07-02",
"bench": "green @2026-07-02"
},
"log": [
{
"date": "2026-07-02",
"action": "folded",
"reason": "Author-requested and shipped same day: legend page in house style, zero JS, correct ledger definitions (the anti-drift reference for future model drafting), wired into nav and sw.js precache (v70), browser-verified in the shell with no console errors."
}
]
},
{
"id": "homepage-redesign-three-doors-by-what-the-visito",
"date": "2026-07-02",
"source": {
"kind": "human",
"name": "Jake (redesign direction) + Claude (mockup)"
},
"stream": "site-tools",
"type": "tool",
"title": "Homepage redesign: three doors by what the visitor brings, Tracer flagship, plumb-line hero, bedrock footer, gold seams, layered SVG ivy weaving behind and over low-importance areas",
"status": "folded",
"gates": {
"schema": true,
"corpus": "green @2026-07-02",
"bench": "green @2026-07-02"
},
"log": [
{
"date": "2026-07-02",
"action": "folded",
"reason": "Direction approved by Jake across three review rounds (mockup, ivy v2, ivy v3 matched to his Pexels reference). Shipped: three-doors IA with Tracer flagship, plumb-line hero, gold seams, bedrock floor, and hedera ivy with pale veins - one diagonal vine, margin cluster, two anchored ruptures, three sprinkles, static only. All page machinery preserved (search, install, share, hash routing verified live); mid-width text collision found in screenshot review and fixed with a 1060px cutoff; mobile hides the hero vine. sw.js v71."
}
]
},
{
"id": "nozzle-runtime-gate-around-any-model-call-lagran",
"date": "2026-07-03",
"source": {
"kind": "human",
"name": "Jake (concept) + Claude (Nozzle-Study.md)"
},
"stream": "mcp",
"type": "idea",
"title": "Nozzle: runtime gate around any model call - Lagrangian dial (T, lambda), shadow-price receipt, canonicalization ingress, extraction-signature egress; local-only, never hosted",
"status": "folded",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-03",
"action": "folded",
"reason": "Built as nozzle.js v0.1.1 (Lagrangian gate + lambda-receipt) and hardened by a 3-way adversarial review: math core declared sound/unrefuted, and every reproduced finding fixed (but-for block causation, Inf-lock receipt, full Cf canonicalization, working --overlay, two PII leaks, filler-resistant extraction, lambda validation). 25/25 selftest green. Local-only by law; never a counterparty. Nozzle.md documents it; Nozzle-Study.md is the theory."
}
]
},
{
"id": "readme-durability-the-thirty-year-floor-audit-ar",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (durability return via a fork; proposer never sorts)"
},
"stream": "site-tools",
"type": "return",
"title": "README-Durability: the thirty-year floor audit - archival counterparties, mirrors, succession",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-03",
"action": "queued"
}
]
},
{
"id": "ci-gates-workflow-corpus-bench-register-pin-self",
"date": "2026-07-02",
"source": {
"kind": "model",
"name": "Claude (durability return via a fork; proposer never sorts)"
},
"stream": "site-tools",
"type": "tool",
"title": "CI gates workflow: corpus, bench, register, pin selftest on every push - fresh-checkout proof",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-03",
"action": "queued"
}
]
},
{
"id": "sort-fork-pr-1-bigbirdreturns-axm-fold-or-declin",
"date": "2026-07-03",
"source": {
"kind": "counterparty",
"name": "BigBirdReturns (fork operator, AXM) via PR #1"
},
"stream": "ledger-candidates",
"type": "return",
"title": "Sort fork PR #1 (BigBirdReturns/AXM): fold or decline the four ascending-cost AXM collaboration moves; the durability+CI commits are already integrated as candidates",
"status": "cold-read-pending",
"gates": {
"schema": true,
"corpus": "n/a",
"bench": "n/a"
},
"log": [
{
"date": "2026-07-03",
"action": "queued"
}
]
}
]
}