@jahanxu/trellis 0.4.1 → 0.4.2

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.
@@ -28,6 +28,7 @@ Usage:
28
28
 
29
29
  from dataclasses import dataclass
30
30
  from pathlib import Path
31
+ from typing import Optional
31
32
  from typing import ClassVar, Literal
32
33
 
33
34
  Platform = Literal["claude", "opencode", "cursor", "iflow", "codex", "kilo", "kiro", "gemini", "antigravity"]
@@ -12,6 +12,7 @@ Provides:
12
12
  import sys
13
13
  from datetime import datetime
14
14
  from pathlib import Path
15
+ from typing import Optional
15
16
 
16
17
  from .paths import (
17
18
  DIR_WORKFLOW,
@@ -18,6 +18,7 @@ Provides:
18
18
  import json
19
19
  from datetime import datetime
20
20
  from pathlib import Path
21
+ from typing import Optional
21
22
 
22
23
  from .paths import get_repo_root
23
24
  from .worktree import get_agents_dir
@@ -13,6 +13,7 @@ import shutil
13
13
  import sys
14
14
  from datetime import datetime
15
15
  from pathlib import Path
16
+ from typing import Optional
16
17
 
17
18
  from .paths import get_repo_root
18
19
 
@@ -12,6 +12,7 @@ Provides:
12
12
 
13
13
 
14
14
  from pathlib import Path
15
+ from typing import Optional
15
16
 
16
17
  from .paths import (
17
18
  DIR_WORKFLOW,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jahanxu/trellis",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",