fix(provisioner): remove 12-char UUID truncation (KI-010) #1213

Open
infra-lead wants to merge 2 commits from fix/provisioner-no-uuid-truncation into staging

2 Commits

Author SHA1 Message Date
infra-lead e28e996f1c fix(provisioner): remove 12-char UUID truncation from container/volume names (KI-010)
CI / all-required (pull_request) Blocked by required conditions
Harness Replays / Harness Replays (pull_request) Blocked by required conditions
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Blocked by required conditions
qa-review / approved (pull_request) Waiting to run
security-review / approved (pull_request) Waiting to run
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 25s
Harness Replays / detect-changes (pull_request) Successful in 31s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 29s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m38s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m50s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m46s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 2m57s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 2m54s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 3m29s
audit-force-merge / audit (pull_request) Has been skipped
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 44s
MCP Stdio Transport Regression / MCP stdio with regular-file stdout (pull_request) Successful in 2m53s
CI / Detect changes (pull_request) Successful in 2m28s
E2E API Smoke Test / detect-changes (pull_request) Successful in 2m28s
gate-check-v3 / gate-check (pull_request) Successful in 39s
sop-tier-check / tier-check (pull_request) Successful in 38s
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Successful in 3m42s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 9s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 7m35s
CI / Python Lint & Test (pull_request) Successful in 8m47s
CI / Canvas (Next.js) (pull_request) Failing after 23m58s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / Platform (Go) (pull_request) Failing after 25m41s
sop-checklist / na-declarations (pull_request) N/A: (none)
Handlers Postgres Integration / detect-changes (pull_request) Has been cancelled
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Has been cancelled
sop-checklist / all-items-acked (pull_request) Has been cancelled
ContainerName(), ConfigVolumeName(), and ClaudeSessionVolumeName() were
truncating workspace UUIDs to 12 characters, causing Docker container-name
collisions. This broke A2A peer routing because the A2A adapter embeds
the container name (ws-<id[:12]>) which is not globally unique.

Fix: use the full workspaceID for all three functions. Docker limits
container names to 128 chars; a 36-char UUID (ws-<uuid>) is well within
that limit. Volume names are unbounded.

Updated tests to reflect no-truncation behavior.

Refs: KI-010, internal#412
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 16:34:31 +00:00
infra-lead 1b8190d271 fix(ci): remove stale PHASE3_MASKED from all-required sentinel (DISCOVERY #1167)
sop-checklist / all-items-acked (pull_request) [info tier:low] acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, l
audit-force-merge / audit (pull_request) Has been skipped
mc#774 was closed 2026-05-14, re-enabling continue-on-error: false on
platform-build. The PHASE3_MASKED workaround that suppressed platform-build
failures in the sentinel is now stale and was creating a false-green signal
on the all-required CI gate.

Also removes Phase 3 references from comments and success message.
2026-05-15 10:58:30 +00:00