Commit Graph

5 Commits

Author SHA1 Message Date
Steve Cliff 5016d4c39c feat(sync): implement kanban-project-sync script with concurrency control and background execution 2026-02-19 11:08:15 +00:00
Steve Cliff 7937266262 feat(status): add --project flag for filtering boards by project name
- Implemented the --project flag in the pcli status command to filter boards based on the specified project name.
- Updated the command to resolve project names to IDs using case-insensitive matching.
- Adjusted the totalBoards count in the output to reflect the number of boards matching the project filter.
- Enhanced command help text and README documentation to include usage examples for the new flag.
- Verified functionality through manual testing and ensured default behavior remains unchanged when the flag is omitted.

feat(board): expand GetBoard response to include labels and card associations

- Modified the Board struct to include Labels, CardLabels, and CardMemberships fields.
- Updated the GetBoard method to parse additional fields from the API response.
- Enhanced ListCardsByBoard to include label names for each card based on the enriched board data.
- Ensured backward compatibility by making new fields optional and preserving existing output structure.
2026-02-18 21:38:41 +00:00
Steve Cliff 46b03e1a22 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 2026-02-18 20:06:56 +00:00
Steve Cliff c15a48cda3 Added create and delete operations for projects and boards with validation and error handling 2026-02-17 07:47:49 +00:00
Steve Cliff b07572fed5 Released v1 2026-02-12 10:37:19 +00:00