Local developer workspace (default)
workspace:local-developer-default
Workspacelifecycle/workspaces/example-workspace-local.yaml·Open in Graph → {
"id": "workspace:local-developer-default",
"_kind": "Workspace",
"_file": "lifecycle/workspaces/example-workspace-local.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Local developer workspace (default)",
"rootPath": "/home/<user>/projects/<repo>",
"description": "Standard single-developer workspace: a git checkout on the local\nfilesystem, FileVault/LUKS-encrypted disk, agent artifacts kept\ninside the workspace under `.claude/` / `.codex/` / etc.\n",
"materialization": "worktree",
"storageBackend": "local-fs",
"encryptionAtRest": "os-keystore",
"indexingState": "indexed",
"gitHooksInstalled": [
"pre-commit",
"commit-msg"
],
"agentArtifactsScope": "inside-workspace",
"multiTenantPolicy": "single-user"
},
"outgoingEdges": [
{
"from": "workspace:local-developer-default",
"to": "layer:7-workspace",
"kind": "realizes",
"attributes": {}
},
{
"from": "workspace:local-developer-default",
"to": "worktree:local-developer-default.main",
"kind": "materializes_as",
"attributes": {}
},
{
"from": "workspace:local-developer-default",
"to": "execution:local-host",
"kind": "runs_via",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session-model:a5c",
"to": "workspace:local-developer-default",
"kind": "state_machine_for",
"attributes": {}
},
{
"from": "session-model:claude-code",
"to": "workspace:local-developer-default",
"kind": "state_machine_for",
"attributes": {}
},
{
"from": "session-model:codex",
"to": "workspace:local-developer-default",
"kind": "state_machine_for",
"attributes": {}
},
{
"from": "session-model:cursor",
"to": "workspace:local-developer-default",
"kind": "state_machine_for",
"attributes": {}
},
{
"from": "activity-entry:01kqex-run-001-create",
"to": "workspace:local-developer-default",
"kind": "activity_for_workspace",
"attributes": {}
},
{
"from": "project:babysitter",
"to": "workspace:local-developer-default",
"kind": "groups_workspace",
"attributes": {}
},
{
"from": "project:graph",
"to": "workspace:local-developer-default",
"kind": "groups_workspace",
"attributes": {}
},
{
"from": "task-tag:tech-debt",
"to": "workspace:local-developer-default",
"kind": "scoped_to_workspace",
"attributes": {}
},
{
"from": "run-attempt:retrying-example",
"to": "workspace:local-developer-default",
"kind": "uses_workspace",
"attributes": {}
},
{
"from": "tenant:acme",
"to": "workspace:local-developer-default",
"kind": "owns_workspace",
"attributes": {}
}
]
}