backlog.md-darwin-arm64 1.5.10 → 1.6.1
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 +18 -8
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,6 +158,12 @@ When re-initializing an existing project, all current configuration values are p
|
|
|
158
158
|
| Export board | `backlog board export [file]` (exports Kanban board to markdown) |
|
|
159
159
|
| Export with version | `backlog board export --export-version "v1.0.0"` (includes version in export) |
|
|
160
160
|
|
|
161
|
+
### Statistics & Overview
|
|
162
|
+
|
|
163
|
+
| Action | Example |
|
|
164
|
+
|-------------|------------------------------------------------------|
|
|
165
|
+
| Project overview | `backlog overview` (interactive TUI showing project statistics) |
|
|
166
|
+
|
|
161
167
|
### Web Interface
|
|
162
168
|
|
|
163
169
|
| Action | Example |
|
|
@@ -216,6 +222,8 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
216
222
|
| Set config value | `backlog config set defaultEditor "code --wait"` |
|
|
217
223
|
| Enable auto-commit | `backlog config set autoCommit true` |
|
|
218
224
|
| Bypass git hooks | `backlog config set bypassGitHooks true` |
|
|
225
|
+
| Enable cross-branch check | `backlog config set checkActiveBranches true` |
|
|
226
|
+
| Set active branch days | `backlog config set activeBranchDays 30` |
|
|
219
227
|
|
|
220
228
|
### Available Configuration Options
|
|
221
229
|
|
|
@@ -232,6 +240,8 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
232
240
|
| `autoCommit` | Automatically commit task changes | `false` |
|
|
233
241
|
| `bypassGitHooks` | Skip git hooks when committing (uses --no-verify) | `false` |
|
|
234
242
|
| `zeroPaddedIds` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
|
|
243
|
+
| `checkActiveBranches` | Check task states across active branches for accuracy | `true` |
|
|
244
|
+
| `activeBranchDays` | How many days a branch is considered active | `30` |
|
|
235
245
|
|
|
236
246
|
> **Note**: Set `remoteOperations: false` to work offline. This disables git fetch operations and loads tasks from local branches only, useful when working without network connectivity.
|
|
237
247
|
|
|
@@ -239,6 +249,8 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
239
249
|
|
|
240
250
|
> **Git Hooks**: If you have pre-commit hooks (like conventional commits or linters) that interfere with backlog.md's automated commits, set `bypassGitHooks: true` to skip them using the `--no-verify` flag.
|
|
241
251
|
|
|
252
|
+
> **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
|
+
|
|
242
254
|
---
|
|
243
255
|
|
|
244
256
|
## <img src="./.github/sharing-export-256.png" alt="Sharing & Export" width="28" height="28" align="center"> Sharing & Export
|
|
@@ -271,27 +283,25 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
271
283
|
|
|
272
284
|
<!-- BOARD_START -->
|
|
273
285
|
|
|
274
|
-
## 📊 Backlog.md Project Status (v1.
|
|
286
|
+
## 📊 Backlog.md Project Status (v1.6.0)
|
|
275
287
|
|
|
276
288
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
277
289
|
|
|
278
|
-
Generated on: 2025-07-26
|
|
290
|
+
Generated on: 2025-07-26 18:56:16
|
|
279
291
|
|
|
280
292
|
| To Do | In Progress | Done |
|
|
281
293
|
| --- | --- | --- |
|
|
282
294
|
| **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | **└─ task-24.1** - CLI: Kanban board milestone view<br>(Assignees: @codex, Labels: none) | **task-205** - Fix Claude Code agent trying to use slash commands instead of backlog CLI<br>(Assignees: @claude, Labels: bug, agent) |
|
|
283
|
-
| **task-
|
|
284
|
-
| **task-
|
|
285
|
-
|
|
|
286
|
-
|
|
|
295
|
+
| **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
|
|
296
|
+
| **task-181** - Add statistics dashboard to web UI<br>(Assignees: none, Labels: none) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
|
|
297
|
+
| **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: none, Labels: none) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
|
|
298
|
+
| **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
|
|
287
299
|
| | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
|
|
288
300
|
| | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
|
|
289
301
|
| | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
|
|
290
302
|
| | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
|
|
291
303
|
| | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
|
|
292
|
-
| | | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: Claude, Labels: none) |
|
|
293
304
|
| | | **task-180** - Add statistics overview command to CLI with TUI interface<br>(Assignees: @claude, Labels: none) |
|
|
294
|
-
| | | **task-175** - Add hour and minute to all dates in drafts, tasks, documents, decisions<br>(Assignees: @claude, Labels: none) |
|
|
295
305
|
|
|
296
306
|
<!-- BOARD_END -->
|
|
297
307
|
|
package/backlog
CHANGED
|
Binary file
|