From 44e0667999c74f2ce3548845bf88d7b639d88461 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 3 Dec 2025 21:58:21 -0800 Subject: [PATCH] Add backlog with v4 upgrade task MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - task-001: V4 Upgrade (branch: v4) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- backlog/config.yml | 15 +++++++++++++++ backlog/tasks/task-001 - v4-upgrade.md | 21 +++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 backlog/config.yml create mode 100644 backlog/tasks/task-001 - v4-upgrade.md diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..480af9a --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,15 @@ +project_name: "Polycentric Web" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +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 diff --git a/backlog/tasks/task-001 - v4-upgrade.md b/backlog/tasks/task-001 - v4-upgrade.md new file mode 100644 index 0000000..aa20f02 --- /dev/null +++ b/backlog/tasks/task-001 - v4-upgrade.md @@ -0,0 +1,21 @@ +--- +id: task-001 +title: V4 Upgrade +status: In Progress +assignee: [] +created_date: '2025-12-03' +labels: [upgrade, major-version] +priority: high +branch: v4 +--- + +## Description +Upgrade to Polycentric v4 with new features and improvements. + +## Branch Info +- **Branch**: `v4` + +## Acceptance Criteria +- [ ] Migrate to v4 API +- [ ] Update dependencies +- [ ] Test all functionality