docs: align memory operations with current releases - #363
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d656253c29
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - [app.py](https://github.com/verygoodplugins/automem/blob/e147c352b100ebbf29e6555453fdde5152066138/app.py) — shared HTTP error envelope | ||
| - [src/mcp-surface.ts](https://github.com/verygoodplugins/mcp-automem/blob/9a0bbf754dd31db524da25638b0e97907e32ff37/src/mcp-surface.ts) — MCP tool definitions and handlers | ||
| - [src/automem-client.ts](https://github.com/verygoodplugins/mcp-automem/blob/9a0bbf754dd31db524da25638b0e97907e32ff37/src/automem-client.ts) — MCP request validation and HTTP transport | ||
| - [src/memory-policy/shared.ts](https://github.com/verygoodplugins/mcp-automem/blob/9a0bbf754dd31db524da25638b0e97907e32ff37/src/memory-policy/shared.ts) — platform and date-tag policy |
There was a problem hiding this comment.
Add the newly cited sources to the doc map
When a future release changes app.py, src/mcp-surface.ts, or src/memory-policy/shared.ts, the documentation-update workflow will not select this page: scripts/file-doc-map.json still maps app.py only to overview/introduction and has no entries for either new MCP source, even though this source note now identifies all three as defining this page's contracts. Update the map alongside these citations so subsequent source-driven audits do not silently leave the page stale.
AGENTS.md reference: AGENTS.md:L125-L129
Useful? React with 👍 / 👎.
Deploying automem-website with
|
| Latest commit: |
d656253
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://918f395d.automem-website.pages.dev |
| Branch Preview URL: | https://docs-automem-memory-operatio.automem-website.pages.dev |
Summary
Release sources
e147c352b100ebbf29e6555453fdde51520661389a0bbf754dd31db524da25638b0e97907e32ff37Verification
node --test tests/memory-operations-docs.test.mjsnpm test(101 passed, 1 skipped)npm run buildgit diff --checkLegacy coverage
Fresh replacement for overlapping #271 and #306. Neither legacy PR will close until this replacement merges.