Skip to content

[comp] Production Deploy#3314

Merged
tofikwest merged 4 commits into
releasefrom
main
Jul 1, 2026
Merged

[comp] Production Deploy#3314
tofikwest merged 4 commits into
releasefrom
main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.


Summary by cubic

Refresh the dynamic manifest cache before self-heal persisted re-runs so checks use the latest code. If the refresh fails, continue with cached manifests to avoid blocking fixes.

  • Bug Fixes
    • Injected DynamicManifestLoaderService into InternalIntegrationDebugService and call loadDynamicManifests() before runChecks.
    • On refresh failure, proceed with cached manifests and log a warning.
    • Added tests to ensure refresh happens before the run and verify the fallback. Set default task org in tests to satisfy assertTaskBelongsToOrg.

Written for commit 2cd187c. Summary will update on new commits.

Review in cubic

github-actions Bot and others added 4 commits June 30, 2026 20:56
A self-heal re-run resolves dynamic check code from the in-memory
manifest registry, which only refreshes from the DB every ~60s. The
agent re-runs a check seconds after applying a fix, so the re-run ran
the stale pre-fix code and re-held a check that was actually fixed.
Refresh the registry before the persisted re-run so it reflects current
DB state. Best-effort: fall back to cached manifests if the refresh
fails. Adds tests for refresh ordering and the fallback.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix(self-heal): refresh manifest cache before persisted re-run
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
comp-framework-editor (staging) Ready Ready Preview, Comment Jul 1, 2026 4:05am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
app (staging) Skipped Skipped Jul 1, 2026 4:05am
portal (staging) Skipped Skipped Jul 1, 2026 4:05am

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@tofikwest tofikwest merged commit 15742c3 into release Jul 1, 2026
14 checks passed
@claudfuen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.94.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants