backlog.md-darwin-arm64 1.5.5 → 1.5.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 +35 -29
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -36,34 +36,39 @@
36
36
 
37
37
  ---
38
38
 
39
- ### Five‑minute tour
40
-
41
- ```markdown
42
- # Make sure you have Backlog.md installed
43
- bun/npm i -g backlog.md
39
+ ## <img src="./.github/5-minute-tour-256.png" alt="5-minute tour" width="28" height="28" align="center"> Five‑minute tour
40
+ ```bash
41
+ # 1. Make sure you have Backlog.md installed
42
+ bun/npm i -g backlog.md or brew install backlog-md
44
43
 
45
- # 1. Bootstrap a repo + backlog
46
- backlog init hello-
44
+ # 2. Bootstrap a repo + backlog
45
+ backlog init "My Awesome Project"
47
46
 
48
- # 2. Capture work
47
+ # 3. Capture work
49
48
  backlog task create "Render markdown as kanban"
50
49
 
51
- # 3. See where you stand
52
- backlog board view
50
+ # 4. See where you stand
51
+ backlog board view or backlog browser
53
52
 
54
- # 4. Working with AI
53
+ # 5. Create tasks using Claude-code, Gemini, Codex or Jules
55
54
  Claude I would like to build a search functionality in the web view that searches for:
56
55
  * tasks
57
56
  * docs
58
57
  * decisions
59
- Please create relevant tasks to tackle this request.
58
+ Please create relevant tasks to tackle this request.
59
+
60
+ # 6. Assign tasks to AI
61
+ Claude please implement all tasks related to the web search functionality (task-10, task-11, task-12)
62
+ * before starting to write code use 'ultrathink mode' to prepare an implementation plan
63
+ * use multiple sub-agents when possible and dependencies allow
60
64
  ```
61
65
 
62
- All data is saved under `backlog` folder as human‑readable Markdown with the following format `task-<task-id> - <task-title>.md` (e.g. `task-12 - Fix typo.md`).
66
+
67
+ All data is saved under `backlog` folder as human‑readable Markdown with the following format `task-<task-id> - <task-title>.md` (e.g. `task-10 - Add core search functionality.md`).
63
68
 
64
69
  ---
65
70
 
66
- ### Web Interface
71
+ ## <img src="./.github/web-interface-256.png" alt="Web Interface" width="28" height="28" align="center"> Web Interface
67
72
 
68
73
  Launch a modern, responsive web interface for visual task management:
69
74
 
@@ -90,7 +95,7 @@ The web interface provides:
90
95
 
91
96
  ---
92
97
 
93
- ## CLI reference
98
+ ## <img src="./.github/cli-reference-256.png" alt="CLI Reference" width="28" height="28" align="center"> CLI reference
94
99
 
95
100
  ### Project Setup
96
101
 
@@ -199,14 +204,14 @@ Full help: `backlog --help`
199
204
 
200
205
  ---
201
206
 
202
- ## Configuration
207
+ ## <img src="./.github/configuration-256.png" alt="Configuration" width="28" height="28" align="center"> Configuration
203
208
 
204
209
  Backlog.md merges the following layers (highest → lowest):
205
210
 
206
- 1. CLI flags
207
- 2. `backlog/config.yml` (per‑project)
208
- 3. `~/backlog/user` (per‑user)
209
- 4. Built‑ins
211
+ 1. CLI flags
212
+ 2. `backlog/config.yml` (per‑project)
213
+ 3. `~/backlog/user` (per‑user)
214
+ 4. Built‑ins
210
215
 
211
216
  Key options:
212
217
 
@@ -229,7 +234,7 @@ Key options:
229
234
 
230
235
  ---
231
236
 
232
- ## Sharing & Export
237
+ ## <img src="./.github/sharing-export-256.png" alt="Sharing & Export" width="28" height="28" align="center"> Sharing & Export
233
238
 
234
239
  ### Board Export
235
240
 
@@ -259,19 +264,20 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
259
264
 
260
265
  <!-- BOARD_START -->
261
266
 
262
- ## 📊 Backlog.md Project Status (v0.0.0)
267
+ ## 📊 Backlog.md Project Status (v1.5.5)
263
268
 
264
269
  This board was automatically generated by [Backlog.md](https://backlog.md)
265
270
 
266
- Generated on: 2025-07-22 21:05:56
271
+ Generated on: 2025-07-22 21:26:53
267
272
 
268
273
  | To Do | In Progress | Done |
269
274
  | --- | --- | --- |
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-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-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
276
+ | **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) |
277
+ | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: none, Labels: none) | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
278
+ | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
279
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<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) |
280
+ | | | **task-194** - Add graceful port handling for browser command<br>(Assignees: @claude, Labels: enhancement, ux, error-handling) |
275
281
  | | | **task-193** - Fix custom markdown editor styles missing in compiled build<br>(Assignees: @kiro, Labels: bug, css, build) |
276
282
  | | | **task-192** - Fix drag-and-drop not working in web view<br>(Assignees: @claude, Labels: bug, web-ui, high-priority) |
277
283
  | | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
@@ -280,6 +286,6 @@ Generated on: 2025-07-22 21:05:56
280
286
 
281
287
  <!-- BOARD_END -->
282
288
 
283
- ## License
289
+ ### License
284
290
 
285
291
  Backlog.md is released under the **MIT License** – do anything, just give credit. See [LICENSE](LICENSE).
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.5",
3
+ "version": "1.5.6",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},