Skip to content

Commit fcea8a4

Browse files
committed
feat(spec): add TriuneRPC example payload
1 parent 3ad565f commit fcea8a4

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

examples/triunerpc.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"specVersion": "1.0.0",
3+
"triuneId": "urn:srcos:triune:example-surface-build",
4+
"origin": {
5+
"space": "agent",
6+
"issuer": "lrk-surface-builder",
7+
"role": "service",
8+
"deviceId": "dev:example-01",
9+
"sessionId": "sess-123"
10+
},
11+
"action": {
12+
"verb": "surface:build",
13+
"target": "b11:user",
14+
"params": {"source": "delta_surface"}
15+
},
16+
"context": {
17+
"timestamp": "2026-04-15T12:00:00Z",
18+
"surfaceRoot": "sha256:example-surface-root",
19+
"policyHash": "sha256:example-policy-hash",
20+
"closureHash": "sha256:example-closure",
21+
"quorumToken": "sha256:example-quorum-token",
22+
"witnesses": ["creator", "twin"],
23+
"proofs": ["proof-of-life", "transparency-root"]
24+
},
25+
"signature": "ed25519:example-signature"
26+
}

0 commit comments

Comments
 (0)