II.
FilesystemSafetyInvariant JSON
Structured · livefs-safety-invariant:no-overlapping-worktrees
No overlapping per-issue worktrees json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "fs-safety-invariant:no-overlapping-worktrees",
"_kind": "FilesystemSafetyInvariant",
"_file": "security/fs-safety-invariants/fs-safety-invariants-canonical.yaml",
"_cluster": "security",
"attributes": {
"displayName": "No overlapping per-issue worktrees",
"rule": "At most one active workspace per (repo, issueIdentifier).",
"scope": "workspace",
"enforcement": "dispatch-preflight",
"rationale": "Avoids two RunAttempts racing the same on-disk tree."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "fs-safety-invariant:no-overlapping-worktrees",
"kind": "enforces_invariant",
"attributes": {}
}
]
}