Update AGENTS.md

This commit is contained in:
2026-04-07 09:57:13 +00:00
parent 813317f7f3
commit 86a3be2ef9

View File

@@ -66,11 +66,11 @@ required `source_agent` metadata field.
```json ```json
{ {
"agent_id": "openbrain", "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": { "metadata": {
"source_agent": "ingwaz-a0", "source_agent": "some-a0",
"category": "project-decision", "category": "project-decision",
"project": "hetlife", "project": "someproject",
"status": "active" "status": "active"
} }
} }