merge(milestone): v1.29 Reposplit + Identity Layer Bring-Live to main (release v1.28.6)
Nova Slides Render / render (push) Failing after 22s

---ci---
project: acdl
phase: 6
milestone: v1.29
status: complete
---/ci---
This commit is contained in:
CIAgent Orchestrator
2026-08-20 05:29:46 +00:00
parent 184f33c60a
commit 932923ee99
45 changed files with 4685 additions and 1255 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nova"
version = "1.14.0"
version = "1.29.0"
description = "Nova — consumers declare intent; the platform delivers safe production deployment."
requires-python = ">=3.12"
dependencies = [
@@ -32,6 +32,7 @@ testpaths = ["tests"]
markers = [
"offline: tests that run without AWS/Checkov/DynamoDB",
"slow: tests that invoke the full platform pipeline (long-running)",
"live_aws: tests that hit live AWS resources (KMS key alias/nova-oidc-signing, real DynamoDB). Skipped in acdl CI; runs in nova-platform-ops CI (REQ-362, covered-reference).",
]
addopts = "-v --tb=short --junitxml=metrics/test-results.xml --json-report --cov=core --cov=adapters --cov-report=json:metrics/coverage.json --json-report-file=metrics/test-report.json"
filterwarnings = [