conduct-cli 0.6.26__tar.gz → 0.6.27__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.26 → conduct_cli-0.6.27}/PKG-INFO +2 -2
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/pyproject.toml +2 -2
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/guard.py +15 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/PKG-INFO +2 -2
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/requires.txt +1 -1
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/README.md +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/setup.cfg +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/setup.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/__init__.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/api.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/guardmcp.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/__init__.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/base.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/posttooluse.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/precompact.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/pretooluse.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/session_parser.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/session_start.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/hooks/stop.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/log_util.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/main.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/mcp_server.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/memory.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli/paxel.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/SOURCES.txt +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/dependency_links.txt +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/entry_points.txt +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/src/conduct_cli.egg-info/top_level.txt +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_bash_operator_signature.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_command_word_matcher.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_guard_policy.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_guard_savings.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_hook_syntax.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_journal_drain.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_log_util.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_proxy_env.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_signed_policy.py +0 -0
- {conduct_cli-0.6.26 → conduct_cli-0.6.27}/tests/test_switch.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: conduct-cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.27
|
|
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
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
Requires-Dist: pyyaml>=6.0
|
|
24
24
|
Requires-Dist: rich>=13.0
|
|
25
25
|
Provides-Extra: booster
|
|
26
|
-
Requires-Dist: agent-booster[watch]>=0.
|
|
26
|
+
Requires-Dist: agent-booster[watch]>=0.6.6; extra == "booster"
|
|
27
27
|
|
|
28
28
|
<!-- mcp-name: io.github.sseshachala/conduct-cli -->
|
|
29
29
|
# conduct-cli
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "conduct-cli"
|
|
7
|
-
version = "0.6.
|
|
7
|
+
version = "0.6.27"
|
|
8
8
|
description = "CLI for Conduct AI — install agents, manage projects, run tests"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
dependencies = ["pyyaml>=6.0", "rich>=13.0"]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
|
-
booster = ["agent-booster[watch]>=0.
|
|
29
|
+
booster = ["agent-booster[watch]>=0.6.6"]
|
|
30
30
|
|
|
31
31
|
[project.urls]
|
|
32
32
|
Homepage = "https://conductai.ai"
|
|
@@ -1488,6 +1488,21 @@ def _ensure_booster(root: Path) -> None:
|
|
|
1488
1488
|
pass
|
|
1489
1489
|
print(f" {GREEN}Agent Booster:{RESET} {symbols_count} symbols indexed — Read/Grep intercept active")
|
|
1490
1490
|
|
|
1491
|
+
# Keep BOOSTER_SECRET in .mcp.json in sync with ~/.booster/.secret
|
|
1492
|
+
secret_file = Path.home() / ".booster" / ".secret"
|
|
1493
|
+
mcp_json = root / ".mcp.json"
|
|
1494
|
+
if secret_file.exists() and mcp_json.exists():
|
|
1495
|
+
try:
|
|
1496
|
+
expected = secret_file.read_text().strip()
|
|
1497
|
+
data = json.loads(mcp_json.read_text())
|
|
1498
|
+
server = data.get("mcpServers", {}).get("agent-booster", {})
|
|
1499
|
+
if server.get("env", {}).get("BOOSTER_SECRET") != expected:
|
|
1500
|
+
server.setdefault("env", {})["BOOSTER_SECRET"] = expected
|
|
1501
|
+
mcp_json.write_text(json.dumps(data, indent=2) + "\n")
|
|
1502
|
+
print(f" {GREEN}Agent Booster:{RESET} refreshed BOOSTER_SECRET in .mcp.json")
|
|
1503
|
+
except Exception:
|
|
1504
|
+
pass
|
|
1505
|
+
|
|
1491
1506
|
|
|
1492
1507
|
def _report_savings(cfg: dict, base_url: str, api_key: str) -> None:
|
|
1493
1508
|
import subprocess
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: conduct-cli
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.27
|
|
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
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
Requires-Dist: pyyaml>=6.0
|
|
24
24
|
Requires-Dist: rich>=13.0
|
|
25
25
|
Provides-Extra: booster
|
|
26
|
-
Requires-Dist: agent-booster[watch]>=0.
|
|
26
|
+
Requires-Dist: agent-booster[watch]>=0.6.6; extra == "booster"
|
|
27
27
|
|
|
28
28
|
<!-- mcp-name: io.github.sseshachala/conduct-cli -->
|
|
29
29
|
# conduct-cli
|
|
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
|