backlog.md-darwin-arm64 1.6.5 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -17
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -232,7 +232,9 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
232
232
|
| `defaultAssignee` | Pre‑fill assignee | `[]` |
|
|
233
233
|
| `defaultStatus` | First column | `To Do` |
|
|
234
234
|
| `statuses` | Board columns | `[To Do, In Progress, Done]` |
|
|
235
|
-
| `dateFormat` |
|
|
235
|
+
| `dateFormat` | Date/time format | `yyyy-mm-dd hh:mm` |
|
|
236
|
+
| `timezonePreference` | Timezone for dates | `UTC` |
|
|
237
|
+
| `includeDatetimeInDates` | Add time to new dates | `true` |
|
|
236
238
|
| `defaultEditor` | Editor for 'E' key | Platform default (nano/notepad) |
|
|
237
239
|
| `defaultPort` | Web UI port | `6420` |
|
|
238
240
|
| `autoOpenBrowser` | Open browser automatically | `true` |
|
|
@@ -251,6 +253,8 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
251
253
|
|
|
252
254
|
> **Performance**: Cross-branch checking ensures accurate task tracking across all active branches but may impact performance on large repositories. You can disable it by setting `checkActiveBranches: false` for maximum speed, or adjust `activeBranchDays` to control how far back to look for branch activity (lower values = better performance).
|
|
253
255
|
|
|
256
|
+
> **Date/Time Support**: Backlog.md now supports datetime precision for all dates. New items automatically include time (YYYY-MM-DD HH:mm format in UTC), while existing date-only entries remain unchanged for backward compatibility. Use the migration script `bun src/scripts/migrate-dates.ts` to optionally add time to existing items.
|
|
257
|
+
|
|
254
258
|
---
|
|
255
259
|
|
|
256
260
|
## <img src="./.github/sharing-export-256.png" alt="Sharing & Export" width="28" height="28" align="center"> Sharing & Export
|
|
@@ -283,28 +287,27 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
283
287
|
|
|
284
288
|
<!-- BOARD_START -->
|
|
285
289
|
|
|
286
|
-
## 📊 Backlog.md Project Status (v1.6.
|
|
290
|
+
## 📊 Backlog.md Project Status (v1.6.6)
|
|
287
291
|
|
|
288
292
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
289
293
|
|
|
290
|
-
Generated on: 2025-
|
|
294
|
+
Generated on: 2025-08-01 19:01:53
|
|
291
295
|
|
|
292
296
|
| To Do | In Progress | Done |
|
|
293
297
|
| --- | --- | --- |
|
|
294
|
-
| **task-
|
|
295
|
-
| **task-
|
|
296
|
-
| **task-
|
|
297
|
-
| **task-
|
|
298
|
-
| **task-
|
|
299
|
-
| **task-
|
|
300
|
-
| **task-
|
|
301
|
-
| **task-
|
|
302
|
-
| **task-
|
|
303
|
-
| **task-
|
|
304
|
-
| **task-
|
|
305
|
-
| **task-
|
|
306
|
-
| **task-
|
|
307
|
-
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
|
|
298
|
+
| **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-219** - Refactor server component to fix separation of concerns violations<br>(Assignees: none, Labels: refactoring, architecture, server) |
|
|
299
|
+
| **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) |
|
|
300
|
+
| **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
|
|
301
|
+
| **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
|
|
302
|
+
| **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
|
|
303
|
+
| **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
|
|
304
|
+
| **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
|
|
305
|
+
| **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
|
|
306
|
+
| **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
|
|
307
|
+
| **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
|
|
308
|
+
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
|
|
309
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
|
|
310
|
+
| | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
|
|
308
311
|
| | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
|
|
309
312
|
| | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
|
|
310
313
|
|
package/backlog
CHANGED
|
Binary file
|