backlog.md-linux-x64 1.38.1 → 1.39.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 +3 -2
  2. package/backlog +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -246,6 +246,7 @@ Run `backlog config` with no arguments to launch the full interactive wizard. Th
246
246
  - Git workflow: `autoCommit` and `bypassGitHooks`.
247
247
  - ID formatting: enable or size `zeroPaddedIds`.
248
248
  - Editor integration: pick a `defaultEditor` with availability checks.
249
+ - Definition of Done defaults: interactively add/remove/reorder/clear project-level `definition_of_done` checklist items.
249
250
  - Web UI defaults: choose `defaultPort` and whether `autoOpenBrowser` should run.
250
251
 
251
252
  Skipping the wizard (answering "No" during init) applies the safe defaults that ship with Backlog.md:
@@ -259,7 +260,7 @@ Whenever you revisit `backlog init` or rerun `backlog config`, the wizard pre-po
259
260
 
260
261
  ### Definition of Done defaults
261
262
 
262
- Set project-wide DoD items in the Web UI (Settings → Definition of Done Defaults) or edit `backlog/config.yml` directly:
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:
263
264
 
264
265
  ```yaml
265
266
  definition_of_done:
@@ -268,7 +269,7 @@ definition_of_done:
268
269
  - No regressions introduced
269
270
  ```
270
271
 
271
- 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`. Array values like `definition_of_done` must be edited in the config file or via the Web UI.
272
+ 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`.
272
273
 
273
274
  For the full configuration reference (all options, commands, and detailed notes), see **[ADVANCED-CONFIG.md](ADVANCED-CONFIG.md)**.
274
275
 
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.38.1",
3
+ "version": "1.39.0",
4
4
  "os": ["linux"],
5
5
  "cpu": ["x64"],
6
6
  "files": ["backlog","package.json","LICENSE"],