mycopunk-swag/backlog/config.yml

26 lines
859 B
YAML

project_name: "Mycopunk Swag"
default_status: "To Do"
statuses: ["To Do", "In Progress", "Done"]
labels: [cli, pod-integration, design, documentation, infrastructure]
milestones:
- name: "Phase 1: Foundation"
description: "Repository setup, CLI scaffolding, documentation"
- name: "Phase 2: CLI Core"
description: "Design management, export automation"
- name: "Phase 3: POD Integration"
description: "Printful and Prodigi API wrappers"
- name: "Phase 4: Automation"
description: "Batch operations, CI/CD, monitoring"
- name: "Phase 5: Custom Shop"
description: "Headless commerce, storefront, payments"
date_format: yyyy-mm-dd
max_column_width: 20
auto_open_browser: true
default_port: 6420
remote_operations: true
auto_commit: false
zero_padded_ids: 3
bypass_git_hooks: false
check_active_branches: true
active_branch_days: 60