backlog.md 1.2.7 → 1.3.0

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 (2) hide show
  1. package/README.md +37 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -220,6 +220,7 @@ Key options:
220
220
  | `auto_open_browser`| Open browser automatically | `true` |
221
221
  | `remote_operations`| Enable remote git operations | `true` |
222
222
  | `auto_commit` | Automatically commit task changes | `false` |
223
+ | `zero_padded_ids` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
223
224
 
224
225
  > **Note**: Set `remote_operations: false` to work offline. This disables git fetch operations and loads tasks from local branches only, useful when working without network connectivity.
225
226
 
@@ -248,6 +249,42 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
248
249
 
249
250
  ---
250
251
 
252
+ <!-- BOARD_START -->
253
+
254
+ ## 📊 Backlog.md Project Status (automatically generated by Backlog.md)
255
+
256
+ Generated on: 2025-07-13 17:55:16
257
+
258
+ | To Do | In Progress | Done |
259
+ | --- | --- | --- |
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-185** - Fix task listing incorrectly including README.md files<br>(Assignees: @claude, Labels: none) |
261
+ | **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-184** - Investigate Windows bug with task edit status command<br>(Assignees: @claude, Labels: none) |
262
+ | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-182** - Document agents command and reorganize README CLI reference tables<br>(Assignees: @claude, Labels: none) |
263
+ | **task-179** - Add Settings page to web UI with configuration management<br>(Assignees: none, Labels: none) | | **task-178** - Enhance backlog init with comprehensive configuration and re-initialization support<br>(Assignees: @claude, Labels: none) |
264
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-177** - Automate Kanban board updates in README.md on release<br>(Assignees: @gemini, Labels: none) |
265
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-176** - Add Priority Filtering/Sorting to Task List. Especially with the --plain flag.<br>(Assignees: none, Labels: enhancement) |
266
+ | **task-171** - Implement drafts list functionality in CLI and web UI<br>(Assignees: none, Labels: none) | | **task-174** - Implement backlog cleanup command with completed folder management<br>(Assignees: none, Labels: none) |
267
+ | | | **task-173** - Add CLI command to export Kanban board to markdown<br>(Assignees: @claude, Labels: none) |
268
+ | | | **task-169** - Fix browser and board crashes<br>(Assignees: @claude, Labels: none) |
269
+ | | | **task-168** - Fix editor integration issues with vim/nano<br>(Assignees: @claude, Labels: none) |
270
+ | | | **task-167** - Add --notes option to task create command<br>(Assignees: @claude, Labels: none) |
271
+ | | | **task-166** - Audit and fix autoCommit behavior across all commands<br>(Assignees: none, Labels: bug, config) |
272
+ | | | **task-165** - Fix BUN_OPTIONS environment variable conflict<br>(Assignees: none, Labels: bug) |
273
+ | | | **task-164** - Add auto_commit config option with default false<br>(Assignees: none, Labels: enhancement, config) |
274
+ | | | **task-163** - Fix intermittent git failure in task edit<br>(Assignees: none, Labels: bug) |
275
+ | | | **task-120** - Add offline mode configuration for remote operations<br>(Assignees: none, Labels: enhancement, offline, config) |
276
+ | | | **└─ task-119.1** - Fix comprehensive test suite for data model consistency<br>(Assignees: none, Labels: none) |
277
+ | | | **└─ task-119.2** - Core architecture improvements and ID generation enhancements<br>(Assignees: none, Labels: none) |
278
+ | | | **└─ task-118.1** - UI/UX improvements and responsive design enhancements<br>(Assignees: none, Labels: none) |
279
+ | | | **└─ task-118.2** - Implement health check API endpoint for web UI monitoring<br>(Assignees: none, Labels: none) |
280
+ | | | **└─ task-118.3** - Advanced search and navigation features beyond basic requirements<br>(Assignees: none, Labels: none) |
281
+ | | | **task-116** - Add dark mode toggle to web UI<br>(Assignees: @claude, Labels: none) |
282
+ | | | **task-115** - Add live health check system to web UI<br>(Assignees: none, Labels: none) |
283
+ | | | **task-114** - cli: filter task list by parent task<br>(Assignees: none, Labels: none) |
284
+ | | | **task-101** - Show task file path in plain view<br>(Assignees: none, Labels: none) |
285
+
286
+ <!-- BOARD_END -->
287
+
251
288
  ## License
252
289
 
253
290
  Backlog.md is released under the **MIT License** – do anything, just give credit. See [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.2.7",
3
+ "version": "1.3.0",
4
4
  "bin": {
5
5
  "backlog": "cli.js"
6
6
  },
7
7
  "optionalDependencies": {
8
- "backlog.md-linux-x64": "1.2.7",
9
- "backlog.md-linux-arm64": "1.2.7",
10
- "backlog.md-darwin-x64": "1.2.7",
11
- "backlog.md-darwin-arm64": "1.2.7",
12
- "backlog.md-windows-x64": "1.2.7"
8
+ "backlog.md-linux-x64": "1.3.0",
9
+ "backlog.md-linux-arm64": "1.3.0",
10
+ "backlog.md-darwin-x64": "1.3.0",
11
+ "backlog.md-darwin-arm64": "1.3.0",
12
+ "backlog.md-windows-x64": "1.3.0"
13
13
  },
14
14
  "scripts": {
15
15
  "postuninstall": "node postuninstall.cjs"