fix: post-funding push stability review and CI blockers - #314
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
Re-apply unmerged hardening from PR #7614 after master @babel/core bump: - Tenant-scoped bulk delete with request context propagation - Message buffer nil-backend guard and reranker typed-nil fix - v3 compat handlers use effectiveTenantID and requestContextWithTenant - Exclude Python SDK README.md from ruff format check (CI blocker on push) Co-authored-by: Himan <Himan-D@users.noreply.github.com>
Contributor
|
ECC bundle files are already tracked in this repository. Skipping generation of another bundle PR. |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memorydash | 59d9670 | Aug 09 2026, 07:40 AM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-app | 59d9670 | Aug 09 2026, 07:43 AM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-docs | 59d9670 | Aug 09 2026, 07:45 AM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memory | 59d9670 | Aug 09 2026, 07:48 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Full stability review after master push (
chore: add Buy Me a Coffee to funding config). CI was failing on Python SDK ruff format (README.md code examples). Re-applied unmerged hardening from prior stability reviews.Type
Changes
sdk/python/README.mdfrom ruff format check (markdown code blocks trigger false failures on push runs)BulkDeleteByFilternow requires tenant context; Neo4j query filters bytenant_idrequestContextWithTenant(r)instead ofcontext.Background()effectiveTenantIDand tenant-scoped listingTesting
Deploy impact
hystersis.com)docs.hystersis.com//docs)api.hystersis.com) — tenant-scoped bulk delete + context propagationapp.hystersis.com)Agent notes
Master CI run #31300934718 failed only on
python-sdkruff format. All other jobs (Go, dashboard, landing, docs, node SDK, security) passed.