Files
content-ingestion-agent/.agents/plans/wf-decompose-b4be4be4fd0c/steps/step-5.md
demo-bot 2dc0a38cfa
Some checks failed
ci / test (push) Failing after 8s
decomposer: record implementation detail for 7 step(s)
2026-09-01 14:03:47 +00:00

9 lines
666 B
Markdown

# 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.