backlog.md-linux-x64 1.39.2 → 1.41.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 +9 -6
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<code>npm i -g backlog.md</code> or <code>bun add -g backlog.md</code> or <code>brew install backlog-md</code> or <code>nix run github:MrLesk/Backlog.md</code>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
|
-

|
|
8
|
+

|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
---
|
|
@@ -57,7 +57,7 @@ The init wizard will ask how you want to connect AI tools:
|
|
|
57
57
|
- **CLI commands** — creates instruction files (CLAUDE.md, AGENTS.md, etc.) so agents use Backlog via CLI.
|
|
58
58
|
- **Skip** — no AI setup; use Backlog.md purely as a task manager.
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
Backlog data is stored in a project-local backlog folder such as `backlog/`, `.backlog/`, or a custom project-relative path configured through `backlog.config.yml`. Tasks remain human-readable Markdown files (e.g. `task-10 - Add core search functionality.md`).
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
@@ -235,9 +235,10 @@ Full help: `backlog --help`
|
|
|
235
235
|
Backlog.md merges the following layers (highest → lowest):
|
|
236
236
|
|
|
237
237
|
1. CLI flags
|
|
238
|
-
2.
|
|
239
|
-
|
|
240
|
-
|
|
238
|
+
2. Project config file:
|
|
239
|
+
- `backlog.config.yml` when present
|
|
240
|
+
- otherwise `backlog/config.yml` or `.backlog/config.yml`
|
|
241
|
+
3. Built‑ins
|
|
241
242
|
|
|
242
243
|
### Interactive wizard (`backlog config`)
|
|
243
244
|
|
|
@@ -260,7 +261,7 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
|
|
|
260
261
|
|
|
261
262
|
### Definition of Done defaults
|
|
262
263
|
|
|
263
|
-
Set project-wide DoD items with `backlog config` (or during `backlog init` advanced setup), in the Web UI (Settings → Definition of Done Defaults), or by editing
|
|
264
|
+
Set project-wide DoD items with `backlog config` (or during `backlog init` advanced setup), in the Web UI (Settings → Definition of Done Defaults), or by editing the project config file directly:
|
|
264
265
|
|
|
265
266
|
```yaml
|
|
266
267
|
definition_of_done:
|
|
@@ -269,6 +270,8 @@ definition_of_done:
|
|
|
269
270
|
- No regressions introduced
|
|
270
271
|
```
|
|
271
272
|
|
|
273
|
+
When a project uses root config discovery, edit `backlog.config.yml` instead of `backlog/config.yml`.
|
|
274
|
+
|
|
272
275
|
These items are added to every new task by default. You can add more on create with `--dod`, or disable defaults per task with `--no-dod-defaults`.
|
|
273
276
|
|
|
274
277
|
For the full configuration reference (all options, commands, and detailed notes), see **[ADVANCED-CONFIG.md](ADVANCED-CONFIG.md)**.
|
package/backlog
CHANGED
|
Binary file
|