build: add guarded Kubernetes plane executor

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a02878-7c21-7692-bcd6-ce2838c4b448
This commit is contained in:
tegwick 2026-08-22 11:23:38 +02:00
parent 1dd98b4f27
commit 2b318634b6
13 changed files with 1240 additions and 3 deletions

View file

@ -11,6 +11,9 @@ dependencies = [
"PyYAML>=6.0",
]
[project.scripts]
ops-mason = "ops_mason.cli:main"
[project.optional-dependencies]
dev = ["pytest>=8"]