You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sync): batch push queries + implement force flag
W2: Replace N+1 push handler with batch UNNEST upsert — single
conflict check query + single upsert query instead of 2N round trips.
Added 500-entity batch size limit.
W4: Wire force flag through stack (MCP handler → manager → engine).
Force push resets cloud_sync_state and cursors, re-pushes all data.
@@ -133,12 +132,12 @@ When adding or renaming GitHub Actions workflows that should be triggerable via
133
132
In `actions/github-script@v7`, `github.rest.issues.createComment` posts plain issue comments on PRs (PRs are issues in GitHub's API). For inline code suggestions on specific files/lines, use `github.rest.pulls.createReview` or `github.rest.pulls.createReviewComment` instead.
134
133
135
134
### Scheduled (cron)
136
-
-`weekly-start.yml` — Mon 9am ET (content review, social content, testimonial scan, Perplexity audit, AEO pulse → blog scaffold, Ahrefs digest, Dripify export, prospect discovery, growth-signal leads → snitcher outreach)
137
-
-`weekly-end.yml` — Fri 9am ET (demo scorecard + pipeline health)
0 commit comments