Added list management commands, board filtering by project name, and enhanced skill documentation with bootstrap workflow and error handling patterns. Also added plumbing in to "pcli" binary for status syncing with Planka

This commit is contained in:
Steve Cliff
2026-02-18 20:06:56 +00:00
parent ad384fe749
commit 46b03e1a22
21 changed files with 1074 additions and 124 deletions
+3
View File
@@ -75,6 +75,9 @@ pcli project get <project-id>
# List all accessible boards
pcli board list
# List boards filtered by project name
pcli board list --project "project1"
# Get a board
pcli board get <board-id>