@braingrid/cli 0.2.18 → 0.2.20

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/CHANGELOG.md CHANGED
@@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.20] - 2025-12-18
11
+
12
+ ### Added
13
+
14
+ - **IDE setup prompts after update**
15
+ - After running `braingrid update`, CLI detects installed Claude Code and Cursor
16
+ - Prompts user to update BrainGrid integration for each detected IDE
17
+ - Uses force mode to streamline the setup process
18
+
19
+ ### Changed
20
+
21
+ - **Enhanced status line display**
22
+ - Task display now shows status: `TASK 19 (In-Progress)` or `(Planned)`
23
+ - Added third line showing current git branch: `Branch: feature/REQ-12-something`
24
+
25
+ ## [0.2.19] - 2025-12-17
26
+
27
+ ### Added
28
+
29
+ - **Pagination options for task commands**
30
+ - Added `--page` and `--limit` options to `task list` and `task summary` commands
31
+ - Consistent with existing pagination options on `requirement list`
32
+
33
+ ### Changed
34
+
35
+ - **has_more pagination warnings**
36
+ - Task and requirement list commands now show a warning when more items exist beyond current page
37
+ - Warning message: "⚠️ More tasks/requirements exist. Use --limit to see more."
38
+ - `getCurrentTask` auto-detection warns if results may be incomplete due to pagination
39
+
40
+ - **Status line uses higher limit**
41
+ - Claude Code status line script now fetches up to 100 tasks for accurate counts
42
+ - Ensures task progress display `[completed/total]` is accurate for larger requirements
43
+
10
44
  ## [0.2.18] - 2025-12-17
11
45
 
12
46
  ### Added