chore: backlog init
c67b932150eee826dae254dbb3b03c47fab212ab
humdrum-tiv <45084903+humdrum-tiv@users.noreply.github.com> · 2026-07-29 17:34
parent 800b25a1
2 files changed
CLAUDE.md +23 −0
@@ -0,0 +1,23 @@
+
+<!-- BACKLOG.MD GUIDELINES START -->
+<CRITICAL_INSTRUCTION>
+
+## Backlog.md Workflow
+
+This project uses Backlog.md for task and project management.
+
+**For every user request in this project, run `backlog instructions overview` before answering or taking action.**
+
+Use the overview to decide whether to search, read, create, or update Backlog tasks.
+
+Use the detailed guides when needed:
+- `backlog instructions task-creation` for creating or splitting tasks
+- `backlog instructions task-execution` for planning and implementation workflow
+- `backlog instructions task-finalization` for completion and handoff
+
+Use `backlog <command> --help` before running unfamiliar commands. Help shows options, fields, and examples.
+
+Do not edit Backlog task, draft, document, decision, or milestone markdown files directly. Use the `backlog` CLI so metadata, relationships, and history stay consistent.
+
+</CRITICAL_INSTRUCTION>
+<!-- BACKLOG.MD GUIDELINES END -->
backlog/config.yml +17 −0
@@ -0,0 +1,17 @@
+project_name: "dots-cli"
+default_status: "🟦 Backlog"
+statuses: ["🟦 Backlog", "🟢 In progress", "🚧 Paused", "🏁 Done"]
+labels: []
+date_format: yyyy-mm-dd
+max_column_width: 20
+default_editor: "glint"
+auto_open_browser: true
+default_port: 6420
+remote_operations: false
+auto_commit: false
+filesystem_only: false
+zero_padded_ids: 3
+bypass_git_hooks: false
+check_active_branches: true
+active_branch_days: 30
+task_prefix: "TASK"