Author SHA1 Message Date
Marko (Hermes Implementer) 1f63cff7bd docs: rename docs to 001-004 migration-style numbering 2026-05-26 23:05:31 +00:00
Marko (Hermes Implementer) 0131b25c8b feat: implement Trello card management
Add 12 card management tools:
- trello_create_card — create a card on a list
- trello_card_details — view card with members, checklists, comments
- trello_update_card — update title, description, due date
- trello_move_card — move card to a different list
- trello_archive_card — archive a card
- trello_assign_member / trello_remove_member — member management
- trello_add_comment / trello_delete_comment — comments
- trello_add_checklist_item / trello_toggle_checklist_item / trello_delete_checklist_item

Also adds _delete() helper on TrelloClient for DELETE verbs.

73 total tests — all passing.

Issue: #4
2026-05-26 23:04:55 +00:00
Marko (Hermes Implementer) 5dd1eb6aa0 feat: implement Trello list management
Add 4 list management tools extending the Trello client:
- trello_create_list — create a new list on a board
- trello_rename_list — rename an existing list
- trello_archive_list — archive a list
- trello_move_list — move a list to a new position

Also update the auth spec doc to reflect the PR #5 review fixes
(TypedDict contracts, updated disconnect message).

Issue: #3
2026-05-26 23:04:55 +00:00
Marko (Hermes Implementer) 770533cc1e docs: rename docs to 001/002/003 migration-style numbering 2026-05-26 23:04:47 +00:00
Marko (Hermes Implementer) f9282fba09 feat: implement Trello list management
Add 4 list management tools extending the Trello client:
- trello_create_list — create a new list on a board
- trello_rename_list — rename an existing list
- trello_archive_list — archive a list
- trello_move_list — move a list to a new position

Also update the auth spec doc to reflect the PR #5 review fixes
(TypedDict contracts, updated disconnect message).

Issue: #3
2026-05-26 23:04:25 +00:00
Marko (Hermes Implementer) 4d1f37a9f4 docs: rename docs to 001/002 migration-style numbering 2026-05-26 23:04:07 +00:00
Marko (Hermes Implementer) a287091e18 feat: implement Trello board management
Add 5 board management tools extending the Trello client:
- trello_create_board — create a new board
- trello_rename_board — rename an existing board
- trello_archive_board — close/archive a board
- trello_open_board — re-open a closed board
- trello_board_details — view board with lists and members

Includes board name-to-ID resolution, 16 new tests, and spec doc.

Issue: #2
2026-05-26 23:03:39 +00:00
Marko (Hermes Implementer) 65fe867cf5 docs: rename auth spec to 001_trello_auth_spec.md 2026-05-26 23:02:41 +00:00

Diff Content Not Available