backlog.md-linux-x64 1.40.0 → 1.42.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.
Files changed (3) hide show
  1. package/README.md +9 -6
  2. package/backlog +0 -0
  3. 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
- ![Backlog demo GIF using: backlog board](./.github/backlog.gif)
8
+ ![Backlog demo GIF using: backlog board](./.github/backlog-v1.40.gif)
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
- All data is saved under the `backlog` folder as human-readable Markdown files (e.g. `task-10 - Add core search functionality.md`).
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. `backlog/config.yml` (per‑project)
239
- 3. `~/backlog/user` (per‑user)
240
- 4. Built‑ins
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 `backlog/config.yml` directly:
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backlog.md-linux-x64",
3
- "version": "1.40.0",
3
+ "version": "1.42.0",
4
4
  "os": ["linux"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog","package.json","LICENSE"],