backlog.md-darwin-arm64 1.5.3 → 1.5.5

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 +19 -26
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -149,6 +149,7 @@ When re-initializing an existing project, all current configuration values are p
149
149
  |-------------|------------------------------------------------------|
150
150
  | Kanban board | `backlog board` (interactive UI, press 'E' to edit in editor) |
151
151
  | Export board | `backlog board export [file]` (exports Kanban board to markdown) |
152
+ | Export with version | `backlog board export --export-version "v1.0.0"` (includes version in export) |
152
153
 
153
154
  ### Web Interface
154
155
 
@@ -243,6 +244,13 @@ backlog board export project-status.md
243
244
 
244
245
  # Force overwrite existing file
245
246
  backlog board export --force
247
+
248
+ # Export to README.md with board markers
249
+ backlog board export --readme
250
+
251
+ # Include a custom version string in the export
252
+ backlog board export --export-version "v1.2.3"
253
+ backlog board export --readme --export-version "Release 2024.12.1-beta"
246
254
  ```
247
255
 
248
256
  Perfect for sharing project status, creating reports, or storing snapshots in version control.
@@ -251,39 +259,24 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
251
259
 
252
260
  <!-- BOARD_START -->
253
261
 
254
- ## 📊 Backlog.md Project Status (automatically generated by Backlog.md)
262
+ ## 📊 Backlog.md Project Status (v0.0.0)
263
+
264
+ This board was automatically generated by [Backlog.md](https://backlog.md)
255
265
 
256
- Generated on: 2025-07-21 18:36:38
266
+ Generated on: 2025-07-22 21:05:56
257
267
 
258
268
  | To Do | In Progress | Done |
259
269
  | --- | --- | --- |
260
- | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
261
- | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
262
- | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
263
- | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
264
- | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
270
+ | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
271
+ | **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) |
272
+ | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
273
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-195** - Fix React Router deep linking for documentation and decisions pages<br>(Assignees: @claude, Labels: bug, routing, react, ux) |
274
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
275
+ | | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
276
+ | | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
265
277
  | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
266
- | | | **task-190** - Fix Git errors and TypeScript compilation issues<br>(Assignees: @claude, Labels: none) |
267
- | | | **task-189** - Fix CLI hang due to infinite loop in config loading<br>(Assignees: none, Labels: bug, critical, config) |
268
- | | | **task-188** - Add zero-padded IDs configuration option<br>(Assignees: @mjgs, Labels: feature, config, ids, formatting) |
269
- | | | **task-187** - Fix autoCommit setting not being respected by all CLI commands<br>(Assignees: @mjgs, Labels: bug, config, git, cli) |
270
- | | | **task-186** - Fix unreliable ID generation causing duplicate IDs for new items<br>(Assignees: @mjgs, Labels: bug, critical, data-integrity) |
271
- | | | **task-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
272
- | | | **task-184** - Investigate Windows bug with task edit status command<br>(Assignees: @claude, Labels: none) |
273
- | | | **task-182** - Document agents command and reorganize README CLI reference tables<br>(Assignees: @claude, Labels: none) |
274
278
  | | | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: @claude, Labels: none) |
275
- | | | **task-178** - Enhance backlog init with comprehensive configuration and re-initialization support<br>(Assignees: @claude, Labels: none) |
276
- | | | **task-177** - Automate Kanban board updates in README.md on release<br>(Assignees: @gemini, Labels: none) |
277
- | | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
278
- | | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
279
- | | | **task-173** - Add CLI command to export Kanban board to markdown<br>(Assignees: @claude, Labels: none) |
280
279
  | | | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: @claude, Labels: none) |
281
- | | | **└─ task-119.1** - Fix comprehensive test suite for data model consistency<br>(Assignees: none, Labels: none) |
282
- | | | **└─ task-119.2** - Core architecture improvements and ID generation enhancements<br>(Assignees: none, Labels: none) |
283
- | | | **└─ task-118.1** - UI/UX improvements and responsive design enhancements<br>(Assignees: none, Labels: none) |
284
- | | | **└─ task-118.2** - Implement health check API endpoint for web UI monitoring<br>(Assignees: none, Labels: none) |
285
- | | | **└─ task-118.3** - Advanced search and navigation features beyond basic requirements<br>(Assignees: none, Labels: none) |
286
- | | | **task-116** - Add dark mode toggle to web UI<br>(Assignees: @claude, Labels: none) |
287
280
 
288
281
  <!-- BOARD_END -->
289
282
 
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.5.3",
3
+ "version": "1.5.5",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},