@braingrid/cli 0.2.16 → 0.2.18

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,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.18] - 2025-12-17
11
+
12
+ ### Added
13
+
14
+ - **Current task auto-detection**
15
+ - `task show` now works without a task ID - automatically detects the current task
16
+ - `task update` now works without a task ID - updates the current task
17
+ - Current task is determined by: first IN_PROGRESS task, or first PLANNED task if none in progress
18
+ - `task delete` still requires explicit task ID for safety
19
+
20
+ - **Status line shows current task**
21
+ - Claude Code status line now displays: `BrainGrid: PROJ-X > REQ-Y > TASK-Z [completed/total]`
22
+ - Shows the current task being worked on alongside progress count
23
+ - Automatically updates as tasks are completed
24
+
25
+ ## [0.2.17] - 2025-12-17
26
+
27
+ ### Added
28
+
29
+ - **Update notifications and interactive prompts**
30
+ - CLI now shows update warning after every command when a newer version is available on npm
31
+ - New interactive update prompt at the start of `braingrid init` offers to update before proceeding
32
+ - Version check results are cached for 12 hours to minimize network requests
33
+ - Silent failure on network errors ensures CLI functionality is never impacted
34
+ - Extracted reusable version utilities for consistent version handling across the CLI
35
+
10
36
  ## [0.2.16] - 2025-12-17
11
37
 
12
38
  ### Added