3 Commits
Author SHA1 Message Date
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
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,7 @@
**Feature:** US: Authenticate and Connect to Trello Account
**Issue:** #1
**Branch:** `feature/trello-auth`
**Doc:** 001
## Overview
@@ -3,6 +3,7 @@
**Feature:** US: Manage Trello Boards
**Issue:** #2
**Branch:** `feature/manage-boards`
**Doc:** 002
## Overview