Skip to content

Commit 394dffc

Browse files
committed
chore: improve agents.md
1 parent e51e7b6 commit 394dffc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

agents.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,8 @@ export LOGLEVEL=INFO # DEBUG, INFO, WARNING, or CRITICAL
125125

126126
## Definition of Done
127127

128-
- Both `/fetch_messages` and `/send_message` endpoints are implemented according to the OpenAPI spec below.
129-
- Authentication works dynamically (proxy does not store credentials; it uses them to auth with Matrix on every request or caches the session).
130-
- `fetch_messages` correctly handles the `last_id` cursor to only return new messages.
128+
- All endpoints are implemented according to the OpenAPI spec (`docs/openapi.yaml`).
131129
- Standard Go tests (unit and integration) are passing.
132-
- Code is linted and formatted using `gofmt` and `golangci-lint`.
130+
- Code is linted and formatted using `gofmt`.
133131

134132

0 commit comments

Comments
 (0)