Skip to content

docs: fix drift in Background Processing#181

Merged
jack-arturo merged 1 commit into
mainfrom
docs/audit-background-processing-20260617
Jun 22, 2026
Merged

docs: fix drift in Background Processing#181
jack-arturo merged 1 commit into
mainfrom
docs/audit-background-processing-20260617

Conversation

@jack-arturo

Copy link
Copy Markdown
Member

Automated docs audit — 2026-06-17.

Verified against: automem@ebcf5f16d8a0eecc9400957be1503efaf97fa530


Fixes

Claim Current state Fix
13 SHA permalinks at ed36b98e (source notes + inline threading/startup links) Current HEAD is ebcf5f16; old SHA links point to stale code Updated all 13 to ebcf5f16
consolidation.py#L85-L100 described as "Relationship Count Caching" At ebcf5f16, lines 85–100 contain GraphLike and VectorStoreProtocol protocol definitions — not the LRU cache. @lru_cache(maxsize=10000) is at line 152 (_get_relationship_count_cached_impl) Updated anchor to #L152
POST /memory response example shows enrichment_queued: true and embedding_queued: true (with message key) Actual response has no enrichment_queued or embedding_queued keys. Correct keys are enrichment (string: "queued") and embedding_status (string: "queued") Updated example to enrichment: "queued" and embedding_status: "queued"

Verified correct (no change needed):

  • All file paths in source notes exist at ebcf5f16
  • Startup sequence functions (init_falkordb, init_qdrant, init_openai, init_embedding_provider, init_enrichment_pipeline, init_embedding_pipeline, init_consolidation_scheduler, init_sync_worker) — confirmed in runtime_wiring.py

Generated by Claude Code

- Update 13 SHA permalinks from ed36b98e to ebcf5f16
- Fix consolidation.py anchor #L85-L100 → #L152 (LRU cache is at L152
  not L85; L85 is GraphLike Protocol definition)
- Fix POST /memory response example: enrichment_queued/embedding_queued
  fields don't exist — actual keys are enrichment and embedding_status
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying automem-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 61f3224
Status: ✅  Deploy successful!
Preview URL: https://8ea19e9a.automem-website.pages.dev
Branch Preview URL: https://docs-audit-background-proces-5nv9.automem-website.pages.dev

View logs

@jack-arturo jack-arturo marked this pull request as ready for review June 22, 2026 16:21
@jack-arturo jack-arturo added this pull request to the merge queue Jun 22, 2026
Merged via the queue into main with commit 32d3ebf Jun 22, 2026
5 checks passed
@jack-arturo jack-arturo deleted the docs/audit-background-processing-20260617 branch June 22, 2026 16:27
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.

2 participants