taskchef 6.1.0 → 6.1.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskchef",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Dispatch work from a data-only workspace to visible Codex project tasks.",
5
5
  "author": {
6
6
  "name": "Favo Yang",
@@ -1,9 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
2
2
  <rect x="2" y="2" width="44" height="44" rx="11" fill="#F59E0B"/>
3
3
  <path d="M15 37V27.5C11.9 26.3 10 23.6 10 20.5C10 16.4 13.4 13 17.5 13C19 10 21.2 8.5 24 8.5C26.8 8.5 29 10 30.5 13C34.6 13 38 16.4 38 20.5C38 23.6 36.1 26.3 33 27.5V37H15Z" fill="#FFFBEB"/>
4
- <path d="M19 24L22 27L28.5 20.5" stroke="#78350F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M24 28V32M24 32H19M24 32H29" stroke="#78350F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
6
- <circle cx="19" cy="32" r="2" fill="#78350F"/>
7
- <circle cx="29" cy="32" r="2" fill="#78350F"/>
4
+ <path d="M18.5 20H29.5M24 20V31" stroke="#78350F" stroke-width="3.5" stroke-linecap="round"/>
8
5
  <path d="M15 37H33" stroke="#78350F" stroke-width="3" stroke-linecap="round"/>
9
6
  </svg>
@@ -1,9 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none">
2
2
  <rect x="2" y="2" width="44" height="44" rx="11" fill="#D97706"/>
3
3
  <path d="M15 37V27.5C11.9 26.3 10 23.6 10 20.5C10 16.4 13.4 13 17.5 13C19 10 21.2 8.5 24 8.5C26.8 8.5 29 10 30.5 13C34.6 13 38 16.4 38 20.5C38 23.6 36.1 26.3 33 27.5V37H15Z" fill="#FFF7ED"/>
4
- <path d="M19 24L22 27L28.5 20.5" stroke="#7C2D12" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M24 28V32M24 32H19M24 32H29" stroke="#7C2D12" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
6
- <circle cx="19" cy="32" r="2" fill="#7C2D12"/>
7
- <circle cx="29" cy="32" r="2" fill="#7C2D12"/>
4
+ <path d="M18.5 20H29.5M24 20V31" stroke="#7C2D12" stroke-width="3.5" stroke-linecap="round"/>
8
5
  <path d="M15 37H33" stroke="#7C2D12" stroke-width="3" stroke-linecap="round"/>
9
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskchef",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "A non-blocking interactive dispatcher for visible Codex tasks.",
5
5
  "license": "MIT",
6
6
  "author": "Favo Yang",