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.
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/PKG-INFO +1 -1
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/pyproject.toml +1 -1
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/main.py +3 -3
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/PKG-INFO +1 -1
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/README.md +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/setup.cfg +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/setup.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/__init__.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/api.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/guard.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/guardmcp.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli/mcp_server.py +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/SOURCES.txt +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/dependency_links.txt +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/entry_points.txt +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/requires.txt +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/src/conduct_cli.egg-info/top_level.txt +0 -0
- {conduct_cli-0.4.41 → conduct_cli-0.4.42}/tests/test_switch.py +0 -0
|
@@ -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
|
-
|
|
1391
|
-
except Exception:
|
|
1392
|
-
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|