fix(ci): restore durable test execution#1330
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
📝 WalkthroughWalkthroughThe changes refine GitHub Actions scope detection and permissions, expand Swift Relaycast lifecycle-state bridging, update related tests and changelog text, and remove the workflow-types package manifest. ChangesCI scope detection and permissions
Swift status compatibility
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant DetectChanges
participant Classifier
participant CIJobs
GitHubActions->>DetectChanges: provide pull request file list
DetectChanges->>Classifier: classify agent runtime and scoped files
Classifier-->>DetectChanges: detected Rust, Node, and Swift scope
DetectChanges->>CIJobs: publish gated job outputs
Possibly related PRs
Suggested labels: Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
d442ee3 to
08544ed
Compare
Summary
startup_failure.agentworkforce/agents/**files as Node-affecting while keeping trajectories, feature metadata, docs, and other AgentWorkforce records inert@agent-relay/workflow-typesworkspace manifest/link, which advertised nonexistent publishabledistfiles after workflow code moved to relayflowsWhy
Relay CI had three hidden gaps: the reusable workflows could not start because callers did not grant
pull-requests: read; agent-only changes were classified as inert and would skip Node tests; and restoring real jobs exposed a stale Swift status switch against Relaycast 6.2.0.The restored Package Validation job then exposed a fourth pre-existing defect:
packages/workflow-typeshad only a release-bumpedpackage.json, with no source, build script, or dist output. The package was intentionally deleted when relay severed workflow code; 10.6.x was never published. Nested legacy consumers continue resolving the published 6.3.6 dependency.Validation
actionlint -shellcheck= -pyflakes=on the five callers plusdetect-changes.yml88019890429:agent_runtime_probe rust_changed=false node_changed=true sdk_swift_changed=falseswift buildinpackages/sdk-swiftagainst Relaycast 6.0.5swift buildagainst Relaycast 6.2.0npm ci --ignore-scripts --dry-runexits 0; no release-version normalizationgit diff --checkPackage.resolved