backlog.md-darwin-arm64 1.6.5 → 1.6.6

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.
Files changed (3) hide show
  1. package/README.md +21 -16
  2. package/backlog +0 -0
  3. 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` | ISO or locale | `yyyy-mm-dd` |
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,29 @@ 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.4)
290
+ ## 📊 Backlog.md Project Status (v1.6.5)
287
291
 
288
292
  This board was automatically generated by [Backlog.md](https://backlog.md)
289
293
 
290
- Generated on: 2025-07-31 19:10:45
294
+ Generated on: 2025-07-31 21:45:02
291
295
 
292
296
  | To Do | In Progress | Done |
293
297
  | --- | --- | --- |
294
298
  | **task-218** - Update documentation and tests for sequences<br>(Assignees: none, Labels: sequences, documentation, testing) | **└─ 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) |
295
- | **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
296
- | **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
297
- | **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
298
- | **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
299
- | **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
300
- | **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
301
- | **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
302
- | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
303
- | **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
304
- | **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
305
- | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
306
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
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) |
299
+ | **task-217** - Create web UI for sequences with drag-and-drop<br>(Assignees: none, Labels: sequences, web-ui, frontend) | | **task-210** - Refactor Nix packaging to build node_modules offline<br>(Assignees: none, Labels: nix, build, packaging) |
300
+ | **task-216** - Add server API endpoints and web UI for sequences<br>(Assignees: none, Labels: sequences, api, backend, web-ui, frontend) | | **task-209** - Fix cleanup command to handle non-standard task filenames<br>(Assignees: @claude, Labels: bug-fix, cli) |
301
+ | **task-215** - Implement TUI view for sequences<br>(Assignees: none, Labels: sequences, tui, ui) | | **task-207** - Reorganize backlog init command questions order<br>(Assignees: @claude, Labels: cli, ux, enhancement) |
302
+ | **task-214** - Add CLI command to list sequences (plain text output)<br>(Assignees: none, Labels: sequences, cli) | | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
303
+ | **task-213** - Compute sequences from task dependencies<br>(Assignees: none, Labels: sequences, core) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
304
+ | **task-212** - Improve board export UI formatting and readability<br>(Assignees: none, Labels: formatting, dx, cli) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
305
+ | **task-211** - Add version number display to browser UI<br>(Assignees: none, Labels: ui, frontend, enhancement) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
306
+ | **task-208** - Add paste-as-markdown support in Web UI<br>(Assignees: none, Labels: web-ui, enhancement, markdown) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
307
+ | **task-206** - Order done column by updatedDate in board export<br>(Assignees: none, Labels: board, export, sorting) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
308
+ | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
309
+ | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
310
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
311
+ | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
312
+ | | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
308
313
  | | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
309
314
  | | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
310
315
 
package/backlog CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-darwin-arm64",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},