backlog.md 1.1.8 → 1.2.1

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 (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +6 -9
package/README.md CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ### Five‑minute tour
38
38
 
39
- ```bash
39
+ ```markdown
40
40
  # Make sure you have Backlog.md installed
41
41
  bun/npm i -g backlog.md
42
42
 
@@ -48,6 +48,13 @@ backlog task create "Render markdown as kanban"
48
48
 
49
49
  # 3. See where you stand
50
50
  backlog board view
51
+
52
+ # 4. Working with AI
53
+ Claude I would like to build a search functionality in the web view that searches for:
54
+ * tasks
55
+ * docs
56
+ * decisions
57
+ Please create relevant tasks to tackle this request.
51
58
  ```
52
59
 
53
60
  All data is saved under `backlog` folder as human‑readable Markdown with the following format `task-<task-id> - <task-title>.md` (e.g. `task-12 - Fix typo.md`).
package/package.json CHANGED
@@ -1,18 +1,15 @@
1
1
  {
2
2
  "name": "backlog.md",
3
- "version": "1.1.8",
3
+ "version": "1.2.1",
4
4
  "bin": {
5
5
  "backlog": "cli.js"
6
6
  },
7
- "dependencies": {
8
- "blessed": "npm:neo-neo-bblessed@1.0.3"
9
- },
10
7
  "optionalDependencies": {
11
- "backlog.md-linux-x64": "1.1.8",
12
- "backlog.md-linux-arm64": "1.1.8",
13
- "backlog.md-darwin-x64": "1.1.8",
14
- "backlog.md-darwin-arm64": "1.1.8",
15
- "backlog.md-windows-x64": "1.1.8"
8
+ "backlog.md-linux-x64": "1.2.1",
9
+ "backlog.md-linux-arm64": "1.2.1",
10
+ "backlog.md-darwin-x64": "1.2.1",
11
+ "backlog.md-darwin-arm64": "1.2.1",
12
+ "backlog.md-windows-x64": "1.2.1"
16
13
  },
17
14
  "scripts": {
18
15
  "postuninstall": "node postuninstall.cjs"