User Story: As a Hermes Agent User, I want to manage lists on my Trello boards (create, rename, archive, move) so that I can organize cards within my projects.
Acceptance Criteria:
3.1 Hermes Agent User can create a new list on a selected board:
The plugin SHALL allow the user to specify the name of the new list and the target board (by ID or name).
The plugin SHALL create the list and return its ID.
3.2 Hermes Agent User can rename an existing list:
The plugin SHALL allow the user to select an existing list (by ID or name) on a board and provide a new name.
The plugin SHALL update the list's name on Trello.
3.3 Hermes Agent User can archive a list:
The plugin SHALL allow the user to select an existing list (by ID or name) on a board and archive it.
The plugin SHALL confirm the list's archival status.
3.4 Hermes Agent User can move a list to a different position on the board:
The plugin SHALL allow the user to select an existing list (by ID or name) on a board and specify a new position (e.g., 'first', 'last', or an index).
The plugin SHALL update the list's position on the Trello board.
The plugin SHALL handle cases where the board or list does not exist or is inaccessible, providing appropriate feedback."
User Story: As a Hermes Agent User, I want to manage lists on my Trello boards (create, rename, archive, move) so that I can organize cards within my projects.
Acceptance Criteria:
* **3.1 Hermes Agent User can create a new list on a selected board:**
* The plugin SHALL allow the user to specify the name of the new list and the target board (by ID or name).
* The plugin SHALL create the list and return its ID.
* **3.2 Hermes Agent User can rename an existing list:**
* The plugin SHALL allow the user to select an existing list (by ID or name) on a board and provide a new name.
* The plugin SHALL update the list's name on Trello.
* **3.3 Hermes Agent User can archive a list:**
* The plugin SHALL allow the user to select an existing list (by ID or name) on a board and archive it.
* The plugin SHALL confirm the list's archival status.
* **3.4 Hermes Agent User can move a list to a different position on the board:**
* The plugin SHALL allow the user to select an existing list (by ID or name) on a board and specify a new position (e.g., 'first', 'last', or an index).
* The plugin SHALL update the list's position on the Trello board.
* The plugin SHALL handle cases where the board or list does not exist or is inaccessible, providing appropriate feedback."
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User Story: As a Hermes Agent User, I want to manage lists on my Trello boards (create, rename, archive, move) so that I can organize cards within my projects.
Acceptance Criteria: