backlog.md 1.12.3 β 1.13.4
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 +43 -23
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -27,7 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
* π€ **AI-ready CLI** -- "Claude, please take over task 33"
|
|
29
29
|
|
|
30
|
-
* π **
|
|
30
|
+
* π **Powerful search** -- fuzzy search across tasks, docs & decisions with `backlog search`
|
|
31
|
+
|
|
32
|
+
* π **Rich query commands** -- view, list, filter, or archive tasks with ease
|
|
31
33
|
|
|
32
34
|
* π» **Cross-platform** -- runs on macOS, Linux, and Windows
|
|
33
35
|
|
|
@@ -47,17 +49,20 @@ backlog init "My Awesome Project"
|
|
|
47
49
|
# 3. Capture work
|
|
48
50
|
backlog task create "Render markdown as kanban"
|
|
49
51
|
|
|
50
|
-
# 4. See where you stand
|
|
52
|
+
# 4. See where you stand
|
|
51
53
|
backlog board view or backlog browser
|
|
52
54
|
|
|
53
|
-
# 5.
|
|
55
|
+
# 5. Find what you need
|
|
56
|
+
backlog search "markdown" or just backlog search for interactive filters
|
|
57
|
+
|
|
58
|
+
# 6. Create tasks using Claude-code, Gemini, Codex or Jules
|
|
54
59
|
Claude I would like to build a search functionality in the web view that searches for:
|
|
55
60
|
* tasks
|
|
56
61
|
* docs
|
|
57
62
|
* decisions
|
|
58
63
|
Please create relevant tasks to tackle this request.
|
|
59
64
|
|
|
60
|
-
#
|
|
65
|
+
# 7. Assign tasks to AI
|
|
61
66
|
Claude please implement all tasks related to the web search functionality (task-10, task-11, task-12)
|
|
62
67
|
* before starting to write code use 'ultrathink mode' to prepare an implementation plan
|
|
63
68
|
* use multiple sub-agents when possible and dependencies allow
|
|
@@ -170,6 +175,23 @@ The CLI preserves input literally; `\n` sequences are not autoβconverted. Use
|
|
|
170
175
|
|
|
171
176
|
Tip: Help text shows Bash examples with escaped `\\n` for readability; when typing, `$'\n'` expands to a newline.
|
|
172
177
|
|
|
178
|
+
### Search
|
|
179
|
+
|
|
180
|
+
Find tasks, documents, and decisions across your entire backlog with fuzzy search:
|
|
181
|
+
|
|
182
|
+
| Action | Example |
|
|
183
|
+
|--------------------|------------------------------------------------------|
|
|
184
|
+
| Search tasks | `backlog search "auth"` |
|
|
185
|
+
| Filter by status | `backlog search "api" --status "In Progress"` |
|
|
186
|
+
| Filter by priority | `backlog search "bug" --priority high` |
|
|
187
|
+
| Combine filters | `backlog search "web" --status "To Do" --priority medium` |
|
|
188
|
+
| Plain text output | `backlog search "feature" --plain` (for scripts/AI) |
|
|
189
|
+
|
|
190
|
+
**Search features:**
|
|
191
|
+
- **Fuzzy matching** -- finds "authentication" when searching for "auth"
|
|
192
|
+
- **Interactive filters** -- refine your search in real-time with the TUI
|
|
193
|
+
- **Live filtering** -- see results update as you type (no Enter needed)
|
|
194
|
+
|
|
173
195
|
### Draft Workflow
|
|
174
196
|
|
|
175
197
|
| Action | Example |
|
|
@@ -315,31 +337,29 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
315
337
|
|
|
316
338
|
<!-- BOARD_START -->
|
|
317
339
|
|
|
318
|
-
## π Backlog.md Project Status (v1.
|
|
340
|
+
## π Backlog.md Project Status (v1.13.3)
|
|
319
341
|
|
|
320
342
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
321
343
|
|
|
322
|
-
Generated on: 2025-09-
|
|
344
|
+
Generated on: 2025-09-22 21:30:41
|
|
323
345
|
|
|
324
346
|
| To Do | In Progress | Done |
|
|
325
347
|
| --- | --- | --- |
|
|
326
|
-
| **TASK-
|
|
327
|
-
| **TASK-
|
|
328
|
-
| **TASK-
|
|
329
|
-
| **TASK-
|
|
330
|
-
| **TASK-
|
|
331
|
-
| **TASK-
|
|
332
|
-
| **TASK-
|
|
333
|
-
| **TASK-
|
|
334
|
-
| **TASK-
|
|
335
|
-
| **TASK-
|
|
336
|
-
| **TASK-
|
|
337
|
-
| **TASK-
|
|
338
|
-
| **TASK-217** -
|
|
339
|
-
| ββ **TASK-217.
|
|
340
|
-
|
|
|
341
|
-
| ββ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | **TASK-251** - Board: harden remote branch normalization to avoid origin/origin refs [@codex]<br>*#bug #board #git* |
|
|
342
|
-
| **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | **TASK-254** - Init: default 'No' for Claude agent installation [@codex]<br>*#cli #init #agents* |
|
|
348
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | ββ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
|
|
349
|
+
| **TASK-268** - Show agent instruction version status [@codex] | ββ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | ββ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
|
|
350
|
+
| **TASK-267** - Add agent instruction version metadata [@codex] | | ββ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
|
|
351
|
+
| **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* | | ββ **TASK-273.03** - 273.03: Build core Fuse search service [@codex]<br>*#core #search* |
|
|
352
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | ββ **TASK-273.02** - 273.02: Introduce shared content store [@codex]<br>*#core #infra #search* |
|
|
353
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | ββ **TASK-273.01** - 273.01: Migrate domain types to rawContent [@codex]<br>*#core #types #search* |
|
|
354
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-272** - Adopt npm trusted publishing for releases [@codex] |
|
|
355
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | **TASK-269** - Refactor backlog init agent selection [@codex] |
|
|
356
|
+
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | **TASK-271** - Fix acceptance criteria section removal when list emptied [@codex] |
|
|
357
|
+
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | **TASK-266** - Fix Implementation Notes heading truncation in web UI [@codex]<br>*#web-ui #bug* |
|
|
358
|
+
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | **TASK-265** - Web UI: Enhance all tasks view with in-progress highlighting and done tasks toggle [@web-ui-agent]<br>*#ui #enhancement* |
|
|
359
|
+
| ββ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | **TASK-264** - TUI: Fix regression in task popup scrolling with arrow keys [@codex]<br>*#bug #tui #regression* |
|
|
360
|
+
| ββ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
|
|
361
|
+
| ββ **TASK-217.02** - Sequences web UI: list sequences<br>*#sequences* | | |
|
|
362
|
+
| **TASK-243** - Enable TUI task reordering with Shift+Arrow keys [@codex]<br>*#tui #ui #enhancement* | | |
|
|
343
363
|
| **TASK-240** - Improve binary resolution on Apple Silicon (Rosetta/arch mismatch) [@codex]<br>*#packaging #bug #macos* | | |
|
|
344
364
|
| **TASK-239** - Feature: Auto-link tasks to documents/decisions + backlinks [@codex]<br>*#web #enhancement #docs* | | |
|
|
345
365
|
| **TASK-222** - Improve task and subtask visualization in web UI | | |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "backlog.md",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.4",
|
|
4
4
|
"files": [
|
|
5
5
|
"cli.js",
|
|
6
6
|
"resolveBinary.cjs",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"backlog": "cli.js"
|
|
14
14
|
},
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"backlog.md-linux-x64": "1.
|
|
17
|
-
"backlog.md-linux-arm64": "1.
|
|
18
|
-
"backlog.md-darwin-x64": "1.
|
|
19
|
-
"backlog.md-darwin-arm64": "1.
|
|
20
|
-
"backlog.md-windows-x64": "1.
|
|
16
|
+
"backlog.md-linux-x64": "1.13.4",
|
|
17
|
+
"backlog.md-linux-arm64": "1.13.4",
|
|
18
|
+
"backlog.md-darwin-x64": "1.13.4",
|
|
19
|
+
"backlog.md-darwin-arm64": "1.13.4",
|
|
20
|
+
"backlog.md-windows-x64": "1.13.4"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postuninstall": "node postuninstall.cjs"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"author": "Alex Gavrilescu (https://github.com/MrLesk)",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
|
-
"url": "
|
|
39
|
+
"url": "https://github.com/MrLesk/Backlog.md"
|
|
40
40
|
},
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://github.com/MrLesk/Backlog.md/issues"
|