decomposer: record implementation detail for 7 step(s)
Some checks failed
ci / test (push) Failing after 8s

This commit is contained in:
2026-09-01 14:03:47 +00:00
parent 34d9dd0f1f
commit 2dc0a38cfa
7 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Step 5 — Implementation Detail
1. Added pyproject.toml with Python 3.11 target and pinned Ruff 0.6.9, mypy 1.11.2, and pytest 8.2 range for CI/dev checks.
2. Added GitHub Actions workflow running installation, Ruff, mypy, and pytest.
3. Added Kubernetes deployment with readiness probe, non-root identity, restricted privilege escalation, and read-only root filesystem.
4. Added YAML configuration covering GitHub/SharePoint scopes, credential references, and trigger examples.
5. Added unit tests for contract validation, connector normalization, orchestration, and tenant isolation.
6. Added README, examples, operations, and validation-report documentation.