@clipboard-health/groundcrew 4.22.0 → 4.23.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.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  </p>
11
11
 
12
12
  <p align="center">
13
- <a href="https://www.npmjs.com/package/@clipboard-health/groundcrew"><img alt="npm" src="https://img.shields.io/npm/v/@clipboard-health/groundcrew?style=flat-square&label=npm&color=77d94e&labelColor=18181b"></a>
13
+ <a href="https://www.npmjs.com/package/@clipboard-health/groundcrew"><img alt="npm" src="https://img.shields.io/npm/v/@clipboard-health/groundcrew?style=flat-square&label=npm&color=FF6D00&labelColor=18181b"></a>
14
14
  <a href="https://www.npmjs.com/package/@clipboard-health/groundcrew"><img alt="downloads" src="https://img.shields.io/npm/dw/@clipboard-health/groundcrew?style=flat-square&label=downloads&color=18181b&labelColor=18181b"></a>
15
15
  <a href="https://github.com/ClipboardHealth/groundcrew/actions/workflows/ci.yml"><img alt="ci" src="https://img.shields.io/github/actions/workflow/status/ClipboardHealth/groundcrew/ci.yml?style=flat-square&label=ci&color=77d94e&labelColor=18181b"></a>
16
16
  <a href="./LICENSE"><img alt="license" src="https://img.shields.io/npm/l/@clipboard-health/groundcrew?style=flat-square&label=license&color=18181b&labelColor=18181b"></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/groundcrew",
3
- "version": "4.22.0",
3
+ "version": "4.23.0",
4
4
  "description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
5
5
  "keywords": [
6
6
  "agent",
Binary file
Binary file
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120" role="img" aria-label="groundcrew">
3
+ <title>groundcrew</title>
4
+ <!--
5
+ Crossed marshaling wands. Handles at bottom (18,108) and (102,108),
6
+ cross at (60,50), tips at (88,11) and (32,11).
7
+ SMIL animation: wands alternate dimming, 2.4s cycle.
8
+ Right wand offset by -1.2s so both open fully opaque.
9
+ -->
10
+ <line x1="18" y1="108" x2="88" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
11
+ <animate attributeName="opacity"
12
+ values="1;0.38;1;1"
13
+ keyTimes="0;0.25;0.5;1"
14
+ calcMode="spline"
15
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
16
+ dur="2.4s"
17
+ repeatCount="indefinite"/>
18
+ </line>
19
+ <line x1="102" y1="108" x2="32" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
20
+ <animate attributeName="opacity"
21
+ values="1;0.38;1;1"
22
+ keyTimes="0;0.25;0.5;1"
23
+ calcMode="spline"
24
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
25
+ dur="2.4s"
26
+ begin="-1.2s"
27
+ repeatCount="indefinite"/>
28
+ </line>
29
+ </svg>
@@ -1,5 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 120" width="620" height="120" role="img" aria-label="groundcrew">
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 680 120" width="680" height="120" role="img" aria-label="groundcrew">
3
+ <title>groundcrew</title>
3
4
  <style>
4
5
  .wordmark {
5
6
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;
@@ -8,8 +9,30 @@
8
9
  letter-spacing: -0.04em;
9
10
  }
10
11
  </style>
11
- <text class="wordmark" x="20" y="92" textLength="540" lengthAdjust="spacingAndGlyphs" fill="#e4e4e7">groundcrew</text>
12
- <rect x="572" y="24" width="30" height="72" fill="#77d94e">
13
- <animate attributeName="opacity" values="1;0" dur="1.2s" calcMode="discrete" keyTimes="0;0.5" repeatCount="indefinite"/>
14
- </rect>
12
+ <!--
13
+ Logomark: crossed marshaling wands.
14
+ Handles at (18,108) and (102,108), cross at (60,50), tips at (88,11) and (32,11).
15
+ SMIL animation: wands alternate dimming, 2.4s cycle.
16
+ Right wand offset by -1.2s so both open fully opaque.
17
+ -->
18
+ <line x1="18" y1="108" x2="88" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
19
+ <animate attributeName="opacity"
20
+ values="1;0.38;1;1"
21
+ keyTimes="0;0.25;0.5;1"
22
+ calcMode="spline"
23
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
24
+ dur="2.4s"
25
+ repeatCount="indefinite"/>
26
+ </line>
27
+ <line x1="102" y1="108" x2="32" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
28
+ <animate attributeName="opacity"
29
+ values="1;0.38;1;1"
30
+ keyTimes="0;0.25;0.5;1"
31
+ calcMode="spline"
32
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
33
+ dur="2.4s"
34
+ begin="-1.2s"
35
+ repeatCount="indefinite"/>
36
+ </line>
37
+ <text class="wordmark" x="136" y="92" textLength="540" lengthAdjust="spacingAndGlyphs" fill="#e4e4e7">groundcrew</text>
15
38
  </svg>
@@ -1,5 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 620 120" width="620" height="120" role="img" aria-label="groundcrew">
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 680 120" width="680" height="120" role="img" aria-label="groundcrew">
3
+ <title>groundcrew</title>
3
4
  <style>
4
5
  .wordmark {
5
6
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", "DejaVu Sans Mono", monospace;
@@ -8,8 +9,30 @@
8
9
  letter-spacing: -0.04em;
9
10
  }
10
11
  </style>
11
- <text class="wordmark" x="20" y="92" textLength="540" lengthAdjust="spacingAndGlyphs" fill="#18181b">groundcrew</text>
12
- <rect x="572" y="24" width="30" height="72" fill="#77d94e">
13
- <animate attributeName="opacity" values="1;0" dur="1.2s" calcMode="discrete" keyTimes="0;0.5" repeatCount="indefinite"/>
14
- </rect>
12
+ <!--
13
+ Logomark: crossed marshaling wands.
14
+ Handles at (18,108) and (102,108), cross at (60,50), tips at (88,11) and (32,11).
15
+ SMIL animation: wands alternate dimming, 2.4s cycle.
16
+ Right wand offset by -1.2s so both open fully opaque.
17
+ -->
18
+ <line x1="18" y1="108" x2="88" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
19
+ <animate attributeName="opacity"
20
+ values="1;0.38;1;1"
21
+ keyTimes="0;0.25;0.5;1"
22
+ calcMode="spline"
23
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
24
+ dur="2.4s"
25
+ repeatCount="indefinite"/>
26
+ </line>
27
+ <line x1="102" y1="108" x2="32" y2="11" stroke="#FF6D00" stroke-width="20" stroke-linecap="round">
28
+ <animate attributeName="opacity"
29
+ values="1;0.38;1;1"
30
+ keyTimes="0;0.25;0.5;1"
31
+ calcMode="spline"
32
+ keySplines="0.42 0 0.58 1;0.42 0 0.58 1;0 0 1 1"
33
+ dur="2.4s"
34
+ begin="-1.2s"
35
+ repeatCount="indefinite"/>
36
+ </line>
37
+ <text class="wordmark" x="136" y="92" textLength="540" lengthAdjust="spacingAndGlyphs" fill="#18181b">groundcrew</text>
15
38
  </svg>