diff --git a/.gitignore b/.gitignore index 94b3908..63e0b89 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ Thumbs.db # état d'exécution reconstruit au fil de l'eau — not versioned (LS8 §7, design D19-4 ; # seul .ideai/memory/ est le store durable versionné). .ideai/conversations/ +.ideai/agents.json diff --git a/.ideai/agents.json b/.ideai/agents.json deleted file mode 100644 index 488523b..0000000 --- a/.ideai/agents.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "version": 1, - "agents": [ - { - "agentId": "a6ced819-b893-4213-b003-9e9dc79b9641", - "name": "Main", - "mdPath": "agents/main.md", - "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", - "synchronized": false - }, - { - "agentId": "dce19c75-9669-4e45-b8de-9950025157da", - "name": "Architect", - "mdPath": "agents/architect.md", - "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", - "synchronized": false - }, - { - "agentId": "73c853d1-c0fd-463b-ad17-1d24fefa371f", - "name": "DevBackend", - "mdPath": "agents/devbackend.md", - "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", - "synchronized": false - }, - { - "agentId": "af7f86da-76bc-48e1-9900-71f45a624800", - "name": "DevFrontend", - "mdPath": "agents/devfrontend.md", - "profileId": "664cc20c-47b8-53ad-9351-dce3c09c0de4", - "synchronized": false - }, - { - "agentId": "aefdbd61-e3d4-4bc1-9f42-c259446a97b5", - "name": "QA", - "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 - } - ] -}