-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject-state.json
More file actions
67 lines (67 loc) · 1.94 KB
/
project-state.json
File metadata and controls
67 lines (67 loc) · 1.94 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
{
"$comment": "Single source of truth for site-wide propagation. Hand-edited; consumed by scripts/propagate.mjs. Bumping any value here propagates to every target file the propagator knows about.",
"updated": "2026-05-09",
"day_number": 82,
"versions": {
"sdk": "2.6.0-alpha.3",
"sdk_dist_tag": "alpha",
"sdk_stable": "2.2.0",
"mcp": "3.2.0",
"mcp_dist_tag": "latest",
"mcp_stable": "3.1.0",
"python": "2.4.0a2",
"python_dist_tag": "pre",
"python_stable": "2.3.0"
},
"counts": {
"$comment": "tests is the PASSING count (node test runner 'pass' line), not the registered total. modules_total = modules_core + modules_v2.",
"tests": 2884,
"papers": 8,
"modules_core": 84,
"modules_v2": 26,
"modules_total": 110,
"mcp_tools": 150,
"core_surface_functions": 24,
"extended_surface_exports": 925
},
"papers": [
{
"title": "The Agent Social Contract",
"doi": "10.5281/zenodo.18749779"
},
{
"title": "Monotonic Narrowing",
"doi": "10.5281/zenodo.18932404"
},
{
"title": "Faceted Authority Attenuation",
"doi": "10.5281/zenodo.19260073"
},
{
"title": "Behavioral Derivation Rights",
"doi": "10.5281/zenodo.19476002"
},
{
"title": "Physics-Enforced Delegation",
"doi": "10.5281/zenodo.19478584"
},
{
"title": "Governance in the Medium",
"doi": "10.5281/zenodo.19582550"
},
{
"title": "Cognitive Attestation",
"doi": "10.5281/zenodo.19646276"
},
{
"title": "The Evidence-Safety Gap",
"doi": "10.5281/zenodo.19914628"
}
],
"language_replacements": {
"$comment": "Future: copy normalization. Not yet wired in propagate.mjs; documented here as the canonical edit list for any human/CC sweeping prose.",
"Bayesian reputation": "earned reputation",
"feeless Nano wallet": "wallet binding",
"feeless Nano payments": "wallet binding"
}
}