backlog.md-darwin-arm64 1.14.5 → 1.15.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.
- package/README.md +38 -23
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,24 +107,21 @@ The web interface provides:
|
|
|
107
107
|
|
|
108
108
|
| Action | Example |
|
|
109
109
|
|-------------|------------------------------------------------------|
|
|
110
|
-
| Initialize project | `backlog init [project-name]` (creates backlog structure with interactive
|
|
110
|
+
| Initialize project | `backlog init [project-name]` (creates backlog structure with a minimal interactive flow) |
|
|
111
111
|
| Re-initialize | `backlog init` (preserves existing config, allows updates) |
|
|
112
|
+
| Advanced settings wizard | `backlog config` (no args) — launches the full interactive configuration flow |
|
|
112
113
|
|
|
113
|
-
|
|
114
|
-
- **Project name**
|
|
115
|
-
- **
|
|
116
|
-
- **
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
- **Agent guidelines** - AI agent instruction files (CLAUDE.md, AGENTS.md, GEMINI.md, Copilot)
|
|
120
|
-
- **Claude Code agent** - optional Backlog.md agent for enhanced task management (defaults to not installed; opt-in during `init` or pass `--install-claude-agent true`)
|
|
114
|
+
`backlog init` keeps first-run setup focused on the essentials:
|
|
115
|
+
- **Project name** – identifier for your backlog (defaults to the current directory on re-run).
|
|
116
|
+
- **Agent instruction files** – pick which AI Agent instruction files to create (CLAUDE.md, AGENTS.md, GEMINI.md, Copilot, or skip).
|
|
117
|
+
- **Advanced settings prompt** – default answer “No” finishes init immediately; choosing “Yes” jumps straight into the advanced wizard documented in [Configuration](#configuration).
|
|
118
|
+
|
|
119
|
+
You can rerun the wizard anytime with `backlog config`. All existing CLI flags (for example `--defaults`, `--agent-instructions`, or `--install-claude-agent true`) continue to provide fully non-interactive setups, so existing scripts keep working without change.
|
|
121
120
|
|
|
122
121
|
### Documentation
|
|
123
122
|
|
|
124
123
|
- Document IDs are global across all subdirectories under `backlog/docs`. You can organize files in nested folders (e.g., `backlog/docs/guides/`), and `backlog doc list` and `backlog doc view <id>` work across the entire tree. Example: `backlog doc create -p guides "New Guide"`.
|
|
125
124
|
|
|
126
|
-
When re-initializing an existing project, all current configuration values are preserved and pre-populated in prompts, allowing you to update only what you need.
|
|
127
|
-
|
|
128
125
|
### Task Management
|
|
129
126
|
|
|
130
127
|
| Action | Example |
|
|
@@ -275,6 +272,24 @@ Backlog.md merges the following layers (highest → lowest):
|
|
|
275
272
|
| Enable cross-branch check | `backlog config set checkActiveBranches true` |
|
|
276
273
|
| Set active branch days | `backlog config set activeBranchDays 30` |
|
|
277
274
|
|
|
275
|
+
### Interactive wizard (`backlog config`)
|
|
276
|
+
|
|
277
|
+
Run `backlog config` with no arguments to launch the full interactive wizard. This is the same experience triggered from `backlog init` when you opt into advanced settings, and it walks through the complete configuration surface:
|
|
278
|
+
- Cross-branch accuracy: `checkActiveBranches`, `remoteOperations`, and `activeBranchDays`.
|
|
279
|
+
- Git workflow: `autoCommit` and `bypassGitHooks`.
|
|
280
|
+
- ID formatting: enable or size `zeroPaddedIds`.
|
|
281
|
+
- Editor integration: pick a `defaultEditor` with availability checks.
|
|
282
|
+
- Web UI defaults: choose `defaultPort` and whether `autoOpenBrowser` should run.
|
|
283
|
+
|
|
284
|
+
Skipping the wizard (answering “No” during init) applies the safe defaults that ship with Backlog.md:
|
|
285
|
+
- `checkActiveBranches=true`, `remoteOperations=true`, `activeBranchDays=30`.
|
|
286
|
+
- `autoCommit=false`, `bypassGitHooks=false`.
|
|
287
|
+
- `zeroPaddedIds` disabled.
|
|
288
|
+
- `defaultEditor` unset (falls back to your environment).
|
|
289
|
+
- `defaultPort=6420`, `autoOpenBrowser=true`.
|
|
290
|
+
|
|
291
|
+
Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-populates prompts with your current values so you can adjust only what changed.
|
|
292
|
+
|
|
278
293
|
### Available Configuration Options
|
|
279
294
|
|
|
280
295
|
| Key | Purpose | Default |
|
|
@@ -337,24 +352,24 @@ Perfect for sharing project status, creating reports, or storing snapshots in ve
|
|
|
337
352
|
|
|
338
353
|
<!-- BOARD_START -->
|
|
339
354
|
|
|
340
|
-
## 📊 Backlog.md Project Status (v1.14.
|
|
355
|
+
## 📊 Backlog.md Project Status (v1.14.5)
|
|
341
356
|
|
|
342
357
|
This board was automatically generated by [Backlog.md](https://backlog.md)
|
|
343
358
|
|
|
344
|
-
Generated on: 2025-
|
|
359
|
+
Generated on: 2025-10-03 19:30:40
|
|
345
360
|
|
|
346
361
|
| To Do | In Progress | Done |
|
|
347
362
|
| --- | --- | --- |
|
|
348
|
-
| **TASK-276** - Implement drag mode for TUI kanban board | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-
|
|
349
|
-
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-
|
|
350
|
-
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-
|
|
351
|
-
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-
|
|
352
|
-
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-
|
|
353
|
-
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-
|
|
354
|
-
| **TASK-257** - Deep link URLs for tasks in board and list views | |
|
|
355
|
-
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | └─ **TASK-273.
|
|
356
|
-
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | └─ **TASK-273.
|
|
357
|
-
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | |
|
|
363
|
+
| **TASK-276** - Implement drag mode for TUI kanban board | **TASK-280** - Fix TUI task list selection and detail pane synchronization bug [@codex]<br>*#bug #tui* | **TASK-283** - Fix TUI board duplicating cards after external status changes [@codex] |
|
|
364
|
+
| **TASK-270** - Prevent command substitution in task creation inputs [@codex] | └─ **TASK-24.1** - CLI: Kanban board milestone view [@codex] | **TASK-282** - Fix TUI detail pane loading state regression [@codex]<br>*#bug* |
|
|
365
|
+
| **TASK-268** - Show agent instruction version status [@codex] | **TASK-273** - Refactor search [@codex]<br>*#core #search* | **TASK-275** - Extract task reordering logic to core module [@codex] |
|
|
366
|
+
| **TASK-267** - Add agent instruction version metadata [@codex] | | **TASK-262** - TUI: Show all configured status columns in Kanban [@codex]<br>*#tui #board #kanban #config #parity* |
|
|
367
|
+
| **TASK-260** - Web UI: Add filtering to All Tasks view [@codex]<br>*#web-ui #filters #ui* | | **TASK-281** - Fix backlog init skip option [@codex]<br>*#bug* |
|
|
368
|
+
| **TASK-259** - Add task list filters for Status and Priority<br>*#tui #filters #ui* | | **TASK-279** - Add cleanup functionality to web UI for managing completed tasks [@claude] |
|
|
369
|
+
| **TASK-257** - Deep link URLs for tasks in board and list views | | **TASK-274** - Fix Kanban boards missing live updates [@claude] |
|
|
370
|
+
| **TASK-200** - Add Claude Code integration with workflow commands during init<br>*#enhancement #developer-experience* | | └─ **TASK-273.06** - 273.06: Web UI on centralized search [@codex]<br>*#web #search #ui* |
|
|
371
|
+
| **TASK-244** - TUI: add live updates via watch in task list and kanban [@codex]<br>*#tui #watcher #enhancement* | | └─ **TASK-273.05** - 273.05: Server endpoints on shared store/search [@codex]<br>*#server #search #infra* |
|
|
372
|
+
| **TASK-218** - Update documentation and tests for sequences<br>*#sequences #documentation #testing* | | └─ **TASK-273.04** - 273.04: CLI & TUI search integration [@codex]<br>*#cli #tui #search* |
|
|
358
373
|
| **TASK-217** - Create web UI for sequences with drag-and-drop<br>*#sequences #web-ui #frontend* | | |
|
|
359
374
|
| └─ **TASK-217.03** - Sequences web UI: move tasks and update dependencies<br>*#sequences* | | |
|
|
360
375
|
| └─ **TASK-217.04** - Sequences web UI: tests<br>*#sequences* | | |
|
package/backlog
CHANGED
|
Binary file
|