feat(docs): add Backlog.md guidelines and project manager backlog agent; enhance CLAUDE.md with new links for task management

This commit is contained in:
Andras Bacsai
2025-08-26 14:43:00 +02:00
parent 13397b62cf
commit d61c5863f9
4 changed files with 611 additions and 1 deletions

16
backlog/config.yml Normal file
View File

@@ -0,0 +1,16 @@
project_name: "Coolify"
default_status: "To Do"
statuses: ["To Do", "In Progress", "Done"]
labels: []
milestones: []
date_format: yyyy-mm-dd
max_column_width: 20
default_editor: "vim"
auto_open_browser: true
default_port: 6420
remote_operations: true
auto_commit: true
zero_padded_ids: 5
bypass_git_hooks: true
check_active_branches: true
active_branch_days: 30