conduct-cli 0.6.29__tar.gz → 0.6.30__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.6.29 → conduct_cli-0.6.30}/PKG-INFO +2 -2
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/pyproject.toml +2 -2
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/guard.py +1 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/PKG-INFO +2 -2
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/README.md +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/setup.cfg +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/setup.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/__init__.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/api.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/guardmcp.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/__init__.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/base.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/posttooluse.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/precompact.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/pretooluse.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/session_parser.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/session_start.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/hooks/stop.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/log_util.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/main.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/mcp_server.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/memory.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli/paxel.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/SOURCES.txt +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/dependency_links.txt +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/entry_points.txt +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/requires.txt +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/src/conduct_cli.egg-info/top_level.txt +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_bash_operator_signature.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_command_word_matcher.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_guard_policy.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_guard_savings.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_hook_syntax.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_journal_drain.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_log_util.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_proxy_env.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_signed_policy.py +0 -0
- {conduct_cli-0.6.29 → conduct_cli-0.6.30}/tests/test_switch.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: conduct-cli
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: CLI for Conduct AI — install agents, manage projects, run tests
|
|
3
|
+
Version: 0.6.30
|
|
4
|
+
Summary: CLI for Conduct AI — secure, govern, install agents, manage projects, run tests
|
|
5
5
|
Author-email: Conduct AI <hello@conductai.ai>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://conductai.ai
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "conduct-cli"
|
|
7
|
-
version = "0.6.
|
|
8
|
-
description = "CLI for Conduct AI — install agents, manage projects, run tests"
|
|
7
|
+
version = "0.6.30"
|
|
8
|
+
description = "CLI for Conduct AI — secure, govern, install agents, manage projects, run tests"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
requires-python = ">=3.9"
|
|
@@ -1211,6 +1211,7 @@ def cmd_guard_sync(args):
|
|
|
1211
1211
|
[_conduct, "guard", "discover"],
|
|
1212
1212
|
stdout=_sp.DEVNULL, stderr=_sp.DEVNULL,
|
|
1213
1213
|
)
|
|
1214
|
+
print(f" {CYAN}Discovery daemon started{RESET} — agent inventory updating in background")
|
|
1214
1215
|
except Exception:
|
|
1215
1216
|
pass
|
|
1216
1217
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: conduct-cli
|
|
3
|
-
Version: 0.6.
|
|
4
|
-
Summary: CLI for Conduct AI — install agents, manage projects, run tests
|
|
3
|
+
Version: 0.6.30
|
|
4
|
+
Summary: CLI for Conduct AI — secure, govern, install agents, manage projects, run tests
|
|
5
5
|
Author-email: Conduct AI <hello@conductai.ai>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://conductai.ai
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|