@braingrid/cli 0.1.2 → 0.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/LICENSE.md +15 -0
  3. package/README.md +2 -5
  4. package/dist/cli.js +265 -317
  5. package/dist/cli.js.map +1 -1
  6. package/dist/handlers/auth.handlers.d.ts +1 -7
  7. package/dist/handlers/auth.handlers.d.ts.map +1 -1
  8. package/dist/handlers/auth.handlers.js +29 -79
  9. package/dist/handlers/auth.handlers.js.map +1 -1
  10. package/dist/handlers/index.d.ts +0 -1
  11. package/dist/handlers/index.d.ts.map +1 -1
  12. package/dist/handlers/index.js +0 -1
  13. package/dist/handlers/index.js.map +1 -1
  14. package/package.json +27 -7
  15. package/dist/handlers/agent.handlers.d.ts +0 -12
  16. package/dist/handlers/agent.handlers.d.ts.map +0 -1
  17. package/dist/handlers/agent.handlers.js +0 -130
  18. package/dist/handlers/agent.handlers.js.map +0 -1
  19. package/dist/rpc/registry.d.ts +0 -97
  20. package/dist/rpc/registry.d.ts.map +0 -1
  21. package/dist/rpc/registry.js +0 -119
  22. package/dist/rpc/registry.js.map +0 -1
  23. package/dist/rpc/server.d.ts +0 -78
  24. package/dist/rpc/server.d.ts.map +0 -1
  25. package/dist/rpc/server.js +0 -437
  26. package/dist/rpc/server.js.map +0 -1
  27. package/dist/rpc/transport.d.ts +0 -84
  28. package/dist/rpc/transport.d.ts.map +0 -1
  29. package/dist/rpc/transport.js +0 -296
  30. package/dist/rpc/transport.js.map +0 -1
  31. package/dist/services/__mocks__/utils.d.ts +0 -16
  32. package/dist/services/__mocks__/utils.d.ts.map +0 -1
  33. package/dist/services/__mocks__/utils.js +0 -21
  34. package/dist/services/__mocks__/utils.js.map +0 -1
  35. package/dist/services/agent-service.d.ts +0 -29
  36. package/dist/services/agent-service.d.ts.map +0 -1
  37. package/dist/services/agent-service.js +0 -273
  38. package/dist/services/agent-service.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,50 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.0] - 2025-11-04
9
+
10
+ ### Changed
11
+
12
+ - **BREAKING**: Converted from monorepo to single CLI package architecture
13
+ - Removed `@braingrid/protocol` package (JSON-RPC protocol schemas)
14
+ - Removed `@braingrid/vscode-extension` package
15
+ - Removed JSON-RPC server mode (`--rpc` flag)
16
+ - Removed agent conversation commands (`braingrid agent chat`)
17
+ - Removed conformance testing tools
18
+ - Eliminated monorepo infrastructure (Turbo, Changesets, pnpm workspaces)
19
+ - Restructured to standalone package at repository root
20
+ - All CLI functionality preserved (auth, project, requirement, task commands)
21
+ - Retained Zod dependency for future CLI input validation
22
+
23
+ ### Removed
24
+
25
+ - JSON-RPC 2.0 server implementation and transport layer
26
+ - Agent service and streaming conversation support
27
+ - VSCode extension integration
28
+ - Protocol package and auto-generated documentation
29
+ - Monorepo build orchestration (Turborepo)
30
+ - Automated versioning system (Changesets)
31
+
32
+ ## [0.1.3] - 2025-11-04
33
+
34
+ ### Added
35
+
36
+ - Proprietary license (LICENSE.md) to protect BrainGrid intellectual property
37
+ - Synced to main BrainGrid repository for consistency
38
+
39
+ ### Changed
40
+
41
+ - Migrated OpenAPI specification from YAML to JSON format
42
+ - Updated `docs:fetch-openapi` script to fetch from new location (`public/openapi.json`)
43
+ - Updated all documentation references from `openapi.yaml` to `openapi.json`
44
+ - Added complete BrainGrid v1 API OpenAPI 3.0 spec (4016 lines)
45
+ - Updated README tagline: "Prompt AI Coding Tools like a rockstar developer"
46
+
47
+ ### Fixed
48
+
49
+ - npm publish workflow to publish CLI package from correct directory
50
+ - Ensures proper package deployment during releases
51
+
8
52
  ## [0.1.1] - 2025-10-07
9
53
 
10
54
  ### Added
package/LICENSE.md ADDED
@@ -0,0 +1,15 @@
1
+ Proprietary License
2
+ Copyright (c) 2025 Braingrid AI, Inc
3
+
4
+ All rights reserved.
5
+
6
+ This software and associated documentation files (the "Software") are proprietary and confidential. The Software is licensed, not sold.
7
+
8
+ Restrictions
9
+ You may not copy, modify, distribute, sell, or lease any part of this Software
10
+ You may not reverse engineer or attempt to extract the source code
11
+ This Software is for internal use only
12
+ No part of this Software may be reproduced in any form without prior written permission
13
+
14
+ Disclaimer
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
  <img src="https://www.braingrid.ai/logos/braingrid-symbol-800.png" width="100"/>
3
3
  <h1>BrainGrid</h1>
4
4
 
5
- <p>Turn thoughts into AI-ready specs and ship 100 faster.</p>
6
- <h3>A CLI for spec-driven development.</h3>
5
+ <p>Prompt AI Coding Tools like a rockstar developer</p>
6
+ <h3>A CLI to turn messy thoughts into detailed specs and perfectly-prompted tasks to build well-structured, maintainable software.</h3>
7
7
 
8
8
  [![npm version](https://img.shields.io/npm/v/@braingrid/cli.svg?color=blue&logo=npm)](https://www.npmjs.com/package/@braingrid/cli)
9
9
  [![Downloads](https://img.shields.io/npm/dm/@braingrid/cli.svg?color=green)](https://www.npmjs.com/package/@braingrid/cli)
@@ -17,8 +17,6 @@
17
17
 
18
18
  **BrainGrid** helps you turn half-baked thoughts into build-ready specs and perfectly-prompted tasks that AI coding agents like Cursor, or Claude Code, can build fast without breaking things.
19
19
 
20
- **Spec-driven development** means AI agents work from crystal-clear requirements and tasks—not vague ideas—so they build exactly what you need, faster and with fewer bugs.
21
-
22
20
  ## Features
23
21
 
24
22
  **BrainGrid CLI** is the command-line interface for managing your requirements, and tasks on the BrainGrid platform.
@@ -30,7 +28,6 @@
30
28
  - 📊 **Track Progress** - Manage and update task statuses
31
29
  - 💾 **Multiple Output Formats** - View data as formatted tables or JSON for scripting
32
30
  - 🔍 **Environment Detection** - Automatically detect git repository info and installed AI coding tools
33
- - 🔌 **JSON-RPC Mode** - Programmatic access via JSON-RPC 2.0 protocol for IDE integration
34
31
 
35
32
  ---
36
33