Author SHA1 Message Date
crisleo94 8c05e999b3 Merge branch 'main' into feature/manage-lists 2026-05-26 22:59:22 +00:00
crisleo94 9496ef45ea Merge pull request 'Implement: US: Manage Trello Boards' (#6) from feature/manage-boards into main
Reviewed-on: #6
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 22:59:10 +00:00
crisleo94 5705b067c8 Merge branch 'main' into feature/manage-boards 2026-05-26 22:59:03 +00:00
crisleo94 44c53f8015 Merge pull request 'Implement: US: Authenticate and Connect to Trello Account' (#5) from feature/trello-auth into main
Reviewed-on: #5
Reviewed-by: crisleo94 <cristhian.reinoso@codescripters.org>
2026-05-26 22:46:26 +00:00
Marko (Hermes Implementer) f2d65f8914 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 22:37:02 +00:00
Marko (Hermes Implementer) f4bff86b70 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 22:28:49 +00:00
3 changed files with 0 additions and 3 deletions
@@ -3,7 +3,6 @@
**Feature:** US: Manage Trello Boards **Feature:** US: Manage Trello Boards
**Issue:** #2 **Issue:** #2
**Branch:** `feature/manage-boards` **Branch:** `feature/manage-boards`
**Doc:** 002
## Overview ## Overview
@@ -3,7 +3,6 @@
**Feature:** US: Manage Trello Lists **Feature:** US: Manage Trello Lists
**Issue:** #3 **Issue:** #3
**Branch:** `feature/manage-lists` **Branch:** `feature/manage-lists`
**Doc:** 003
## Overview ## Overview
@@ -3,7 +3,6 @@
**Feature:** US: Authenticate and Connect to Trello Account **Feature:** US: Authenticate and Connect to Trello Account
**Issue:** #1 **Issue:** #1
**Branch:** `feature/trello-auth` **Branch:** `feature/trello-auth`
**Doc:** 001
## Overview ## Overview