P0 exit: e2e harness, Playwright shell journeys green, deploy skeleton
- teamclaw-server e2e mode (TEAMCLAW_MODE=e2e): idempotent deterministic seed through the real registration paths - Playwright suite (6 journeys) against the real backend + prod Next build: login redirect, bad-password error, shell/roster/online-dot, team members, seeded credits, sign-out revocation — P0 exit criterion met - Dockerfiles: musl-static server -> distroless, Next standalone -> distroless node (multi-arch via TARGETARCH) - Air-gapped compose topology with edge/core/sandbox_net/secrets_net segmentation (engine-validated in CI), config-file + env-overlay pattern - CI: compose validation + e2e job with trace upload Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5
parent
172a3c8fed
commit
fc173f170d
@@ -8,9 +8,13 @@ publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
sqlx = { workspace = true }
|
||||
tc-api = { path = "../../tc-api" }
|
||||
tc-auth = { path = "../../tc-auth" }
|
||||
tc-config = { path = "../../tc-config" }
|
||||
tc-db = { path = "../../tc-db" }
|
||||
tc-domain = { path = "../../tc-domain" }
|
||||
time = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user