backlog.md-darwin-arm64 1.1.8 → 1.2.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 +8 -1
- package/backlog +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
### Five‑minute tour
|
|
38
38
|
|
|
39
|
-
```
|
|
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/backlog
CHANGED
|
Binary file
|