17 lines
322 B
YAML
17 lines
322 B
YAML
# Project configuration
|
|
# This file is read by workflows and agents for project-level settings.
|
|
|
|
planka:
|
|
|
|
# Planka project name
|
|
project: "agentic"
|
|
|
|
# Planka board name to sync with
|
|
board: "pcli"
|
|
|
|
# Future sections can be added here, e.g.:
|
|
# openspec:
|
|
# default-schema: "spec-driven"
|
|
# team:
|
|
# members: [...]
|