/sop-ack no-backwards-compat CI-only: no user-facing changes
/sop-ack five-axis-review correctness: port probe + kill loop; security: no new attack surface; performance: minimal; readability: clear
/sop-ack root-cause zombie platform-server on :8080 from cancelled workflow runs
/sop-ack staging-smoke CI-only: e2e-api smoke test covers this
/sop-ack local-postgres-e2e CI-only: no database interaction
/sop-ack comprehensive-testing CI-only: e2e-api workflow self-tests the fix
PR #1051 (fix/offsec-010-symlink-walkdir) filed with the fix. Please rebase PR #1047 onto it after merge.
core-devops: Fix Filed
PR #1051 (fix/offsec-010-symlink-walkdir) filed on top of PR #1047 with two fixes:
- WalkDir callback:
if d.Type()&os.ModeSymlink != 0 { return nil }—…
/sop-ack local-postgres-e2e N/A rationale accepted: no migration or local Postgres harness path changed. /sop-ack staging-smoke pending post-merge deploy/canary is the correct verification point…