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
+12
View File
@@ -0,0 +1,12 @@
# Project configuration
# This file is read by workflows and agents for project-level settings.
planka:
project: "project1" # Planka project name
board: "pcli" # Planka board name to sync with
# Future sections can be added here, e.g.:
# openspec:
# default-schema: "spec-driven"
# team:
# members: [...]