Skip to content

Commit 7dfdff2

Browse files
committed
Add actor contract fixture
1 parent 2070103 commit 7dfdff2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"schema": "sourceos.actor-record/v1alpha1",
3+
"actor_id": "actor:agent-one",
4+
"actor_type": "agent",
5+
"display_name": "Agent One",
6+
"identity_id": "identity:agent-one",
7+
"workspace_scope": ["workspace:default"],
8+
"profile_scope": ["profile:local-dev"],
9+
"capabilities": ["read", "write"],
10+
"trust_level": "local",
11+
"policy_subject": "sourceos.actor.agent-one",
12+
"signing_key_ref": "key:agent-one-local",
13+
"created_at": "2026-05-05T00:00:00Z",
14+
"revoked_at": null
15+
}

0 commit comments

Comments
 (0)