Two agents about to write the same file
Mara's agent holds api/router.go open for a rewrite of the middleware chain. Forty seconds later Devesh's agent declares an intent that adds a route to the same file. Neither of them knows, and neither of them is wrong.
How severity is decided
Two writes on the same exact file are critical; other write-against-write overlaps are high, and a read against a write is medium. Two reads are never a conflict at all. A claim covering a whole top-level directory is capped at low, and paths your project ignores, generated code among them, never become claims.