From 3d8bd3be1eb90a48bbae935a96319fbeed14ca55 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Mon, 22 Jun 2026 12:06:31 -0500 Subject: [PATCH] fix(fleet): remove duplicate workingDirectory key in roster.schema.json Edit artifact from the host/ssh addition left a third workingDirectory block in the agent-items properties (duplicate JSON keys are last-wins, so prettier/CI did not flag it). Keep exactly one workingDirectory + one working_directory. Refs #620 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01EsgTQzV5YUGk1JtCLP4B83 --- packages/mosaic/framework/fleet/roster.schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/mosaic/framework/fleet/roster.schema.json b/packages/mosaic/framework/fleet/roster.schema.json index b9fa9bb..5d96048 100644 --- a/packages/mosaic/framework/fleet/roster.schema.json +++ b/packages/mosaic/framework/fleet/roster.schema.json @@ -99,9 +99,6 @@ "workingDirectory": { "type": "string" }, - "workingDirectory": { - "type": "string" - }, "model_hint": { "type": "string" },