II.
OutputModeChange JSON
Structured · liveoutput-mode-change:claude-code-enter-worktree-example
output-mode-change:claude-code-enter-worktree-example json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "output-mode-change:claude-code-enter-worktree-example",
"_kind": "OutputModeChange",
"_file": "security/output-mode-changes/claude-code-enter-worktree.yaml",
"_cluster": "security",
"attributes": {
"changeKind": "worktree-enter",
"fromMode": "main-checkout",
"toMode": "worktree",
"scope": "session",
"requiresUserApproval": true,
"invalidatesCaches": [
"system-prompt-sections",
"memory-file-caches",
"plans-directory"
],
"description": "EnterWorktree flips CWD to the worktree path; system-prompt env_info\nblock, memory file caches, and plans-directory cache must recompute\nagainst the new CWD.\n"
},
"outgoingEdges": [
{
"from": "output-mode-change:claude-code-enter-worktree-example",
"to": "tool-descriptor:claude-code-enter-worktree",
"kind": "mode_change_triggered_by_tool",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "session:claude-code-flagship-example",
"to": "output-mode-change:claude-code-enter-worktree-example",
"kind": "emitted_mode_change",
"attributes": {}
}
]
}