@ironbee-ai/cli 0.2.0 → 0.2.1

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
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1 (2026-03-16)
4
+
3
5
  # 0.2.0 (2026-03-16)
4
6
 
5
7
  ## 0.1.1 (2026-03-14)
@@ -1,6 +1,9 @@
1
-  ██╗ ██████╗   ██████╗  ███╗   ██╗ ██████╗  ███████╗ ███████╗
2
-  ██║ ██╔══██╗ ██╔═══██╗ ████╗  ██║ ██╔══██╗ ██╔════╝ ██╔════╝
3
-  ██║ ██████╔╝ ██║   ██║ ██╔██╗ ██║ ██████╔╝ █████╗   █████╗  
4
-  ██║ ██╔══██╗ ██║   ██║ ██║╚██╗██║ ██╔══██╗ ██╔══╝   ██╔══╝  
5
-  ██║ ██║  ██║ ╚██████╔╝ ██║ ╚████║ ██████╔╝ ███████╗ ███████╗
6
-  ╚═╝ ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═══╝ ╚═════╝  ╚══════╝ ╚══════╝
1
+
2
+ ██╗ ██████╗ ██████╗ ███╗ ██╗ ██████╗ ███████╗ ███████╗
3
+ ██║ ██╔══██╗ ██╔═══██╗ ████╗ ██║ ██╔══██╗ ██╔════╝ ██╔════╝
4
+ ██║ ██████╔╝ ██║ ██║ ██╔██╗ ██║ ██████╔╝ █████╗ █████╗
5
+ ██║ ██╔══██╗ ██║ ██║ ██║╚██╗██║ ██╔══██╗ ██╔══╝ ██╔══╝
6
+ ██║ ██║ ██║ ╚██████╔╝ ██║ ╚████║ ██████╔╝ ███████╗ ███████╗
7
+ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ╚══════╝ ╚══════╝
8
+
9
+ The Verification Layer for Agentic Development
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ironbee-ai/cli",
3
- "version": "0.2.0",
4
- "description": "Browser verification gate for AI coding agents ensures code changes are tested before completion",
3
+ "version": "0.2.1",
4
+ "description": "The CLI for IronBeeThe Verification Layer for Agentic Development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "ironbee": "dist/index.js"
@@ -26,15 +26,23 @@
26
26
  },
27
27
  "keywords": [
28
28
  "ai",
29
+ "ai-agent",
29
30
  "verification",
30
31
  "browser-testing",
31
32
  "claude",
32
33
  "claude-code",
34
+ "cursor",
35
+ "cursor-ide",
33
36
  "mcp",
37
+ "mcp-server",
34
38
  "browser-devtools",
35
39
  "coding-agent",
40
+ "agentic",
41
+ "devtools",
36
42
  "e2e",
37
- "qa"
43
+ "qa",
44
+ "testing",
45
+ "automation"
38
46
  ],
39
47
  "author": "IronBee",
40
48
  "license": "MIT",