Commit Graph
2 Commits
Author SHA1 Message Date
Marko (Hermes Implementer) 65fe867cf5 docs: rename auth spec to 001_trello_auth_spec.md 2026-05-26 23:02:41 +00:00
Marko (Hermes Implementer) 6dac5d225e feat: implement Trello authentication & connection plugin
Add TrelloClient for Trello REST API interaction with env-var-based
credential management (TRELLO_API_KEY, TRELLO_TOKEN).

Implements:
- trello_verify_credentials — verify API key/token against Trello API
- trello_list_boards — list accessible Trello boards
- trello_disconnect — clear in-memory credentials

Includes full test suite (18 tests), spec document, and plugin metadata.

Issue: #1
2026-05-26 21:33:29 +00:00