mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-05 09:27:29 +02:00
Headers, URL parameters, and environment variables each carry an `id` that identifies the row to the pair editor. Importers leave it empty and the editor stamps one in the first time it touches a resource, so merely opening an imported request made the next import report it as locally edited. `comparable` now drops `id` at every level rather than only the top, since a row ID says no more about content than the model's own ID. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>