vibeforce 0.3.5 → 0.3.6

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.
@@ -54,9 +54,9 @@ function renderAstro() {
54
54
  // Row 5: navy | white | cyan face
55
55
  [_, N, W, C, C, C, C, C, C, C, C, W, N, _],
56
56
  // Row 6: glasses top bar (connects the frames across)
57
- [_, N, W, D, D, D, D, D, D, D, D, D, W, _],
57
+ [_, N, W, D, D, D, D, D, D, D, D, W, N, _],
58
58
  // Row 7: glasses: two lenses (cyan gaps) in dark frames
59
- [_, N, W, D, D, C, C, D, D, C, C, D, W, _],
59
+ [_, N, W, D, C, C, D, D, C, C, D, W, N, _],
60
60
  // Row 8: navy | white | cyan face
61
61
  [_, N, W, C, C, C, C, C, C, C, C, W, N, _],
62
62
  // Row 9: navy | white | cyan face
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibeforce",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Vibeforce CLI — an open-source agent harness for Salesforce development",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "ink": "^6.8.0",
20
20
  "ink-text-input": "^6.0.0",
21
21
  "react": "^19.2.4",
22
- "vibeforce-core": "0.3.5"
22
+ "vibeforce-core": "0.3.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/figlet": "^1.7.0",