backlog.md-darwin-arm64 1.5.9 → 1.5.10

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 +40 -30
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -165,14 +165,6 @@ When re-initializing an existing project, all current configuration values are p
165
165
  | Web interface | `backlog browser` (launches web UI on port 6420) |
166
166
  | Web custom port | `backlog browser --port 8080 --no-open` |
167
167
 
168
- ### Configuration
169
-
170
- | Action | Example |
171
- |-------------|------------------------------------------------------|
172
- | Config editor | `backlog config set defaultEditor "code --wait"` |
173
- | Enable auto-commit | `backlog config set autoCommit true` |
174
- | View config | `backlog config list` |
175
-
176
168
  ### Documentation
177
169
 
178
170
  | Action | Example |
@@ -215,24 +207,37 @@ Backlog.md merges the following layers (highest → lowest):
215
207
  3. `~/backlog/user` (per‑user)
216
208
  4. Built‑ins
217
209
 
218
- Key options:
210
+ ### Configuration Commands
211
+
212
+ | Action | Example |
213
+ |-------------|------------------------------------------------------|
214
+ | View all configs | `backlog config list` |
215
+ | Get specific config | `backlog config get defaultEditor` |
216
+ | Set config value | `backlog config set defaultEditor "code --wait"` |
217
+ | Enable auto-commit | `backlog config set autoCommit true` |
218
+ | Bypass git hooks | `backlog config set bypassGitHooks true` |
219
+
220
+ ### Available Configuration Options
219
221
 
220
222
  | Key | Purpose | Default |
221
223
  |-------------------|--------------------|-------------------------------|
222
- | `default_assignee`| Pre‑fill assignee | `[]` |
223
- | `default_status` | First column | `To Do` |
224
+ | `defaultAssignee` | Pre‑fill assignee | `[]` |
225
+ | `defaultStatus` | First column | `To Do` |
224
226
  | `statuses` | Board columns | `[To Do, In Progress, Done]` |
225
- | `date_format` | ISO or locale | `yyyy-mm-dd` |
226
- | `default_editor` | Editor for 'E' key | Platform default (nano/notepad) |
227
- | `default_port` | Web UI port | `6420` |
228
- | `auto_open_browser`| Open browser automatically | `true` |
229
- | `remote_operations`| Enable remote git operations | `true` |
230
- | `auto_commit` | Automatically commit task changes | `false` |
231
- | `zero_padded_ids` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
227
+ | `dateFormat` | ISO or locale | `yyyy-mm-dd` |
228
+ | `defaultEditor` | Editor for 'E' key | Platform default (nano/notepad) |
229
+ | `defaultPort` | Web UI port | `6420` |
230
+ | `autoOpenBrowser` | Open browser automatically | `true` |
231
+ | `remoteOperations`| Enable remote git operations | `true` |
232
+ | `autoCommit` | Automatically commit task changes | `false` |
233
+ | `bypassGitHooks` | Skip git hooks when committing (uses --no-verify) | `false` |
234
+ | `zeroPaddedIds` | Pad all IDs (tasks, docs, etc.) with leading zeros | `(disabled)` |
235
+
236
+ > **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.
232
237
 
233
- > **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.
238
+ > **Git Control**: By default, `autoCommit` is set to `false`, giving you full control over your git history. Task operations will modify files but won't automatically commit changes. Set `autoCommit: true` if you prefer automatic commits for each task operation.
234
239
 
235
- > **Git Control**: By default, `auto_commit` is set to `false`, giving you full control over your git history. Task operations will modify files but won't automatically commit changes. Set `auto_commit: true` if you prefer automatic commits for each task operation.
240
+ > **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.
236
241
 
237
242
  ---
238
243
 
@@ -266,22 +271,27 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
266
271
 
267
272
  <!-- BOARD_START -->
268
273
 
269
- ## 📊 Backlog.md Project Status (v1.5.8)
274
+ ## 📊 Backlog.md Project Status (v1.5.9)
270
275
 
271
276
  This board was automatically generated by [Backlog.md](https://backlog.md)
272
277
 
273
- Generated on: 2025-07-25 21:04:15
278
+ Generated on: 2025-07-26 14:59:23
274
279
 
275
280
  | To Do | In Progress | Done |
276
281
  | --- | --- | --- |
277
- | **task-203** - Show meaningful description in web kanban<br>(Assignees: none, Labels: frontend, enhancement) | **└─ 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) |
278
- | **task-201** - Add configurable git hooks bypass option<br>(Assignees: none, Labels: enhancement, git) | | **task-204** - Add Experimental Claude Code backlog.md agent integration to init command<br>(Assignees: @claude, Labels: cli, integration, dx) |
279
- | **task-200** - Add Claude Code integration with workflow commands during init<br>(Assignees: none, Labels: enhancement, developer-experience) | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
280
- | **task-183** - Add ordinal field for custom task ordering in web UI<br>(Assignees: none, Labels: none) | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
281
- | **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) |
282
- | **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) |
283
- | **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) |
284
- | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-191** - Migrate from Bun.spawn to Bun shell API<br>(Assignees: @gemini, @claude, Labels: refactoring, developer-experience) |
282
+ | **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-181** - Add statistics dashboard to 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) |
284
+ | **task-172** - Order tasks by status and ID in both web and CLI lists<br>(Assignees: none, Labels: none) | | **task-203** - Show meaningful description in web kanban<br>(Assignees: @claude, Labels: frontend, enhancement) |
285
+ | | | **task-202** - Fix editor integration regression with Helix and other interactive editors<br>(Assignees: none, Labels: bug, regression, editor) |
286
+ | | | **task-201** - Add configurable git hooks bypass option<br>(Assignees: @claude, Labels: enhancement, git) |
287
+ | | | **task-199** - Add version parameter to board export command<br>(Assignees: none, Labels: none) |
288
+ | | | **task-198** - Fix markdown content overflow beyond screen width<br>(Assignees: none, Labels: none) |
289
+ | | | **task-197** - Fix decision page refresh showing blank screen<br>(Assignees: none, Labels: none) |
290
+ | | | **task-196** - Add NixOS packaging support<br>(Assignees: none, Labels: none) |
291
+ | | | **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
+ | | | **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) |
285
295
 
286
296
  <!-- BOARD_END -->
287
297
 
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.9",
3
+ "version": "1.5.10",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
6
  "bin": {"backlog": "backlog"},