diff --git a/.ciagent/config.json b/.ciagent/config.json index ee9126b..e9f4cc0 100644 --- a/.ciagent/config.json +++ b/.ciagent/config.json @@ -37,14 +37,13 @@ "escalate_high_severity": true, "bash_allowlist": { "allowed_commands": [ - "npm", "node", "npx", "pnpm", "yarn", "git", "ls", "cat", "head", "tail", "wc", "echo", "mkdir", "cp", "mv", "rm", "touch", "pwd", "which", "env", "printenv", - "jest", "eslint", "tsc", "prettier", + "python3", "pytest", "pip", + "terraform", "checkov", "curl", "wget", - "docker", "docker-compose", - "ts-node", "tsx" + "docker", "docker-compose" ], "max_output_bytes": 1048576, "timeout_ms": 30000, diff --git a/pyproject.toml b/pyproject.toml index 2851f06..3129ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "acdl" -version = "1.3.0" +version = "1.14.0" description = "Agentic Cloud Delivery Platform — consumers declare intent; the platform delivers safe production deployment." requires-python = ">=3.10" dependencies = [ @@ -28,7 +28,7 @@ filterwarnings = [ ] [tool.coverage] -run.source = ["acdl_platform", "adapters"] +run.source = ["core", "adapters"] [build-system] requires = ["setuptools>=68"]