@braingrid/cli 0.2.56 → 0.2.57

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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.57] - 2026-03-03
11
+
12
+ ### Fixed
13
+
14
+ - **Missing build skill** — added build skill that was not included in previous release
15
+
10
16
  ## [0.2.56] - 2026-03-03
11
17
 
12
18
  ### Changed
package/README.md CHANGED
@@ -23,7 +23,6 @@ and scope tasks that your AI coding tools can build right the first time.</h3>
23
23
  **BrainGrid CLI** is the command-line interface for managing your requirements, and tasks on the BrainGrid platform.
24
24
 
25
25
  - ✨ **Specify Requirements** - Create build-ready requirement documents from messy ideas
26
- - 🎯 **Break Down into Tasks** - Create perfectly-prompted tasks from requirements
27
26
  - 🤖 **Build with AI Agents** - Get an implementation plan with prompts for each task to feed to Cursor, Claude Code, and other AI coding tools
28
27
  - 📊 **Track Progress** - Manage and update task statuses
29
28
  - 💾 **Multiple Output Formats** - View task prompts as formatted tables, JSON, Markdown, or XML for scripting
package/dist/cli.js CHANGED
@@ -226,7 +226,7 @@ async function axiosWithRetry(config2, options) {
226
226
 
227
227
  // src/build-config.ts
228
228
  var BUILD_ENV = true ? "production" : process.env.NODE_ENV === "test" ? "development" : "production";
229
- var CLI_VERSION = true ? "0.2.56" : "0.0.0-test";
229
+ var CLI_VERSION = true ? "0.2.57" : "0.0.0-test";
230
230
  var PRODUCTION_CONFIG = {
231
231
  apiUrl: "https://app.braingrid.ai",
232
232
  workosAuthUrl: "https://auth.braingrid.ai",