Skip to content

fix: parallelize memory kv batches#1010

Merged
wbugitlab1 merged 1 commit into
mainfrom
issue/261-parallelize-kv-operations
Jun 19, 2026
Merged

fix: parallelize memory kv batches#1010
wbugitlab1 merged 1 commit into
mainfrom
issue/261-parallelize-kv-operations

Conversation

@wbugitlab1

Copy link
Copy Markdown
Owner

Summary

  • Parallelize independent KV reads/writes in semantic consolidation and decay.
  • Batch reflect insight lookups/writes while preserving provider call ordering and duplicate insight semantics.
  • Add concurrency and batch-failure regression coverage.

Verification

  • corepack pnpm exec vitest run --exclude test/integration.test.ts test/consolidation-pipeline.test.ts test/reflect.test.ts passed: 2 files / 35 tests.
  • corepack pnpm run lint passed.
  • corepack pnpm run build passed with existing tsdown warnings.
  • corepack pnpm test passed: 202 files / 2804 tests.
  • semgrep scan --config p/default --error --metrics=off . passed with 0 findings.
  • gitleaks protect --staged --redact passed with no leaks.

No schema, API, auth, dependency, provider prompt, MCP/REST surface, or remote-target changes.

@wbugitlab1 wbugitlab1 merged commit bb67366 into main Jun 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant