-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotocol.steps
More file actions
19 lines (19 loc) · 839 Bytes
/
Copy pathprotocol.steps
File metadata and controls
19 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"invariant": "MEMORY_SIGNAL_RATIO",
"petal": "Memory-Gold",
"ring": 1,
"version": "1.0.0",
"steps": [
{ "id": 1, "name": "receive-signal" },
{ "id": 2, "name": "validate-fields" },
{ "id": 3, "name": "meaning-density" },
{ "id": 4, "name": "redundancy-ceiling" },
{ "id": 5, "name": "ring-buffer-coherence" },
{ "id": 6, "name": "emit-result" }
],
"test_vectors": [
{ "name": "high_density_pass", "input": { "text": "Signal: RIVERBRAID deterministic kernel enforces mechanical honesty", "tokens": 8, "reset_buffer": true }, "expect": { "pass": true } },
{ "name": "low_density_fail", "input": { "text": "the the the the the the the the", "tokens": 8 }, "expect": { "pass": false } },
{ "name": "empty_text_fail", "input": { "text": "", "tokens": 5 }, "expect": { "pass": false } }
]
}