From 86a3be2ef913a2ac170ccd1802cc882d57c0a144 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 7 Apr 2026 09:57:13 +0000 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f8d0e84..13c4b0a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -66,11 +66,11 @@ required `source_agent` metadata field. ```json { "agent_id": "openbrain", - "content": "Type: Decision | Entity: HetLife API | Attribute: auth-method | Value: JWT with refresh tokens | Context: Chosen over session cookies for mobile app support", + "content": "Type: Decision | Entity: Some API | Attribute: auth-method | Value: JWT with refresh tokens | Context: Chosen over session cookies for mobile app support", "metadata": { - "source_agent": "ingwaz-a0", + "source_agent": "some-a0", "category": "project-decision", - "project": "hetlife", + "project": "someproject", "status": "active" } }