fix: post-merge stability review after prometheus #299 - #301
Draft
cursor[bot] wants to merge 2 commits into
Draft
Conversation
- Guard MessageBuffer flush when Neo4j backend is unavailable (typed-nil fix) - Clear reranker interface on init failure to prevent search panics - Scope BulkDeleteByFilter by auth-bound tenant_id in Neo4j and service layer - Route memory mutation/compat handlers through requestContextWithTenant Co-authored-by: Himan <Himan-D@users.noreply.github.com>
README.md contains markdown code examples that ruff format would rewrite, causing false CI failures on master push runs. 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 | fbb37d6 | Jul 27 2026, 02:35 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-app | fbb37d6 | Jul 27 2026, 02:38 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-docs | fbb37d6 | Jul 27 2026, 02:41 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memory | fbb37d6 | Jul 27 2026, 02:44 PM |
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
Post-merge stability review after
prometheus/client_golang1.24.1 (#299). Verified the dependency bump is safe (patch fixes promhttp nil-URL panic) and re-applied unmerged hardening fixes from PR #7614. Also fixed a Python SDK ruff format false-positive onREADME.mdthat would fail master-push CI.Type
Changes
Cherry-pick PR #7614 stability fixes (never merged to master):
MessageBufferflush when Neo4j backend is unavailable (typed-nil panic fix)BulkDeleteByFilterby auth-boundtenant_id(cross-tenant delete fix)requestContextWithTenantCI fix: Exclude
README.mdfrom Python SDK ruff format checkPrometheus 1.24.1 review
cmd/server/api.go,internal/metrics/*) use standard APIs — no breakagego build,go test -short,go vetall passTesting
Deploy impact
hystersis.com)docs.hystersis.com//docs)api.hystersis.com)app.hystersis.com)Agent notes
Cloud Agent PRs on
cursor/*branches are auto-labeledautomergeand squash-merged when CI Success passes.