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" } }