From 69304b0f6bb82fde8f5173e4ca3b4443007689a0 Mon Sep 17 00:00:00 2001 From: Blomios Date: Tue, 16 Jun 2026 13:56:06 +0200 Subject: [PATCH] =?UTF-8?q?chore(wip):=20=C3=A9tat=20runtime=20.ideai=20(a?= =?UTF-8?q?gents.json,=20layouts.json)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- .ideai/agents.json | 7 +++++++ .ideai/layouts.json | 33 ++++++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.ideai/agents.json b/.ideai/agents.json index 418a75a..488523b 100644 --- a/.ideai/agents.json +++ b/.ideai/agents.json @@ -35,6 +35,13 @@ "mdPath": "agents/qa.md", "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", "synchronized": false + }, + { + "agentId": "cd0b4cf1-1bef-4fae-ade5-f0a6b49bbaf5", + "name": "Git", + "mdPath": "agents/git.md", + "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", + "synchronized": false } ] } diff --git a/.ideai/layouts.json b/.ideai/layouts.json index 54edc83..dc90ac1 100644 --- a/.ideai/layouts.json +++ b/.ideai/layouts.json @@ -8,12 +8,35 @@ "kind": "terminal", "tree": { "root": { - "type": "leaf", + "type": "split", "node": { - "id": "14d20dcb-f243-4381-a130-2d4d3d224f42", - "session": "4e60d6c2-6be6-499c-a296-577ce1e5ec62", - "agent": "a6ced819-b893-4213-b003-9e9dc79b9641", - "agentWasRunning": true + "id": "2ea41e76-262d-4dc3-a674-348ceac9b543", + "direction": "row", + "children": [ + { + "node": { + "type": "leaf", + "node": { + "id": "14d20dcb-f243-4381-a130-2d4d3d224f42", + "session": "4e60d6c2-6be6-499c-a296-577ce1e5ec62", + "agent": "a6ced819-b893-4213-b003-9e9dc79b9641", + "agentWasRunning": true + } + }, + "weight": 1.0 + }, + { + "node": { + "type": "leaf", + "node": { + "id": "71f5cc81-9bef-4b2b-b7dc-2e0a5a4eafcb", + "session": "bb08a08e-71f3-4ab2-842c-71a8da5c74b4", + "agent": "cd0b4cf1-1bef-4fae-ade5-f0a6b49bbaf5" + } + }, + "weight": 1.0 + } + ] } } }