conduct-cli 0.4.41__tar.gz → 0.4.42__tar.gz

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
  Metadata-Version: 2.4
2
2
  Name: conduct-cli
3
- Version: 0.4.41
3
+ Version: 0.4.42
4
4
  Summary: CLI for Conduct AI — install agents, manage projects, run tests
5
5
  Author-email: Conduct AI <hello@conductai.ai>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "conduct-cli"
7
- version = "0.4.41"
7
+ version = "0.4.42"
8
8
  description = "CLI for Conduct AI — install agents, manage projects, run tests"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
@@ -1387,9 +1387,9 @@ def cmd_switch(args):
1387
1387
  rule_count = len(policy.get("rules", []))
1388
1388
  print(f" {GRAY}Guard policies synced: {rule_count} rule(s){RESET}")
1389
1389
  except SystemExit:
1390
- pass # Guard not configured for this workspace — skip silently
1391
- except Exception:
1392
- pass
1390
+ print(f" {GRAY}Guard not configured for this workspace — policies not synced{RESET}")
1391
+ except Exception as e:
1392
+ print(f" {YELLOW}⚠ Guard policy sync failed: {e}{RESET}")
1393
1393
 
1394
1394
  print(f"{GREEN}✓ Switched to \"{new_name}\" ({new_id[:8]}){RESET}")
1395
1395
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: conduct-cli
3
- Version: 0.4.41
3
+ Version: 0.4.42
4
4
  Summary: CLI for Conduct AI — install agents, manage projects, run tests
5
5
  Author-email: Conduct AI <hello@conductai.ai>
6
6
  License: MIT
File without changes
File without changes
File without changes