We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad565f commit fcea8a4Copy full SHA for fcea8a4
1 file changed
examples/triunerpc.json
@@ -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